Thank you very much, Michael! It works! Prof. Flavio Sartoretto gia' Docente di Calcolo Scientifico Universita' Ca' Foscari Venezia
On Fri, May 28, 2021 at 11:44 AM Michael Koch <[email protected]> wrote: > > Am 28.05.2021 um 11:25 schrieb Flavio Sartoretto: > > I use ffmpeg in order to convert fname.flv video to mp4: > > ffmpeg -i fname.flv -c:v mpeg4 -copyts -loglevel verbose fname.mp4 > > > > The video quality of my output is bad. How can I improve it? > > Add -q:v 1 to your command line. The number does specify the compression > ratio. 0 ist best quality and 9 is highest compression. > > Michael > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
