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
25 26 27 28 29 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/fix_profile.rb', line 25 def ffmpeg_args r = fix_args r += container_fix_args unless r.include?('-f') r + super end |
#name ⇒ Object
21 22 23 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/fix_profile.rb', line 21 def name "fix_for_#{::File.basename(video.file)}" end |