Entry

ffmpeg: extract one frame

Solution

ffmpeg -i  input.mp4  -an -ss 00:03:00 -t 00:00:00.040 '%01d.png'