SpinForge AI — Installation
Install and run SpinForge AI locally, including FFmpeg setup for each operating system.
Prerequisites
- Python 3.11 or newer
- FFmpeg (recommended for production-quality MP4 output; an OpenCV fallback is used when FFmpeg is unavailable)
Install dependencies
pip install -r requirements.txt
Run locally
python app.py
Then open the generator:
http://localhost:5000/tools/image-to-360-spin-video
FFmpeg setup
FFmpeg is recommended for production-quality MP4 output.
Windows
- Download FFmpeg from https://ffmpeg.org/download.html.
- Add the
binfolder to your systemPATH. - Verify with
ffmpeg -version.
macOS
brew install ffmpeg
Linux
sudo apt update
sudo apt install ffmpeg