tyee
4th March 2002, 02:26
greetings
I'm trying to do the above but not having success yet. I've loaded a very large .avi and I want to apply a different pulldown filter to different frames that I've selected with the Trim filter in the .avi. I tried this but VirtualDub gave me an error --
AviSource("c:\movie.avi")
DoubleWeave()
Pulldown(Trim(0,40277),1,3) ++ Pulldown(Trim(40851,69124,2,4)
Is there a way to do this?
Tyee
Whoops, I forgot a bracket above. I added it and then Vdub took it OK.
If anyone has a better way please post, thanks.
I'm trying to do the above but not having success yet. I've loaded a very large .avi and I want to apply a different pulldown filter to different frames that I've selected with the Trim filter in the .avi. I tried this but VirtualDub gave me an error --
AviSource("c:\movie.avi")
DoubleWeave()
Pulldown(Trim(0,40277),1,3) ++ Pulldown(Trim(40851,69124,2,4)
Is there a way to do this?
Tyee
Whoops, I forgot a bracket above. I added it and then Vdub took it OK.
If anyone has a better way please post, thanks.