From: Ben Hutchings Date: Thu, 18 May 2006 22:11:44 +0000 (+0000) Subject: Brought up to date. X-Git-Tag: 0.7~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=1422cd8250ba22b6c70b1b1465c733089e4bda8e Brought up to date. --- diff --git a/README b/README index 5b1c255..5b76b75 100644 --- 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 @@ -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 fb80469..686e1cb 100644 --- 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. diff --git a/debian/changelog b/debian/changelog index 947beb5..402bfd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 18 May 2006 16:41:12 -0500 + webdvd (0.6) unstable; urgency=low * Cleaned up internal naming and some data structures