ffmpeg.rb 114 B

12345
  1. # frozen_string_literal: true
  2. if ENV['FFMPEG_BINARY'].present?
  3. FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
  4. end