diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-05-18 12:07:30 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-05-30 09:23:26 +0200 |
commit | 0b0953baecc5b0f8a85169c6bcc3db69a73f2205 (patch) | |
tree | ae9c7e7773d07e51f69adc8522266faa015603e4 /doc | |
parent | 86113667c0fc6cded65b94fb57262da09c06594b (diff) | |
download | ffmpeg-0b0953baecc5b0f8a85169c6bcc3db69a73f2205.tar.gz |
proresenc: alpha coding support
Diffstat (limited to 'doc')
-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 8db148123b..abf5dbfb91 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -608,6 +608,7 @@ Select the ProRes profile to encode @item lt @item standard @item hq +@item 4444 @end table @item quant_mat @var{integer} @@ -637,6 +638,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 |