VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. I seem to have some problems with avisyth... I got it from DVD2SVCD and I have some plugins like MPEG2DEC and SmoothDeinterlacer, but when I want to do a NTSC conversion, it doesnt seem to work properly. I think I don't have the right plugins and I'd like to know where to get them. Actually, I'm using this technique : http://www.geocities.com/xesdeeni2001/StandardsConversion/
    I used it before and it worked well, I have to format my CPU, so I wonder if I installed something wrongly. I don't think it is an environmental settings problems in TMPGEnc Plus problem. Anyway here are some shots from the different programs I'm using.

    here is my script for avisynth:
    LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Mpeg2dec\MPEG2DEC.dll")
    LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SmoothDeinterlacer.dll")
    MPEG2Source("E:\TEST\test.d2v")
    SeparateFields()
    Weave()
    SmoothDeinterlace(doublerate=true)
    ConvertFPS(50) # or ChangeFPS(50)
    LanczosResize(720,576)
    SeparateFields()
    SelectEvery(4,1,2)
    Weave()
    ConvertToRGB()

    And here is the result once the avs file is loaded:



    I hope can someone can sort this out
    Quote Quote  
  2. Now it says my Smotthdeinterlacer isn't an avisynth1.0 plugin, please tell me where i can find those plugins (MPEG2DEC and SmoothDeinterlacer) and if avisynth is properly installed (it doesnt seem to be imo)

    Cheers,

    Etienne
    Quote Quote  
  3. Member
    Join Date
    Mar 2003
    Location
    Uranus
    Search Comp PM
    Why don't you go to Avisynth.org and get all the latest ?
    It's version is now 2.5x
    Quote Quote  
  4. yeah, thx, i found the right plugins... they were both wrong, it works now

    cheers

    etienne
    Quote Quote  
  5. Why on earth would you separate fields then weave with no processing inbetween ?!?!??!
    Quote Quote  
  6. Member
    Join Date
    Mar 2003
    Location
    Uranus
    Search Comp PM
    Brain damage ?
    Quote Quote  
  7. im just following that guide: http://www.geocities.com/xesdeeni2001/StandardsConversion/
    im not computer litterate at all
    tel me which script to use
    Quote Quote  
  8. Member
    Join Date
    Mar 2003
    Location
    Uranus
    Search Comp PM
    I suspect there was a filter in there , that worked better on fields ,
    and somebody deleted it and forgot to delete the Separate() , Weave()
    pair.

    It won't hurt except maybe make it slower
    Quote Quote  
  9. true that, it won't hurt, it will just take a little longer for no good reason.

    I reocmmend remove the separatefields(), weave(0 unless there is something inbetween the 2.
    Quote Quote  



Similar Threads

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