mpv-webm
mpv-webm copied to clipboard
Webm maker no longer opens
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.
Logs please
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.
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
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.
Any errors in console?
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.