View Single Post
Old 26th January 2003, 17:40   #9  |  Link
theReal
Piper at theGates of Dawn
 
theReal's Avatar
 
Join Date: Nov 2001
Posts: 2,136
Quote:
This would really be useful and on my wish list
It doesn't work for you??

I've been using it daily since avisynth 2.05. Now I'm using it with avisynth 2.5, I'll give you an example of my perfectly working script:

Code:
LoadVirtualDubPlugin("H:\avisynth2\delogo.vdf", "delogo", 2)

avisource("Futurama.avi")

crop(6,6,708,564)

#tweak(bright=-10)

LanczosResize(384,288)

temporalsoften(6,10,8,scenechange=10,mode=2)

SpatialSoften(2,5,8)

converttoRGB32()

delogo(1, "", "", "", "", "G:/ProSieben.bmp", 10, 140, 0, 0)

convertbacktoyuy2()

temporalsoften(4,10,8,scenechange=10,mode=2)

converttoyv12()

warpsharp(30,30)
xsharpen(20,30)

MonitorFilter()
Note that it's for the Simpsons, so the heavy filtering is ok. Also the color-format conversions are still necessary in avisynth 2.5 (MJPEG is YUY2 only, temporalsoften has a bug in YV12, spatialsoften only works in YUY2 and Warpsharp only works in YV12 - but I guess all that will change sooner or later (at least I hope so...)
__________________
"Under a government which imprisons unjustly, the true place for a just man is also a prison"
Henry David Thoreau, On the duty of civil disobedience, 1849
theReal is offline   Reply With Quote