Is there a way to change the frame rate on some of those youtube videos by downloading them and experimenting with them? I wonder if the MSU Frame Rate converter would work.
Here's a sexy little video of a woman with heels on that i found on youtube.
http://www.youtube.com/watch?v=Q7mym7uWXkw
Now, if i were to download it, which software could i use to clean up the jerky frame rate, so it would play more smoothly? Anything at all? Please advise.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Give up. Not enough unique frames and at too irregular intervals.
Code:function SmoothFPS2(clip source, int num, int den) { super = MSuper(source, pel=2, hpad=0, vpad=0, rfilter=4) backward_1 = MAnalyse(super, chroma=false, isb=true, blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24)) forward_1 = MAnalyse(super, chroma=false, isb=false, blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24)) backward_2 = MRecalculate(super, chroma=false, backward_1, blksize=8, searchparam=1, search=3) forward_2 = MRecalculate(super, chroma=false, forward_1, blksize=8, searchparam=1, search=3) backward_3 = MRecalculate(super, chroma=false, backward_2, blksize=4, searchparam=0, search=3) forward_3 = MRecalculate(super, chroma=false, forward_2, blksize=4, searchparam=0, search=3) MBlockFps(source, super, backward_3, forward_3, num, den, mode=0) } DirectShowSource("Live Cam Shoeplay - #20 - Dangling_Nyloned Feet Close-up.mp4") Trim(0, 2000) TDecimate(mode=7, rate=0.78125) SmoothFPS2(25, 1)
Last edited by jagabo; 27th Mar 2012 at 08:18.
-
Loser idea: Load a file in any "video editor" and speed x2. More smooth, but...
Claudio
Similar Threads
-
TSMUXER doubles frame rate on all videos
By giggity in forum Video ConversionReplies: 1Last Post: 5th Sep 2011, 02:23 -
Canon HF21: Best Frame Rate And Resolution For YouTube?
By JohnnyGalaga in forum Newbie / General discussionsReplies: 14Last Post: 6th Aug 2011, 13:54 -
2 videos with different frame rate sync problem
By dgiulian in forum Video ConversionReplies: 1Last Post: 26th Mar 2011, 20:40 -
Uploading H264 in MKV container to Youtube results in frame rate problem
By tokintmash in forum EditingReplies: 10Last Post: 4th Apr 2009, 02:36 -
Is there a program that can safely convert variable frame rate videos?
By darkzero297 in forum Video ConversionReplies: 1Last Post: 17th Jul 2007, 20:01