Hello everyone,
I’m trying to use an animated GIF with a transparent background in my Xibo installation, but I’ve encountered some issues and I’m hoping someone can help me.
Here’s what I’ve tried so far:
- Uploading the Animated GIF: I uploaded an animated GIF directly into the media section of Xibo, but I couldn’t get it to display in the layout.
- Conversion to WebM: I tried converting the GIF to a WebM video file with transparency using FFmpeg. The command I used was:
bash
Copy
ffmpeg -i input.gif -c:v libvpx -pix_fmt yuva420p output.webm
Even after this conversion, the video loads in the layout but doesn’t display.
3. Checking the Player: I made sure that my player is updated and compatible with playing WebM files, but I still can’t see the video.
4. Codec Verification: I tried different codec settings, but the issue persists.
Questions:
- What is the best solution for using an animation with transparency in Xibo?
- Are there any other suggested video formats that support transparency besides WebM?
- Is there a better way to integrate animated GIFs that maintain transparency?
Thank you in advance for your assistance!