Improve the quality of a screenshot made with ffmpeg

1

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?

    
asked by anonymous 30.10.2017 / 18:31

0 answers