Sha256: 3a4abc5b2cb77febc4f4f98f2796c63ede0386c9472e14c545e854947908e2e8

Contents?: true

Size: 376 Bytes

Versions: 50

Compression:

Stored size: 376 Bytes

Contents

# frozen_string_literal: true

require 'ehbrs/videos/profiles/base'

module Ehbrs
  module Videos
    module Profiles
      module SameQuality
        extend ::ActiveSupport::Concern

        included do
          include ::Ehbrs::Videos::Profiles::Base
        end

        def ffmpeg_args
          super + ['-q:a', '0', '-q:v', '0']
        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/profiles/same_quality.rb
ehbrs-tools-0.38.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.37.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.36.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.35.1 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.35.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.34.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.33.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.32.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.31.1 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.31.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.30.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.29.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.28.3 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.28.2 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.28.1 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.28.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.27.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.26.0 lib/ehbrs/videos/profiles/same_quality.rb
ehbrs-tools-0.25.1 lib/ehbrs/videos/profiles/same_quality.rb