gpt4 book ai didi

video - 第一张图片没有使用 ffmpeg 将图像显示到视频中

转载 作者:行者123 更新时间:2023-12-04 23:16:55 24 4
gpt4 key购买 nike

我对 ffmpeg 非常陌生,并试图将一系列图像转换为视频。

我正在使用的命令(从教程中复制/修改)

ffmpeg -framerate 1/5 -start_number 1 -i dog%01d.jpg -c:v libx264 -r 30 -pix_fmt rgb24 dog.mp4

基本上,我有 4 个标记为 dog1.jpg、dog2.jpg、dog3.jpg 和 dog4.jpg 的图像。

问题是我得到的输出视频的图像从“dog2.jpg”开始到“dog4.jpg”结束,这意味着它缺少序列中的第一个图像(即 dog1.jpg)。

我尝试了不同的图像组合并且发生了相同的行为,生成的视频从未有序列中的第一张图像。

有任何想法吗?

最佳答案

更改 狗%01d.jpg dog%d.jpg .

%01d 表示带有一个前导零的序列号

For example the pattern "img-%03d.bmp" will match a sequence of filenames
of the form img-001.bmp, img-002.bmp, ..., img-010.bmp, etc.

我认为这也可能会有所帮助。
start_number
Set the index of the file matched by the image file pattern to start to read from.
Default value is 0.

start_number_range
Set the index interval range to check when looking for the first image file in the sequence,
starting from start_number. Default value is 5.

您可以在 FFmpeg image file demuxer documentation 找到更多信息.

关于video - 第一张图片没有使用 ffmpeg 将图像显示到视频中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26179452/

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