331535900/ffmpeg

一个ffmpeg项目

安装次数: 16

依赖: 0

建议: 0

安全性: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

类型:项目

v1.1 2019-09-26 04:34 UTC

This package is auto-updated.

Last update: 2024-09-26 16:10:37 UTC


README

介绍

主要是为了视频切片并在切片过程中截图

软件架构

|-模型 |-DB.php DB类 |-ffmpeg.php FFMPEG类 |-newffmpeg.sh 在aria2视频上传之后会调用此shell |-run.php shell 会通过命令来调用 run.php

安装教程

  1. 安装 aria2
    A.ubuntu https://blog.csdn.net/qq_29117915/article/details/81986509
    B.centos https://blog.csdn.net/lichenzero/article/details/80141390 --aria2.conf 配置项
  2. 安装 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