class ActiveStorage::Analyzer::VideoAnalyzer

def angle

def angle
  Integer(tags["rotate"]) if tags["rotate"]
end