I downloaded an MP4 video shot from International Space Station (http://vimeo.com/32001208). It's a time-lapse of the upper atmosphere, showing aurora and lighting, taken over several weeks. It's an incredible video but would be much more enjoyable if it were slowed down a bit. I would like to recreate the file at a slower speed (not just slow it down during playback). I would also like to replace the audio (music) background with something more to my liking.
Can someone recommend a 'freeware' converter or editor that can do either or both of these tasks?
Thanks!
+ Reply to Thread
Results 1 to 10 of 10
-
-
Either you mux with a lower fps (it just plays back slower, you can do this with mp4box / yamb for example) , or you attempt to generate slow motion in post . You lose no video quality with muxing , but the other methods require re-encoding
Muxing at a lower fps means exactly that: If the original file is 25fps, a 4x slowdown would play it at 25/4 = 6.25 FPS. It will look like a slideshow (because a timelapse is a slideshow)
There are 3 basic approaches to produce slow motion after the footage has been shot. They all attempt increase the framecount so it was as if you shot at a higher FPS. 1) Duplicate frames, 2) Blended Frames, and 3) optical flow or motion interpolation . So a 4x slowdown would need 4x the number of frames added per unit time.
Duplicates produce choppy motion like the muxing ; blends produce smoother motion but are blurry ; motion interpolation attempts to generate new "in-between" frames from motion vectors of the surrounding frames, but can suffer from morphing edge artifacts, and computationally more intensive . Also if you have frame errors, it can propogate those errors into "good" frames, so you need to fix the "bad" frames first. If you're familiar with twixtor , kronos , or after effects' pixel motion or timewarp, those are examples of the 3rd option. The free way is mflowfps in avisynth, or msu frc .
They all have drawbacks, but method 3 usually produces the smoothest motion if you can tolerate the artifacts. Some source types are interpolated very well with few artifacts, others can produce disasterous results. The "best" way is to shoot a higher FPS, this way every frame is real and unique.
Audio is simple, you can just mux it in. If you need specific timing, it helps to use a video editor, but you can shift the audio with most programs
Here is a small comparison of the 3 methods -
-
THANKS PDR for such a detailed explanation of the options. As a novice to all of this, the clip you prepared was extremely helpful and appreciated. It may be a few weeks before I have time to mess with this, but I'm so glad I found this forum, as I am likely to have further questions.
[Edit] removed question on meaning of 'muxing' as I found answer at program links provided above. Thx.Last edited by ginahoy; 19th Nov 2011 at 21:37.
-
Last edited by ConverterCrazy; 2nd Jun 2018 at 13:48. Reason: Added word Avisynth
Sword is no substitute for kitchen-knife. -
I don't remember what exactly was used (it's an old thread), I think the default mflowfps from mvtools2. There are many variations you can use based on mvtools2, such as svpflow, interframe, many wrapper functions based on mvtools2 such as smoothfps, smoothfps2. - and you can play with various settings like blocksize to get slightly better (or slightly worse) results. A quick search will show you example scripts of all of those. If you still need help just ask
The newest avisynth interpolation function is FrameRateConverter , which does a slightly better job in general of hiding the occlusion artifacts. Many settings to tweak too.
https://forum.doom9.org/showthread.php?t=174793
https://github.com/mysteryx93/FrameRateConverter -
Sword is no substitute for kitchen-knife.
-
Sorry.
Last edited by ConverterCrazy; 11th May 2021 at 06:41. Reason: Posted By mistake
Sword is no substitute for kitchen-knife.
Similar Threads
-
Modify playback speed of .mp4 video and or .flv and save.
By jsvez2010 in forum Newbie / General discussionsReplies: 0Last Post: 16th Sep 2011, 18:18 -
DVD/BD player that supports MP4 file playback?
By RogerTango in forum DVD & Blu-ray PlayersReplies: 0Last Post: 15th Sep 2011, 01:09 -
Video encoding speed slower than previously
By genak in forum Newbie / General discussionsReplies: 1Last Post: 12th Oct 2010, 17:23 -
Playback of MP4 file on 2 different Macs/Quicktime versions look different
By kmxe in forum Newbie / General discussionsReplies: 2Last Post: 21st May 2010, 10:37 -
AVC1 to MP4 playback speed too fast
By Cathedralcat in forum Newbie / General discussionsReplies: 3Last Post: 6th May 2010, 22:41