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

Add avfilter link #935

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Add avfilter link #935

merged 1 commit into from
Aug 13, 2023

Conversation

bmatherly
Copy link
Member

The avfilter link can do anything the avfilter filter can do.

Additionally, the link properly handles the adeclick filter by providing future frames to overcome the delay required by that avfilter.

In the future, more avfilter types can be optimized with future frames if they also require a delay.

The avfilter link can do anything the avfilter filter can do.

Additionally, the link properly handles the adeclick filter by
providing future frames to overcome the delay required by that
avfilter.

In the future, more avfilter types can be optimized with future
frames if they also require a delay.
@ddennedy ddennedy merged commit 310e220 into mltframework:master Aug 13, 2023
6 checks passed
@ddennedy ddennedy added this to the v7.20.0 milestone Aug 13, 2023
@bmatherly bmatherly deleted the link_avfilter branch November 6, 2023 02:09
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

Successfully merging this pull request may close these issues.

2 participants