1) Alan's link above goes to Tritical's avisynth filters pageOriginally Posted by alcOre
2) You can look at the documentation for the different settings and the doom9 thread for other examples, but here is a generic syntax example for same rate deinterlacing (note this won't help you on blends as in your source above, but it's good for purely interlaced sources) :
LoadPlugin("...\yadifmod.dll")
LoadPlugin("...\nnedi.dll")
Somesourcefilter("file.xxx")
yadifmod(order=0, field=-1, mode=0, edeint=nnedi()) #BFF, field set to order, same rate, nnedi spatial predictions
Soopafresh posted this comparison of bobbers awhile back , and I only use TempGaussMC now for bobbing (very, very slow filter):
https://forum.videohelp.com/images/guides/p1934885/stockholma_0-520_q3_yadif_mvbobmod_t...mca4_tdtmm.avi
+ Reply to Thread
Results 31 to 33 of 33
-
-
that looks nice... where i get?
and could i fix my own issue with deinterlacing, when i have lots of lines crossing all of the videos? or is that somekind of other issue? (im not even sure if the footage is ntsc or pal... it just has lots of lines over the whole video...)
and at the moment, the deinterlacing option gives an error that it can't read the .avs file... ? -
That post is over six years old. Nowadays you'd use its 'heir', QTGMC, which you can learn about and get here:
http://avisynth.nl/index.php/QTGMC
...could i fix my own issue with deinterlacing, when i have lots of lines crossing all of the videos?
... the deinterlacing option gives an error that it can't read the .avs file... ?
Similar Threads
-
Source bitrates and x264 crf settings?
By orangeboy70 in forum Newbie / General discussionsReplies: 10Last Post: 2nd May 2011, 21:15 -
Deinterlace first or multiple times? Encoding source to multiple formats.
By greyfalcon in forum Video ConversionReplies: 1Last Post: 12th Apr 2011, 04:39 -
Understanding TMPGEnc source material settings
By brassplyer in forum Video ConversionReplies: 1Last Post: 5th Mar 2011, 06:41 -
Slo-mo & frame blend, deinterlace, flicker, export settings, lions, tigers
By ivanarias in forum EditingReplies: 3Last Post: 24th Feb 2010, 22:35 -
Is there any program out there that can determine source settings?
By steve003 in forum Newbie / General discussionsReplies: 1Last Post: 5th Mar 2009, 12:53