首页 > 其他 > 详细

图片转换为视频

时间:2017-11-23 17:05:02      阅读:246      评论:0      收藏:0      [点我收藏+]
ffmpeg -f image2 -r 1/5 -i image%05d.png -vcodec mpeg4 -y movie.mp4
This command takes images with 5 digit padding (image00001.png) and compresses them into an mpeg4 quicktime,
at a rate of holding each frame for 5 seconds. You could do a different fps if your images are greater: -r 24 (24 frames per second)

图片转换为视频

原文:http://www.cnblogs.com/xlqtlhx/p/7885595.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!