# HG changeset patch # User reynaldo # Date 1152142976 0 # Node ID 7ebb8863726dabfe3fa22f210537db189edb223a # Parent 89af7441989bfbc754808d8b1c12dd84e735e7b5 document the change on -edlout's behavior diff -r 89af7441989b -r 7ebb8863726d DOCS/xml/en/usage.xml --- a/DOCS/xml/en/usage.xml Wed Jul 05 22:47:44 2006 +0000 +++ b/DOCS/xml/en/usage.xml Wed Jul 05 23:42:56 2006 +0000 @@ -352,9 +352,8 @@ -The EDL file format is pretty bare-bones. Once the EDL system has reached a -certain level of maturity, an XML-based file format will probably be implemented -(keeping backwards compatibility with previous EDL formats). +The EDL file format is pretty bare-bones. Each line on the file dictates what +to do (skip/mute) and when to do it (using pts in seconds). @@ -388,9 +387,10 @@ To create an EDL file to work from, use the -flag. During playback, when you want to mark the previous two seconds to skip over, -hit i. A corresponding entry will be written to the file for -that time. You can then go back and fine-tune the generated EDL file. +flag. During playback, just hit i to mark the beginning and +end of a skip block. A corresponding entry will be written to the file for +that time. You can then go back and fine-tune the generated EDL file as well as +change the default operation which is to skip the block described by each line.