diff --git a/index.html b/index.html
index c24795b..3491fc6 100644
--- a/index.html
+++ b/index.html
@@ -1530,10 +1530,11 @@
ffmpegstarts the command
-i input_filepath, name and extension of the input file
-map_metadata -1sets metadata copying to -1, which copies nothing
- -vcodec copycopies video track
- -acodec copycopies audio track
+ -c:v copycopies video track
+ -c:a copycopies audio track
output_fileMakes copy of original file and names output file
+ Note: -c:v
and -c:a
are shortcuts for -vcodec
and -acodec
.