module Vollbremsung
Constants
- CONVERT_TYPES
- DEFAULT_ENCODER
- DEFAULT_PRESET
- DEFAULT_QUALITY
- FFMPEG_OPTIONS
- FFPROBE_OPTIONS
- HANDBRAKE_CLI
- USAGE
- VERSION
Public Class Methods
process(targets, options)
click to toggle source
# File lib/vollbremsung.rb, line 247 def process(targets, options) brake = Vollbremsung::Brake.new brake.process(targets, options) end
Private Instance Methods
process(targets, options)
click to toggle source
# File lib/vollbremsung.rb, line 247 def process(targets, options) brake = Vollbremsung::Brake.new brake.process(targets, options) end