[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenDivX] input and output format



Hi,

I alway use OUT_420 mode of decore. 
Now it seems that encore() uses different input than the output of decore() 
(today's cvs). 

One (I hope it's encore) has Y,U,V in blocks: 

x*y bytes of Y, x/2*y*2 bytes of U,  x/2*y*2 bytes of V.  

And one (decore) has U and V interleaved, so it's 

x*y bytes of Y, x/2 bytes of U, x/2 bytes of V, x/2 bytes U, x/2 bytes V, 
etc. 

Also output is upside down. Is that switchable? Because it's strange not 
beeing able feed output into input again. 

gruel

_______________________________________________
OpenDivX mailing list
[email protected]
http://lists.projectmayo.com/mailman/listinfo/opendivx


Reply To Poster

Local References / HOW-TO / FAQs