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

support crop filter from libavfilter #79

Open
ava57r opened this issue Aug 6, 2024 · 0 comments
Open

support crop filter from libavfilter #79

ava57r opened this issue Aug 6, 2024 · 0 comments

Comments

@ava57r
Copy link

ava57r commented Aug 6, 2024

Hello
I have some command

ffmpeg -ss 2 - ./video1.mp4 -vframes 3 -vf cropdetect -f null -

I found a code for cropdetect here
https://github.com/FFmpeg/FFmpeg/blob/master/libavfilter/vf_cropdetect.c

This is not default build option
https://github.com/FFmpeg/FFmpeg/blob/master/libavfilter/Makefile#L259C8-L259C32

Do You have any plans for this feature?
Thanks.

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