summaryrefslogtreecommitdiff
path: root/vdr.1
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-15 12:45:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-15 12:45:40 +0200
commit4a9fd9b097c0c1bbd37b436bbd4bb0a6a6bf78a9 (patch)
treeeff751a92d6d2bb903675868c2064e34f618a1ef /vdr.1
parent9ebdb619954771a0641a3d6b873c1b2a19047c8c (diff)
downloadvdr-4a9fd9b097c0c1bbd37b436bbd4bb0a6a6bf78a9.tar.gz
vdr-4a9fd9b097c0c1bbd37b436bbd4bb0a6a6bf78a9.tar.bz2
Implemented command line options --filesize and --split
Diffstat (limited to 'vdr.1')
-rw-r--r--vdr.116
1 files changed, 15 insertions, 1 deletions
diff --git a/vdr.1 b/vdr.1
index ea93bdda..4c0a9785 100644
--- a/vdr.1
+++ b/vdr.1
@@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the
.\" vdr distribution.
.\"
-.\" $Id: vdr.1 2.5 2010/04/02 12:22:08 kls Exp $
+.\" $Id: vdr.1 2.6 2011/08/15 12:28:54 kls Exp $
.\"
.TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder"
.SH NAME
@@ -66,6 +66,15 @@ Use \fB\-E\-\fR to disable this.
If \fIfile\fR is a directory, the file \fIepg.data\fR
will be created in that directory.
.TP
+.BI \-\-filesize= size
+Limit video files to \fIsize\fR bytes (default is 2000M).
+This option is only useful in conjunction with --edit, and must precede that
+option to have an effect.
+\fIsize\fR is an integer number and may be followed by one of the letters K, M, G or T
+to abbreviate Kilo-, Mega-, Giga- or Terabyte, respectively.
+The given value is silently limited to the program's internal minimum and
+maximum values.
+.TP
.BI \-\-genindex= rec
Generate the index file for the given recording.
\fIrec\fR must be the full path name of an existing recording.
@@ -157,6 +166,11 @@ more information.
Call \fIcmd\fR to shutdown the computer. See the file \fIINSTALL\fR for more
information.
.TP
+.BI \-\-split
+Split edited files at the editing marks.
+This option is only useful in conjunction with --edit, and must precede that
+option to have an effect.
+.TP
.BI \-t\ tty ,\ \-\-terminal= tty
Set the controlling terminal.
.TP