SamurAIGPT / AI-Youtube-Shorts-Generator

A python tool that uses GPT-4, FFmpeg, and OpenCV to automatically analyze videos, extract the most interesting sections, and crop them for an improved viewing experience.
https://www.vadoo.tv/ai-youtube-shorts-generator
MIT License
647 stars 94 forks source link

No ffmpeg on macos. #2

Closed shubhmool closed 1 month ago

shubhmool commented 2 months ago

Getting this log while running main.py No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable. Python version : 3.12.4

Anil-matcha commented 2 months ago

You can install ffmpeg locally on your system using homebrew

shubhmool commented 1 month ago

Thanks buddy. That issue was at my end only. Closing this issue for now.