Examples:
rmlsend LL\ TestLog\!
Send the RML command 'LL 1 TestLog!' to the local host.
rmlsend --to-host=host.example.com --to-port=5858 --from-file=test.rml
Send the RML commands in 'test.rml' to the system at 'host.example.com' at
port 5858.
The above information can also be displayed on the command line by doing:
rmlsend help
Section 10.1 RDImport
RDImport is a command-line interface (CLI) program that can be used to import audio
material into the Rivendell Library. It is particularly useful in situations where a large
number of audio files need to be imported in an automated fashion, and is capable of
importing thousands of files with a single command-line invocation.
The syntax for invoking RDImport is:
rdimport [options] <group> <filespec> [,<filespec>]*
Where:
<group> The name of a Rivendell group
<filespec> A file name or specification. All of the usual regex tricks work. A
<filespec> of '-' will cause RDImport to read the list of filespecs from
standard input.
The following options are available:
--verbose
Print progress messages during processing.
--normalization-level=<level>
Specify the level to use for normalizing the audio, in dBFS.
Specifying '0' will turn off normalization. By default, RDImport will use the
normalization level specified in RDAdmin->ManageHosts->RDLibrary.
--autotrim-level=<level>
Specify the threshold level to use for autotrimming the audio, in dBFS. Specifying '0'
will turn off autotrimming. By default, RDImport will use the autotrim level specified
in RDAdmin->ManageHosts->RDLibrary.
Kommentare zu diesen Handbüchern