Method: Ehbrs::Videos::Unsupported::FixProfile#ffmpeg_args

Defined in:
lib/ehbrs/videos/unsupported/fix_profile.rb

#ffmpeg_argsObject



25
26
27
28
29
# File 'lib/ehbrs/videos/unsupported/fix_profile.rb', line 25

def ffmpeg_args
  r = fix_args
  r += container_fix_args unless r.include?('-f')
  r + super
end