class ActiveStorage::Analyzer::VideoAnalyzer

def video_stream

def video_stream
  @video_stream ||= streams.detect { |stream| stream["codec_type"] == "video" } || {}
end