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
Would be awesome to have a PoC of a GLSL Transition integration in ffmpeg.
ffmpeg
Something like this:
ffmpeg -i from.avi -i to.avi -glsltransition swap.glsl -uniforms reflection 0.4 perspective 0.2 depth 3 \ out.avi
(that uniforms format is a proposal, trying to find a unix-like syntax, it is inspired from sox)
sox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be awesome to have a PoC of a GLSL Transition integration in
ffmpeg
.Something like this:
(that uniforms format is a proposal, trying to find a unix-like syntax, it is inspired from
sox
)The text was updated successfully, but these errors were encountered: