]> git.decadent.org.uk Git - videolink.git/blobdiff - README
Noted that ".mpg" extension is recognised as indicating video.
[videolink.git] / README
diff --git a/README b/README
index ddee1897e5c5e043557bb559da1c4debb38b49f2..a81d2a6335c6604dc5747c0ffb30bb442904ce19 100644 (file)
--- a/README
+++ b/README
@@ -18,9 +18,13 @@ VideoLink depends on the following software:
 - dvdauthor
 - expat 1.x
 - Gtkmm 2.4 or later
 - dvdauthor
 - expat 1.x
 - Gtkmm 2.4 or later
-- ffmpeg or mjpegtools 1.8 or later
+- 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
 - Mozilla 1.8 or later, or XULRunner
-- netpbm
 - Xvfb (from XFree86 or X.org)
 
 To build a complete DVD image you will also need:
 - Xvfb (from XFree86 or X.org)
 
 To build a complete DVD image you will also need:
@@ -42,10 +46,10 @@ below.
 Linking to video
 
 You can link directly to local MPEG video files whose names end in
 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
 
 
 VOB-lists