Method: PopCap::Converter.convert

Defined in:
lib/pop_cap/ffmpeg/converter.rb

.convert(filepath, options = {}) ⇒ Object

Public: A convenience class method which wraps the instance constructor.



19
20
21
# File 'lib/pop_cap/ffmpeg/converter.rb', line 19

def self.convert(filepath, options={})
  new(filepath, options).convert
end