Is there a way to improve the quality of a 'photo' taken from a webcam using FFmpeg?
I'm using the code below and it results in two very low quality 'photos'.
ffmpeg -f dshow -i video="Integrated Webcam" -qscale:v 5 -t 1 -strftime 1 -segment_format jpeg foto%Y-%m-%d_%H-%M-%S.jpeg
Any tips on how to improve quality?