Sha256: aa05bbcfb1f663120bf81b84411c99f9fc089283d79bcfb2a0d5fcee371ebb6d

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

module Tools
  module Formats
    class FV2 < Format
      # Transcode to 320kbps CBR
      def transcode_command
        'Top Kek V2'
      end

      # Locate configuration under key 320
      def key
        'V2'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bt-tools-0.3.0 lib/tools/formats/f_v2.rb