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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [Bug]: Docker ffmpeg no attribute input #106

Open
MyraBaba opened this issue Sep 24, 2023 · 3 comments
Open

馃悰 [Bug]: Docker ffmpeg no attribute input #106

MyraBaba opened this issue Sep 24, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@MyraBaba
Copy link

What happened?

Even the vanilla docker has problem.

I am trying last 3 days to produce videos but not succesfull. There is always an error.

Thanks for your effort but it needs to be crafted for vanilla start beginners

What type of browser are you seeing the problem on?

Firefox

What type of Operating System are you seeing the problem on?

Linux

Python Version

3.10

Application Version

latest docker

Expected Behavior

want to produce video

Error Message

No response

Code to produce this issue.

No response

Screenshots/Assets/Relevant links

No response

@MyraBaba MyraBaba added the bug Something isn't working label Sep 24, 2023
@joaojhgs
Copy link

Currently experiencing the same error, probably some package has changed since the initial docker setup, since the command ran is a simple apt install ffmpeg with no version specified.

@joaojhgs
Copy link

fixed by replacing the ffmpeg on pip requirement with ffmpeg-python package.

@cocobeach
Copy link

I had the same problem and I solved it by running it locally in a venv, as initially it would give me the same problem locally too, I am on Mac and the solution was to install ffmpeg-python with brew system wide and adding it to the requirements.txt, same as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants