class ActiveStorage::Analyzer::VideoAnalyzer

def width

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