We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Thanks to our video metadata extraction, we are able to validate if a video has audio or not:
ActiveStorageValidations::Analyzer::VideoAnalyzer.new(attachable).metadata # => { width: 640.0, height: 480.0, duration: 5.0, angle: 0, audio: true, video: true }