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
675 stars 67 forks source link

Solving the problem with non-creating thumbnails ✨ #81

Open nnmbzr opened 3 years ago

nnmbzr commented 3 years ago

mpv version 0.33.0 image

mpv_thumbnail_script version v0.4.2

In "mpv_thumbnail_script_server.lua",

line 525 "--o", output_path image

need to be replaced with: "--o=" .. output_path image

and everything worked for me image

EsterLoken commented 3 years ago

I was just looking through the error log and found the same bug, thanks for sharing the solution!

TomerGamerTV commented 3 years ago

Thx it worked!

neurodiverseEsoteric commented 3 years ago

Still not working for me...

neurodiverseEsoteric commented 3 years ago

The fix for me was setting autogenerate_max_duration=0 ...for some reason it wasn't making thumbnails at all for a video over an hour long...

Yuuki-arai1 commented 2 years ago

Thx.That's useful

DrLatency commented 2 years ago

This is exactly what I was looking for

baioug commented 2 years ago

still not work for me Mac 12.3..1 last version mpv and script

xzpyth commented 2 years ago

tysm!