Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
BurakBoz committed May 4, 2018
1 parent f1aa592 commit d51a2f1
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# subly
a php tool to convert subtitles
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

# 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

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

https://github.com/MacFJA/PharBuilder

0 comments on commit d51a2f1

Please sign in to comment.