📜  ffmpeg 每秒只有一帧 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:52.727000             🧑  作者: Mango

代码示例1
The '-r' defines the rate (frame/sec). 
So if you set it to '1' it will 1 frame per sec.

$ ffmpeg -r 1