NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
264 stars 23 forks source link

videos previews load too long #80

Open foxjaw opened 9 months ago

foxjaw commented 9 months ago

Why did you set -s to 0 ? Previews don't need original quality. The default is 128x128, which is more than fine for a file preview.

Actually, you can also use ffmpeg too.
https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video As fast as ffmpegthumbnailer, with original quality.

I'm not gonna PR caz no time.