mpv_thumbnail_script
mpv_thumbnail_script copied to clipboard
Solving the problem with non-creating thumbnails ✨
mpv version 0.33.0
mpv_thumbnail_script version v0.4.2
In "mpv_thumbnail_script_server.lua",
line 525
"--o", output_path
need to be replaced with:
"--o=" .. output_path
and everything worked for me
I was just looking through the error log and found the same bug, thanks for sharing the solution!
Thx it worked!
Still not working for me...
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...
Thx.That's useful
This is exactly what I was looking for
still not work for me Mac 12.3..1 last version mpv and script
tysm!