Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.19k stars 786 forks source link

Alpha support #562

Open Ironclad17 opened 9 months ago

Ironclad17 commented 9 months ago
          LAV Video does not output any alpha information, and as mentioned several posts above, its not really planned to start doing that either.

Originally posted by @Nevcairiel in https://github.com/Nevcairiel/LAVFilters/issues/90#issuecomment-296255090

Just wanted to check if this was still the case. I was converting some gifs to vp9 webms when I noticed transparency wasn't displaying despite being correctly detected by ffprobe. Simply including one of the libavcodec libraries and using libvpx for decode resolves the issue. https://trac.ffmpeg.org/ticket/8344 ffplay -vcodec libvpx-vp9 "yuva420p.webm Displays transparency correctly.