LoadPlugin("blockbuster.dll")
LoadPlugin("deen.dll")
LoadPlugin("asharp.dll")
LoadPlugin("UnDot.dll")
DirectShowSource("MOVIE.AVI",framecount=7534)
ConvertToyv12()
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Deen("c2d",2,4,6,4,6,0.5,9,"")
asharp(1,4)
UnDot()
Lanczos4Resize(720,428)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.3,seed=2)
Tweak(hue=4,sat=1.3,bright=0,cont=0.9)
AddBorders(0,74,0,74)
Is this arrangement/order of filters correct to get a best DVD quality ?
+ Reply to Thread
Results 1 to 3 of 3
-
-
I would not apply blockbuster twice, as you risk over softening. There is also little point applying it after a resize, as it is designed to address the blocking from the original encode. The size and proportion of the blocks are changed after the resize, making it useless unless you know precisely how big they now are.
I have never found a need/benefit to using deen or undot when converting from avi to DVD, but it would vary from source to source I guess. Similarly, I rarely find a need to use tweak - in fact I can only recall one occassion.Read my blog here.
Similar Threads
-
Order for filters in Avisynth on Virtualdub!!
By Cauptain in forum Video ConversionReplies: 10Last Post: 4th Jun 2011, 14:29 -
Which filters I should use for this anime? (avisynth)
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 1Last Post: 29th Dec 2010, 12:32 -
Which filters I should use for this anime? (avisynth)
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 6Last Post: 13th Dec 2010, 07:47 -
Avisynth Filters (help pls)
By Enkidu in forum EditingReplies: 14Last Post: 30th Jul 2010, 21:41 -
[Avisynth] What are the filters used in this video?
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 4Last Post: 22nd Apr 2010, 09:40