Skip to content

FFmpeg dependency #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 tasks
sidedwards opened this issue Sep 21, 2024 · 0 comments
Open
5 tasks

FFmpeg dependency #5

sidedwards opened this issue Sep 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sidedwards
Copy link
Owner

sidedwards commented Sep 21, 2024

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:

@sidedwards sidedwards added the enhancement New feature or request label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant