-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving the problem with non-creating thumbnails ✨ #81
Comments
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 |
tysm! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: