diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-30 11:31:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-30 11:31:43 +0200 |
commit | cc761811cea8da5f94957fb30e24afb020fb740e (patch) | |
tree | 802602da3f60ee64f0916d4a2b63a2c543ecff47 /MANUAL | |
parent | a0d04288c6cf76294772ec000a90f423dab3edbe (diff) | |
download | vdr-cc761811cea8da5f94957fb30e24afb020fb740e.tar.gz vdr-cc761811cea8da5f94957fb30e24afb020fb740e.tar.bz2 |
New setup parameter SplitEditedFiles
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -449,6 +449,12 @@ Video Disk Recorder User's Manual you may want to use smaller values if you are planning on archiving a recording to CD. + SplitEditedFiles = 0 During the actual editing process VDR writes the result + into files that may grow up to MaxVideoFileSize. If you + prefer to have each marked sequence stored in a separate + file (named 001.vdr, 002.vdr, ...) you can set this + option to 1. + MinEventTimeout=30 If the command line option '-s' has been set, VDR will MinUserInactivity=120 automatically shutdown the computer if the next timer event is at least MinEventTimeout minutes in the future, |