]> git.decadent.org.uk Git - videolink.git/commitdiff
Brought up to date.
authorBen Hutchings <ben@decadent.org.uk>
Thu, 18 May 2006 22:11:44 +0000 (22:11 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:39:59 +0000 (23:39 +0000)
README
TODO
debian/changelog

diff --git a/README b/README
index 5b1c255351ade23bb86266c8141659b57b385cb6..5b76b75a6dd2891773ebdee3b81fead03511b671 100644 (file)
--- a/README
+++ b/README
@@ -44,10 +44,6 @@ sequence ("title" in DVD terminology) or to add chapter marks to a
 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>
@@ -88,6 +84,10 @@ 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 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
diff --git a/TODO b/TODO
index fb804699fe0a88f4e23eb2cc064607f9a3eac029..686e1cbcdd9bc15c4479166e7a22df0de275e3c9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
 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.
index 947beb5708ff260bf3417d415f9102561d21ad56..402bfd4727a86e90410aabbb81bf34afac042b96 100644 (file)
@@ -1,3 +1,14 @@
+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