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