Hello
Got a DVD rip that I ran through DVD2AVI
When I load the D2V into VirtualDub by using AviSynth 2.5x it says:
FourCC Code = YV12
Decompressor = ATI YUV12 Format Codec
Now in DVD2AVI I picked YUV and TV SCALE so shouldn't this be decompressing as YUY2 ?
I'm thinking of putting this line in my AviSynth AVS script:
ConvertToYUY2()
Should I do that? Or do I not need it?
I will be loading the Avisynth AVS script directly into CCE for DVD spec MPEG-2 encoding.
Thanks!
- John "FulciLives" Coleman
P.S.
This is a DVD9 that I want to re-encode so as to fit it on a single DVD-R and I'm using CCE because the movie is rather long at 133 minutes.
+ Reply to Thread
Results 1 to 6 of 6
-
"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
CCE doesn't support YV12 sources so yes you should add the convert to YUY command in your AVS script. Add it last though because some filters work faster in YV12.
I'm not totally clear on this, but I think it may get converted to YUY2 regardless if you feed it into any encoder. But if you explicitly use the convert to YUY command than you get better chroma upsampling in mpeg2dec. -
Thanks Adam I was hoping that you would see this as you have given out great CCE advise in the past so ...
THANK YOU !!!
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Adam,
But if you explicitly use the convert to YUY command than you get better chroma upsampling in mpeg2dec -
That I don't know. But if its a YV12 source its got to be converted to RGB or YUY before being fed into any software encoder that I know of. Its best to go ahead and do these things via your avisynth script so you have some control over it.
BTW for interlaced sources your command should like this.
ConvertToYUY2(interlaced=true)
Similar Threads
-
Capturing YUY2 or YV12 interlaced?
By rmdeboer82 in forum Capturing and VCRReplies: 5Last Post: 15th Dec 2010, 09:10 -
Help with captured AVI: Vdub / HCenc / RGB / YUY2 / YV12
By Rinsin in forum Video ConversionReplies: 2Last Post: 13th May 2009, 18:57 -
What is Native DV(PAL) colorspace? YV12 or YUY2
By Josip in forum Newbie / General discussionsReplies: 7Last Post: 13th Nov 2008, 23:25 -
DVD to DVD: YV12 to RGB to YV12, color problem ???
By cd090580 in forum RestorationReplies: 9Last Post: 24th Oct 2008, 10:16 -
Raw YUY2 to YV12 format?
By allyli2007 in forum ProgrammingReplies: 8Last Post: 2nd Jun 2007, 12:43