micah5 / ace-attorney-reddit-bot

👨🏼‍⚖️ reddit bot that turns comment chains into ace attorney scenes
Do What The F*ck You Want To Public License
772 stars 54 forks source link

Importing correct ffmpeg library #14

Closed LuisMayo closed 3 years ago

LuisMayo commented 3 years ago

The use of "mmpeg" library was throwing "AttributeError: module 'ffmpeg' has no attribute 'input'"

That was due to the incorrect "ffmpeg" library being installed. It seems the intended library is in fact ffmpeg-python. More info in this issue: https://github.com/kkroening/ffmpeg-python/issues/174

EDIT: Thanks for the project, BTW ^^

micah5 commented 3 years ago

Ah nice find, thanks!

LuisMayo commented 3 years ago

Thanks to you for making this tool possible ^^

micah5 commented 3 years ago

Thank you for all the help! Let me know if I can assist anywhere on your project to migrate it to twitter