Release Artist Slideshow addon (with skin and addon integration)
(2019-05-03, 18:25)HeresJohnny Wrote: I'm using this add-on as a starting point for my post although the problem that occurs is almost certainly due to underlying functions.
In my log I keep seeing this kind of warning when artwork is pulled to the music OSD:
Code:
2019-05-03 18:07:11.474 T:2826888048 DEBUG: ffmpeg[A87EE370]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
2019-05-03 18:07:11.517 T:2826888048 DEBUG: DoWork - took 101 ms to load special://masterprofile/Thumbnails/d/d21a80f9.jpg

As far as I can tell this means that ffmpeg is either outdated or wrongly configured when scaling images so there's always a small CPU cost involved. Is there anything that can be done to achieve accelerated scaling?

Looking at the code on ffmpeg for libswscale (yuv2rgb.c) it appears that hardware acceleration is only available for power pc and x86 architectures.  It doesn't look like the code has changed since 2014.  I don't know if there is something Kodi needs to do when building to turn on this function.

scott s.
.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by scott967 - 2019-05-03, 22:51
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5