VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    Is this script correct for making a PAL dvd using CCE?

    Code:
    ffVideoSource("E:\video.mkv", fpsnum=25000, fpsden=1000)
    ConvertToYUY2()
    FadeIn(50) 
    Lanczos4Resize(720,576,0.0,0.6)
    Last edited by walruss; 17th Nov 2012 at 20:12.
    Quote Quote  
  2. it looks correct excepted yuy2 is not dvd compatible use converttoyv12 instead
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  3. Originally Posted by themaster1 View Post
    it looks correct excepted yuy2 is not dvd compatible use converttoyv12 instead
    CCE only decodes RGB and YUY2 which it then converts internally to YV12, so that line in his script is correct. If you leave out that line it'll first convert it to YUY2 before then converting to YV12. The usual procedure, though, is to put the color space conversion as the last line in the script.
    Quote Quote  



Similar Threads

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