Hi,

On Jun 17, 2015 12:21 PM, "James Zern" <jz...@google.com> wrote:
>
> the vp9 bitstream supports 8 values:
> unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved
> and sRGB.
> ---
>  doc/encoders.texi      | 12 ++++++++++++
>  libavcodec/libvpxenc.c | 29 +++++++++++++++++++++++++++++
>  2 files changed, 41 insertions(+)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 8b0ecb7..8fed2fc 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -1550,6 +1550,18 @@ Enable frame parallel decodability features.
>  @item aq-mode
>  Set adaptive quantization mode (0: off (default), 1: variance 2:
complexity, 3:
>  cyclic refresh).
> +@item colorspace @emph{color-space}
> +Set input color space. The VP9 bitstream supports signaling the following
> +colorspaces:
> +@table @option
> +@item @samp{rgb} @emph{sRGB}
> +@item @samp{bt709} @emph{bt709}
> +@item @samp{unspecified} @emph{unknown}
> +@item @samp{bt470bg} @emph{bt601}
> +@item @samp{smpte170m} @emph{smpte170}
> +@item @samp{smpte240m} @emph{smpte240}
> +@item @samp{bt2020_ncl} @emph{bt2020}
> +@end table
>  @end table
>
>  @end table

Do you still need this?

Ronald
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to