ffmpeg -r / fps 随着时间的推移?

发布于 2024-10-16 12:37:08 字数 243 浏览 3 评论 0原文

好的 - 在这里绕圈,欢迎任何帮助...

使用 ffmpeg 从电影生成帧。但我想将每部电影的总帧数限制为 10 个。

所以我试图找出在代码中使用的 -r (fps)。

因此,如果视频长 10 秒,我想要 10 个文件,即 -r 1 fps。

但如果视频长 100 秒并且我想要 10 个文件,那么 th -r 应该是 0.1 fps。

我只是似乎无法弄清楚公式?!

请帮忙!

ok - going round in circles here so any help welcome...

using ffmpeg to generate frames from a movie. But i want to limit the total frames to 10 per movie.

So im trying to figure out the -r (fps) to use in the code.

So if the video is 10secs long i want 10 files which is -r 1 fps.

but if the video is 100 secs long and i want 10 files th -r should be 0.1 fps.

i just can't seem to figure out the formula?!

please help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷清清 2024-10-23 12:37:08

好的,它的r = 想要的帧数/总秒数

ok its r = frameswanted / totalseconds

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文