更改 fps while 循环导出 ffmpeg
我是 FFMPEG 的新手。我正在尝试从视频文件中导出静态图像。我做对了。
现在我想更改平均帧速率。也就是说,如果我的视频为 24 fps,而我想导出 30 fps 的静态图像。现在我需要 30 帧而不是 24 帧。
你能帮我做什么吗?
提前致谢 巫师
I am new to FFMPEG. I am trying to export still images from a video file. I did it correctly.
Now i want to change average frame rate. That is if my video is 24fps and i want to export still images with 30fps. Now instead of 24 frames I need 30 frames.
Cany you please help me what to do.
Thanks in advance
wizards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 FFmpeg 的
-r
命令行选项指定输出帧速率,例如请参阅 FFmpeg 文档在这里。
Use the
-r
command line option to FFmpeg to specify the output frame rate e.g.See the FFmpeg documentation here.