Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 338 Bytes

DESCRIPTION.rst

File metadata and controls

11 lines (8 loc) · 338 Bytes

Automatically synchronize SRT subtitles with audio. Requires ffmpeg (sudo apt-get install ffmepg):

autosubsync [input movie] [input subtitles] [output subs]

# for example
autosubsync plan-9-from-outer-space.avi \
  plan-9-out-of-sync-subs.srt \
  plan-9-subtitles-synced.srt

See autosubsync --help for more details.