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