pombreda / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vp9 color space not the same for every output image. #960

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?
After encoding a video with vpxenc and --color-space=bt709, I expect each 
decoded vpx_image_t to have the color space set to bt709.
Instead I'm seeing the color space alternate between unknown and bt709 between 
images (inconsistently). 

What version are you using? On what operating system?
To encode: c9f660d8950bcdac29235c065573d74c980ec40f
In decode in Chromium: 79b88cc2a57a9c27bf12e053204dbc5d0c141ec6 + cherry picked 
changes.
Ubuntu 14.04.

Can you reproduce using the vpxdec or vpxenc tools? What command line are
you using?
vpxenc  big_buck_bunny.yuv -o vp9.webm --codec=vp9 --color-space=bt709 --i420 
-w 640 -h 360 --good --skip=300 --cpu-used=8 --target-bitrate=800 
--end-usage=vbr

Original issue reported on code.google.com by w...@chromium.org on 21 Feb 2015 at 12:32

GoogleCodeExporter commented 9 years ago
can you upload your encoded files too?
thanks

Original comment by ya...@google.com on 21 Feb 2015 at 2:19

GoogleCodeExporter commented 9 years ago
can you upload your encoded files too?
thanks

Original comment by ya...@google.com on 21 Feb 2015 at 2:19

GoogleCodeExporter commented 9 years ago
For sure!

Original comment by w...@chromium.org on 23 Feb 2015 at 5:52

Attachments:

GoogleCodeExporter commented 9 years ago
Can you try this and let me know if it solves your issue: 
https://gerrit.chromium.org/gerrit/#/c/73824/

Original comment by ya...@google.com on 23 Feb 2015 at 9:02

GoogleCodeExporter commented 9 years ago
That fixes it, thanks!

Original comment by w...@chromium.org on 23 Feb 2015 at 11:49

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 24 Feb 2015 at 1:01