mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
Fix ffprobe config
This commit is contained in:
@@ -11,9 +11,9 @@ if (!function_exists('asset_url')) {
|
||||
if (!function_exists('get_ffprobe_config')) {
|
||||
function get_ffprobe_config() {
|
||||
return [
|
||||
'ffmpeg.binaries' => '/opt/homebrew/bin/ffmpeg',
|
||||
'ffprobe.binaries' => '/opt/homebrew/bin/ffprobe'
|
||||
//'ffprobe.binaries' => '/usr/local/bin/ffprobe',
|
||||
// 'ffmpeg.binaries' => '/opt/homebrew/bin/ffmpeg',
|
||||
// 'ffprobe.binaries' => '/opt/homebrew/bin/ffprobe'
|
||||
'ffprobe.binaries' => '/usr/local/bin/ffprobe',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user