Download the PHP package sscs/ffmpeg_get_video_length without Composer
On this page you can find all versions of the php package sscs/ffmpeg_get_video_length. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sscs/ffmpeg_get_video_length
More information about sscs/ffmpeg_get_video_length
Files in sscs/ffmpeg_get_video_length
Download sscs/ffmpeg_get_video_length
More information about sscs/ffmpeg_get_video_length
Files in sscs/ffmpeg_get_video_length
Vendor sscs
Package ffmpeg_get_video_length
Short Description 获取视频长度,获取视频时长。
License MIT
Homepage https://github.com/AaronZjs/ffmpeg_get_video_length
Package ffmpeg_get_video_length
Short Description 获取视频长度,获取视频时长。
License MIT
Homepage https://github.com/AaronZjs/ffmpeg_get_video_length
Please rate this library. Is it a good library?
Informations about the package ffmpeg_get_video_length
ffmpeg_get_video_length
获取视频长度,获取视频时长。
依赖:ffmpeg(运行此脚本的机器需要安装软件ffmpeg)
使用方法:
use sscs\ffmpeg_get_video_length\ffmpegGetVideoLength;
$ffmpegGetVideoLength = new ffmpegGetVideoLength();
// 如果URL包含空格或特殊符号,可用urlencode进行URL编码后再传入。
$length_time = $ffmpegGetVideoLength->getLength('https://www.baidu.com/aa.mp4');
echo $length_time;
All versions of ffmpeg_get_video_length with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package sscs/ffmpeg_get_video_length contains the following files
Loading the files please wait ....