From 6eafb877a2c3365250efda1f1ddc2df00e2b5720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 7 Aug 2022 15:43:05 +0200 Subject: =?UTF-8?q?s=C3=B6n=20=207=20aug=202022=2015:43:05=20CEST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ffmpeg.wiki | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ffmpeg.wiki (limited to 'ffmpeg.wiki') diff --git a/ffmpeg.wiki b/ffmpeg.wiki new file mode 100644 index 0000000..42c026e --- /dev/null +++ b/ffmpeg.wiki @@ -0,0 +1,20 @@ +{{{sh +ffmpeg -i \ + -c:v libx264 -map 0:v \ + -map 0:a:0? -c:a:0 aac \ + -map 0:a:0? -c:a:0 aac \ + +}}} + + +Right idea, but wrong:w + +{{{sh +ffmpeg -i 'Angry Video Game Nerd - The Movie.mkv' \ + -c:0 libx264 + -map 0:v -map 0:3? -c:a:0 aac -map 0:4 -c:a:2 aac -map 0:6? -c:s:3 copy \ + avgn-final.mp4 +}}} + + + -- cgit v1.2.3