Mercurial > mplayer.hg
changeset 801:c75e06af3c64
frameskip options
author | gabucino |
---|---|
date | Mon, 14 May 2001 21:03:13 +0000 |
parents | dc6cdb87229a |
children | c50d3417b0aa |
files | DOCS/mplayer.1 |
diffstat | 1 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/mplayer.1 Mon May 14 18:18:14 2001 +0000 +++ b/DOCS/mplayer.1 Mon May 14 21:03:13 2001 +0000 @@ -43,6 +43,9 @@ .RB [ \-dumpaudio ] .RB [ \-dumpvideo ] .RB [ \-dumpsub ] +.RB [ \-noframedrop ] +.RB [ \-framedrop ] +.RB [ \-hardframedrop ] .I - or file .PP .SH DESCRIPTION @@ -210,6 +213,16 @@ .B \-dumpaudio writes audio stream of the file to ./stream.dump (mostly usable with mpeg/ac3) +.TP +.B \-noframedrop +no frame dropping : every frame is played, audio may skip (default) +.TP +.B \-framedrop +frame dropping : decode all frames, video may skip +.TP +.B \-hardframe +hard frame dropping : skip even decoding (when using with DivX also +specify -nodshow !!!) (also can be turned on/off with the 'd' key runtime) .IP .SH "ALPHA/BETA CODE" .TP @@ -230,7 +243,7 @@ dump video stream to ./stream.dump (only with MPEG-PS) (not very usable) .TP .B \-dumpsub -dumps subtitle from VOB to file (not very usable) +dumps subtitles from VOB to file (not very usable) .IP .SH KEYBOARD CONTROL .TP @@ -252,6 +265,8 @@ o toggle OSD: none / seek / seek+timer m toggle using master/pcm volume + +d toggle hard frame dropping .IP .SH FILES AND DIRECTORIES .TP @@ -266,7 +281,7 @@ .TP .I SUBTITLE FILES Sub files are searched in $HOME/.mplayer/sub, and in the directory -of the movie. +of the movie. (TODO) .IP .SH "EXAMPLES" Just launch it! :)