]> git.sesse.net Git - ffmpeg/blob - doc/fftools-common-opts.texi
SIPR decoder for modes 8k5, 6k5 and 5k0.
[ffmpeg] / doc / fftools-common-opts.texi
1 @item -L
2 Show license.
3
4 @item -h, -?, -help, --help
5 Show help.
6
7 @item -version
8 Show version.
9
10 @item -formats
11 Show available formats.
12
13 The fields preceding the format names have the following meanings:
14 @table @samp
15 @item D
16 Decoding available
17 @item E
18 Encoding available
19 @end table
20
21 @item -codecs
22 Show available codecs.
23
24 The fields preceding the codec names have the following meanings:
25 @table @samp
26 @item D
27 Decoding available
28 @item E
29 Encoding available
30 @item V/A/S
31 Video/audio/subtitle codec
32 @item S
33 Codec supports slices
34 @item D
35 Codec supports direct rendering
36 @item T
37 Codec can handle input truncated at random locations instead of only at frame boundaries
38 @end table
39
40 @item -bsfs
41 Show available bitstream filters.
42
43 @item -protocols
44 Show available protocols.
45
46 @item -filters
47 Show available libavfilter filters.
48
49 @item -pix_fmts
50 Show available pixel formats.
51
52 @item -loglevel @var{loglevel}
53 Set the logging level used by the library.
54 @var{loglevel} is a number or a string containing one of the following values:
55 @table @samp
56 @item quiet
57 @item panic
58 @item fatal
59 @item error
60 @item warning
61 @item info
62 @item verbose
63 @item debug
64 @end table
65