class ActiveStorage::Analyzer::VideoAnalyzer

def height

def height
  if rotated?
    encoded_width
  else
    computed_height || encoded_height
  end
end