Working QuickTime Audio
#61
Thumbs Up 
(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..."
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¿?
thx ezar, ill make sure it gets commited
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#62
regarding the playdvd buttonfix, here's the log (same result as old one)

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>
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#63
oh yeah, and vobsubs (avi + .sub +.idx) atleast large ones, doesnt work either Image
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#64
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!
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Reply
#65
(pike @ aug. 19 2004,09:07 Wrote:oh yeah, and vobsubs (avi + .sub +.idx) atleast large ones, doesnt work either Image
hi,

how large ? i know there are memory problem with fonts above 17pixel....
Reply
#66
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 ;-)
Reply
#67
(chrack @ aug. 19 2004,15:12 Wrote: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 ;-)
hi,

you use the wrong mplayer.dll !
Reply
#68
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
Reply
#69
Question 
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:

Quote:videocodec qtsvq3
 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
make sure you move it, since you will get errors if it find 2 the same videocodecs.

note that this uses the dll which is less stable, for example when it decodes a bad frame it will crash back to xbmc.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#70
@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
Reply
#71
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#72
@Guybrush,

thanks for the info. i see it clear now..
Reply

Logout Mark Read Team Forum Stats Members Help
Working QuickTime Audio0