Skip to content

speedypleath/auto-subtitles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-subtitles video tool using AssemblyAI API and ffmpeg

Requirements

You need an AssemblyAI API key. You can get one here. API key can be set using the --api_key option or by setting the AAI_API_KEY environment variable.

Install

Pip

pip3 install auto-subtitles-generator

From source

git clone 
cd auto-subtitles-generator
poetry install

Usage

Usage: auto_subtitles [OPTIONS]

Options:
  -i, --input PATH   Path to video file  [required]
  -o, --output PATH  Output video file  [required]
  --api_key TEXT     AssemblyAI API key
  --help             Show this message and exit.

Build

poetry build

Coverage

coverage run -m unittest && coverage report -m

About

CLI application that generates subtitles for downloaded videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages