码迷,mamicode.com
首页 > 其他好文 > 详细

图片转换为视频

时间:2017-11-23 19:35:55      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:code   lang   command   视频   ted   different   UI   vco   nbsp   

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)

图片转换为视频

标签:code   lang   command   视频   ted   different   UI   vco   nbsp   

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

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