# HG changeset patch # User gabucino # Date 985714841 0 # Node ID 163bb3cee94d3212ae546f04e5af53804295473f # Parent 3daeae4a4aa6ef0e1ffc7d706646645d643f2f4b The quick red fox jumped over the lazy brown dog. (say it 5 times:) diff -r 3daeae4a4aa6 -r 163bb3cee94d DOCS/CODECS --- a/DOCS/CODECS Tue Mar 27 04:29:22 2001 +0000 +++ b/DOCS/CODECS Tue Mar 27 17:40:41 2001 +0000 @@ -50,6 +50,8 @@ ativcr1.dll: can't load (16-bit DLL) - I263: (I263) i263_32.drv: segfault +- TrueMotion 2.0: (TM20) + tm20dec.ax: segfault Not tested: diff -r 3daeae4a4aa6 -r 163bb3cee94d DOCS/MPlayer-FAQ --- a/DOCS/MPlayer-FAQ Tue Mar 27 04:29:22 2001 +0000 +++ b/DOCS/MPlayer-FAQ Tue Mar 27 17:40:41 2001 +0000 @@ -147,3 +147,21 @@ Q: The fsdga driver doesn't work with my xyz.avi file. Why is that? A: Because it only works with MPEG. (yet) + +Q: When using Xvideo, my Voodoo 3/Banshee says: + X Error of failed request: BadAccess (attempt to access private resource + denied) + Major opcode of failed request: 147 (MIT-SHM) + Minor opcode of failed request: 1 (X_ShmAttach) + Serial number of failed request: 26 + Current serial number in output stream:27 +A: Your driver is old, update it. + +Q: When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee ! + It says: + ... + Xvideo image format: 0x32315659 (YV12) planar + Xvideo image format: 0x30323449 (I420) planar + ... +A: Your driver is old, update it. The new driver also supports YUY2 required + for DivX. diff -r 3daeae4a4aa6 -r 163bb3cee94d DOCS/example.conf --- a/DOCS/example.conf Tue Mar 27 04:29:22 2001 +0000 +++ b/DOCS/example.conf Tue Mar 27 17:40:41 2001 +0000 @@ -40,6 +40,8 @@ alsa = nem +ffactor = 0.75 + ## ## You can also include another configfiles ## Specify full path! diff -r 3daeae4a4aa6 -r 163bb3cee94d DOCS/mplayer.1 --- a/DOCS/mplayer.1 Tue Mar 27 04:29:22 2001 +0000 +++ b/DOCS/mplayer.1 Tue Mar 27 17:40:41 2001 +0000 @@ -27,6 +27,7 @@ .RB [ \-dsp\ device ] .RB [ \-pp\ quality ] .RB [ \-include\ configfile ] +.RB [ \-ffactor\ number ] .I file .PP .SH DESCRIPTION @@ -92,21 +93,14 @@ .I NOTE You can use this with OpenDivX encoding too! See ALPHA/BETA CODE section. -.IP -.SH KEYBOARD CONTROL .TP -.I NOTE -These keys may/may not work, depending on your video output driver. -.TP - <- or -> seek backward/forward 10 seconds +.B \-ffactor\ number +resample alphamap of the font. Can be: -up or down seek backward/forward 1 minute - -p or SPACE pause movie (press any key) - -q or ESC stop playing and quit program - -+ or - adjust audio delay by +/- 0.1 second + 0 plain white fonts + 0.75 very narrow black outline [default] + 1 narrow black outline + 10 bold black outline .IP .SH "ADVANCED OPTIONS" .TP @@ -169,6 +163,36 @@ used with '-vo odivx' . Specifies the output OpenDivX file. Won't overwrite. .IP +.SH KEYBOARD CONTROL +.TP +.I NOTE +These keys may/may not work, depending on your video output driver. +.TP + <- or -> seek backward/forward 10 seconds + +up or down seek backward/forward 1 minute + +p or SPACE pause movie (press any key) + +q or ESC stop playing and quit program + ++ or - adjust audio delay by +/- 0.1 second +.IP +.SH FILES AND DIRECTORIES +.TP +.I CONFIG FILES +Settings are stored system-wide in the /etc/mplayer.conf file, +and per-user in $HOME/.mplayer/config. The directory +$HOME/.mplayer and the 'config' are created if doesn't exist. +.TP +.I FONTS +Fonts are searched in $HOME/.mplayer/font. There must be a font.desc +file, and files with .RAW extension. +.TP +.I SUB FILES +Sub files are searched in $HOME/.mplayer/sub, and in the directory +of the movie. +.IP .SH "EXAMPLES" Just launch it! :) .LP