Skip to content
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

Open
nnmbzr opened this issue May 21, 2021 · 8 comments
Open

Solving the problem with non-creating thumbnails ✨ #81

nnmbzr opened this issue May 21, 2021 · 8 comments

Comments

@nnmbzr
Copy link

nnmbzr commented May 21, 2021

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
Copy link

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

@TomerGamerTV
Copy link

Thx it worked!

@neurodiverseEsoteric
Copy link

Still not working for me...

@neurodiverseEsoteric
Copy link

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
Copy link

Thx.That's useful

@DrLatency
Copy link

This is exactly what I was looking for

@baioug
Copy link

baioug commented May 13, 2022

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

@xzpyth
Copy link

xzpyth commented Jul 23, 2022

tysm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants