VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Sep 2009
    Location
    Egypt
    Search Comp PM
    please tell me how to deinterlace with TempGaussMC_beta1.avs in MeGUI or VDub with Avisynth script.
    Quote Quote  
  2. Install the required plugins listed on this page, download the .avsi version and put it into your avisynth/plugins directory (it's autoloading), and use it to replace your regular deinterlacer.

    http://avisynth.org/mediawiki/TempGaussMC

    Note it is a bobber (double the framerate). There are more settings and instructions if you open the .avsi in notepad
    Quote Quote  
  3. Member
    Join Date
    Sep 2009
    Location
    Egypt
    Search Comp PM
    Originally Posted by poisondeathray
    Install the required plugins listed on this page, download the .avsi version and put it into your avisynth/plugins directory (it's autoloading), and use it to replace your regular deinterlacer.

    http://avisynth.org/mediawiki/TempGaussMC

    Note it is a bobber (double the framerate). There are more settings and instructions if you open the .avsi in notepad
    thank u so much 4 response, poisondeathray , always u r the 1st to help me.
    i made the avs script as follwing :
    Code:
    SetMTmode(2,0)
    DGDecode_mpeg2source("C:\Documents and Settings\Muhammad\Desktop\zcszv.d2v", info=3)
    Import("C:\Program Files\AviSynth 2.5\plugins\tempgaussmc_beta1mod.avsi")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\removegrainsse3.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\repairsse3.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\nnedi.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mvtools.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools-26.dll")
    ConvertToYV12(interlaced=true)
    AssumeBFF()
    TempGaussMC_Beta1mod(EdiMode="NNEDI")
    SelectEven() # bc the interlacer doubles the framerate
    I get this error:



    * I dont get this error when using (TempGaussMC_beta1.avs) but it is strange .. it is very slow in MeGUI & VDub and when exporting , one minute takes many hours.
    Quote Quote  
  4. I warned you it is very slow...

    You can choose a faster deinterlacer like nnedi2 alone or yadifmod+nnedi2

    Not sure about the beta1mod , you might need mvtools2.dll (the new one) instead of the old one. If you have the .dll in the plugins directory, it's not necessary to load them into your script manually. You can have mvtools.dll and mvtools2.dll coexisting safely
    Quote Quote  
  5. Member
    Join Date
    Sep 2009
    Location
    Egypt
    Search Comp PM
    hm .. generally thanks for your interest .. this is the best forum support i ve seen .. thanq again.
    Quote Quote  
  6. If you are using the same sources as your other thread, the field order was TFF for the MPEG2 captures , but you have AssumeBFF() in your script (wrong field order) . But there is nothing as good as tempgaussmc_beta1 , the only problems are that it's very slow, and it applies a slight blur (loss of detail)
    Quote Quote  
  7. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by 3thman
    As poisondeathray suggested, this indicates that mvtools2 (which includes the MSuper function) is required.
    Presumably, one of the changes between TempGaussMC_beta1 and TempGaussMC_beta1mod is that it was upgraded to use the later MVTools.

    As well as automatically loading plugin dlls, Avisynth will automatically import all avsi files in the standard plugins folder, so you don't need the Import statement either.
    Quote Quote  
  8. Member
    Join Date
    Sep 2009
    Location
    Egypt
    Search Comp PM
    Thanks , It is done but I think I will still use the smart deinterlacer in VDub , because it is fast & gives high quality.
    *TempGaussMC_beta1.avs & TempGaussMC_beta1mod.avsi gives higher quality but as u know it is extremely slow
    Quote Quote  



Similar Threads

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