VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    May 2003
    Location
    Oz
    Search Comp PM
    Here's the script:

    Code:
    LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll")
    # LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll")
    DirectShowsource("C:\Documents and Settings\Temp\Encoding\filename.wmv")
    LanczosResize (448,525)
    # ConvertToYV12()
    Telecide(order=1,guide=1)
    Decimate(cycle=5)
    # ConvertToRGB24()
    AssumeFPS(25)
    Now when I load that into TMPGEnc Plus 2.5 TMPGEnc just closes. No warning dialogs, no error messages, nothing, it just closes. If I remark out the LanczosResize line, it works perfectly. Same thing happens for a Lanczos4Resize as well.

    Anyone got any idea why the LanczosResize function isn't working?
    Quote Quote  
  2. Member adam's Avatar
    Join Date
    Sep 2000
    Location
    United States
    Search Comp PM
    Try removing the # in front of ConvertToRGB24()
    Quote Quote  
  3. Member
    Join Date
    Jan 2003
    Location
    India
    Search Comp PM
    Originally Posted by DRP
    Here's the script:

    Code:
    LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll")
    # LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll")
    DirectShowsource("C:\Documents and Settings\Temp\Encoding\filename.wmv")
    LanczosResize (448,525)
    # ConvertToYV12()
    Telecide(order=1,guide=1)
    Decimate(cycle=5)
    # ConvertToRGB24()
    AssumeFPS(25)
    Now when I load that into TMPGEnc Plus 2.5 TMPGEnc just closes. No warning dialogs, no error messages, nothing, it just closes. If I remark out the LanczosResize line, it works perfectly. Same thing happens for a Lanczos4Resize as well.

    Anyone got any idea why the LanczosResize function isn't working?
    You cannot resize to odd number of pixels. Change the lanczosresize to
    lanczosresize(448,528). As mentioned by adam, you might also need to adjust the color space.
    Why don't you load the file directly in TMPGEnc? It will work very well!!
    Quote Quote  
  4. Member
    Join Date
    May 2003
    Location
    Oz
    Search Comp PM
    Thanks for that. Got it fixed
    Quote Quote  



Similar Threads

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