changeset 948:7f32481f3b4e

z/x , FAST_OSD in config.h
author gabucino
date Sat, 02 Jun 2001 16:23:24 +0000
parents 76fd9463b9d3
children efc27fd4efed
files DOCS/Hungarian/MPlayer-FAQ DOCS/MPlayer-FAQ DOCS/mplayer.1 help_mp.h
diffstat 4 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/MPlayer-FAQ	Sat Jun 02 16:02:38 2001 +0000
+++ b/DOCS/Hungarian/MPlayer-FAQ	Sat Jun 02 16:23:24 2001 +0000
@@ -235,3 +235,13 @@
 
 Q: Akkor az aviplay sokkal jobb !
 A: Hasznald azt, ugyis van szep GUI-ja, meg amugyis jo kis C++ :)
+
+Q: Subtitles are very nice, the most beautiful I've ever seen, but they slow
+   down the playing! I know it's unlikely...
+A: After running ./configure , edit config.h and #define FAST_OSD . Then
+   recompile.
+
+Q: Szepek a feliratok, a legszebbek amiket valaha lattam, viszont lelassitjak
+   a lejatszast! Tudom hogy ez valoszinutlen, de...
+A: Miutan ./configure lefutott, szerkeszd at a config.h-t, es #undef FAST_OSD
+   helyett ird be : #define FAST_OSD . Forditsd ujra.
--- a/DOCS/MPlayer-FAQ	Sat Jun 02 16:02:38 2001 +0000
+++ b/DOCS/MPlayer-FAQ	Sat Jun 02 16:23:24 2001 +0000
@@ -235,3 +235,8 @@
 
 Q: Then avifile is better !
 A: Then use avifile, it has nice GUI and nice C++ code :)
+
+Q: Subtitles are very nice, the most beautiful I've ever seen, but they slow
+   down the playing! I know it's unlikely...
+A: After running ./configure , edit config.h and replace #undef FAST_OSD with
+   #define FAST_OSD . Then recompile.
--- a/DOCS/mplayer.1	Sat Jun 02 16:02:38 2001 +0000
+++ b/DOCS/mplayer.1	Sat Jun 02 16:23:24 2001 +0000
@@ -272,7 +272,6 @@
 
 q or ESC        stop playing and quit program
 
-+ or -          adjust audio delay by +/- 0.1 second
 
 / or *          decrease/increase volume
 
@@ -281,6 +280,8 @@
 m               toggle using master/pcm volume
 
 d               toggle frame dropping: no / on / hard
+
+z or x          adjust subtitle delay by +/- 0.1 second
 .IP
 .SH FILES AND DIRECTORIES
 .TP
--- a/help_mp.h	Sat Jun 02 16:02:38 2001 +0000
+++ b/help_mp.h	Sat Jun 02 16:23:24 2001 +0000
@@ -45,6 +45,7 @@
 "    o               toggle OSD:  none / seek / seek+timer\n"
 "    * or /          increase or decrease volume\n"
 "    m               use mixer master or pcm channel\n"
+"    z or x          adjust subtitle delay by +/- 0.1 second\n"
 "\n"
 " * SEE MANPAGE FOR DETAILS/FURTHER OPTIONS AND KEYS !\n"
 "\n";