...
After you have established a successful connection with Metus Player via telnet, you can list all the available commands by typing <help>.
Example: (The commands user entered has been shown in bold text)
...
<cue>: Cues the specified item.
<jump>: Jumps to the specified item.
<listClips>: Lists all the clips in the playlist.
<loadProject>: Loads the project from specified file.
<moveClip>: Moves a clip to the specified position in the playlist.
<newProject>: Creates a new, empty project.
...
<saveProject>: Saves the project file.
<SetRate>: Sets the playback rate.
<status>: Displays playback information.
...
Player@SUPPORT> addClip file:"D:\Clip 1.mov" |
<cue>: Cues the specified item.
Player@SUPPORT> cue index:2 |
<jump>: Jumps to the specified item.
Player@SUPPORT> jump index:2 |
<listClips>: Lists all the clips in the playlist.
...
Player@SUPPORT> loadProject file:"D:\MPEG2HD\Sport List.mpprj" |
<moveClip>: Moves a clip to the specified position in the playlist.
Player@SUPPORT> moveClip index:1 newIndex:3 |
<newProject>: Creates a new, empty project.
...
<pause>: Pauses player.
Player@SUPPORT> pause |
<playBackward>: Decreases playback rate.
Player@SUPPORT> playBackward |
<play>: Starts player.
Player@SUPPORT> play |
<playForward>: Increases playback rate.
Player@SUPPORT> playForward |
<previousFrame>: Goes to previous frame.
Player@SUPPORT> previousFrame |
<removeClip>: Removes the specified clip from the playlist.
...
Player@SUPPORT> saveProjectAs file:"D:\MPEG2HD\Sample List" |
<saveProject>: Saves the project file.
Player@SUPPORT> saveProject |
<SetRate>: Sets the playback rate. The playback speed can be set between -0.1 -0.2 -0.3 -0.4 -0.5 -0.6 -0.7 -0.8 -0.9 -1.0 -2.0 -3.0 -4.0 -5.0 to +0.1 +0.2 +0.3 +0.4 +0.5 +0.6 +0.7 +0.8 +0.9 to +1.0 +2.0 +3.0 +4.0 +5.0
Player@SUPPORT> SetRate rate:0.5 |
<status>: Displays playback information.
...