Skip to content

Help: glsl-shader option doesnt work #103

@m0rphtail

Description

@m0rphtail

I am trying to pass the following options, the --glsl-shader option doesnt work while the other options work.

let mpv_options = [
  "--vo=gpu",
  "--profile=gpu-hq",
  "--glsl-shader=pixels.glsl",
  "--scale=ewa_lanczos",
  "--fbo-format=rgba16hf",
];

the shader isnt visible here, looks like the shader did not load
image

But the shader works successfully when passed to mpv with mpv --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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions