+ Reply to Thread
Results 1 to 8 of 8
-
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 -
Originally Posted by poisondeathray
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 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. -
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 -
hm .. generally thanks for your interest .. this is the best forum support i ve seen .. thanq again.
-
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)
-
Originally Posted by 3thman
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.
Similar Threads
-
Help with avs converter.
By mayainverse in forum Video ConversionReplies: 3Last Post: 13th Sep 2011, 14:28 -
Swift avs help
By jerome224 in forum Newbie / General discussionsReplies: 4Last Post: 20th Jun 2011, 19:27 -
AVS to YUV
By fidogenial in forum Video ConversionReplies: 1Last Post: 21st Oct 2010, 21:53 -
how do i take avs logo off avs video
By tnwolf35 in forum Newbie / General discussionsReplies: 3Last Post: 3rd Sep 2010, 21:08 -
avs wrap.
By dammit32 in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 17th Dec 2008, 13:29