VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    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.
    "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
    Quote Quote  
  2. Member adam's Avatar
    Join Date
    Sep 2000
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  3. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    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
    Quote Quote  
  4. Adam,

    But if you explicitly use the convert to YUY command than you get better chroma upsampling in mpeg2dec
    Interesting! Does this only apply to mpeg2dec.dll or would DirectShowSource be the same? (unless I'm on completely the wrong track here!)
    Quote Quote  
  5. Member adam's Avatar
    Join Date
    Sep 2000
    Location
    United States
    Search Comp PM
    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)
    Quote Quote  
  6. OK

    Thanks
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!