Commit 1dd900d0 authored by diego's avatar diego

Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1e80630a
......@@ -229,7 +229,23 @@ Show help.
Show version.
@item -formats
Show available formats, codecs, protocols, ...
Show available formats, codecs, bitstream filters, protocols, and frame size and frame rate abbreviations.
The fields preceding the format and codec names have the following meanings:
@table @samp
@item D
Decoding available
@item E
Encoding available
@item V/A/S
Video/audio/subtitle codec
@item S
Codec supports slices
@item D
Codec supports direct rendering
@item T
Codec can handle input truncated at random locations instead of only at frame boundaries
@end table
@item -f @var{fmt}
Force format.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment