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

2016-06-15 Thread KongQun Yang
-- KongQun Yang (KQ) On Wed, Jun 15, 2016 at 5:00 AM, Carl Eugen Hoyos wrote: > Kongqun Yang 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 broke

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

2016-06-15 Thread Carl Eugen Hoyos
Kongqun Yang 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. Carl Eugen ___ ffmpeg

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

2016-06-14 Thread Kongqun Yang
Implemented according to the draft specification "VP Codec ISO Media File Format Binding": http://www.webmproject.org/vp9/#draft-vp-codec-iso-media-file-format-binding '-strict -2' is required to use this feature. Change-Id: Iaa7ddf5524b17e8d79cd1923b26f096d6e91 --- libavformat/Makefile |