diff options
author | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-05 23:42:56 +0000 |
---|---|---|
committer | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-05 23:42:56 +0000 |
commit | 71045b33a33f4b3c4c05621a80f059840879bb97 (patch) | |
tree | a5a3659c2ae971271a2ca43742bf4b8110bcb97a | |
parent | d2e67a69fb4472dff49dabd37eb9b8380f833ff1 (diff) |
document the change on -edlout's behavior
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18917 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/usage.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index d457b0913a..fe7aa32689 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -352,9 +352,8 @@ uses, like automatically skipping over commercials in video files you watch. </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 @@ reaches the times given in the file. <para> To create an EDL file to work from, use the <option>-edlout <filename></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> |