> Hi Sebastian, > > thanks for your answer. No, I need a container, be it MPEG or AVI, but > for some reason transcode didn't change the container format when > using the "-y raw" option on an MPEG. I guess I must have left out > some other option switch which would change it.
Afaik avi is the only container you can encode to (with transcode). > I need: > > either an incompressed AVI So what do you think about transcode -i input -y raw,null -o output ? Sebastian