phoboslab / pl_mpeg

Single file C library for decoding MPEG1 Video and MP2 Audio
799 stars 58 forks source link

Update README.md #9

Closed nicolas42 closed 2 years ago

nicolas42 commented 4 years ago

make large (3X 4X) video files which retain quality. I think this is what most people would want. When I tried this command without this option (-q:v 0) the results were very low quality.

Calinou commented 2 years ago

This is probably a good idea to merge, given high quality is generally more important than low file sizes when you're using MPEG1 in this day and age.

phoboslab commented 2 years ago

I didn't want to add some "unnecessary" options, that are better explained in the ffmpeg documentation. But I agree that having good examples is important. I updated the readme with some info about encode quality. Thanks!