In my Django application, uploaded video files are transcoded into some particular format using ffmpeg.
I now need a way to reliably detect whether uploaded videos have alpha channel or not. I normally use ffprobe for getting video metadata. Could you point me in the right direction?