http://code.google.com/p/tovid/source/detail?r=3412
Modified:
/trunk/tovid/docs/src/en/tovid.t2t
=======================================
--- /trunk/tovid/docs/src/en/tovid.t2t Mon Dec 5 20:47:49 2011
+++ /trunk/tovid/docs/src/en/tovid.t2t Tue Dec 6 21:38:27 2011
@@ -1522,36 +1522,32 @@
=Command:dvd=
-**tovid dvd** takes a dvdauthor XML file (as generated by the **tovid xml**
-command) and authors a DVD filesytem. This command can also burn a DVD disc
-from either the XML file or from an existing DVD file-system.
-
-To ensure that this script successfully executes, please run it from a
-directory with plenty of free space. "Plenty" would be 10 GB for
single-layer
-discs, and 20 GB for dual-layer discs. Running this program may slow down
your
-other applications, due to intense disk activity.
+**tovid dvd** takes a DVD directory as generated by tovid with 'tovid
disc' or
+one of the GUI frontends like 'tovid gui' or 'tovid titlesets' and burns
+it to appropriate media. This will also work if the DVD directory is
+generated by the dvdauthor backend that tovid also uses.
+
+Running this program may slow down your other applications, due to intense
+disk activity.
==Usage==
**tovid dvd** [//OPTIONS//] //DVD_DIR//
-**tovid dvd** [//OPTIONS//] //FILE.xml//
For example:
-: ``tovid dvd -burn /path/to/DVD/directory``
-: ``tovid dvd -burn MyDisc.xml``
+: ``tovid dvd /path/to/DVD/directory``
==Options==
-: **-author**
- Author the DVD described by //FILE.xml//. Overwrites an existing
- directory containing the dvdauthor output if already present.
-
: **-burn**
Burn a DVD file-system in //DVD_DIR// (must contain a VIDEO_TS folder).
+ This option is currently not necessary as the makedvd script ONLY burns
+ now that legacy scripts like makexml have been removed. Left for
+ compatibility only.
: **-eject**
Eject the DVD tray after burning is complete. By default, the DVD is
not
@@ -1579,19 +1575,10 @@
execution.
-==Examples==
-
-: ``tovid dvd -burn -device /dev/dvdrw foo.xml``
- Author the dvd file-system and burn to /dev/dvdrw. This will
- automatically call dvdauthor to make the file-system. **-author**
- is not explicitly needed. If there's an existing file-system, it
- will be burned.
-
-: ``tovid dvd -author foo.xml``
- Author the DVD file-system and exit without burning. If the output
- directory given in foo.xml already exists, then the contents are
- removed before authoring. At this point, the DVD can be previewed
- by calling //**xine** dvd:/path/to/output/directory//.
+ After burning, the DVD can be previewed by calling:
+ //**xine** dvd:/path/to/output/directory//
+ or:
+ //**vlc** /path/to/output/directory//