Sha256: ddaff4e2a9a3ef2f17c47f767fea67c64ef3308d9d1c71e194cf1dc02ae3b66c

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

module EhbrsRubyUtils
  module Videos2
    module Unsupported
      module Fixes
        class SupportedContainer
          FIX_FORMAT = 'matroska'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ehbrs_ruby_utils-0.44.3 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
ehbrs_ruby_utils-0.44.2 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
ehbrs_ruby_utils-0.44.1 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
ehbrs_ruby_utils-0.44.0 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
ehbrs_ruby_utils-0.41.1 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb
ehbrs_ruby_utils-0.41.0 lib/ehbrs_ruby_utils/videos2/unsupported/fixes/supported_container.rb