class ActiveStorage::Analyzer::VideoAnalyzer

def rotated?

def rotated?
  angle == 90 || angle == 270 || angle == -90 || angle == -270
end