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