Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script = avsp.GetWindow().currentScript
- cursorpos = script.GetCurrentPos()
- startpos = script.WordStartPosition(cursorpos, True)
- endpos = script.WordEndPosition(cursorpos, True)
- frametext = script.GetTextRange(startpos, endpos)
- avsp.ShowVideoFrame(int(frametext))
Advertisement
Add Comment
Please, Sign In to add comment