2023-07-12 00:47:08 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-04-22 02:00:24 -07:00
|
|
|
Rails.application.configure do
|
|
|
|
config.x.ffmpeg_binary = ENV['FFMPEG_BINARY'] || 'ffmpeg'
|
|
|
|
config.x.ffprobe_binary = ENV['FFPROBE_BINARY'] || 'ffprobe'
|
2018-10-08 18:02:52 -07:00
|
|
|
end
|