Currently, we need to explicitly state if the source video is transparent in OffthreadVideo.
This sometimes causes problems, as video containers such as .mov can have or not have an alpha channel.
Feature Request 🛍️
It would be very useful to detect whether a video has or not transparency, without requiring this explicit information from the user.
Use Case
That would enhance support and generalization for different video encodings, especially when we don't know beforehand which types of videos are we going to receive.
Possible Solution
A feature could be implemented to detect whether a video has a transparency channel or not in the already existing function get-video-metadata.
Currently, we need to explicitly state if the source video is transparent in
OffthreadVideo.This sometimes causes problems, as video containers such as
.movcan have or not have an alpha channel.Feature Request 🛍️
It would be very useful to detect whether a video has or not transparency, without requiring this explicit information from the user.
Use Case
That would enhance support and generalization for different video encodings, especially when we don't know beforehand which types of videos are we going to receive.
Possible Solution
A feature could be implemented to detect whether a video has a transparency channel or not in the already existing function get-video-metadata.