class ActiveStorage::Analyzer::VideoAnalyzer

def probe

def probe
  download_blob_to_tempfile { |file| probe_from(file) }
end