Class: Ehbrs::Videos::Unsupported::Fixes::SupportedContainer

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/videos/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/videos/unsupported/fixes/supported_container.rb', line 10

def ffmpeg_args(_video)
  ['-f', FIX_FORMAT]
end