Exception: FFMPEG::PresetNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/ffmpeg/errors.rb

Overview

Raised when preset is not found

Instance Method Summary collapse

Constructor Details

#initialize(preset_name) ⇒ PresetNotFound

Returns a new instance of PresetNotFound.



68
69
70
# File 'lib/ffmpeg/errors.rb', line 68

def initialize(preset_name)
  super("Preset not found: #{preset_name}")
end