View Single Post
Old 13th October 2018, 22:50   #1753  |  Link
vehf263
Registered User
 
Join Date: Jul 2009
Posts: 6
Quote:
Originally Posted by videoh View Post
Your script must have a source filter, otherwise it does not provide a clip.
Yup, I got it myself but thank you anyway.

loadplugin("C:\Program Files\MeGUI\tools\AviSynth\plugins\DirectShowSource.dll")
clip=DirectShowSource("D:\Temp00\StatusQuo.video.mkv", convertfps=true)
selectTotal1=framecount(clip)/100
selectTotal2=selectTotal1*2
#selectrangeevery(selectTotal2, 50, 0, false)
selectrangeevery(clip)
vehf263 is offline   Reply With Quote