• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 36
Kodi Animation thread
Animated gif support has some open pull requests that have no been merged yet:

https://github.com/xbmc/xbmc/pull/5180
https://github.com/xbmc/xbmc/pull/5181

Check out this video to see it in action


thx to Wanilton
I have had success in the past randomizing things that weren't intended to be random using a script. Keep all of your startup videos in one folder. Set Kodi to use a generic named video (IE introvid.avi) in a location NOT in your folder of startup videos. Write a script or bat file to choose a random video from the startup video folder and copy (overwrite) the introvid.avi with the random file. You would then have the script or bat file launch Kodi.
(2015-02-26, 15:31)zag Wrote: Animated gif support has some open pull requests that have no been merged yet:

https://github.com/xbmc/xbmc/pull/5180
https://github.com/xbmc/xbmc/pull/5181

Check out this video to see it in action


thx to Wanilton

This would be sooooo awesome!

Animated weather icons, loading icons, moving backgrounds, complicate animated skin elements..... the possibilities are endless.
Any reason why there is no progress since fall 2014? I would love to see this feature.

Edit:
Supporting something like APNG would even better Tongue
PNG based, 24bit colors and 8bit transparency.
http://en.wikipedia.org/wiki/APNG
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
(2015-02-26, 22:00)sualfred Wrote: Any reason why there is no progress since fall 2014? I would love to see this feature.

Lots of requests and very few coders. I'm sure they would welcome your help.Nod
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Sad that I'm just a graphic designer/frontend layouter and my deep-noob-skills for a more experience coding is.....not very helpful Tongue
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
See discussion and more examples in these feature suggestion threads here about media backgrounds

http://forum.kodi.tv/showthread.php?tid=141442
http://forum.kodi.tv/showthread.php?tid=152890

Image Image



Also checkout a proof-of-concept patches/branches for video background playback here

http://forum.kodi.tv/showthread.php?tid=157585

https://github.com/leechguy/xbmc/tree/videobackground
https://github.com/leechguy/xbmc/commit/...bcf8654854

https://github.com/xbmc/xbmc/pull/1137


http://www.alunablue.com/stock-video/vid...ounds.html


(2015-02-26, 15:31)zag Wrote: Animated gif support has some open pull requests that have no been merged yet:

https://github.com/xbmc/xbmc/pull/5180
https://github.com/xbmc/xbmc/pull/5181
Yes those patches would add initial support for animated GIF images as skin backdrops and for GUI textures in skins, which very cool indeed!

(2015-02-26, 22:00)sualfred Wrote: Supporting something like APNG would even better Tongue
PNG based, 24bit colors and 8bit transparency.
http://en.wikipedia.org/wiki/APNG
Yes even better, animated GIF support being merged into mainline might also open people eyes to APNG (Animated PNG) and/or MJPEG (Motion JPEG) support too.
Going for video in gui I think this is the better option, https://github.com/xbmc/xbmc/pull/5575

But animated backgrounds should be doable with gifs in gui already no? I mean we support gifs in images and its the same control afaik?
If you have problems please read this before posting

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.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
(2015-02-27, 11:57)topfs2 Wrote: But animated backgrounds should be doable with gifs in gui already no? I mean we support gifs in images and its the same control afaik?
Unfortunately no, not Animated GIFs, not even under the Pictures section in Kodi because Animated GIFs are displayed as still images and not played as videos. At least not afaik?

Adding animated GIF support and other animated image format support in GUI is what Ace and Memphiz has been working on here http://forum.kodi.tv/showthread.php?tid=141442

(2015-02-27, 11:57)topfs2 Wrote: Going for video in gui I think this is the better option, https://github.com/xbmc/xbmc/pull/5575
Well if it could playback videos in GUI with FFmpeg then it should in theory be able "playback" all animated image formats as videos as well, as long as FFmpeg supports them too, right?

Again see discussion about video backdrops here http://forum.kodi.tv/showthread.php?tid=157585

Also note that the latest FFmpeg does now support decoding Animated GIF, Animated PNG (APNG), Motion JPEG (MJPEG), and Animated WebP images.

But even if support for videos in GUI was added, what then about supporting displaying multiple videos or animated images at the same time to display animated backdrops and posters?
We had a number of "demo" videos running during the Southern California Linux Expo this last weekend, and mixed into the playlist of those videos were various animations from this thread (I think nearly all of them as of last weekend). It really made our booth look awesome to have those animated logos pop up on screen!

Thank you to our awesome community for doing these, and keep the submissions coming!
This is really cool. I got to know by the current RPi built, which already includes one of the animations.

One thought - how will the splash animation play along the splashscreen? With regards to colors used and overall color scheme. I am on Isegard built now and the splash animation does not go well together with the splash screen.

Any idea on the direction you guys want to take this for the future? Also, has a decision been taken to include an animation at some point in the future?
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Yeah kodi comes alive with animation!
A lot more eye candy!
It would rock.
Is this planned for kodi isengard?
I´ll ask it differently :
Is there a chance it comes with isengard?
If so, how big is that chance ? Smile
There's always a chance someone outside the Team will be inspired to make the changes, but for that to happen in time for Isengard then I don't think it's likely, there's probably more chance of us selling out to Microsoft for inclusion in Windows 10 Wink
Lol i see.
I thought there were open pull requests on github
(2015-03-10, 20:28)Skank Wrote: Lol i see.
I thought there were open pull requests on github

There is but we have more important things to fix/do than some "silly" boot animation.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 36

Logout Mark Read Team Forum Stats Members Help
Kodi Animation thread8