summaryrefslogtreecommitdiff
blob: 9d36573fa045b15aa63a78e4e62a49c5ab554f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Global config file for vdr burn plugin
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-burn/files/confd-0.0.9,v 1.1 2006/05/21 12:36:33 hd_brummy Exp $

############## Global config for vdr-burn #########################
#
# Restart of VDR is needed after some changes

# Set way to your DVD Writer Drive
#	allowed values: directory names
#	default: /dev/dvd
#BURN_DVDWRITER="/dev/dvd"

# Set your tmp DIR where the files will be converted
# ! >= 10 Gb free Disc Space needed
#	allowed values: directory names
#	default: /var/vdr/video
#BURN_DATADIR="/var/vdr/video"

# Way to your not burned iso files 
#	allowed values: directory names
#	default: /var/vdr/video/dvd-images
#BURN_ISODIR="/var/vdr/video/dvd-images" 

 
# This will create an ISO file _only_
#	allowed values: yes no
#	default: no
# This value works only in burn-0.0.5
# on >=vdr-burn-0.0.9 change this on OSD Menu
#BURN_CREATEONLY_ISO="no"


###
####
##### Next Parameter are only availabel from vdr-burn-0.0.9 up #####
####
###

# Length in minutes of each chapter when DVD without menues is created
#	allowed values: time in minutes
#	default: 5
#CHAPTER_LEN="5"

# Start Command with nice ? If not wished then set NICE=""
#	allowed values: nice -n x
#	default: nice -n 19
#NICE="nice -n 19"

# Use cut function of vdrsync
#	allowed value: yes|no
#	default: yes
#USE_CUT="yes"

# Use "tcrequant" or plain "requant" command
#	allowed values. yes|no
#	default: yes
#USE_TCREQUANT="yes"

# Use "tcmplex" or "mplex" command
#	allowed value: yes|no
#	default: no
#USE_TCMPLEX="no"