Exception: FFMPEG::PresetNotFound
- Defined in:
- lib/ffmpeg/errors.rb
Overview
Raised when preset is not found
Instance Method Summary collapse
-
#initialize(preset_name) ⇒ PresetNotFound
constructor
A new instance of PresetNotFound.
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 |