travolter
23rd March 2010, 12:05
Hi, Im doing google but I dont find nothing... maybe you can help me
I need a way to to:
1) double click on a video.
2) this script is loaded and the name and path of the file is written
directshowsource("write path/filename of video here", audio = false)
Spline16Resize(1280,720)
MT("""
super = MSuper(pel=1,hpad=16,vpad=16)
backward_vec = MAnalyse(super, blksize=16, isb = true, chroma=false, searchparam=1)
forward_vec = MAnalyse(super, blksize=16, isb = false, chroma=false, searchparam=1)
MFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(last), \
den=FramerateDenominator(last), mask=0)
""",4)
3) play the generated avs file into MPlayer (http://www.mplayerhq.hu/ )
currently I have to edit manually the avs file to play the videos .. and its tedious..
There is any way to automate the process?
I need a way to to:
1) double click on a video.
2) this script is loaded and the name and path of the file is written
directshowsource("write path/filename of video here", audio = false)
Spline16Resize(1280,720)
MT("""
super = MSuper(pel=1,hpad=16,vpad=16)
backward_vec = MAnalyse(super, blksize=16, isb = true, chroma=false, searchparam=1)
forward_vec = MAnalyse(super, blksize=16, isb = false, chroma=false, searchparam=1)
MFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(last), \
den=FramerateDenominator(last), mask=0)
""",4)
3) play the generated avs file into MPlayer (http://www.mplayerhq.hu/ )
currently I have to edit manually the avs file to play the videos .. and its tedious..
There is any way to automate the process?