]> git.decadent.org.uk Git - videolink.git/blobdiff - README
Brought documentation up-to-date.
[videolink.git] / README
diff --git a/README b/README
index 9c2ee0314200a8178b82965f87a528962055951f..47125949b4a7a5c13435c6e8d60670dd80656aed 100644 (file)
--- a/README
+++ b/README
@@ -41,24 +41,19 @@ NTSC DVDs you can override this by adding the option "--video-std ntsc"
 to the following commands.
 
 To get a rough preview of the menus, run "webdvd --preview menu-url"
-where menu-url is the URL of the first page to show.  Currently
-videos cannot be displayed in this preview mode; if you select one it
-will cause WebDVD to exit.
+where menu-url is the URL or filename of the first page to show.
+Currently videos cannot be displayed in this preview mode.
 
 To create a DVD filesystem, run "webdvd menu-url output-dir" where
-menu-url is the address of the top menu page and output-dir is the
-directory in which to create the filesystem (which should be either
-nonexistent or empty).  WebDVD will automatically follow links to the
-other pages and to the video files.
-
-If this is successful you can then use mkisofs to create a DVD image:
-
-    mkisofs -dvd-video DIR > IMAGE
-    rm -rf DIR
-
-Alternately you can write the filesystem directly to a writable DVD
-with growisofs or with mkisofs piped to a suitable version of
-cdrecord.
+menu-url is the URL or filename of the top menu page and output-dir is
+the directory in which to create the filesystem (which should be
+either nonexistent or empty).  WebDVD will automatically follow links
+to the other pages and to the video files.
+
+If this is successful you can then use mkisofs to create a DVD image
+from the output directory.  Alternately you can write this directory
+directly to a writable DVD with growisofs or with mkisofs piped to a
+suitable version of cdrecord.
 
 Limitations
 -----------