summaryrefslogtreecommitdiff
path: root/doc/rharchive.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rharchive.8.txt')
-rw-r--r--doc/rharchive.8.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/rharchive.8.txt b/doc/rharchive.8.txt
index 9da537c..60dc83a 100644
--- a/doc/rharchive.8.txt
+++ b/doc/rharchive.8.txt
@@ -20,6 +20,13 @@ rharchive
[ -P|--write-pid <filename> ]
[ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ]
[ -U|--debug ]
+ [ -s|--source <description> ]
+ [ -d|--output-dir <path> ]
+ [ -f|--name-format <format> ]
+ [ -m|--mode <value> ]
+ [ -i|--interval <value> ]
+ [ -o|--offset <value> ]
+ [ -x|--post-process <script> ]
....
@@ -76,6 +83,31 @@ The following options can be passed to the *rharchive* daemon:
*stdout:5* (logging with maximum level). In future releases there might
be additional output when this option is supplied.
+*-s, --source <description>*::
+ a gstreamer-style pipeline description which is used as a source.
+ i.e.: *'pulsesrc ! audioconvert ! vorbisenc ! oggmux'*
+ this pipeline gets directly connected to the writer element (multifdsink).
+
+*-d, --output-dir <path>*::
+ the path to the output files.
+
+*-f, --name-format <format>*::
+ a format string for the filenames. The actual name is generated using strftime.
+ Please consult the manpage of strftime for details. The default format is:
+ *'%Y-%m-%d-%H00.ogg'*.
+
+*-m, --mode <value>*::
+ the octet string for the file permission bits.
+
+*-i, --interval <value>*::
+ the interval in ms between the boundary checks. The default is to check every 50ms.
+
+*-o, --offset <value>*::
+ the offset in ms between the real boundary and the time the file actually starts/stops.
+ A positive number means that the file starts too late. The default is no offset (0ms).
+
+*-x, --post-process <script>*::
+ this script gets called for every finished file. By default no script gets called.
BUGS
@@ -84,6 +116,11 @@ Most likely there are some bugs in *rharchive*. If you find a bug, please let
the developers know at equinox@helsinki.at. Of course, patches are preferred.
+SEE ALSO
+--------
+
+*strftime*(3), *gst-launch*(1)
+
AUTHORS
-------