Sha256: e39663a6f89deb88f8be25b3f1c24d8a15f42c331f09dc2bc49cc7eae227cc36

Contents?: true

Size: 289 Bytes

Versions: 50

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

module Ehbrs
  module Videos
    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

50 entries across 50 versions & 1 rubygems

Version Path
ehbrs-tools-0.13.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.12.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.11.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.10.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.9.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.7.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.6.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.5.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.3.1 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.3.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb