开发者

ffmpeg image to video frame length

开发者 https://www.devze.com 2023-02-05 01:30 出处:网络
hi i am useing ffmpeg to convert images into videos but images loads very fast and movie end very shortly how can i add a delay in images

hi i am useing ffmpeg to convert images into videos but images loads very fast and movie end very shortly how can i add a delay in images

开发者_运维百科

i am useing this command

ffmpeg -r 10 -b 1800 -i %03d.jpg  -vframes 100 abc.avi


Lower the -r value, you have it currently set to 10 frames per second.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号