From 830b8f51617c1e8f8bcf27c21903e4f6b3bc89cb Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 15 Aug 2022 13:31:07 -0300 Subject: [PATCH] Tutorial: video conversion --- tutorial/video_convert.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorial/video_convert.org diff --git a/tutorial/video_convert.org b/tutorial/video_convert.org new file mode 100644 index 0000000..b04739d --- /dev/null +++ b/tutorial/video_convert.org @@ -0,0 +1,10 @@ +#+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 +