diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-20 22:11:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-20 22:11:50 +0200 |
commit | bbf6cb754cc832a9663e3a3137f97edc85785d1d (patch) | |
tree | 3b454d784051b7ec7081d7be5692c478fdebc304 /doc | |
parent | c25d1ba55636504c2b6a9c6987cf4c80fdc7091c (diff) | |
download | ffmpeg-bbf6cb754cc832a9663e3a3137f97edc85785d1d.tar.gz |
avfilter/vf_scale: Add in/out yuv color matrix option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1217f7e8e1..c8d8578e86 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6252,6 +6252,33 @@ applies a bilinear scaling algorithm. @item size, s Set the video size, the value must be a valid abbreviation or in the form @var{width}x@var{height}. + +@item in_color_matrix +@item out_color_matrix +Set in/output YCbCr colorspace type. +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 colorspace type depends on the pixel format. +@table @samp +@item auto +Choose automatically + +@item bt709 +ITU Rec BT709 + +@item fcc +United States Federal Communications Commission Title 47 Code of +Federal Regulations (2003) 73.682 (a) + +@item bt601 +ITU Rec BT601 +ITU-R Rec. BT.470-6 System B, G +Society of Motion Picture and Television Engineers 170M (2004) + +@item smpte240m +Society of Motion Picture and Television Engineers 240M +@end table + @end table The values of the @var{w} and @var{h} options are expressions |