pike
Project Manager Joined: Sep 2003 Reputation: 28 Location: Sweden |
2004-04-15 04:54
Post: #21
the vis'es .xml file
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. ![]() |
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2004-04-15 11:59
Post: #22
remember though that some audio codecs take much more cpu time than others to decode so it's good to keep default resolution low
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. |
| find quote |
questor/fused
Junior Member Posts: 22 Joined: Feb 2004 Reputation: 0 |
2004-04-15 13:52
Post: #23
fps-display is in work
![]() and i want to optimize the plugin, but don't know how fast i can get the little thingy. startup is very slow because the compilation of the script is not very optimised and reserves many small memoryblocks. a memorypool should speed it up.... when i have some time... |
| find quote |
Butcher
Retired Developer Posts: 762 Joined: Dec 2003 Reputation: 0 |
2004-04-15 15:15
Post: #24
(gamester17 @ april 15 2004,10:59 Wrote:remember though that some audio codecs take much more cpu time than others to decode so it's good to keep default resolution lowalso if you have hq resampling on that sucks quite a bit of cpu. 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. ![]() |
| find quote |
nmrs
Junior Member Posts: 27 Joined: Feb 2004 Reputation: 0 |
2004-04-15 15:21
Post: #25
maybe rather than having questor add framerate to g-force, it should be added to xbmc itself, that way all vis's could benefit from it. a bool could just be added to vis_info struct:
struct vis_info { bool bwantsfreq; int isyncdelay; bool bdisplayframerate; }; that way vis's themselves could still determine whether it was being shown (probably from setting in xml), but all vis maker's wouldn't have to duplicate this code. (i'm cross posting this in the visualization plug-in interface forum) 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! |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)
Search
Help