Class: EhbrsRubyUtils::Videos2::Unsupported::Fixes::SupportedContainer
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Videos2::Unsupported::Fixes::SupportedContainer
- Defined in:
- lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
Constant Summary collapse
- FIX_FORMAT =
'matroska'
Instance Method Summary collapse
Instance Method Details
#ffmpeg_args(_video) ⇒ Object
10 11 12 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb', line 10 def ffmpeg_args(_video) ['-f', FIX_FORMAT] end |