Converting PAL Region 2 DVD's to NTSC Region 1

Discussion in 'DVDR' started by eddiethed, Jun 28, 2004.

  1. eddiethed

    eddiethed Member

    Joined:
    Jun 28, 2004
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11
    Ok I need help, I have read lots of posts on this and I still don't know how to do it or if it is possible. I know that you have to remove the Region coding and then change the format from PAL to NTSC.
    1) Can this be done so that a PAL region 2 DVD can be played on a NTSC TV and DVD player.
    2) Are there any software programs that just do it for you? If so which ones.
    Reading posts in here and and on other sites people get so in deapth saying if you do this it will work on this make of DVD player but not on this one and it doens't always work. Can someone break it down and make it easy? Any help would be greatly appricated.

    Thanks in advnace
     
  2. EliteHB

    EliteHB Guest

    I had the same problem and found this.You can use Avisynth.

    1. Load mpg into dvd2avi and save project (d2v)+ demux audio
    2. use this script in avisynth

    LoadPlugin("c:\plugin\mpeg2dec.dll")
    mpeg2source("e:\test.d2v")
    BicubicResize(720,480)
    ConvertFPS(29.970)
    ConvertToYV12()

    You must have mpeg2dec.dll or later plugin in your plugins folder.
     

Share This Page