>>106345353
>>106346256
>my mpv screenshots are insanely big (3~4mb)
>screenshot-format=png
When I use PNG for screenshots they end up taking 9 MB (4K monitor). Use a lossy format and set the quality pixel peeping high if you really need that level of fidelity
JPEG-XL:
screenshot-format=jxl
screenshot-jxl-effort=6
screenshot-jxl-distance=.55
AVIF:
screenshot-format=avif
screenshot-avif-pixfmt=yuv444p10le
screenshot-avif-opts=crf=4,threads=12,cpu-used=6
JPEG
screenshot-jpeg-quality=97
>no matter what compression rate I enabled (1-9), the time would remain almost the same
The PNG encoder isn't known for its speed on 1 thread at the BPP mpv spits out, if you want it done faster use AVIF which can be multithreaded or use JPEG-XL with effort 5-7, I use 6 on my AM4 shitbox and it's fast enough.