Differences
This shows you the differences between two versions of the page.
| — |
play_and_stop_a_video [2015/11/17 02:58] (current) herrsteiner created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | To control the HD capable videoplayer OSC messages are used like this: | ||
| + | |||
| + | **/video command** (**// | ||
| + | |||
| + | the possible commands are | ||
| + | |||
| + | **play // | ||
| + | starts a videofile whose file location is specified in string | ||
| + | |||
| + | **stop** | ||
| + | stops the video | ||
| + | |||
| + | **faster** | ||
| + | increases the framerate of the playback, each message adds to the framerate, are fixed number can't be specified which is a limitation of the actual playback software | ||
| + | |||
| + | **slower** | ||
| + | decreases the framerate of the playback | ||