VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    May 2007
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  2. 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)
    SmoothFPS2() requiresm MvTools. MSU_FRC() does much worse.
    Image Attached Files
    Last edited by jagabo; 27th Mar 2012 at 08:18.
    Quote Quote  
  3. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Loser idea: Load a file in any "video editor" and speed x2. More smooth, but...


    Claudio
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!