# HG changeset patch # User gabucino # Date 991499004 0 # Node ID 7f32481f3b4e2a0a6ac48e53164c6f9cfce24e92 # Parent 76fd9463b9d328a9138102b70710d8d2cd386125 z/x , FAST_OSD in config.h diff -r 76fd9463b9d3 -r 7f32481f3b4e DOCS/Hungarian/MPlayer-FAQ --- 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. diff -r 76fd9463b9d3 -r 7f32481f3b4e DOCS/MPlayer-FAQ --- 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. diff -r 76fd9463b9d3 -r 7f32481f3b4e DOCS/mplayer.1 --- 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 diff -r 76fd9463b9d3 -r 7f32481f3b4e help_mp.h --- 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";