Hvidgaard
18th April 2006, 21:12
Hi
I have ripped a pal dvd with PgcDemux and made the following avisynth-script to use with MyGUI:
LoadPlugin("c:\dvd\MPEGDecoder.dll")
mpegsource("C:\dvd\VideoFile.m2v")
But when I try to encode in MeGUI to x264 I get the following error:
Your AviSynth clip is is the wrong colorspace, I420.
The colorspace should by YV12. Do you want me to add ConvertToYV12() to the end of your script?
followed by (if I press "Yes"):
Your AviSynth clip has the following problem:
AviSynth clip is in I420 not in YV12, even though ConvertToYV12() has been appended.
Continue anyway?
I have checked the avisynth script without ConvertToYV12() and VDubmod reports YV12. Should I just ignore this error or am I missing something? Why is MeGUI reporting i420 colorspace when it is actualy YV12?
I have ripped a pal dvd with PgcDemux and made the following avisynth-script to use with MyGUI:
LoadPlugin("c:\dvd\MPEGDecoder.dll")
mpegsource("C:\dvd\VideoFile.m2v")
But when I try to encode in MeGUI to x264 I get the following error:
Your AviSynth clip is is the wrong colorspace, I420.
The colorspace should by YV12. Do you want me to add ConvertToYV12() to the end of your script?
followed by (if I press "Yes"):
Your AviSynth clip has the following problem:
AviSynth clip is in I420 not in YV12, even though ConvertToYV12() has been appended.
Continue anyway?
I have checked the avisynth script without ConvertToYV12() and VDubmod reports YV12. Should I just ignore this error or am I missing something? Why is MeGUI reporting i420 colorspace when it is actualy YV12?