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.