Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megastep/srt2txt
Subtitle converter from SRT to Adobe Encore script
https://github.com/megastep/srt2txt
adobe-encore-script python srt subtitle-converter
Last synced: about 2 months ago
JSON representation
Subtitle converter from SRT to Adobe Encore script
- Host: GitHub
- URL: https://github.com/megastep/srt2txt
- Owner: megastep
- Created: 2014-10-07T07:08:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T06:22:14.000Z (about 10 years ago)
- Last Synced: 2024-05-02T01:12:26.560Z (8 months ago)
- Topics: adobe-encore-script, python, srt, subtitle-converter
- Language: Python
- Size: 121 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srt2txt - Subtitle converter
## Convert subtitles from SRT to the Adobe Encore script format (.txt)This Python script translates subtitle files in the SRT format (as exported by YouTube) to a text
format suitable to be used with the Adobe Encore suite for the purposes of making DVD subtitle tracks.## Usage
`srt2txt [--format {ntsc,pal}] [--gap N] [input file] [output file]`
- `--gap` is used to specify the minimum number of frames between text clips, default is 5. This is a requirement
in Encore for Blu-ray discs. Frames are padded at the beginning of clips when needed.
- `--format` specifies the framerate in use for the project (default is PAL at 25)## Requirements
Python 2.7, developed and tested on MacOS X 10.9.
## Author
Written by Stéphane Peter ([email protected])