Log in

View Full Version : MeGUI and colorspaces


raziel666
14th July 2006, 20:11
Hi
I have a video file encoded with FFV1 lossless codec in RGB32 colorspace and I want to compress it with x264 via MeGUI. My script is very simple:
LoadPlugin("VSFilter.dll)
AVISource("file.avi" , pixel_type="RGB32")
TextSub("sub.ass")

I had to put the pixel_type parameter, otherwise the video was conceived as YV12 initially.
When I enque the job, it tells me that my avisynth is the wrong colorspace RGB32 (which indeed is). The colorspace should be YV12. Can't I have RGB32 colorspace in my encoding? I've noticed some changes in colors if I encode in YV12. Can anyone help? Thanks a lot.

Sirber
14th July 2006, 20:14
x264 only support YV12 IIRC.