Extract A Single Frame From A Video With ffmpeg

ffmpeg hide_banner -loglevel panic \
-ss 2.23 -i input.mp4 -frames:v 1 \
-y output.jpg

Notes

~ fin ~

References