I was wondering if anyone could help me out. I was working with these avs scripts and MSU Frame Rate Converter a few years ago. I recently tried to run the script with a glass of water being filled up. It looked ok, but it would momentarily stop between each frame. It wasn't a smooth filling up of the glass, and i coulda swore it was filling up in a very consistant way back when i was foolin with the script. Could anyone suggest something that would improve the timing?
Here is the script..
DirectShowSource("C:\Users\owner\Downloads\Virtual Dub-1.9.11\water.avi")
ConvertToYV12().MSU_FRC(15, "slow")
thanks for any help you can give me.
+ Reply to Thread
Results 31 to 33 of 33
-
-
If your source has duplicate frames you will get jerky results like you describe. DirectShowSource() isn't frame accurate. If it delivers the wrong frame at some point you will get jerky results. Since it's an AVI file use AviSource() instead.
By the way, very non-linear motions like you get when filling a glass with water quickly, aren't amenable to this type of motion interpolation. Can you provide your source AVI file?Last edited by jagabo; 24th May 2013 at 07:33.
Similar Threads
-
Super slow motion video experimentation
By snafubaby in forum Video ConversionReplies: 3Last Post: 27th Mar 2012, 10:45 -
smooth slow motion
By nitrobaorder in forum EditingReplies: 22Last Post: 18th Oct 2010, 06:19 -
Super Slow AVS to M2V
By Subblue586 in forum Video ConversionReplies: 4Last Post: 15th Jan 2010, 19:52 -
Smooth slow motion with old VHS footage
By stantheman1976 in forum EditingReplies: 3Last Post: 14th Apr 2009, 21:42 -
Projector Problem: Some videos smooth motion, others have "tearing&qu
By Xenogear900 in forum DVB / IPTVReplies: 16Last Post: 27th Jul 2008, 22:54