Module: Abrizer::DebugSettings
- Included in:
- Adaptation, FfmpegProcessor, ProgressiveMp3, ProgressiveVp9
- Defined in:
- lib/abrizer/debug_settings.rb
Instance Method Summary collapse
-
#debug_settings ⇒ Object
This is useful for testing an encoding setting on just part of a video.
Instance Method Details
#debug_settings ⇒ Object
This is useful for testing an encoding setting on just part of a video. This gets applied before the input video is set.
6 7 8 9 |
# File 'lib/abrizer/debug_settings.rb', line 6 def debug_settings ENV['ABRIZER_DEBUG_SETTINGS'] || '' # "-ss 10 -t 10" end |