-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
To improve the application's portability and reliability, we should find a way to make FFmpeg work on both server.py and cli.py without relying on the local ffmpeg (Homebrew) installation.
https://github.com/sidedwards/ai-video-summarizer/blob/main/backend/ai_jobs.py#L188
Tasks:
- Research alternative methods to install or bundle FFmpeg with the application
- Investigate using a containerization solution (e.g., Docker) to package FFmpeg along with the application
- Modify the
server.pyscript to use the new FFmpeg setup - Update the documentation and installation instructions to reflect the changes
- Test the application on different environments to ensure FFmpeg works correctly
Resources:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request