gpt4 book ai didi

laravel - 在本地主机上为 laravel 4 包安装 ffmpeg/ffprobe?

转载 作者:行者123 更新时间:2023-12-04 23:17:03 27 4
gpt4 key购买 nike

如何在我的本地主机上安装 ffmpeg 和 ffprobe,以便我可以使用 sonus ffmpeg laravel-4 包?
https://github.com/rafasamp/sonus

我可以直接从 git 获取它吗?

git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg

最佳答案

执行 git clone 将获得 FFmpeg 源代码,您需要对其进行编译以在 localhost 中运行本地版本。最简单的方法是在 FFmpeg download section 上为您的操作系统获取预编译版本之一。然后在sonus config.php中配置全限定系统路径:

/*
|--------------------------------------------------------------------------
| ffmpeg System Path
|--------------------------------------------------------------------------
|
| We need to know the fully qualified system path to where ffmpeg
| lives on this server. If you paste this path into your shell or
| command prompt you should get output from ffmpeg.
|
| Examples:
| Windows: 'C:/ffmpeg/bin/ffmpeg.exe'
| Mac OSX: '/Applications/MAMP/ffmpeg/ffmpeg'
| Linux: '/usr/bin/ffmpeg'
|
*/

'ffmpeg' => '/usr/bin/ffmpeg', //for GNU/Linux

关于laravel - 在本地主机上为 laravel 4 包安装 ffmpeg/ffprobe?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21920594/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com