Super Slow Motion with GoPro Hero HD...NO Twixtor, NO Adobe, No Final Cut Pro!
This video shows the raw footage and the edited footage. I will try to with even slower speeds on next upload using same test footage here.
If you have the right kind of footage, you can get super slow motion using free software.
VirtualDub
[ Ссылка ]
AVISynth 2.5
[ Ссылка ]
MVTools 2
[ Ссылка ]
Video compiled with CyberLink PowerDirector 11
[ Ссылка ]
Script used:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\mvtools2.dll")
AviSource("file path") # or use DirectShowSource("myclip.m2t")
super = MSuper(pel=2) #pel=2 or pel=4 test to see results
backward_vec = MAnalyse(super, overlap=4, isb = true, search=4)
forward_vec = MAnalyse(super, overlap=4, isb = false, search=4)
#overlap=0 sometimes better with fast moving objects
MFlowFps(super, backward_vec, forward_vec, num=8*FramerateNumerator(last), \
den=FramerateDenominator(last)) #num=8 increase number for slower video
AssumeFPS(29.97)
thank you, craftwerkman, for the script template
[ Ссылка ]
Ещё видео!