class

FFMPEG::EncodingOptions

Inherits Hash < Iterable < Enumerable < Reference < Object

Constructors

new(options)
Source

Instance methods

height
Source
params_order(k)
Source
to_a

Returns an Array of Tuple(K, V) with key and values belonging to this Hash.

h = {1 => 'a', 2 => 'b', 3 => 'c'}
h.to_a # => [{1, 'a'}, {2, 'b'}, {3, 'c'}]

The order of the array follows the order the keys were inserted in the Hash.

Source
width
Source