diff --git a/index.html b/index.html index 8b3d38f..006006a 100644 --- a/index.html +++ b/index.html @@ -1138,6 +1138,30 @@ 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=nameTells 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=nameTells 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