Method: FFMPEG::EncodingOptions#height

Defined in:
lib/ffmpeg/encoding_options.rb

#heightObject



41
42
43
# File 'lib/ffmpeg/encoding_options.rb', line 41

def height
  self[:resolution].split("x").last.to_i rescue nil
end