diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-22 12:57:43 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-22 12:57:43 +0000 |
commit | 7126a56170763da46d35cbfc0e73d8767d23891b (patch) | |
tree | 2b23d9432839222a5768e8019300b9ca65bf4e82 /DOCS | |
parent | 711f92011b6fa277f2e83ca8179e3100fd1eb178 (diff) | |
download | mpv-7126a56170763da46d35cbfc0e73d8767d23891b.tar.bz2 mpv-7126a56170763da46d35cbfc0e73d8767d23891b.tar.xz |
some options previously forgot :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2364 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/mplayer.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 3080dbcb26..5abbb8f3ea 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -77,6 +77,8 @@ mplayer \- Movie Player for Linux .RB [ \-screenw\ pixels ] .RB [ \-screenh\ pixels ] .RB [ \-cache\ kbytes ] +.RB [ \-bpp\ depth ] +.RB [ \-flip ] .I - or file or device .PP .SH DESCRIPTION @@ -149,6 +151,10 @@ use XF86VidMode extension for mode changing .B \-zoom use software scaling, where available (use with -nofs) .TP +.B \-flip +flip image (useful for example for old Indeo codecs). Supported only(?) +by the 'sdl' and 'vesa' outputs. +.TP .B \-x\ x scale image to x width [if driver suppports!] .TP @@ -307,6 +313,10 @@ seek to given time position. For example : -ss 01:10:00 .TP +.B \-bpp\ depth +use different color depth than autodetect. Not all -vo drivers support +it (fbdev, dga2, svga, vesa). +.TP .B \-abs\ bytes sound card audio buffer size (in bytes, default: measuring) .TP |