Reuse same FilterContext multiple times #1994
Replies: 1 comment
-
Oh, I was mistaken. I should have used split. Posting this brought it back to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with ffmpeg filters. My task involves applying different filters like lut and lut2 to each RGB channel. However, an error occurs when I attempt to reuse the FilterContext for the RGB planes separated by extractplanes.
Is there a way to reuse this like in ffmpeg?
Beta Was this translation helpful? Give feedback.
All reactions