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

Dynamic loading of filters as independent objects. #134

Closed
wants to merge 3 commits into from

Conversation

nastasi
Copy link
Contributor

@nastasi nastasi commented Apr 26, 2015

Hi, my proposal is allow FFmpeg developers to be able to compile FFmpeg with the new flag "--enable-dynamic-filter" and develop filters as plugin compiled sparately.
An example of filter develop in this way:
https://github.com/nastasi/vf_chronograph
And an example of filter output:
https://youtu.be/EtkLBQgTl9A

@michaelni
Copy link
Member

this breaks shared libs with mingw, pages of errors like ffmpeg/libavfilter/buffersink.c:127: multiple definition of `av_buffersink_get_frame_flags'

@rdp
Copy link
Contributor

rdp commented May 14, 2016

please submit patch requests to the ffmpeg-devel mailing list instead of as github pull request, thanks!

@TimothyGu TimothyGu closed this Nov 27, 2016
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.

5 participants