diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
355 stars 41 forks source link

[DOC] Add FFMPEG requirement in documentation #90

Closed loic-hamdi closed 6 months ago

loic-hamdi commented 6 months ago

Add FFMPEG requirement in documentation: brew install ffmpeg

ettoreleandrotognoli commented 6 months ago

ffmpeg is a indirect dependency that comes from moviepy

"The software FFMPEG should be automatically downloaded/installed (by imageio) during your first use of MoviePy (installation will take a few seconds)." https://pypi.org/project/moviepy/

I don't think we should add it, but I don't see any harm in add it too

diezo commented 6 months ago

Thanks for the suggestion @loic-hamdi. I'll add it in the readme as well as the docs.