bash-tutorial/tutorial/video_convert.org

11 lines
217 B
Org Mode
Raw Normal View History

2022-08-15 18:31:07 +02:00
#+options: toc:nil num:nil author:nil
* Convert video format
From ~mkv~ to ~mp4~ using ~ffmpeg~
#+begin_example sh
ffmpeg -i Vídeos/vimemacs-2022-08-12_10-44-05.mkv -codec copy vimemacs-in-rst.mp4
#+end_example