gpt4 book ai didi

ffmpeg - 使用 ffmpeg 或 mencoder 编码一组图像

转载 作者:行者123 更新时间:2023-12-04 23:31:10 26 4
gpt4 key购买 nike

我有一组 H.264 图像(仅限 I 帧),我想用一个命令将它们编码为 JPEG。对于单个图像编码,我可以使用以下(ffmpeg):

ffmpeg -i raw_image image.jpg

它工作正常。图像列表呢?我尝试了以下方法,但它不起作用:
ffmpeg -i raw_image%d image%d.jpg

我需要 ffmpeg 或 mencoder 中的解决方案。任何帮助将不胜感激。

最佳答案

来自 docs :

For creating a video from many images:

 ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi

The syntax "foo-%03d.jpeg" specifies to use a decimal number composed of three digits padded with zeroes to express the sequence number. It is the same syntax supported by the C printf function, but only formats accepting a normal integer are suitable.

关于ffmpeg - 使用 ffmpeg 或 mencoder 编码一组图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7739923/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com