sunren 发表于 2017-3-28 15:13:54

PHP操作视频音频类 FFmpegPHP

  FFmpegPHP 是一个纯面向对象的 ffmpeg 的 PHP封装。提供一些简单易用、面向对象的API用以访问视频和音频文件的信息,可直接从视频中获取帧的图片,这常用来做视频的缩略图。支持的视频格式包括: MOV, AVI, MPG, 和 WMV.
  Changes:
  1. The FFmpeg-php API now supports pluggable providers opened for custom implementations.
  2. Default implementations of ffmpeg and ffprobe are part of the package.
  官方地址:https://github.com/char0n/ffmpeg-php
页: [1]
查看完整版本: PHP操作视频音频类 FFmpegPHP