ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
556 stars 33 forks source link

Webm maker no longer opens #90

Open fpadova opened 4 years ago

fpadova commented 4 years ago

mpv version and platform

windows 10 64bit

mpv-x86_64-20200705

Description

Shift+w no longer opens webm maker. Tried different keybind but still doesn't work.

ekisu commented 4 years ago

Logs please

fpadova commented 4 years ago

To make a log file I need to write log-file=C:\mpv.log in mpv.conf right? But I just found out that not just your script, but mpv.conf and another script that I use aren't loading when I start mpv.

ekisu commented 4 years ago

Then probably it's due to the recent change in where mpv looks for files on Windows, look at the manual for where you should place your configs/scripts

Nogooduser commented 3 years ago

Any updates on this? I'm having the same issue, the webm maker simply doesn't pop up when I press the corresponding key. I can use an older version of the script just fine, only newer ones don't work, so I don't think it's a change in how mpv looks for scripts in newer versions. I also have other scripts working just fine, only this one isn't working.

I even tried forcing it to load with --script but that doesn't do it either. And I tested that option with other scripts to make sure it would work and it did work, only this script is having issues.

Unfortunately the old version of the script I have can't capture audio anymore for some reason, so I really need to update it, but I can't because of this bug.

po5 commented 3 years ago

Any errors in console?

Nogooduser commented 3 years ago

Taking a look at the script I think I found the issue I was having, there was an extra ] in the output directory path. My bad, not exactly sure how it got there, but after removing the extra bracket the script ran fine... Except that I still have no audio, which seems to be the same problem as #89 so I won't press further on that here.