can i change ntsc to pal with cce

Discussion in 'MPEG-1 and MPEG-2 encoding (AVI to DVD)' started by lucas23, Oct 17, 2005.

  1. lucas23

    lucas23 Guest

    hi im wondering if any 1 has changed the dvd format over from pal tp ntsc or ntsc to pal with cce as if they have can some 1 let me no if it works and how good the quolity is as i would like to no be4 i try it so please let me no if it works or not as i got a few dvds in ntsc that i want to switch over to pal
     
  2. vurbal

    vurbal Administrator Staff Member

    Joined:
    Nov 30, 2002
    Messages:
    2,573
    Likes Received:
    1
    Trophy Points:
    66
    DVD-RB can't do this, but it can be done with AviSynth and CCE. I'm moving this thread to the MPEG encoding forum and I'll try to remember to post to it from home later if nobody else has gotten you some help.
     
  3. aldaco12

    aldaco12 Active member

    Joined:
    Nov 6, 2002
    Messages:
    2,544
    Likes Received:
    0
    Trophy Points:
    66
    It can do in many ways. I use this one:

    1) change the movie's resolution. A simple line in your AVS script can do it:

    AddBorders(0,48,0,48)

    And, using it, CCE (the AVS has a line which explains AviSynth how to load MPEG2s) transforms a 720(480)x480 into a 720(480)576 movie which has the same framerate, say FPS_in.

    2) Run CCE (make only the video part) and change the framerate of the output M2V movie, moving it to 25.
    Go to http://neuron2.net/dgpulldown/dgpulldown.html and get DGPulldown.

    Load the movie, check the 'custom' box (racist program, only made for NTSC users) and change its framerate, from FPS_in --> 25.

    After that, simply multiplex the 'pullldowned' M1V file to the audio of the input file (or author it in a DVD).
     
    Last edited: Oct 26, 2005

Share This Page