![]() |
|
Compressed textures for FanArt - testing here with XBMC 2009-10-05 (r23431) or newer - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +--- Thread: Compressed textures for FanArt - testing here with XBMC 2009-10-05 (r23431) or newer (/showthread.php?tid=59115) |
- drago - 2011-01-11 21:36 I have used the dds option for very long now and all the images are converted already but in the xbmc.log file i see this all the time. 20:31:49 T:2978995056 M:1342976000 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/2/223b069d.jpg 20:31:58 T:2978995056 M:1342689280 DEBUG: Compress - using DXT1 (min error is: 6.30:0.00) 20:32:02 T:2924743536 M:1341870080 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/c/c0015d94.jpg 20:32:10 T:2924743536 M:1342656512 DEBUG: Compress - using DXT1 (min error is: 11.87:0.00) 20:32:15 T:2914253680 M:1341534208 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/9/92397473.jpg 20:32:21 T:2914253680 M:1342185472 DEBUG: Compress - using DXT1 (min error is: 7.95:0.00) 20:32:28 T:2958355312 M:1341628416 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/4/44bfa1bf.jpg 20:32:32 T:2958355312 M:1341624320 DEBUG: Compress - using DXT1 (min error is: 3.96:0.00) 20:32:42 T:2978995056 M:1340977152 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/c/c8830825.jpg Its still converting even if all the images are converted. We does it do that? I you the stable build 10.00 - jmarshall - 2011-01-12 02:13 They're not all converted in that case. - Baswazz - 2011-01-24 18:30 jmarshall Wrote:They're not all converted in that case. I see this in my xbmc.log to is this something to ignrore or... Can you be more specific. - myrison - 2011-01-24 20:53 What he is saying is that if they were already all converted like you said, your logs would not tell you that it's still converting images. The fact that these messagse are in the logs tells you that there remains work to do before all images are converted to DDS. - Baswazz - 2011-01-31 14:44 myrison Wrote:What he is saying is that if they were already all converted like you said, your logs would not tell you that it's still converting images. The fact that these messagse are in the logs tells you that there remains work to do before all images are converted to DDS. Owk thx. I allready experienced that it is working perfect. No stuttering at all anymore. - drago - 2011-02-01 21:25 I have tryed this now with just ten pictures as fanart and using alaska revisited skin. Everytime a use Alaska it converts the ten images when showing them but if I then switch to the skin Confluence and back it converts them again. I can see that they allready are dds because the fanart shows up wery quick but stil they are converted again. - Revenge - 2011-02-02 13:48 Where are the .JPG Fanarts? I can't find them on my HDD. - darkscout - 2011-02-05 01:20 Here's the code I use to make sure everything is converted. Requires nvidia texture tools. Code: #!/bin/bash- drago - 2011-03-12 16:02 After upgrading to xbmc 10.1 I cant see in the xbmc.log file that anything is converting. Is the a bugg or is logging of för DDS conversion? - myrison - 2011-03-17 03:48 do you have debugging enabled? In a non-beta release, that's the only way I've seen those messages in the logs. |