有没有办法在php中获取视频长度?
有一个简单的解决方案吗?
Is there a simple solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有一个简单的解决方案吗?
Is there a simple solution for this?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在 这篇文章(查询音频/视频文件以获取信息)< /a> 我详细解释了如何使用ffmpeg获取视频文件的长度。使用 PHP
shell_exec()
命令,您可以将必要的函数传递给 ffmpegIn this post (Querying an audio/video file for information) I explained in detail how to use ffmpeg to get the length of a video file. Using the PHP
shell_exec()
command you can pass the necessary functions to ffmpeg尝试使用 Ffmpeg PHP 库: http://ffmpeg-php.sourceforge.net/
Try Ffmpeg PHP library: http://ffmpeg-php.sourceforge.net/