View Single Post
Old 1st July 2004, 17:31   #19  |  Link
Soulhunter
Bored...
 
Soulhunter's Avatar
 
Join Date: Apr 2003
Location: Unknown
Posts: 2,812
Quote:
Originally posted by mg262
Soulhunter - those clips are brilliant and show the effect much more clearly than anything I have. Is any chance you could try the 4xdust method on the first of those clips for comparison? (Or I'll do it if you like.)
Cant get it work...
Code:
# Multidust AVS

Function MultiDust(clip clip, int "limit", string "output")
{
LoadPlugin("C:\Programme\AviSynth 2.5\x\dustv6.dll")
Clip = PixieDust()
Return clip
}
Code:
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\dustv5.dll")
Import("C:\Programme\AviSynth 2.5\x\Multidust.avs")

mpeg2source("C:\Blah\test4.d2v")

SeparateFields()
Even = SelectEven().PixieDust() 
Odd = SelectOdd().MultiDust()
InterLeave(even, odd).Weave()
__________________

Visit my IRC channel
Soulhunter is offline   Reply With Quote