aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.wiki10
1 files changed, 9 insertions, 1 deletions
diff --git a/ffmpeg.wiki b/ffmpeg.wiki
index 9fdfef5..deb4b12 100644
--- a/ffmpeg.wiki
+++ b/ffmpeg.wiki
@@ -1,3 +1,11 @@
+Move mp4 into mkv container, copying bytestream
+
+{{{sh
+ffmpeg -i input.mp4 -c copy output.mkv
+}}}
+
+--------------------------------------------------
+
{{{sh
ffmpeg -i <input> \
-c:v libx264 -map 0:v \
@@ -7,7 +15,7 @@ ffmpeg -i <input> \
}}}
-Right idea, but wrong:w
+Right idea, but wrong
{{{sh
ffmpeg -i 'Angry Video Game Nerd - The Movie.mkv' \