]> git.decadent.org.uk Git - videolink.git/blobdiff - README
Brought up to date in preparation for version 1.2.
[videolink.git] / README
diff --git a/README b/README
index e731c65b2b4bc26ba0760ee611c27a36889417aa..1f632c0634fa3c31686e4cf3a8d7d5eb13133457 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ VideoLink depends on the following software:
 
 - dvdauthor
 - expat 1.x
-- Gtkmm 2.0
+- Gtkmm 2.4 or later
 - ffmpeg or mjpegtools
 - Mozilla 1.8 or later, or XULRunner
 - netpbm
@@ -67,6 +67,14 @@ This will result in a title with the following chapters:
     4: main.vob 17:45-  end
     5: credits.vob
 
+You can link to the start of a chapter by adding "#" and the chapter
+number after the VOB-list's file name.  For example:
+
+    <a href="movie.voblist#1">Chapter 1</a><br>
+    <a href="movie.voblist#2">Chapter 2</a><br>
+    <a href="movie.voblist#3">Chapter 3</a><br>
+    <a href="movie.voblist#4">Chapter 4</a>
+
 Video standards
 
 The encoding of analogue TV and video signals varies in many different
@@ -98,6 +106,8 @@ To get a rough preview of the menus, run "videolink --preview menu-url"
 where menu-url is the URL or filename of the first page to show.
 Currently videos cannot be displayed in this preview mode.
 
+Press T to go to the "top" (main) menu or Q to quit.
+
 Processing
 
 To create a DVD filesystem, run "videolink menu-url output-dir" where