37 38 39
# File 'lib/ffmpeg/encoding_options.rb', line 37 def width self[:resolution].split("x").first.to_i rescue nil end