Subtitle2utf8
This simple gem is used to convert movie subtitle's encoding to utf-8.
Installation
Install it yourself as:
$ gem install subtitle2utf8
Usage
Use Subtitle2utf8 is much easy. Subtitle2utf8 now has two options:
$ cd directory
$ s2u -f file
It converts a file in the present directory.
$ s2u -d directory
It converts files in this directory except for subdirectories.
$ s2u -d -r directory
It converts files in this directory including subdirectories.
Contributing
- Fork it ( https://github.com/cosmtrek/subtitle2utf8/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request