码迷,mamicode.com
首页 > Web开发 > 详细

php ffmpeg截取视频第一帧保存为图片的方法

时间:2019-11-13 22:27:03      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:his   视频   mp4   getx   shell   方法   shel   cmd   get   

php ffmpeg截取视频第一帧保存为图片的方法

<pre>
$xiangmupath = $this->getxiangmupath();
$filename = ‘chengshi‘;
$cmd = ‘ffmpeg -i ‘ . $xiangmupath . ‘/mp4/‘ . $filename . ‘.mp4 -ss 00:00:00 -f image2 ‘ . $xiangmupath . ‘/mp4/‘ . $filename . ‘.jpg‘;
shell_exec($cmd);
</pre>

php ffmpeg截取视频第一帧保存为图片的方法

标签:his   视频   mp4   getx   shell   方法   shel   cmd   get   

原文地址:https://www.cnblogs.com/newmiracle/p/11853337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!