Animations xml conversion
#1
Im trying to convert the skin from 1080p to 720p, most of the xmls have been converted, as have the textures, but im stuck on animations. could some please how to explain how to convert this:1080P

<effect type="fade" start="0" end="100" time="250" tween="sine" easing="out" />
<effect type="slide" start="20" end="0" time="250" tween="sine" easing="inout" />

to 720p
Reply
#2
Im not an skinning export but I guess you need to adjust the "start" attribute from the slide-effect.
fade ofc needs to be unchanged.

In 720 its 20 of 720.
In 1080 it should be about 30 of 1080.

(20 / 720 * 1080 = 30,0000000000024).

But this assumes that the parent element is of full width! slide-animation coordinates are relative to the parent!
See http://wiki.xbmc.org/index.php?title=Ani..._your_skin
My GitHub. My Add-ons:
Image
Reply
#3
(2014-01-16, 23:29)stuCONNERS Wrote: Im trying to convert the skin from 1080p to 720p [...]

Hi stuCONNERS,

could you please share your work with us?

I'm running the skin on my Raspberry with a 720p TV. So maybe your changes will speed things a bit up.
It's already running quite well but some performance optimization is never wrong...

Would be very nice! Big Grin
Reply
#4
+1 I would be interested as well for testing purposes. sounds promising to me at least Smile
HTPC LibreELEC 9.0 - Xperience1080+
RPi3 LibreELEC Milhouse build - Arctic Zephyr
Reply
#5
Im going to have to redo it again, my usb stick got corrupted. Converting the skin to 720p along with textures made a huge difference running on the raspberry pi. I`ll upload it when i get time to convert it again
Reply
#6
I started to work on this again last night. Should be ready in a few days if anyone's interested.
Reply
#7
Sounds nice!
Reply
#8
http://forum.xbmc.org/showthread.php?tid=186619
Reply

Logout Mark Read Team Forum Stats Members Help
Animations xml conversion0