diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-02 16:23:24 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-02 16:23:24 +0000 |
commit | cb70a9a625241edefc6462b7eaf8c400605b8688 (patch) | |
tree | 8d1c51cd2a4baa4d4c10d907212c4c5e182b5466 /DOCS | |
parent | ba8f720ce0c632a2e2e58ff4f0c4352e937b5cdc (diff) |
z/x , FAST_OSD in config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@949 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/Hungarian/MPlayer-FAQ | 10 | ||||
-rw-r--r-- | DOCS/MPlayer-FAQ | 5 | ||||
-rw-r--r-- | DOCS/mplayer.1 | 3 |
3 files changed, 17 insertions, 1 deletions
diff --git a/DOCS/Hungarian/MPlayer-FAQ b/DOCS/Hungarian/MPlayer-FAQ index 0413a8d1f3..d7c687c7ca 100644 --- a/DOCS/Hungarian/MPlayer-FAQ +++ b/DOCS/Hungarian/MPlayer-FAQ @@ -235,3 +235,13 @@ A: Es? 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 --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ index 0ed413e12a..e9dd658214 100644 --- a/DOCS/MPlayer-FAQ +++ b/DOCS/MPlayer-FAQ @@ -235,3 +235,8 @@ A: So what? 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 --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index c3d3d08f48..8013b3cd79 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -272,7 +272,6 @@ p or SPACE pause movie (press any key) q or ESC stop playing and quit program -+ or - adjust audio delay by +/- 0.1 second / or * decrease/increase volume @@ -281,6 +280,8 @@ o toggle OSD: none / seek / seek+timer 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 |