Improve the quality of a screenshot made with ffmpeg

Asked

Viewed 52 times

2

There is a way to improve the quality of a 'photo' taken from a webcam using Ffmpeg?

I am 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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.