solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
526 stars 254 forks source link

Any plans to support alpha channels / transparency? #509

Open willsmanley opened 1 week ago

willsmanley commented 1 week ago

See this example for how it works in web: https://rotato.app/blog/transparent-videos-for-the-web

Some sample videos to test out with: https://rotato.netlify.app/alpha-demo/movie-hevc.mov https://rotato.netlify.app/alpha-demo/movie-webm.webm

the flutter-maintained video_player doesn't support transparency either, so this might be a good way to add a novel feature if it is feasible. happy to help implement if someone knows what to do but doesnt have enough time.

reason this could be really cool is to overlay advanced animations like particle effect on top of other widgets (ex an improved, 3d version of siri orb)