class ActiveStorage::Analyzer::VideoAnalyzer
def computed_height
def computed_height if encoded_width && display_height_scale encoded_width * display_height_scale end end
def computed_height if encoded_width && display_height_scale encoded_width * display_height_scale end end