Am Dienstag, 27. Juni 2006 14:38 schrieben Sie: > 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).
Hi Francesco! Thank you for hint! I tried the CVS-verion with -y copy what works for me (I've done the colorspace-transformation after transcode). thx lukas