Skip to content

scateu/convert-srt-to-audacity-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-srt-to-audacity-label

Convert SRT file to audacity supported label.

Useful when editing an long interview, with auto generated SRT files.

Multiple lines within a single SRT screen will be concatenated with \\.

Installation

Python 2/3 is needed.

$ sudo pip install pysrt  #Linux or macOS

Or..

$ sudo easy_install pysrt

Usage

 $ python convert-srt-to-audacity-label.py  /path/to/your/srt-file.srt

Example

 $ python convert-srt-to-audacity-label.py demo.srt
 demo-LABELS.txt wrote.

Platform

  • macOS (Tested)
  • Linux (Tested)
  • Windows (Didn't test, but shouldn't be a problem)

Reference

About

Convert SRT file to Audacity supported Label.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages