# HG changeset patch # User diego # Date 1060124827 0 # Node ID b2616a04791a34177396ea89ccc82e00e0f89ced # Parent 510aca025579f776aa37107f982e48407b12e7e9 whitespace cosmetics diff -r 510aca025579 -r b2616a04791a DOCS/en/documentation.html --- a/DOCS/en/documentation.html Tue Aug 05 21:13:11 2003 +0000 +++ b/DOCS/en/documentation.html Tue Aug 05 23:07:07 2003 +0000 @@ -1280,11 +1280,11 @@

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 maximum number of EDL entries for the current incarnation of EDL is 1000. If you happen to need more, change the #define MAX_EDL_ENTRIES in the edl.h file.

- +

2.5.1 Using an EDL file

Include the -edl <filename> flag when you run MPlayer, @@ -1309,13 +1309,13 @@ 15 seconds, unmute at 16.7 seconds and skip from second 420 to second 422 of the video. These actions will be performed when the playback timer reaches the times given in the file.

- +

To create an EDL file to work from, use the -edlout <filename> 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.

- +

3. Usage