X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=README;h=d673eca94058387b375999feae53302ea396afd6;hb=588553096cd61ef36c1bc6ab6133764a608b0ef3;hp=ddee1897e5c5e043557bb559da1c4debb38b49f2;hpb=6e2af579cd1b04eb9add63edf5633eb9527bec3b;p=videolink.git diff --git a/README b/README index ddee189..d673eca 100644 --- a/README +++ b/README @@ -18,14 +18,20 @@ VideoLink depends on the following software: - dvdauthor - expat 1.x - Gtkmm 2.4 or later -- ffmpeg or mjpegtools 1.8 or later -- Mozilla 1.8 or later, or XULRunner -- netpbm +- either of: + - ffmpeg including mpeg2video encoding + ("ffmpeg -formats" should show "DEVSDT mpeg2video" in the codecs section) + - both of: + - mjpegtools 1.8 or later + - netpbm +- Mozilla 1.8 or later, or XULRunner 1.9 (currently 1.9.1 is not compatible) - Xvfb (from XFree86 or X.org) To build a complete DVD image you will also need: -- mkisofs +- either of: + - genisoimage (from cdrkit) + - mkisofs (from cdrtools) You will also need a program for producing DVD-suitable MPEG-1 or MPEG-2 video files. @@ -42,10 +48,10 @@ below. Linking to video You can link directly to local MPEG video files whose names end in -".mpeg", ".mpeg2" or ".vob". If you wish to combine multiple files -into a single video 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". +".mpeg", ".mpeg2", ".mpg" or ".vob". If you wish to combine multiple +files into a single video 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". VOB-lists @@ -198,7 +204,7 @@ Author and copyright -------------------- VideoLink was written by Ben Hutchings . -Copyright 2005-2006 Ben Hutchings. +Copyright 2005-2008 Ben Hutchings. This software is based in part on the work of the Independent JPEG Group. Copyright 1991-1998 Thomas G. Lane. (This applies to the file jquant2.c.)