![]() |
|
[OFFICIAL] MPlayer.dll development branch feedback. - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [OFFICIAL] MPlayer.dll development branch feedback. (/showthread.php?tid=23969) |
- spiff - 2007-03-09 23:11 stick the new dll and codecs.conf in system/players/mplayer and off you go. - elupus - 2007-03-10 01:54 that is original version, ours is modified. - Mariano - 2007-03-10 11:56 elupus Wrote:that is original version, ours is modified. Where is yours ultimate modificated version? For testing. Is mplayer_prelim in branches? - finas - 2007-03-10 16:11 The latest ultimate version is, I belive, the one that you can get on the first page of this thread. As stated elsewhere on this forum porting mplayer and getting it to run on xbmc is a pain in the ass, its not a compile as is, and use case. A lot of things must be changed in mplayers code, for it to be usable with xbmc. - gunchums - 2007-03-10 23:08 finas Wrote:As stated elsewhere on this forum porting mplayer and getting it to run on xbmc is a pain in the ass, its not a compile as is, and use case. A lot of things must be changed in mplayers code, for it to be usable with xbmc. Yeah, toom me 4 seperate attempts for my XBMC to recognise the new codecs. Spiff's simple yet effective advice movivated me to keep trying. I can now watch all my MKV's with in sync sound and a fairly decent framerate with the h264 decoder. Hopefully there is still more juice to be squeezed from this orange. - finas - 2007-03-10 23:11 gunchums: do you have better framerates ( h264) with your mplayer build than the latest mplayer from elupus? - gronne - 2007-03-11 01:58 Are there any news on Coreavc, Elupus? - spiff - 2007-03-11 22:09 yes, mplayer_prelim is the branch holding the new mplayer dll's source. - Mariano - 2007-03-12 09:52 Test with mplayer_070214.zip and mplayer_prelim compilation (tested with codecs.conf of mplayer_070214.zip and codecs.conf original of xbmc; ultimate svn revision of xbmc and xbmc_prelim). All files with x264 codec video (all files with cabac and deblocking) and mp3 audio: - 352x288 resolution --> clicg-clacgs in sound and anytimes small-jump video - 480x576 resolution --> clicg-clacgs in sound and anytimes small-jump video - 720x576 resolution --> clicg-clacgs in sound and anytimes small-jump video - Original video --> H264 video with mp3 audio --> Perfect --> Cabac and Deblocking ![]() P.D.: In "accelerated secuences" have worse results... P.D.2: program for convert videos to h264 for testing
- Mariano - 2007-03-12 10:49 Yeah!! I convert from 720x576.mp4 to 720x576.mkv: - Audio mp3 - Video x264 with cabac and deblocking (at 720x576 resolution) RESULT ---> PERFECT !!!!! Tested with the original files of XBMC (svn source code). |