331535900 / ffmpeg
a ffmpeg project
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
This package is auto-updated.
Last update: 2025-02-26 17:00:00 UTC
README
介绍
主要是为了视频切片并且在切片过程中截图
软件架构
|-Model |-DB.php DB类 |-ffmpeg.php FFMPEG类 |-newffmpeg.sh 在aria2视频上传之后会调用此shell |-run.php shell 会通过命令来调用 run.php
安装教程
- 安装 aria2
A.ubuntu https://blog.csdn.net/qq_29117915/article/details/81986509
B.centos https://blog.csdn.net/lichenzero/article/details/80141390 --aria2.conf 配置项 - 安装 FFmpeg https://www.linuxidc.com/Linux/2019-03/157443.htm 3.AriaNg 视频下载web 页面 A.通过域名解析的web页面 1.ariang__web.zip B.直接通过谷歌浏览器 安装 http://php.wyscdz.com/2019/08/02/%e9%85%8d%e7%bd%ae-aria2-%e6%9d%a5%e4%b8%8b%e8%bd%bd-%e8%a7%86%e9%a2%91/
使用说明注意事项
1.首先php 需要开启 shell_exec函数
ffmpeg 命令参考 https://blog.csdn.net/xuyankuanrong/article/details/77527381