summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 21:03:13 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 21:03:13 +0000
commit752bb5ea42e8caebb99806cce6f92acd7aa3c158 (patch)
tree3d2edfa4dce6e6f12603690933b22d8c44377676 /DOCS
parent91df40213443c8f04d231309a552566dce8b79c6 (diff)
downloadmpv-752bb5ea42e8caebb99806cce6f92acd7aa3c158.tar.bz2
mpv-752bb5ea42e8caebb99806cce6f92acd7aa3c158.tar.xz
frameskip options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@802 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.119
1 files changed, 17 insertions, 2 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index e38c6a17d9..6be736b7f7 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -43,6 +43,9 @@ mplayer \- Movie Player for Linux
.RB [ \-dumpaudio ]
.RB [ \-dumpvideo ]
.RB [ \-dumpsub ]
+.RB [ \-noframedrop ]
+.RB [ \-framedrop ]
+.RB [ \-hardframedrop ]
.I - or file
.PP
.SH DESCRIPTION
@@ -210,6 +213,16 @@ force using XVideo (SDL!)
.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 @@ Specifies the output OpenDivX file. Won't overwrite.
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 @@ q or ESC stop playing and quit program
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 @@ file, and files with .RAW extension.
.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! :)