Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moeen/persiansubtitlefixer
Fix Arabic and Persian subtitles by converting them into UTF-8
https://github.com/moeen/persiansubtitlefixer
farsi persian persian-subtitles subtitle subtitles
Last synced: 5 days ago
JSON representation
Fix Arabic and Persian subtitles by converting them into UTF-8
- Host: GitHub
- URL: https://github.com/moeen/persiansubtitlefixer
- Owner: moeen
- License: gpl-3.0
- Created: 2016-12-15T12:47:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T08:50:02.000Z (over 5 years ago)
- Last Synced: 2024-08-09T13:15:52.296Z (3 months ago)
- Topics: farsi, persian, persian-subtitles, subtitle, subtitles
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 26
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PersianSubtitleFixer
Fix Arabic and Persian subtitles by converting them into UTF-8## Installation
```shell
sudo curl -L "https://raw.githubusercontent.com/moeen/PersianSubtitleFixer/master/PersianSubtitleFixer.sh" -o /usr/local/bin/PersianSubtitleFixersudo chmod +x /usr/local/bin/PersianSubtitleFixer
```## Fixing Subtitles
```shell
PersianSubtitleFixer ./my-favorite-movie-subs fixed-subs
```It will fix all subtitles in `my-favorite-movie-subs` directory and save them into `~/fixed-subs`.