Nikon D5100 video clips slowed down using VirtualDub and AviSynth

Nikon D5100 video clips slowed down using VirtualDub and AviSynth

Collection of short video clips shot with the Nikon D5100 and slowed down using VirtualDub and AviSynth. In most cases you can achieve very good and smooth slow motion results, only very fast moving objects that are close to the camera can sometimes cause artifacts.Tried several Avisynth scripts but this one gave the best results:LoadPlugin("C:\Program Files\AviSynth\plugins\mvtools2.dll"­;)AviSource("d:\Temp\video.avi") #location of your videosuper = MSuper(pel=2) #pel=2 or pel=4 test to see resultsbackward_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 objectsMFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(last), \den=FramerateDenominator(last)) #num=2 increase number for slower videoAssumeFPS(29.97) #For 30p output

Теги: nikon, video, clips, slowed, down, using
Рейтинг: 0 707 просмотров
Комментарии (0)
Добавить комментарий который никто не будет читать



Код проверки: