当前位置:网站首页>contos install php-ffmpeg and tp5.1 using plugin
contos install php-ffmpeg and tp5.1 using plugin
2022-08-03 06:32:00 【dd00bb】
Centos 安装 ffmpeg
1.安装EPEL Release,因为安装需要使用其他的repo源,所以需要EPEL支持:
yum install -y epel-release
2.如果出现缺少Code提示,可以:
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
3.安装完成之后,可以查看是否安装成功
yum repolist
4.安装Nux-Dextop源
#导入一个Code
sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
#安装nux-dextop 源
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
5.查看repo源是否安装成功
yum repolist
6.yum安装ffmpeg:
yum install -y ffmpeg
7.安装完成后检查ffmpeg 版本:
ffmpeg -version
ThinkPHP 5.1 安装php-ffmpeg
1.进入TP5.1Execute in the project directory directory
composer require php-ffmpeg/php-ffmpeg
2.控制器中引入
<?php
namespace app\index\controller;
use FFMpeg;
class Index
{
public function index()
{
$configuration = array(
// windows调用插件
'ffmpeg.binaries' => env('root_path').'ffmpeg/bin/ffmpeg.exe',
'ffprobe.binaries' => env('root_path').'ffmpeg/bin/ffprobe.exe', //This is where it is installed on the computer or server
// linuxHow to call the plugin to report an error,在项目根目录下创建ffmpeg目录,Then create a hard link file in the directoryffmpeg
//'ffmpeg.binaries' => '/usr/bin/ffmpeg.exe',
//'ffprobe.binaries' => 'usr/bin/ffprobe.exe',
//'ffmpeg.binaries' => env('root_path').'ffmpeg/ffmpeg',
//'ffprobe.binaries' => env('root_path').'ffmpeg/ffprobe',
//'timeout' => 3600, // The timeout for the underlying process
//'ffmpeg.threads' => 12, // The number of threads that FFMpeg should use
);
$ffmpeg = FFMpeg\FFMpeg::create($configuration);
// New file after synthesis
$outfile_path = env('root_path')."public/audio/new_file.wav";
// audio source file
$audio_path = env('root_path')."audio/";
$audio = $ffmpeg->open($audio_path.'0.wav');
// List of audio files to be synthesized
$file_arr[] = $audio_path.'0.wav';
$file_arr[] = $audio_path.'1.wav';
$file_arr[] = $audio_path.'2.wav';
// The new file after synthesis exists,则先删除掉,重新合成
if(file_exists($outfile_path)){
unlink($outfile_path);
}
// Perform synthesis of audio files
$audio->concat($file_arr)->saveFromSameCodecs($outfile_path, TRUE);
return true;
}
}
边栏推荐
- 5. What is the difference between int and Integer?
- MATLAB自带的dwt2和wavedec2函数实现基于小波变换的自适应阈值图像边缘检测
- 游戏3D建模师是吃青春饭的吗?被高薪挖掘的建模人才,靠的是这个
- ZEMAX | How to rotate any element around any point in space
- 2021-06-14
- g++ parameter description
- 数组与字符串10-实现 strStr()
- 阿里云短信服务的使用(创建,测试笔记)
- 剑指 Offer II 001. 整数除法
- 用DirectX12绘制一个几何体的程序详述
猜你喜欢
随机推荐
MATLAB自带的dwt2和wavedec2函数实现基于小波变换的自适应阈值图像边缘检测
数组与字符串11-反转字符串
5. What is the difference between int and Integer?
ORM框架:Dapper的使用
什么是次世代建模,为什么这么多建模人在学习次世代建模流程
3D游戏建模师在国内的真实现状,想转行,先来看看!
次世代建模到底需要哪些美术基础
在Maya和ZBrush中制作战士模型
Delightful Nuxt3 Tutorial (2): Build a Blog Quickly and Easily
What is parametric design, let's understand it through practical operation?| SOLIDWORKS How-To Videos
3d建模师为什么不建议入行
申请公网ip后,配置光猫,路由器使用公网ip步骤
ZEMAX | 在OpticStudio中建立扩增实境(VR)头戴式显示器
什么是参数化设计,通过实操了解一下? | SOLIDWORKS 操作视频
全球一流医疗技术公司如何最大程度提高设计工作效率 | SOLIDWORKS 产品探索
守望先锋英雄角色模型分享,obj文件+材质贴图,3dmax游戏建模
内网渗透信息收集
【3D建模制作技巧分享】ZBrush快捷键如何设置
【记录】把json的所有key转换成小写
ZEMAX | 如何使用渐晕系数