ShortGPT icon indicating copy to clipboard operation
ShortGPT copied to clipboard

🐛 [Bug]: Docker ffmpeg no attribute input

Open MyraBaba opened this issue 1 year ago • 3 comments

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 avatar Sep 24 '23 14:09 MyraBaba

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 avatar Sep 25 '23 13:09 joaojhgs

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

joaojhgs avatar Sep 25 '23 20:09 joaojhgs

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.

cocobeach avatar Sep 30 '23 05:09 cocobeach