8000 GitHub - digi604/stl2srt: A python command-line utiliy to convert EBU STL subtitles files into the simpler SRT format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from yanncoupin/stl2srt

A python command-line utiliy to convert EBU STL subtitles files into the simpler SRT format

Notifications You must be signed in to change notification settings

digi604/stl2srt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  stl2srt.py

  A program to convert substitles files stored using the EBU (European
  Broadcasting Union) file format to the much simpler SRT file format.
  
  1. Usage
  
    stl2srt.py [-h] [--help] [-d] [--debug] input.stl output.srt

        -h
        --help  Display this usage notice

        -d
        --debug Display raw frames as they're read

  2. Bibliography

    Wikipedia has some information at:

        http://en.wikipedia.org/wiki/Subtitle_%28captioning%29

    The file format description is available at:

        http://tech.ebu.ch/docs/tech/tech3264.pdf

  3. License

    This software is release under the GNU GPL v2 terms and conditions. See the
    GPL.txt file for the complete license text

About

A python command-line utiliy to convert EBU STL subtitles files into the simpler SRT format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0