MVTools + AVISynth + Virtualdub = EXTRAslowmotion _ in water
Uploader Comments (worthypook)
All Comments (20)
-
Hi worthypook, can you tell us the title of that music you used in that clip?
-
Whats the name of the music?
-
@worthypook i did it. but it doesn't work.. could you please make a tutorial on how to do this..
-
@worthypook this is the script
DirectShowSource("D:\NIKON.mp4
",fps=60, audio=false) # assume progressive PAL 25 fps or NTSC Film 23.976 source
super = MSuper(pel=2)
backward_vec = MAnalyse(super, overlap=4, isb = true, search=3)
# Use block overlap, halfpixel accuracy and Exhaustive search
forward_vec = MAnalyse(super, overlap=4, isb = false, search=3)
MFlowFps(super, backward_vec,? forward_vec, num=8*FramerateNumerator(last)
, \ den=FramerateDenominator(last) ) i've just copy your scrip
-
Addition. I already installed the Avisynth and put the mvtools2 to the avisynth plugins.
If your source isn't 60fps, change the first line to match...
worthypook 10 months ago
Get that ? out of there on the last line...
worthypook 10 months ago
Its a problem with the script im pretty sure, maybe an extra 'space' or something?
worthypook 10 months ago
I can't open the video on my virtualdub. When i open the file this error pop up.
VirtualDub Error
Avisynth open failure:
(D:\Documents and Settings\Administrator\My Documents\Downloads\VirtualDub-1.10.0\VirtualDub-1.10.0\SLOW.avs,line 13, column 30)
What should i do? Please help me. i hope you'll reply on me. Thanks!.
AKMRProduction 10 months ago
@AKMRProduction If you copied and pasted my 'comment' stating the script, remove the - that gets added in after (last)
worthypook 10 months ago
@AKMRProduction - line 13, column 30 would be around the ' backward_vec, forward_vec, ' area of the script?
worthypook 10 months ago