# HG changeset patch # User gabucino # Date 991950787 0 # Node ID 3212850e8592ad3a7192d881e650acec34816eaf # Parent 87eb4325baf6f418ca66e330c15c6592b5dcf763 *** empty log message *** diff -r 87eb4325baf6 -r 3212850e8592 DOCS/Hungarian/MPlayer-FAQ --- a/DOCS/Hungarian/MPlayer-FAQ Thu Jun 07 15:43:47 2001 +0000 +++ b/DOCS/Hungarian/MPlayer-FAQ Thu Jun 07 21:53:07 2001 +0000 @@ -236,7 +236,21 @@ Q: Akkor az aviplay sokkal jobb ! A: Hasznald azt, ugyis van szep GUI-ja, meg amugyis jo kis C++ :) +Q: MPEG file-ok lejatszasanal ezt kapom: Can't find codec for video format + 0x10000001 +A: Regi a codecs.conf-od az ~/.mplayer konyvtarban. Frissitsd a DOCS-bol. + +Q: Miutan elinditom a lejatszast KDE(1/2) alatt, csak sotet kepet kapok, es + egy perc mulva elindul a lejatszas. +A: A KDE arts sound daemon lefoglalja a hangkartyat, vagy kivarod ezt az idot, + vagy kikapcsolod az arts-daemon-t a control centerben. + 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. + +Q: Az OSD villog! +A: Olyan vo drivert hasznalsz ami egyszeres bufferelest hasznal (x11,xv). + Xv eseten meg tudod valtoztatni a bufferek szamat a libvo/xv_xv.c-ben : + Noveld ezt : #define NUM_BUFFERS 1 diff -r 87eb4325baf6 -r 3212850e8592 DOCS/MPlayer-FAQ --- a/DOCS/MPlayer-FAQ Thu Jun 07 15:43:47 2001 +0000 +++ b/DOCS/MPlayer-FAQ Thu Jun 07 21:53:07 2001 +0000 @@ -222,6 +222,12 @@ Q: I have problems with icewm and fullscreen xv mode.. A: Known problem, icewm sucks. +Q: But it works with avifile ! +A: So what? + +Q: Then avifile is better ! +A: Then use avifile, it has nice GUI and nice C++ code :) + Q: I got this playing mpeg files: Can't find codec for video format 0x10000001 ! A: You have old version of codecs.conf at ~/.mplayer/. Upgrade it from DOCS/ @@ -230,13 +236,12 @@ A: The KDE arts sound daemon is blocking the sound device, either wait the time until video starts or you disable the arts-daemon in kontrollcenter. -Q: But it works with avifile ! -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. + +Q: The OSD is flickering! +A: You use a vo driver with single buffering (x11,xv). With xv you can change + the number of buffers in libvo/vo_xv.c : + Increase #define NUM_BUFFERS 1