gpt4 book ai didi

ffmpeg - 在 ffMpeg 中调整帧率 MPG4

转载 作者:行者123 更新时间:2023-12-04 00:32:08 24 4
gpt4 key购买 nike

我正在尝试从一堆 png 中创建 MPG4 电影。我希望电影每 1/5 秒显示一张 PNG 图片。所以我尝试了以下命令:

ffmpeg -i ffmpeg_temp/%05d.png -r 5 video.mp4

现在我得到一部只有 40 秒的电影,其中很多帧完全消失了。

我有大约 1000 张图片,并希望这是一部大约 3 分钟(5 fps)的电影。

最佳答案

你需要把 -r 5-i ffmpeg_temp/%05d.png 之前因为选项适用于以下文件。换句话说,输入以默认的 25fps 读取,输出文件的帧速率为 5fps。

来自 FFmpeg documentation :

As a general rule, options are applied to the next specified file. Therefore, order is important, and you can have the same option on the command line multiple times. Each occurrence is then applied to the next input or output file.

关于ffmpeg - 在 ffMpeg 中调整帧率 MPG4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7177782/

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