41 42 43
# File 'lib/ffmpeg/encoding_options.rb', line 41 def height self[:resolution].split("x").last.to_i rescue nil end