ROTTER(1) | ROTTER(1) |
NAME¶
rotter - a recording of transmission / audio logger for JACK
SYNOPSIS¶
rotter [options] <directory>
DESCRIPTION¶
Rotter is a Recording of Transmission / Audio Logger for JACK. It was designed for use by radio stations, who are legally required to keep a recording of all their output. Rotter runs continuously, writing to a new file every hour.
Rotter can output files in two different strutures, either all files in a single directory or create a directory structure:
flat: /root_directory/YYYY-MM-DD-HH.suffix hierarchy: /root_directory/YYYY/MM/DD/HH/archive.suffix combo: /root_directory/YYYY/MM/DD/HH/YYYY-MM-DD-HH.suffix dailydir: /root_directory/YYYY-MM-DD/YYYY-MM-DD-HH.suffix
The advantage of using a folder hierarchy is that you can store related files in the hour’s directory.
OPTIONS¶
-a
-f <format>
-b <bitrate>
-c <channels>
-n <name>
-N <filename>
-d <hours>
-R <secs>
-L <layout>
-j
-v
-q
EXAMPLES¶
rotter -a -f mp3 -d 1000 -b 160 -v /var/achives
Start logging audio to hourly files in /var/archives. Rotter will automatically connect itself to the first two JACK output ports it finds and encode to MPEG Layer 3 audio at 128kbps. Each hour it will delete files older than 1000 hours (42 days). Verbose mode means it will display more informational messages.
AUTHOR¶
Written by Nicholas J Humfrey
RESOURCES¶
Web site: http://www.aelius.com/njh/rotter/
COPYING¶
Copyright (C) 2006-2007 Nicholas J Humfrey. Free use of this software is granted under the terms of the GNU General Public License (GPL).
10/03/2010 |