2010-02-21 10:56:38 +00:00
|
|
|
@section Generic options
|
|
|
|
|
|
|
|
These options are shared amongst the ff* tools.
|
|
|
|
|
|
|
|
@table @option
|
|
|
|
|
2009-12-21 21:32:09 +00:00
|
|
|
@item -L
|
|
|
|
Show license.
|
|
|
|
|
|
|
|
@item -h, -?, -help, --help
|
|
|
|
Show help.
|
|
|
|
|
|
|
|
@item -version
|
|
|
|
Show version.
|
|
|
|
|
|
|
|
@item -formats
|
|
|
|
Show available formats.
|
|
|
|
|
|
|
|
The fields preceding the format names have the following meanings:
|
|
|
|
@table @samp
|
|
|
|
@item D
|
|
|
|
Decoding available
|
|
|
|
@item E
|
|
|
|
Encoding available
|
|
|
|
@end table
|
|
|
|
|
|
|
|
@item -codecs
|
|
|
|
Show available codecs.
|
|
|
|
|
|
|
|
The fields preceding the 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 -bsfs
|
|
|
|
Show available bitstream filters.
|
|
|
|
|
|
|
|
@item -protocols
|
|
|
|
Show available protocols.
|
|
|
|
|
|
|
|
@item -filters
|
|
|
|
Show available libavfilter filters.
|
|
|
|
|
2009-12-21 21:53:03 +00:00
|
|
|
@item -pix_fmts
|
|
|
|
Show available pixel formats.
|
|
|
|
|
2009-12-21 21:32:09 +00:00
|
|
|
@item -loglevel @var{loglevel}
|
|
|
|
Set the logging level used by the library.
|
|
|
|
@var{loglevel} is a number or a string containing one of the following values:
|
|
|
|
@table @samp
|
|
|
|
@item quiet
|
|
|
|
@item panic
|
|
|
|
@item fatal
|
|
|
|
@item error
|
|
|
|
@item warning
|
|
|
|
@item info
|
|
|
|
@item verbose
|
|
|
|
@item debug
|
|
|
|
@end table
|
|
|
|
|
2010-02-21 10:56:38 +00:00
|
|
|
@end table
|