linkedin / linkedin/LiTr

Stacking filters

Open
#279 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
663
Forks
92
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how VideoFrameRenderFilter instances are applied in LiTr’s Android/Java pipeline; the issue names no source file or test. Determine whether filters can be composed instead of overriding one another, with support for applying blur and negative together marking the desired outcome.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, flutter, java
Domain
audio-video-rtc, mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.