Skip to content

Automatic synchronizer of subtitles based on voice activity in the video

License

Notifications You must be signed in to change notification settings

pums974/srtsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abandonned project

This project was just a Proof of Concept, and is not maintained anymore.

The project ffsubsync does the same thing but better.

srtsync

Automatic synchronizer of subtitles based on video or other subtitle

Largely inspired by py-webrtcvad

It can only stretch and shift subtitles for now.

The synchronization to another subtitle is less accurate and EXPERIMENTAL

Getting Started

Dependencies

  • python 3.6+ (f-string)
  • ffmpeg for audio extraction
  • numpy / scipy for synchronization
  • pysrt for reading and writing subtitles

And optionnally

  • pymediainfo for accurate detection of a video file
  • webrtcvad for voice activity detection

Install

pip install srtsync

Usage

usage: srtsync [-h] [-a aggressiveness] source input.srt output.srt

Automatic synchronizer of subtitles based on video or other subtitle

positional arguments:
  source             path to the source (a video file or another subtitle)
  input.srt          path to the input subtitles file
  output.srt         path to the output subtitles file

optional arguments:
  -h, --help         show this help message and exit
  -a aggressiveness  aggressiveness in voice activity detection

Author

  • Alexandre Poux

Licence

This work is released under the GPLv3 - see LICENSE for details

About

Automatic synchronizer of subtitles based on voice activity in the video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages