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