-
Notifications
You must be signed in to change notification settings - Fork 69
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
Stuck in gpu initialize #89
Comments
Hmm, I don't have a mac setup to test this on so I can't really help you. What might work is trying other vo options, or changing the vo parameters. Also try getting a debug log from the working mpv command line app, and compare the two logs. mpv sometimes behaves differently when called from the command line as opposed to when it is called via libmpv. |
Out of all the VO options listed there, only
That's not ideal, of course, but at least it narrows down the problem, that on Mac OS there are some issues with initializing the context. Without specifying
and nothing happens after that, so I can only interrupt the execution with Full script, just in case: import mpv
player = mpv.MPV(
log_handler=print,
loglevel="debug"#,
#vo="tct"
)
player.play("/path/to/some.mp4")
player.wait_for_playback() My environment:
|
Python:3.7
OS:mac 10.14.5
Log is
But mpv work fine in terminal
The text was updated successfully, but these errors were encountered: