1
0

ffmpeg.rb 189 B

123456
  1. # frozen_string_literal: true
  2. Rails.application.configure do
  3. config.x.ffmpeg_binary = ENV['FFMPEG_BINARY'] || 'ffmpeg'
  4. config.x.ffprobe_binary = ENV['FFPROBE_BINARY'] || 'ffprobe'
  5. end