diff --git a/index.html b/index.html index 006006a..5bbfac0 100644 --- a/index.html +++ b/index.html @@ -1149,12 +1149,16 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
ffmpeg
starts the command
-h
Call the help option
-
type=name
Tells ffmpeg which kind of option you want, for example: -
encoder=libx264
-
decoder=mp3
-
muxer=matroska
-
demuxer=mov
-
filter=crop
+
type=name
+
Tells ffmpeg which kind of option you want, for example: + +