comparison DOCS/mplayer.1 @ 8531:1aa2c9b460af

Merged EDL 0.5 patch - it's something like Quicktime's edit lists. (skip sections listed in a text file. it also supports creating them) patch by Michael Halcrow <mah69@email.byu.edu>
author arpi
date Mon, 23 Dec 2002 00:33:22 +0000
parents bcf1b010bf14
children ffb5a54de87c
comparison
equal deleted inserted replaced
8530:f667ebaec04e 8531:1aa2c9b460af
203 .TP 203 .TP
204 .B \-benchmark 204 .B \-benchmark
205 Prints some statistics on CPU usage and dropped frames at the end. 205 Prints some statistics on CPU usage and dropped frames at the end.
206 Use in combination with \-nosound and \-vo null for benchmarking only the 206 Use in combination with \-nosound and \-vo null for benchmarking only the
207 video codec. 207 video codec.
208 .TP
209 .B \-edl <filename>
210 Enables edit decision list actions during playback. Video will be
211 skipped over and audio will be muted and unmuted according to the
212 entries in the given file. See DOCS/edl.html for details on how to use
213 this.
214 .TP
215 .B \-edlout <filename>
216 Creates a new file and writes edit decision list records to that
217 file. During playback, when the user hits 'i', an entry to skip over
218 the last two seconds of playback will be written to the file. This
219 provides a starting point from which the user can fine-tune EDL
220 entries later. See DOCS/edl.html for details.
208 .TP 221 .TP
209 .B \-framedrop (also see \-hardframedrop) 222 .B \-framedrop (also see \-hardframedrop)
210 Skips displaying some frames to maintain A/\:V sync on slow systems. 223 Skips displaying some frames to maintain A/\:V sync on slow systems.
211 Decoding of B frames is also skipped and video filters are not used. 224 Decoding of B frames is also skipped and video filters are not used.
212 .TP 225 .TP