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.39.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.38.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.37.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.36.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.35.1 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.35.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.34.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.33.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.32.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.31.1 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.31.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.30.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.29.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.28.3 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.28.2 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.28.1 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.28.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.27.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.26.0 lib/ehbrs/videos/unsupported/fixes/supported_container.rb
ehbrs-tools-0.25.1 lib/ehbrs/videos/unsupported/fixes/supported_container.rb