video sequence, create and link to a VOB-list file (explained below)
whose name ends in ".voblist".
-You can link to a title and begin playback at the beginning of a
-specific chapter by adding "#" and then the chapter number to the end
-of the URL.
-
VOB-lists
A VOB-list file is an XML file with the document element <vob-list>
either nonexistent or empty). WebDVD will automatically follow links
to the other pages and to the video files.
+If you use mjpegtools 1.6.2 or earlier you must add the option
+"--encoder mjpegtools-old". This is due to an incompatible change in
+the syntax of the ppmtoy4m command between versions 1.6.2 and 1.8.
+
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
Priority 1 (highest)
-Suppress Mozilla error dialogs when processing (file not found etc).
+Investigate and fix the crash that occurs after we trigger exit from null_prompt_service.
+Make linking to chapters actually work.
Priority 2
Use ffmpeg instead of mjpegtools to encode menus.
+webdvd (0.7) unstable; urgency=low
+
+ * Changed VOB list feature to expect real XML files and to treat
+ filenames as relative (adding a dependency on expat)
+ * Suppressed message windows from Mozilla in batch mode and added
+ reporting of error messages that would normally appear in windows
+ * Set exit code to indicate errors during batch processing
+ * Added support for encoding with newer versions of mjpegtools
+
+ -- Ben Hutchings <ben@decadentplace.org.uk> Thu, 18 May 2006 16:41:12 -0500
+
webdvd (0.6) unstable; urgency=low
* Cleaned up internal naming and some data structures