forked from pool/ffmpeg-7
Build with OpenVINO support in libavfilter #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "mia/ffmpeg-7:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have at least two use cases for this:
It’d be nice to have one of the DNN backends in libavfilter, but feel free to reject/disable by default if this dependency is hard to justify.
I’d be wary of it because OpenVINO is a bit heavy and fragile for something as critical as FFmpeg to depend on, and comes with the usual problems you might know from other packages under the
science:
prefix, including but not limited to:I reverted this. Factory would not take it: the build-time dependency chain has become too long, considering ffmpeg is a ring1 package (rather than "leaf").
The only way out I see here is if ffmpeg upstream were to develop a mechanism to (a) support building codecs a-posteriori, which implies (b) supporting dlopening such codecs.