I was very impressed with madVR's new "Smooth motion" feature, and was wondering if there's a way to achieve similar results when converting video. Being an AviSynth newbie (using mostly MeGUI) it'd be great to know how to do it for 23.976 to 25fps conversions (and other combinations), since even commercial applications give disappointing results (jerky motion). I am not looking for an SVP-type smooth effect, but rather sth. more natural like madVR's feature. Is this possible? Thanks...
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by Greathelp; 9th Jun 2013 at 12:51.
-
I don't know what MadVR does. But the usual method of converting 24 fps film to 25 fps PAL video is simply to speed it up. You can do that in AviSynth with AssumeFPS(). Of course, you'll need to speed up the audio too. An alternate method, not as smooth, is to use pulldown. You can do that with ChangeFPS(50).SeprateFields().SelectEvery(4,0,3). Worst of all is simply duplicating every 24 frame, ChangeFPS(25), which gives you one jerk every second. Or maybe blending frames with ConvertFPS(25). All the latter options don't require changing the audio.
Similar Threads
-
MeGUI/AviSynth automatically changing frame rate to 17.843
By Hakuromatsu in forum Video ConversionReplies: 9Last Post: 14th Jun 2013, 01:48 -
MediaInfo: Frame Rate vs Original Frame Rate
By adalect in forum Video ConversionReplies: 1Last Post: 19th Aug 2012, 17:44 -
Smooth frame by frame accelerated video playback?
By Malachaidc in forum Newbie / General discussionsReplies: 10Last Post: 30th Jul 2012, 11:40 -
Frame rate conversions: How to blend select frames in AVISynth?
By SDeC in forum Video ConversionReplies: 9Last Post: 23rd Jun 2010, 08:16 -
Nero Vision (edit:) Motion Adaptive Frame Rate Conversion
By sagat93 in forum Authoring (DVD)Replies: 12Last Post: 3rd Mar 2010, 11:06