changeset 18912:7ebb8863726d

document the change on -edlout's behavior
author reynaldo
date Wed, 05 Jul 2006 23:42:56 +0000
parents 89af7441989b
children 2dc84d07332c
files DOCS/xml/en/usage.xml
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 </para>
 
 <para>
-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). 
 </para>
 
 <sect2 id="edl_using">
@@ -388,9 +387,10 @@
 
 <para>
 To create an EDL file to work from, use the <option>-edlout &lt;filename&gt;</option>
-flag. During playback, when you want to mark the previous two seconds to skip over,
-hit <keycap>i</keycap>. 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 <keycap>i</keycap> 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.
 </para>
 </sect2>