TheAMM / mpv_thumbnail_script

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies
GNU General Public License v3.0
679 stars 68 forks source link

Is it possible to store the image with lesser space #27

Closed laichiaheng closed 5 years ago

laichiaheng commented 5 years ago

It still takes too much space to store the image on my 2TB HDD.

TheAMM commented 5 years ago

You can make the resolution smaller or render fewer thumbnails, but the images have to be in raw RGBA format and on disk for mpv to load them. Technically they could be saved as JPEGs or PNGs, but would then require converting each one when they're needed, which is a hassle and a waste of cycles.