diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-13 00:17:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-13 00:17:29 +0100 |
commit | 4a7c705fde1a25cc3dd4ffcb56e3b4acf12dea41 (patch) | |
tree | 09ea8885d3c46e95d24a7a7d8bd4327f58ebddd4 /doc/filters.texi | |
parent | a61cd42c8d756c0f9503469988250b326e182ae6 (diff) | |
download | ffmpeg-4a7c705fde1a25cc3dd4ffcb56e3b4acf12dea41.tar.gz |
avfilter/vf_vectorscope: make it possible to override colorspace
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d5d619e35d..1f86c04a0a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12656,6 +12656,15 @@ Values higher than this value will be ignored. Default is 1. Note this value is multiplied with actual max possible value one pixel component can have. So for 8-bit input and high threshold value of 0.9 actual threshold is 0.9 * 255 = 230. + +@item colorspace, c +Set what kind of colorspace to use when drawing graticule. +@table @samp +@item auto +@item 601 +@item 709 +@end table +Default is auto. @end table @anchor{vidstabdetect} |