diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-31 11:32:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-31 11:32:58 +0200 |
commit | f0b9bd807b15757587254153bdea7b3898985c9c (patch) | |
tree | 4fed4cabae462f2bdc6d4f331faf109680a81b9e /doc/encoders.texi | |
parent | 7de8a38160d86edccfbfb770a25301cde8d6d6e4 (diff) | |
parent | 0b0953baecc5b0f8a85169c6bcc3db69a73f2205 (diff) | |
download | ffmpeg-f0b9bd807b15757587254153bdea7b3898985c9c.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
proresenc: alpha coding support
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index ec5d053b42..6bf9280940 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -836,6 +836,7 @@ Select the ProRes profile to encode @item lt @item standard @item hq +@item 4444 @end table @item quant_mat @var{integer} @@ -865,6 +866,11 @@ Override the 4-byte vendor ID. A custom vendor ID like @var{apl0} would claim the stream was produced by the Apple encoder. +@item alpha_bits @var{integer} +Specify number of bits for alpha component. +Possible values are @var{0}, @var{8} and @var{16}. +Use @var{0} to disable alpha plane coding. + @end table @subsection Speed considerations |