Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burakboz/subly

subly - webvtt, ttml, subrip, sbv, json, substationalpha subtitle converter
https://github.com/burakboz/subly

converter converters json netflix php sbv subly substationalpha subtitle subtitle-conversion subtitle-formats subtitles ttml webvtt

Last synced: 24 days ago
JSON representation

subly - webvtt, ttml, subrip, sbv, json, substationalpha subtitle converter

Awesome Lists containing this project

README

        

# subly
a tool to convert subtitles for example netflix ttml format to subrip format
feel free to use distribute and contribute

# Supported formats
webvtt, ttml, subrip, sbv, json, substationalpha

# Phar usage
./subly.phar -i input.xml -o output.srt

or

php subly.phar -i input.xml -o output.srt

or on system wide installation

subly -i input.xml -o output.srt

# Input and Output format
./subly.phar -i input.xml -if webvtt -o output.srt -of subrip

or

php subly.phar -i input.xml -if webvtt -o output.srt -of subrip

or on system wide installation

subly -i input.xml -if webvtt -o output.srt -of subrip

# System wide installation
$ sudo mv subly.phar /usr/bin/subly

# Credits
https://github.com/thephpleague/climate

https://github.com/MacFJA/PharBuilder

https://github.com/captioning/captioning