Guys, I need help with an approach I may use on my next pages that involve hovering over gifs. Which video formats do you guys know that support transparency? I need to convert my gifs to em, so I can use the video tag. It doesn't break on Firefox, so ye
@omnipresence I tried using mov files, but they didn't work super well- they were glitchy, and the transparency didn't work out super well. I ended up using WebM with a transparency codec and FFmpeg's help
https://www.reddit.com/r/VideoEditing/comments/pkxupd/best_way_to_render_video_with_transparent/
apngs ? (animated pngs)
I did check APNGS, I'm going to use one as fallback! I chose to use WebM for the main PC version
Had to go through a bunch of headaches, but I finally figured it out in some way :'] Thank you all for the help too!
movs (quicktime) support transparency, but I don't know if that transparency carries through in a element.
@omnipresence I tried using mov files, but they didn't work super well- they were glitchy, and the transparency didn't work out super well. I ended up using WebM with a transparency codec and FFmpeg's help