Commit f0b9bd80 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  proresenc: alpha coding support
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7de8a381 0b0953ba
...@@ -836,6 +836,7 @@ Select the ProRes profile to encode ...@@ -836,6 +836,7 @@ Select the ProRes profile to encode
@item lt @item lt
@item standard @item standard
@item hq @item hq
@item 4444
@end table @end table
@item quant_mat @var{integer} @item quant_mat @var{integer}
...@@ -865,6 +866,11 @@ Override the 4-byte vendor ID. ...@@ -865,6 +866,11 @@ Override the 4-byte vendor ID.
A custom vendor ID like @var{apl0} would claim the stream was produced by A custom vendor ID like @var{apl0} would claim the stream was produced by
the Apple encoder. 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 @end table
@subsection Speed considerations @subsection Speed considerations
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment