summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-07 21:53:07 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-07 21:53:07 +0000
commit462e33584502e0e1a8270cedfa4e3f30428cc467 (patch)
treeef810d43d20beca7b043994d116fa9a856a59641 /DOCS
parentb5795a70fe81f0b3436b7872b4a3919691bf63f1 (diff)
downloadmpv-462e33584502e0e1a8270cedfa4e3f30428cc467.tar.bz2
mpv-462e33584502e0e1a8270cedfa4e3f30428cc467.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1052 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/MPlayer-FAQ14
-rw-r--r--DOCS/MPlayer-FAQ17
2 files changed, 25 insertions, 6 deletions
diff --git a/DOCS/Hungarian/MPlayer-FAQ b/DOCS/Hungarian/MPlayer-FAQ
index b8d3a95001..8c85193405 100644
--- a/DOCS/Hungarian/MPlayer-FAQ
+++ b/DOCS/Hungarian/MPlayer-FAQ
@@ -236,7 +236,21 @@ A: Es?
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 --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index e9dd658214..b1be52d15a 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -222,6 +222,12 @@ A: Try running MPlayer on the machine you compiled on. Or recompile. Don't
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 @@ Q: After starting mplayer under KDE(1/2) I just get a black screen and nothing
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