[FFmpeg-devel] [PATCH v6] Add experimental support for vp9 in iso-bmff

KongQun Yang kqyang at google.com
Wed Jun 15 23:00:34 CEST 2016


-- KongQun Yang (KQ)

On Wed, Jun 15, 2016 at 5:00 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Kongqun Yang <yangkongqun <at> gmail.com> writes:
>
> > +        } else if (chroma_w == 0 && chroma_h == 0) {
> > +            return VPX_SUBSAMPLING_444;
>
> Could you confirm that this fixes RGB encoding?
> I believe this was broken in your previous patch.
>

Yes, RGB is now supported (chroma subsampling is VPX_SUBSAMPLING_444).

>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list