Skip to content

Adding subtitles to a video using moviepy

Notifications You must be signed in to change notification settings

yangboz/video-srt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-srt

Adding subtitles to a video using moviepy

Setup

  • Install Python 3.7.0

  • Install Dependency management tool pipenv

        pip install pipenv
  • Install all required packages for our project.

        pipenv install
  • Dependencies

  • After installing all required tools we can provide input parameters through the file conf/conf.toml

  • Sample data is available in the folder /data.

Run

  • python main.py

About

Adding subtitles to a video using moviepy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%