TheAMM / mpv_crop_script

A Lua script to take cropped screenshots in mpv, sans external dependencies
GNU General Public License v3.0
97 stars 6 forks source link

Image quality control #11

Closed Fuwiz closed 2 months ago

Fuwiz commented 2 months ago

Any way to change default quality of saving image? I want to save jpg with quality 90, because looks like script using 100 and size is very large

Fuwiz commented 2 months ago

I can change png to mjpeg in script, but quality is awful

Fuwiz commented 2 months ago

Found other way. Just crop with script and then screenshot by mpv. https://github.com/occivink/mpv-scripts?tab=readme-ov-file (crop.lua)