On 6/27/06, luukes <[EMAIL PROTECTED]> wrote:
Hi! I want to have a raw YV12 output. If I use the export "-y raw" I get YV12 but with AVI-headers. Is there a way to get only the data without the headers?
Not in 1.0.x AFAIK (I'm away from working copy so I can't make sure :P) In CVS (HEAD) using -y copy,copy,raw (or -y copy,null,raw) it's supposed to work. But warning: internal colorspace in HEAD is YUV420, not YV12 (that's YVU420). -- Francesco Romani
