-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Reading video in local and docker-compose file works fine but in minikube below issue occured #90
Comments
My first guess is that the OS of the container is not compatible with the binary ffmpeg executable that is shipped with imageio-ffmpeg. The system's ffmpeg is then used, which seems to behave differently. If ffmpeg is not available I would expect a different error, but it could be that the detection in ffmpeg_reader.py let it slip through. To be honest, this looks to me like a bug in moviepy, since the code wrongfully assumes that the |
I am using minikube it's running inside docker-container i don't how to make this ffmpeg executable inside docker-container i didn't find any solution since 3 week and my project is hold on now |
What OS are you using in the container? You could try using a recent Ubuntu to see if that works, which would at the least narrow down the problem. |
I don't think there is bug in moviepy if there is bug in moviepy then it will not work in docker-compose i thinks issue is between minikube and ffmpeg executable |
this code is working fine in host machine as well as docker-compose but issue with minikube |
You're right, it's more subtle ... I agree there's likely a problem in ffmpeg not working or producing different output than expected with minicube. But moviepy has not taken this case into account - which results in an error that hides the real cause.
Can you also make it print |
cmd : |
And what does |
ubuntu22.04 |
Problem : based on my understanding ffmpeg-linux64-v4.2.2 needs some of depedancies which is i don't know
ffmpeg_reader.py used this ffmpeg-linux64-v4.2.2 for subprocess start more info : link line 257
minikube path : /usr/local/lib/python3.8/site-packages/imageio_ffmpeg/binaries/ffmpeg-linux64-v4.2.2
Expected Behavior
Actual Behavior
Specifications
Requirement.txt
The text was updated successfully, but these errors were encountered: