ShortGPT
ShortGPT copied to clipboard
🐛 [Bug]: Docker ffmpeg no attribute input
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
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.
fixed by replacing the ffmpeg on pip requirement with ffmpeg-python package.
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.