changeset 439:fc760523e55a

<this is an empty cvs comment ;>
author gabucino
date Sun, 15 Apr 2001 18:27:51 +0000
parents 5ef5f02b89de
children d19a3da6ac13
files DOCS/codecs.conf DOCS/mplayer.1
diffstat 2 files changed, 24 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Sun Apr 15 16:39:57 2001 +0000
+++ b/DOCS/codecs.conf	Sun Apr 15 18:27:51 2001 +0000
@@ -146,11 +146,12 @@
   out BGR32,BGR24,BGR16,BGR15
 
 videocodec ap41
-  info "AngelPotion Definitive V1"	; yet another stolen stuff
+  info "AngelPotion Definitive V1 (really (MS MPEG-4 v3))"	; yet another stolen stuff
   status working
   fourcc AP41 div3  
   driver dshow
-  dll "divx_c32.ax"		; no need to use apmpg4v1.dll
+  dll "divx_c32.ax"		; no need to use apmpg4v1.dll, it's only a
+				; fuckin' wrapper..
   guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
--- a/DOCS/mplayer.1	Sun Apr 15 16:39:57 2001 +0000
+++ b/DOCS/mplayer.1	Sun Apr 15 18:27:51 2001 +0000
@@ -28,6 +28,11 @@
 .RB [ \-pp\ quality ]
 .RB [ \-include\ configfile ]
 .RB [ \-ffactor\ number ]
+.RB [ \-sub\ file ]
+.RB [ \-subfps\ rate ]
+.RB [ \-vm\ ]
+.RB [ \-zoom\ ]
+
 .I file
 .PP
 .SH DESCRIPTION
@@ -60,12 +65,15 @@
 don't play sound
 .TP
 .B \-fs
-fullscreen playing (only gl, xmga and xv drivers)
-
-.I NOTE
-The X11 driver doesn't support fullscreen and scaling.
-However, you can do it yourself, just press ALT,CTRL,-
-or ALT,CTRL,+ simultaneously, see X-server docs for details.
+fullscreen playing (with xv, xmga, gl, sdl, x11,
+fbdev drivers)
+.TP
+.B \-vm
+use the XF86VidMode extension (with x11, sdl, and dga1
+drivers, dga2 doesn't need this)
+.TP
+.B \-zoom
+use software scaling
 .TP
 .B \-x\ x
 scale image to x width [if driver suppports!]
@@ -147,6 +155,13 @@
 .TP
 .B \-include
 specify config file to be parsed after the default
+.TP
+.B \-sub
+specify subtitle file to display
+.TP
+.B \-subfps
+specify frame/sec rate of the subtitle file, in
+case it was autodetected wrong
 .IP
 .SH "ALPHA/BETA CODE"
 .TP