ffmpeg frames per second code example
Example: ffmpeg only one frame per second
The '-r' defines the rate (frame/sec).
So if you set it to '1' it will 1 frame per sec.
$ ffmpeg -r 1
The '-r' defines the rate (frame/sec).
So if you set it to '1' it will 1 frame per sec.
$ ffmpeg -r 1