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

FIlter works as part of video filtergraph(-vf) only #3

Open
captain-rr opened this issue Nov 24, 2019 · 2 comments
Open

FIlter works as part of video filtergraph(-vf) only #3

captain-rr opened this issue Nov 24, 2019 · 2 comments

Comments

@captain-rr
Copy link

Hi there,

This works fine and all but for reasons that I cannot understand or debug, the filter doesn't seem to work when part of a -filter_complex chain.
I tried to isolate the problem and add a whole lot of logs but it even when performing nothing at all the same simple filtergraph works with -vf but fails with filter_complex without any errors.

Failure ffmpeg-20191124-172259.log
Success ffmpeg-20191124-172625.log

I'd really appreciate any help or even a direction to investigate.

@captain-rr
Copy link
Author

The issue was the uninit failing whenf freeing unallocated pointers, filter_complex creates filters and immediately uninits them before actually peforming the filter graph just to figure out the formats

@moea
Copy link
Member

moea commented Jun 26, 2020

Thanks for this - a fix would be appreciated

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

2 participants