mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
61 lines
1.5 KiB
Groff
61 lines
1.5 KiB
Groff
.TH "sendVIMS" 1
|
|
.SH NAME
|
|
sendVIMS - sends VIMS messages to veejay
|
|
.SH SYNOPSIS
|
|
.B sendVIMS [options] [filename]
|
|
.SH DESCRIPTION
|
|
.B sendVIMS
|
|
is a simple program to send VIMS messages to veejay.
|
|
|
|
.SH OPTIONS
|
|
The command line options allow to specify its behaviour
|
|
.TP
|
|
.B \-p [3490]
|
|
Veejay port to connect to
|
|
.TP
|
|
.B \-h [localhost]
|
|
Veejay host to connect to
|
|
.TP
|
|
.B \-f [filename]
|
|
Use a filename instead of strings on the commandline
|
|
.SH USEFULL EXAMPLES
|
|
.TP
|
|
.B sendVIMS +100 "255:;"
|
|
Quit veejay after playing 100 frames
|
|
.SH Message Format
|
|
A message is described as
|
|
.B <selector>:<arguments>;
|
|
.TP
|
|
For example:
|
|
.B 099:1 0;
|
|
.TP
|
|
The selector is a 3 digit number identifying some atomic function in veejay. The colon is used to indicate the start of the list of arguments. The semicolon denotes the end of message.
|
|
.TP
|
|
.SH Passing arguments
|
|
Each of veejay's functions except an ordered argument list ; depending on the
|
|
In case of messages clips, streams or effect chain some values refer to defaults or current:
|
|
.TP
|
|
.B 0 for current clip/stream
|
|
.TP
|
|
.B -1 for last clip/stream
|
|
.TP
|
|
.B > 0 any clip/stream number
|
|
.TP
|
|
.B -1 for current chain entry
|
|
.TP
|
|
.B >= 0 < 20 any chain entry
|
|
|
|
|
|
.SH BUGS
|
|
see BUGS in the source package
|
|
.SH AUTHOR
|
|
This man page was written by Niels Elburg.
|
|
If you have questions, remarks or you just want to
|
|
contact the developers, the main mailing list for this
|
|
project is:
|
|
.I veejay-users@lists.sourceforge.net
|
|
For more info see the website at
|
|
.I http://veejay.sourceforge.net
|
|
.SH "SEE ALSO"
|
|
.B veejay yuv2rawdv rawdv2yuv sendVIMS
|