Chen-tao / webm

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

yuv 444 support #617

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In vpxenc for vp9, 444 color space is not exposed.  Its got:
--yv12
--i420
please add --444 for raw .yuv files.

Original issue reported on code.google.com by fbarch...@google.com on 5 Sep 2013 at 12:43

GoogleCodeExporter commented 8 years ago

Original comment by fgalli...@google.com on 17 Oct 2013 at 10:15

GoogleCodeExporter commented 8 years ago
Decoder is the priority, as it takes awhile for Chrome to roll out.
This is mainly of interest for screencasting, as 444 preserves colored text.

Original comment by fbarch...@google.com on 23 Nov 2013 at 8:14

GoogleCodeExporter commented 8 years ago
Writing YUV 444 raw file is currently supported by --rawvideo in vpxdec.

Original comment by ya...@google.com on 10 Jul 2015 at 9:29