You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node-MPV itself doesn't implement anything but just passes the flags to MPV. Unfortunately I'm not familiar with the --glsl-shader flag at all, so I don't really have a guess what could cause the issue.
Node-MPV starts the MPV player in socket and idle mode and passes commands through a IPC (Inter Process Communication) socket.
If I see it correctly, pixels.glsl is a file, correct? Have you tried passing the absolute file path? I think that's what might be causing the issue, relative path issues.
I am trying to pass the following options, the
--glsl-shader
option doesnt work while the other options work.the shader isnt visible here, looks like the shader did not load
But the shader works successfully when passed to
mpv
withmpv --glsl-shader=pixels.glsl video.mp4
So my question is has the glsl-shader been implemented in node-mpv?
and if so, how do i use it?
The text was updated successfully, but these errors were encountered: