Post
by mirkosp » Thu Aug 06, 2009 8:55 pm
NLEs generally have issues with properly handing colorspace conversions, but even when they do not have to go through those, errors in the export are still possible to happen with lossless codecs. As you already know, exporting uncompressed works, but as for your question, which is what goes wrong with lags/huffy, well, I'm not sure. Colorspace conversion would be my bet, but even if you set everything properly it can still happen - NLEs work in RGB32 only, AFAIK, so perhaps putting a converttoRGB32() line in your scripts and exporting as RGB32 and not YV12 might do the trick? Not too sure though, since the issue might still be there. I guess you're better off biting the bullet and just exporting uncompressed as you're already doing without asking yourself questions, perhaps.