Skip to content

FFmpeg dependency #5

@sidedwards

Description

@sidedwards

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.py script 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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions