diff --git a/index.html b/index.html index c16e31d..4f98410 100644 --- a/index.html +++ b/index.html @@ -1138,6 +1138,34 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file + + View format information + + + + + View information about a specific format + ffmpeg -h type=name + + ffmpegstarts the command + -hCall 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 + + + + + + + + +
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file + + View format information + + + + + View information about a specific format + ffmpeg -h type=name + + ffmpegstarts the command + -hCall 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 + + + + + + + + +
ffmpeg -h type=name
encoder=libx264
decoder=mp3
muxer=matroska
demuxer=mov
filter=crop