~ubuntu-branches/ubuntu/karmic/tovid/karmic

« back to all changes in this revision

Viewing changes to docs/src/en/makedvd.t2t

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-01-24 22:04:40 UTC
  • Revision ID: james.westby@ubuntu.com-20080124220440-x7cheljduf1rdgnq
Tags: upstream-0.31
ImportĀ upstreamĀ versionĀ 0.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
makedvd manual
 
2
 
 
3
 
 
4
==Name==
 
5
 
 
6
makedvd: Create and burn a DVD image from either XML input or a directory.
 
7
 
 
8
 
 
9
==Description==
 
10
 
 
11
makedvd takes a dvdauthor XML file (as generated by **makexml**(1))
 
12
and authors a DVD filesytem. makedvd can also burn a DVD disc from either
 
13
the XML file or from an existing DVD filesystem.
 
14
 
 
15
To ensure that this script successfully executes, please run it from a directory
 
16
with plenty of free space. "Plenty" would be 10 GB for single-layer discs, and
 
17
20 GB for dual-layer discs.  Running this program may slow down your other
 
18
applications, due to intense disk activity.
 
19
 
 
20
 
 
21
==Usage==
 
22
 
 
23
**makedvd** [//OPTIONS//] //FILE.xml//
 
24
 
 
25
**makedvd** [//OPTIONS//] //DVD_DIR//
 
26
 
 
27
For example:
 
28
 
 
29
: ``makedvd -burn MyDisc.xml``
 
30
: ``makedvd -burn /path/to/DVD/directory``
 
31
 
 
32
 
 
33
==Options==
 
34
 
 
35
: **-author**
 
36
    Author the DVD described by //FILE.xml//. Overwrites an existing 
 
37
    directory containing the dvdauthor output if already present.
 
38
 
 
39
: **-burn**
 
40
    Burn a DVD filesystem in //DVD_DIR// (must contain a VIDEO_TS folder).
 
41
 
 
42
: **-device** //DEVICE// (default /dev/dvdrw)
 
43
    Burn the disc image to //DEVICE//, the Linux device filesystem
 
44
    name of your DVD-recorder. Common examples might be /dev/dvdrw,
 
45
    /dev/scd1, and /dev/hdc. You can also use a bus/id/lun triple
 
46
    such as ATAPI:0,1,0
 
47
 
 
48
: **-speed** //NUM// (default 1)
 
49
    Burn disc at speed //NUM//.
 
50
 
 
51
: **-label** //DISC_LABEL//
 
52
    Uses //DISC_LABEL// as the volume ID. This appears as the mount
 
53
    name of the disc on some computer platforms. Must be <=32
 
54
    alphanumeric digits without spaces.
 
55
 
 
56
: **-quiet**
 
57
    Limit output to essential messages.
 
58
 
 
59
: **-noask**
 
60
    Don't ask interactive questions and assume answers that will continue
 
61
    execution.
 
62
 
 
63
 
 
64
==Examples==
 
65
 
 
66
: ``makedvd -burn -device /dev/dvdrw foo.xml``
 
67
    Author the dvd filesystem and burn to /dev/dvdrw. makedvd will
 
68
    automatically call dvdauthor to make the filesystem. **-author**
 
69
    is not explicitly needed. If there's an existing filesystem, it
 
70
    will be burned.
 
71
 
 
72
: ``makedvd -author foo.xml``
 
73
    Author the dvd filesystem and exit without burning. If the output
 
74
    directory given in foo.xml already exists, then the contents are
 
75
    removed before authoring. At this point, the DVD can be previewed
 
76
    by calling //**xine** dvd:/path/to/output/directory//.
 
77
 
 
78
 
 
79
==See also==
 
80
 
 
81
**idvid**(1), **makedvd**(1), **makemenu**(1), **makeslides**(1), 
 
82
**makevcd**(1), **makexml**(1), **postproc**(1), **tovid**(1), **todisc**(1)
 
83
 
 
84
 
 
85
==Contact==
 
86
 
 
87
For further assistance, contact information, forum and IRC links,
 
88
please refer to the [tovid homepage http://tovid.org/].