(ezar2003 @ aug. 17 2004,13:11 Wrote:@deltop: "the only problem i'm having at the moment is that the elapsed time isn't being shown in the osd, the total time is, but not the current elapsed time..."thx ezar, ill make sure it gets commited
thank you for the report! the problem is in mplayer core.
@guybrush: i make the modifications in your code too (sorry), you can download mplayer.c if you want. only i add a 'aoldpts' variable inicialitation.
it's the correct topic for talk about mplayer¿?
2004-08-19, 04:29
regarding the playdvd buttonfix, here's the log (same result as old one)
<span id='me'><center>pike hides</center></span>
Quote:19-08-2004 04:12:45 info mplayer play:dvd://1 cachesize:16384
19-08-2004 04:12:45 info flipping bi-directional subtitles disabled
19-08-2004 04:12:45 info stating file dvd://1.conf
19-08-2004 04:12:45 info stating file q:\mplayer\1.conf
19-08-2004 04:12:45 error failed to open q:\mplayer\codecs\wnaspi32.dll, check codecs.conf and file existence.
19-08-2004 04:12:45 info stating file d:/video_ts.ifo
19-08-2004 04:12:45 info stating file d:/video_ts/video_ts.ifo
19-08-2004 04:12:45 info stating file d:/video_ts/video_ts.ifo
19-08-2004 04:12:45 info stating file d:/vts_01_0.ifo
19-08-2004 04:12:45 info stating file d:/video_ts/vts_01_0.ifo
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_0.ifo
19-08-2004 04:12:46 info stating file d:/vts_01_1.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_1.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_1.vob
19-08-2004 04:12:46 info stating file d:/vts_01_2.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_2.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_2.vob
19-08-2004 04:12:46 info stating file d:/vts_01_3.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_3.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_3.vob
19-08-2004 04:12:46 info stating file d:/vts_01_4.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_4.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_4.vob
19-08-2004 04:12:46 info stating file d:/vts_01_5.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_5.vob
19-08-2004 04:12:46 info stating file d:/video_ts/vts_01_5.vob
19-08-2004 04:12:47 error cmplayer::openfile() dvd://1 failed
<span id='me'><center>pike hides</center></span>
2004-08-19, 10:07
2004-08-19, 11:56
do you test it with latest mplayer in cvs?
only for a test... and debug problem, can you test it with mplayer_20040820? only for compare... and found the problem!
it work fine to me! i don't have any problems!
only for a test... and debug problem, can you test it with mplayer_20040820? only for compare... and found the problem!
it work fine to me! i don't have any problems!
2004-08-19, 15:24
2004-08-19, 16:12
hi,
i use the csv from 18.8 and it works all great, but i have no sound by the aqtbrowser. this is a very nice skript and i hope someone can help me by this prob.
sorry my english is not the best ;-)
i use the csv from 18.8 and it works all great, but i have no sound by the aqtbrowser. this is a very nice skript and i hope someone can help me by this prob.
sorry my english is not the best ;-)
2004-08-19, 21:28
(chrack @ aug. 19 2004,15:12 Wrote:hi,hi,
i use the csv from 18.8 and it works all great, but i have no sound by the aqtbrowser. this is a very nice skript and i hope someone can help me by this prob.
sorry my english is not the best ;-)
you use the wrong mplayer.dll !
2004-08-20, 16:30
yes, it´s working with sound :thumbsup:
the problem was, that i forgot the other files from the qt.dll to put in the codecs folder.
but thx 4 helping
the problem was, that i forgot the other files from the qt.dll to put in the codecs folder.
but thx 4 helping
here's a little tip for quicktime:
if you are expiriencing a/v out of sync issues with lowbandwidth trailers you can force mplayer to use the qtsvq3 decoder for video instead of the ffsvq3 decoder which causes the sync problem.
just open codecs.conf and move the "videocodec qtsvq3" block to the top to give it a higher priority before ffmpeg:
note that this uses the dll which is less stable, for example when it decodes a bad frame it will crash back to xbmc.
if you are expiriencing a/v out of sync issues with lowbandwidth trailers you can force mplayer to use the qtsvq3 decoder for video instead of the ffsvq3 decoder which causes the sync problem.
just open codecs.conf and move the "videocodec qtsvq3" block to the top to give it a higher priority before ffmpeg:
Quote:videocodec qtsvq3make sure you move it, since you will get errors if it find 2 the same videocodecs.
info "win32/quicktime svq3 decoder"
status working
fourcc svq3
driver qtvideo
dll "quicktimeessentials.qtx"
out yuy2
videocodec ffsvq3
info "ffmpeg sorenson video v3 (svq3)"
status working
fourcc svq3
driver ffmpeg
dll svq3
out yv12,i420,iyuv
note that this uses the dll which is less stable, for example when it decodes a bad frame it will crash back to xbmc.
2004-08-25, 16:34
@Guybrush or somebody else,
i'm using xbmc.2004.08.21 and my question is which mplayer.dll is standard used in the cvs release?
i personnaly are a noob coming to the .dll stuff
and at the moment there are different mplayer.dll floating around. i find this confusing so my other question is which is best and most up to date?
also is it not better to work together (ezar2003, guybrush, xbmc team) and just release 1 mplayer.dll?
thnx
i'm using xbmc.2004.08.21 and my question is which mplayer.dll is standard used in the cvs release?
i personnaly are a noob coming to the .dll stuff
and at the moment there are different mplayer.dll floating around. i find this confusing so my other question is which is best and most up to date?
also is it not better to work together (ezar2003, guybrush, xbmc team) and just release 1 mplayer.dll?
thnx
2004-08-25, 17:19
cvs is the one we support, ezar2003 is welcome to work on it.
to get the latest dll see this thread on how to compile it:
http://www.xboxmediaplayer.de/cgi-bin....ry31949
to get the latest dll see this thread on how to compile it:
http://www.xboxmediaplayer.de/cgi-bin....ry31949