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