Search found 3 matches

Go to advanced search

by toverna
13 Jan 2019 15:04
Forum: Development around libVLC
Topic: Transparent video and libvlc
Replies: 8
Views: 4937

Re: Transparent video and libvlc

Further notice toverna: use libvlc_video_set_format(vlcMediaPlayer, "BGRA", videoWidth, videoHeight, videoWidth * 4); (at least on windows)
No luck. Output is 00 00 00 FF so alpha channel is still forced to FF.
by toverna
08 Jan 2019 15:03
Forum: Development around libVLC
Topic: Transparent video and libvlc
Replies: 8
Views: 4937

Re: Transparent video and libvlc

I see.

Could you point me where to start?
by toverna
05 Jan 2019 18:00
Forum: Development around libVLC
Topic: Transparent video and libvlc
Replies: 8
Views: 4937

Transparent video and libvlc

Hello! I am trying to play transparent video using libvlc and libvlcpp. Video is encoded from transparent PNG files using ffmpeg. Video format is VP9. Encoding options are: ffmpeg -framerate 30 -f image2 -i %04d.png -c:v libvpx-vp9 -pix_fmt yuva420p transparent.webm I checked with Chromium-based bro...

Go to advanced search