Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sina-e/sufix
a simple and fully functional subtitle fixer for persian subtitles!
https://github.com/sina-e/sufix
Last synced: 3 months ago
JSON representation
a simple and fully functional subtitle fixer for persian subtitles!
- Host: GitHub
- URL: https://github.com/sina-e/sufix
- Owner: sina-e
- Created: 2020-07-13T11:15:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T12:04:08.000Z (over 4 years ago)
- Last Synced: 2024-06-27T12:30:57.769Z (5 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
a simple but fully functional command line script for fixing persian
subtitles encoding and other problems based on an old project from [aliva](https://github.com/aliva).## Important
This is a simple script for fixing Persian subtitles.
If you don't want to watch videos with Persian subtitles this script won't be useful for you...### project will be updated soon...
## installing:
you need git and python3 installed on your system!
`cd /tmp && git clone https://github.com/sinaebrahimi1/sufix.git && cd sufix`
`pip install -r requirements.txt`
`chmod +x install.sh` and
`./install.sh` to install the scriptDone!
## How it works?
fixing a subtitle in working directory:`sufix fix -i filename.srt`
fixing a subtitle using its full path:
`sufix fix -fp fullpath` example: /home/sina/subtitles/How.i.met.your.mother.S05E05.srt
or you can set your subtitle folder in `subtitles_path` variable in the beginning
of the file and script will use that path as subtitle folder:`sufix fix -i filename.srt -cp`
##### contact me:
* email: [email protected]
* telegram: [@Thunderstrack](https://t.me/Thunderstrack)