Skip to content

anur4ag/ffmpeg-subtitle-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Subtitle Video Enbedding Application

Pre-requisites

  1. Install Python: Make sure you have Python 3.6 or later installed: https://www.python.org/downloads/
  2. Install FFMPEG: https://ffmpeg.org

Local Setup Process

  1. Create a virtual environment: You can create a virtual environment using the following command in your terminal:
python3 -m venv env
  1. Activate the virtual environment
source env/bin/activate
  1. Intall Dependancies:
pip3 install -r requirements
  1. Freeze dependencies
pip3 freeze > requirements.txt
  1. Finally run the flask application
flask --app app.py run

The web application will be active on http:127.0.0.1:5000

Testing the application

  1. Insert a link into the input field given, here's a sample link - https://i.imgur.com/hHS2geD.mp4 (copy&paste)
  2. Click on Add Subtitle button, and wait for a few second for the process to complete
  3. After successfull completion the app will redirect you to your subtitle embedded video.
Screenshot 2024-06-20 at 00 02 30

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published