-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added OpenVINO 2.0 support for FFMPEG (avfilter) #223
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
fae4255
to
2426e02
Compare
@conda-forge-admin, please rerender |
37916f6
to
19b9944
Compare
recipe/meta.yaml
Outdated
@@ -74,6 +74,8 @@ requirements: | |||
- svt-av1 | |||
- ffnvcodec-headers # [linux64 or win] | |||
- libopus | |||
- libopenvino-dev # [not ppc64le] | |||
- libtbb-dev # [not ppc64le] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@conda-forge-admin, please rerender |
@conda-forge-admin, please rerender |
i think you had it right at some point, just the windows libraries are never in a standard location nor do they have "standard" names. So typically you have to "help" windows find them. Many projects have somewhat refused our |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the latest rerendering GitHub actions workflow run for errors. You can also ping conda-forge/core for further assistance or try re-rendering locally. This message was generated by GitHub actions workflow run https://github.com/conda-forge/ffmpeg-feedstock/actions/runs/7498732569. |
ec56e99
to
a74a969
Compare
@conda-forge-admin, please rerender |
is the run export not setup correctly in libopenvino:
|
good finding. But to avoid this warning, I've explicitly added |
f5b707a
to
d96a464
Compare
d96a464
to
ec21c15
Compare
@hmaarrfk do you know why old packages are installed?
Latest version is py312h53d5487_2.conda |
well one of my theories was protobuf, but it doesn't seem like protobuf is installed at all. If you have a linux machine, you can "slowly" add the dependencies and see when it "fails" or "downgrades" That is typically my strategy. |
Doing the above:
revelease that libxml2 is the culprit.
reveals that we will need to push the migration forward |
@conda-forge-admin please rerender |
…nda-forge-pinning 2024.01.16.00.05.46
ok seems like it is picking up the new version now. |
if one has filters, do they have to "opt-in" to use openvino, or will openvino automatically use "special hardware" instead of the CPU? |
According to https://www.phoronix.com/news/FFmpeg-OpenVINO-GPU:
So, by default all DNN workloads are optimized on CPU, while GPU can also be used together with HW decoders |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)