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