Commit 0c480bcf authored by Michael Niedermayer's avatar Michael Niedermayer

doc/filters: document vf_scales color range

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3242747d
......@@ -6279,6 +6279,23 @@ Society of Motion Picture and Television Engineers 170M (2004)
Society of Motion Picture and Television Engineers 240M
@end table
@item in_range
@item out_range
Set in/output YCbCr sample range.
This allows the autodetected value to be overridden as well as allows forcing
a specific value used for the output and encoder.
If not specified, the range depends on the pixel format.
@table @samp
@item auto
Choose automatically
@item jpeg/full/pc
Full range (0-255 in case of 8bit luma)
@item mpeg/tv
"Mpeg" range (16-235 in case of 8bit luma)
@end table
@end table
The values of the @var{w} and @var{h} options are expressions
......
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