From 02e2f11718f953e56de955c76da03f2332f46934 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 10 Dec 2017 21:41:57 -0500 Subject: [PATCH] consistent aliases used for strip metadata --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c24795b..3491fc6 100644 --- a/index.html +++ b/index.html @@ -1530,10 +1530,11 @@
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-map_metadata -1
sets metadata copying to -1, which copies nothing
-
-vcodec copy
copies video track
-
-acodec copy
copies audio track
+
-c:v copy
copies video track
+
-c:a copy
copies audio track
output_file
Makes copy of original file and names output file
+

Note: -c:v and -c:a are shortcuts for -vcodec and -acodec.