ffmpeg -r / fps 随着时间的推移?
好的 - 在这里绕圈,欢迎任何帮助...
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,它的
r = 想要的帧数/总秒数
ok its
r = frameswanted / totalseconds