Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burakboz/subly
- Owner: BurakBoz
- Created: 2018-05-04T04:50:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:51:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T20:23:40.055Z (3 months ago)
- Topics: converter, converters, json, netflix, php, sbv, subly, substationalpha, subtitle, subtitle-conversion, subtitle-formats, subtitles, ttml, webvtt
- Language: PHP
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.srtor
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 subripor
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/climatehttps://github.com/MacFJA/PharBuilder
https://github.com/captioning/captioning