Class: EhbrsRubyUtils::Videos2::Unsupported::FixProfile
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Videos2::Unsupported::FixProfile
- Includes:
- Profiles::SameQuality
- Defined in:
- lib/ehbrs_ruby_utils/videos2/unsupported/fix_profile.rb
Instance Method Summary collapse
Instance Method Details
#ffmpeg_args ⇒ Object
22 23 24 25 26 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/fix_profile.rb', line 22 def ffmpeg_args r = fix_args r += container_fix_args unless r.include?('-f') r + super end |
#name ⇒ Object
18 19 20 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/fix_profile.rb', line 18 def name "fix_for_#{::File.basename(video.file)}" end |