ffmpeg.rb 85 B

123
  1. if ENV['FFMPEG_BINARY'].present?
  2. FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
  3. end