class ActiveStorage::Analyzer::VideoAnalyzer
def encoded_height
def encoded_height @encoded_height ||= Float(video_stream["height"]) if video_stream["height"] end
def encoded_height @encoded_height ||= Float(video_stream["height"]) if video_stream["height"] end