Option-clicking the forward button increases playback speed by 0.1. Clicking the backward button plays videos in reverse though. You can set the rate between 0 and 1 by running this in AppleScript Editor:
tell application "QuickTime Player" to set rate of document 1 to 0.8
source: http://apple.stackexchange.com/questions/10464/how-can-i-repeat-a-video-at-slow-playback-speed
No comments:
Post a Comment