GitXplorerGitXplorer
o

tt-to-subrip

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
3670c09763d2ba534bbb572fe3790c0b4c5bc6f3

Gawk fixes all the things

oodinuge committed 6 years ago
Verified
22d5c4067d8f4cf2f16f6b7dee160cbb9e608a9c

Update readme

oodinuge committed 8 years ago
Verified
eede77ff1fb7b0add081414eb83b954603df93fd

Code cleanup

oodinuge committed 8 years ago
Verified
7a2c5689f64882f575897f9da060cd015668211f

Fix timeformat

oodinuge committed 8 years ago
Unverified
f0fbe53c3b400b3636e53afef96c5d4b52ef51e9

Update parsing

oodinuge committed 9 years ago
Unverified
c69d74e15d7c02277f3e224d9e76d3752f66ecfc

Cleanup & update

oodinuge committed 9 years ago

README

The README file for this repository.

TimedText to SubRip

Simple tt to srt converter, in (g)awk.

screenshot

Overview

Converts subtitles in ttml (TimedText Markup Language) into subrip (srt) files. Requires gawk.

Install

$ git clone https://github.com/odinuge/tt-to-subrip/

Usage

Use it like any other awk file.

$ curl -s "$URL" | gawk -f tt-to-subrip.awk > sub.srt

FAQ

X is not working.

Feel free to submit an issue or send a pull request.

License

MIT © Odin Ugedal