VideoHelp.com Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Member
    Join Date: Sep 2009
    Location: Egypt
    please tell me how to deinterlace with TempGaussMC_beta1.avs in MeGUI or VDub with Avisynth script.
    Quote Quote  

  2. Member
    Join Date: Sep 2007
    Location: Canada
    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
    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. Member
    Join Date: Sep 2007
    Location: Canada
    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
    hm .. generally thanks for your interest .. this is the best forum support i ve seen .. thanq again.
    Quote Quote  

  6. Member
    Join Date: Sep 2007
    Location: Canada
    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
    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
    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

  1. Help with avs converter.
    By mayainverse in forum Video Conversion
    Replies: 3
    Last Post: 13th Sep 2011, 14:28
  2. Swift avs help
    By jerome224 in forum Newbie / General discussions
    Replies: 4
    Last Post: 20th Jun 2011, 19:27
  3. AVS to YUV
    By fidogenial in forum Video Conversion
    Replies: 1
    Last Post: 21st Oct 2010, 21:53
  4. how do i take avs logo off avs video
    By tnwolf35 in forum Newbie / General discussions
    Replies: 3
    Last Post: 3rd Sep 2010, 21:08
  5. avs wrap.
    By dammit32 in forum SVCD2DVD & VOB2MPG
    Replies: 1
    Last Post: 17th Dec 2008, 13:29
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools