VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    May 2003
    Location
    Oz
    Search Comp PM
    I've got this NTSC MPEG-1 file I want to convert to PAL with AviSynth but am having trouble with the script. I have had great success with the following script with MPEG-2. What do I need to adjust to make it work with MPEG-1 as well?

    LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll")
    # LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll")
    MPEG2source("C:\Documents and Settings\Temp\Ticker\test.d2v")
    Telecide(order=1,guide=1)
    Decimate()
    YV12toRGB24()
    FlipVertical()
    AssumeFPS(25)
    Quote Quote  
  2. Member
    Join Date
    Feb 2003
    Location
    United States
    Search Comp PM
    Originally Posted by DRP
    I've got this NTSC MPEG-1 file I want to convert to PAL with AviSynth but am having trouble with the script. I have had great success with the following script with MPEG-2. What do I need to adjust to make it work with MPEG-1 as well?

    LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll")
    # LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll")
    MPEG2source("C:\Documents and Settings\Temp\Ticker\test.d2v")
    Telecide(order=1,guide=1)
    Decimate()
    YV12toRGB24()
    FlipVertical()
    AssumeFPS(25)

    Have you tried the MPEGSource plugin by Nic? It is on the Warpenterprises site. Also, try DrirectShowSource.


    T
    Quote Quote  



Similar Threads

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