We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I found this when trying to figure out how to apply GLSL shaders via ffmpeg.
I was hoping to implement the shaders from this library, but I am unsure how to do it.
Do I just specify a value such as -vf genericshader=/file/path/to/shader.glsl?
-vf genericshader=/file/path/to/shader.glsl
I wanted to confirm this before going through the arduous process of building ffmpeg (probably for Windows) with this.
The text was updated successfully, but these errors were encountered:
No, it uses the shader defined in the source IIRC. i had a version which did what you describe, it shouldn't be hard to implement.
Sorry, something went wrong.
If you don't mind to share it, I (and not only I) would be much appreciated.
Hi 👋 It would me amazing to have some news about this project !
same please
No branches or pull requests
Hello,
I found this when trying to figure out how to apply GLSL shaders via ffmpeg.
I was hoping to implement the shaders from this library, but I am unsure how to do it.
Do I just specify a value such as
-vf genericshader=/file/path/to/shader.glsl
?I wanted to confirm this before going through the arduous process of building ffmpeg (probably for Windows) with this.
The text was updated successfully, but these errors were encountered: