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