Skip to content
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

Stacking filters #279

Open
jellynoone opened this issue Oct 16, 2024 · 0 comments
Open

Stacking filters #279

jellynoone opened this issue Oct 16, 2024 · 0 comments

Comments

@jellynoone
Copy link

First, thank you for this great library.

Context. I'm building a flutter application and looking to provide some basic video processing capabilities to users. Currently, I am experimenting with applying different filters simultaneously on the video, for instance, applying a blur and a negative.

On iOS, I was able to get this to work relatively easily, since you can apply a filter on the result of a previous transformation.

With litr this doesn't seem possible. If you use multiple VideoFrameRenderFilters, they override each other rather than stack. I'm fairly new to Android / video processing so I might be missing something.

@izzytwosheds Do you perhaps know if this is already possible? Or would the only way to apply such an effect require writing a compound VideoFrameRenderFilter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant