#+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