-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Consider removing parentheses from clip name? #17
Comments
BTW fantastic effort, appreciate the utility. |
I am finding certain filename (perhaps with strange characters (not sure which characters might be the problem) are causing the write to clip to fail:
|
Looks fine. |
any examples? |
Working on understanding it. Some files work others don't, plan to report when I get time on this. |
It may not be a filename issue, the error statement could be due to a general processing problem/error, what is the best way to find out the debug / errors from the follow (not a 'lua' expert) I think i need to see the output of
|
The parameters the function takes are |
using notify(res.stdout) works, tried print not sure where output goes (did not see in console) Error couldn't create the clip Some files work and some don't so the output path is ok, speculating it is the encoder command failing. need to see that command line output tried notify(args) after if clip_type == 'video' progress on windows you have to use mpv.com NOT mpv.exe to see print/console output created a hello-world.lua and it works fine printing to console, however videoclip.lua does not print maybe this is related to the issue? the problem appears to be related to the files, videoclip is fine. However if there is a way to display the error or stack trace when the clip is not successful that would be useful. I'd like to be able to run the command line that videoclip generates but have not figure out how to display that at this time. |
If you launch mpv from the terminal, it goes to the terminal. Otherwise you should see it if you press
I didn't know about this. On GNU/Linux the executable is just
try converting parameters with |
mpv.com on windows displays to the console. |
I set clean_file=no, however parens and spaces still appear
Eliminate spaces and parenthesis.
The text was updated successfully, but these errors were encountered: