How can I check a video file has an alpha channel?
Solution 1:
Exiftool should report all clips with alpha channels as 32 bit:
exiftool -bitdepth /path/to/your/movie.mov
You can of course specify wildcards when calling exiftool:
exiftool -bitdepth *.mov
Media Inspector may do this as well if you prefer a GUI app.