diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-11-23 10:18:01 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-12-04 14:07:36 +0100 |
commit | 425889396137451ae30288c84122e28532b71596 (patch) | |
tree | 81cafc380027735076a86d6fc34185d4a3f4a217 /doc/ffmpeg.texi | |
parent | b9c928a486fda3c0d79b153591ac86beb1c53708 (diff) | |
download | ffmpeg-425889396137451ae30288c84122e28532b71596.tar.gz |
ffmpeg: make -bits_per_raw_sample a per-output-stream option
Also, document it and make it apply to audio in addition to video.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 082eba5f14..20a547381c 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1960,6 +1960,13 @@ filter (scale, aresample) in the graph. On by default, to explicitly disable it you need to specify @code{-noauto_conversion_filters}. +@item -bits_per_raw_sample[:@var{stream_specifier}] @var{value} (@emph{output,per-stream}) +Declare the number of bits per raw sample in the given output stream to be +@var{value}. Note that this option sets the information provided to the +encoder/muxer, it does not change the stream to conform to this value. Setting +values that do not match the stream properties may result in encoding failures +or invalid output files. + @end table @section Preset files |