mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1052 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5795a70fe
commit
462e335845
@ -236,7 +236,21 @@ A: Es?
|
|||||||
Q: Akkor az aviplay sokkal jobb !
|
Q: Akkor az aviplay sokkal jobb !
|
||||||
A: Hasznald azt, ugyis van szep GUI-ja, meg amugyis jo kis C++ :)
|
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
|
Q: Szepek a feliratok, a legszebbek amiket valaha lattam, viszont lelassitjak
|
||||||
a lejatszast! Tudom hogy ez valoszinutlen, de...
|
a lejatszast! Tudom hogy ez valoszinutlen, de...
|
||||||
A: Miutan ./configure lefutott, szerkeszd at a config.h-t, es #undef FAST_OSD
|
A: Miutan ./configure lefutott, szerkeszd at a config.h-t, es #undef FAST_OSD
|
||||||
helyett ird be : #define FAST_OSD . Forditsd ujra.
|
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
|
||||||
|
@ -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..
|
Q: I have problems with icewm and fullscreen xv mode..
|
||||||
A: Known problem, icewm sucks.
|
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 !
|
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/
|
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
|
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.
|
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
|
Q: Subtitles are very nice, the most beautiful I've ever seen, but they slow
|
||||||
down the playing! I know it's unlikely...
|
down the playing! I know it's unlikely...
|
||||||
A: After running ./configure , edit config.h and replace #undef FAST_OSD with
|
A: After running ./configure , edit config.h and replace #undef FAST_OSD with
|
||||||
#define FAST_OSD . Then recompile.
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user