You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
6.7KB

  1. All the numerical options, if not specified otherwise, accept in input
  2. a string representing a number, which may contain one of the
  3. SI unit prefixes, for example 'K', 'M', 'G'.
  4. If 'i' is appended after the prefix, binary prefixes are used,
  5. which are based on powers of 1024 instead of powers of 1000.
  6. The 'B' postfix multiplies the value by 8, and can be
  7. appended after a unit prefix or used alone. This allows using for
  8. example 'KB', 'MiB', 'G' and 'B' as number postfix.
  9. Options which do not take arguments are boolean options, and set the
  10. corresponding value to true. They can be set to false by prefixing
  11. with "no" the option name, for example using "-nofoo" in the
  12. command line will set to false the boolean option with name "foo".
  13. @anchor{Stream specifiers}
  14. @section Stream specifiers
  15. Some options are applied per-stream, e.g. bitrate or codec. Stream specifiers
  16. are used to precisely specify which stream(s) does a given option belong to.
  17. A stream specifier is a string generally appended to the option name and
  18. separated from it by a colon. E.g. @code{-codec:a:1 ac3} option contains
  19. @code{a:1} stream specifier, which matches the second audio stream. Therefore it
  20. would select the ac3 codec for the second audio stream.
  21. A stream specifier can match several stream, the option is then applied to all
  22. of them. E.g. the stream specifier in @code{-b:a 128k} matches all audio
  23. streams.
  24. An empty stream specifier matches all streams, for example @code{-codec copy}
  25. or @code{-codec: copy} would copy all the streams without reencoding.
  26. Possible forms of stream specifiers are:
  27. @table @option
  28. @item @var{stream_index}
  29. Matches the stream with this index. E.g. @code{-threads:1 4} would set the
  30. thread count for the second stream to 4.
  31. @item @var{stream_type}[:@var{stream_index}]
  32. @var{stream_type} is one of: 'v' for video, 'a' for audio, 's' for subtitle,
  33. 'd' for data and 't' for attachments. If @var{stream_index} is given, then
  34. matches stream number @var{stream_index} of this type. Otherwise matches all
  35. streams of this type.
  36. @item p:@var{program_id}[:@var{stream_index}]
  37. If @var{stream_index} is given, then matches stream number @var{stream_index} in
  38. program with id @var{program_id}. Otherwise matches all streams in this program.
  39. @item i:@var{stream_id}
  40. Match the stream by stream id (e.g. PID in MPEG-TS container).
  41. @item m:@var{key}[:@var{value}]
  42. Matches streams with the metadata tag @var{key} having the specified value. If
  43. @var{value} is not given, matches streams that contain the given tag with any
  44. value.
  45. @item u
  46. Matches streams with usable configuration, the codec must be defined and the
  47. essential information such as video dimension or audio sample rate must be present.
  48. Note that in @command{avconv}, matching by metadata will only work properly for
  49. input files.
  50. @end table
  51. @section Generic options
  52. These options are shared amongst the av* tools.
  53. @table @option
  54. @item -L
  55. Show license.
  56. @item -h, -?, -help, --help [@var{arg}]
  57. Show help. An optional parameter may be specified to print help about a specific
  58. item.
  59. Possible values of @var{arg} are:
  60. @table @option
  61. @item decoder=@var{decoder_name}
  62. Print detailed information about the decoder named @var{decoder_name}. Use the
  63. @option{-decoders} option to get a list of all decoders.
  64. @item encoder=@var{encoder_name}
  65. Print detailed information about the encoder named @var{encoder_name}. Use the
  66. @option{-encoders} option to get a list of all encoders.
  67. @item demuxer=@var{demuxer_name}
  68. Print detailed information about the demuxer named @var{demuxer_name}. Use the
  69. @option{-formats} option to get a list of all demuxers and muxers.
  70. @item muxer=@var{muxer_name}
  71. Print detailed information about the muxer named @var{muxer_name}. Use the
  72. @option{-formats} option to get a list of all muxers and demuxers.
  73. @item filter=@var{filter_name}
  74. Print detailed information about the filter name @var{filter_name}. Use the
  75. @option{-filters} option to get a list of all filters.
  76. @end table
  77. @item -version
  78. Show version.
  79. @item -formats
  80. Show available formats.
  81. The fields preceding the format names have the following meanings:
  82. @table @samp
  83. @item D
  84. Decoding available
  85. @item E
  86. Encoding available
  87. @end table
  88. @item -codecs
  89. Show all codecs known to libavcodec.
  90. Note that the term 'codec' is used throughout this documentation as a shortcut
  91. for what is more correctly called a media bitstream format.
  92. @item -decoders
  93. Show available decoders.
  94. @item -encoders
  95. Show all available encoders.
  96. @item -bsfs
  97. Show available bitstream filters.
  98. @item -protocols
  99. Show available protocols.
  100. @item -filters
  101. Show available libavfilter filters.
  102. @item -pix_fmts
  103. Show available pixel formats.
  104. @item -sample_fmts
  105. Show available sample formats.
  106. @item -loglevel @var{loglevel} | -v @var{loglevel}
  107. Set the logging level used by the library.
  108. @var{loglevel} is a number or a string containing one of the following values:
  109. @table @samp
  110. @item quiet
  111. @item panic
  112. @item fatal
  113. @item error
  114. @item warning
  115. @item info
  116. @item verbose
  117. @item debug
  118. @item trace
  119. @end table
  120. By default the program logs to stderr, if coloring is supported by the
  121. terminal, colors are used to mark errors and warnings. Log coloring
  122. can be disabled setting the environment variable
  123. @env{AV_LOG_FORCE_NOCOLOR} or @env{NO_COLOR}, or can be forced setting
  124. the environment variable @env{AV_LOG_FORCE_COLOR}.
  125. The use of the environment variable @env{NO_COLOR} is deprecated and
  126. will be dropped in a following Libav version.
  127. @item -cpuflags mask (@emph{global})
  128. Set a mask that's applied to autodetected CPU flags. This option is intended
  129. for testing. Do not use it unless you know what you're doing.
  130. @end table
  131. @section AVOptions
  132. These options are provided directly by the libavformat, libavdevice and
  133. libavcodec libraries. To see the list of available AVOptions, use the
  134. @option{-help} option. They are separated into two categories:
  135. @table @option
  136. @item generic
  137. These options can be set for any container, codec or device. Generic options
  138. are listed under AVFormatContext options for containers/devices and under
  139. AVCodecContext options for codecs.
  140. @item private
  141. These options are specific to the given container, device or codec. Private
  142. options are listed under their corresponding containers/devices/codecs.
  143. @end table
  144. For example to write an ID3v2.3 header instead of a default ID3v2.4 to
  145. an MP3 file, use the @option{id3v2_version} private option of the MP3
  146. muxer:
  147. @example
  148. avconv -i input.flac -id3v2_version 3 out.mp3
  149. @end example
  150. All codec AVOptions are obviously per-stream, so the chapter on stream
  151. specifiers applies to them
  152. Note @option{-nooption} syntax cannot be used for boolean AVOptions,
  153. use @option{-option 0}/@option{-option 1}.
  154. Note2 old undocumented way of specifying per-stream AVOptions by prepending
  155. v/a/s to the options name is now obsolete and will be removed soon.
  156. @include avoptions_codec.texi
  157. @include avoptions_format.texi