1 Feb 2012 09:47
Re: AVC Intra encoder based on libx264
Joseph Artsimovich <joseph <at> mirriad.com>
2012-02-01 08:47:09 GMT
2012-02-01 08:47:09 GMT
On 31/01/2012 18:51, Jason Garrett-Glaser wrote: > On Tue, Jan 31, 2012 at 2:00 AM, Joseph Artsimovich<joseph <at> mirriad.com> wrote: >> On 31/01/2012 00:42, Jason Garrett-Glaser wrote: >>> ... >>> >>> I've written my own full >>> implementation, which can be found on my github >>> (https://github.com/DarkShikari/x264-devel). >>> >>> Testing welcome. >> Will do. One thing I noticed being missing are custom scaling matrices and >> i_chroma_qp_offset = 3 > Where in the spec does it list anything about those parameters? In SMPTE 2027:2011, nowere. Maybe in Panasonic's confidential spec, but I don't have access to that. Avid decoder seems to have those hardcoded though. Without them, the colours are off in Avid and macroblock boundaries are clearly visible. I extracted those from h264 streams encoded with Panasonic's encoder. >> * Need to get rid of a SEI with x264 version info. > Where in the spec does it prohibit this? In fact, the spec explicitly > states that arbitrary SEIs are okay. The spec doesn't prohibit it. Avid insists on seeing exactly two SEIs though. >> * Need to add two dummy SEIs. Avid decoder will choke if they are missing >> but doesn't seem to look inside. > Where in the spec does it say this? It merely says room must be > reserved for such SEIs, not how one must reserve them. In fact, the > spec explicitly suggests using zero bytes -- not even using NALs! I(Continue reading)
RSS Feed