Method: Mediakit::FFmpeg#run
- Defined in:
- lib/mediakit/ffmpeg.rb
#run(options, driver_options = {}) ⇒ Object
execute runners with options object
33 34 35 36 |
# File 'lib/mediakit/ffmpeg.rb', line 33 def run(, = {}) args = .compose(self.class.default_global_option) @driver.run(args, ) end |