comparison DOCS/xml/en/usage.xml @ 18912:7ebb8863726d

document the change on -edlout's behavior
author reynaldo
date Wed, 05 Jul 2006 23:42:56 +0000
parents c194b3eeb812
children dc4a1a985bb2
comparison
equal deleted inserted replaced
18911:89af7441989b 18912:7ebb8863726d
350 according to your own personal preferences. Aside from this, there are other 350 according to your own personal preferences. Aside from this, there are other
351 uses, like automatically skipping over commercials in video files you watch. 351 uses, like automatically skipping over commercials in video files you watch.
352 </para> 352 </para>
353 353
354 <para> 354 <para>
355 The EDL file format is pretty bare-bones. Once the EDL system has reached a 355 The EDL file format is pretty bare-bones. Each line on the file dictates what
356 certain level of maturity, an XML-based file format will probably be implemented 356 to do (skip/mute) and when to do it (using pts in seconds).
357 (keeping backwards compatibility with previous EDL formats).
358 </para> 357 </para>
359 358
360 <sect2 id="edl_using"> 359 <sect2 id="edl_using">
361 <title>Using an EDL file</title> 360 <title>Using an EDL file</title>
362 <para> 361 <para>
386 reaches the times given in the file. 385 reaches the times given in the file.
387 </para> 386 </para>
388 387
389 <para> 388 <para>
390 To create an EDL file to work from, use the <option>-edlout &lt;filename&gt;</option> 389 To create an EDL file to work from, use the <option>-edlout &lt;filename&gt;</option>
391 flag. During playback, when you want to mark the previous two seconds to skip over, 390 flag. During playback, just hit <keycap>i</keycap> to mark the beginning and
392 hit <keycap>i</keycap>. A corresponding entry will be written to the file for 391 end of a skip block. A corresponding entry will be written to the file for
393 that time. You can then go back and fine-tune the generated EDL file. 392 that time. You can then go back and fine-tune the generated EDL file as well as
393 change the default operation which is to skip the block described by each line.
394 </para> 394 </para>
395 </sect2> 395 </sect2>
396 396
397 </sect1> 397 </sect1>
398 398