Method: FFMPEG::EncodingOptions#width

Defined in:
lib/ffmpeg/encoding_options.rb

#widthObject



37
38
39
# File 'lib/ffmpeg/encoding_options.rb', line 37

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