Open MikOfClassX opened 8 years ago
There are currently no plans to support video with alpha, sorry.
Hi Nevcairiel. Are you talking about QuickTime codec only or with any other codec? In my computer I can play videos with alpha channel using lagarith lossless codec but i'm having problems using it in different computers.
QuickTime video codecs are generally well supported by LAV. Alpha is always supported, when present, except with the ProRes4444 which is decoded by masking the alpha channel as 0xff. I don't think it would be so difficult to add alpha channel support here.
Do you have samples?
Yes I have a sample .mov prores444 + alpha. It's 155MB. I can send it by wetransfer (I need an email) or.. feel free to suggest a better way.
send it to onemda@gmail.com
done, you'll receive a wetransfer file soon.
I definitely see alpha with mpv.io player. Perhaps this is LAVFilters only issue?
LAV Video does not output any alpha information, and as mentioned several posts above, its not really planned to start doing that either.
I am quite sure of that. It's not a complex issue, as LAV is only ignoring the alpha, but it's decoding the MOV file without any issue.
Hello,
I tested a QuickTime ProRes 4444 animation with alpha. The LAV filter works very well, but it ignores the alpha channel which results completely filled. The QuickTime codec does the right job.
Thanks!
Mik