Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezkam/SubFixer
Command-line subtitle fixer
https://github.com/rezkam/SubFixer
Last synced: 3 months ago
JSON representation
Command-line subtitle fixer
- Host: GitHub
- URL: https://github.com/rezkam/SubFixer
- Owner: rezkam
- Created: 2015-02-25T01:19:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T16:14:22.000Z (over 2 years ago)
- Last Synced: 2024-06-28T11:35:10.370Z (5 months ago)
- Language: Python
- Size: 137 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##**SubFixer**
SubFixer does a bit of string manipulation and datetime math to shift your subtitles to match your film and decode string to unicode and fix problems with Persian.
SubFixer is based on [Ali Vakilzade](https://github.com/aliva/) SubtitleFixer and [delwin](https://github.com/enceladus/) subtitle-shifter.###Install SubFixer
```
$ pip install subfixer
```###Fix persian subtitles
```
$ subfixer input_file_name.srt --fix_persian
```###Shift time
```
$ subfixer input_file_name.srt --shif 10 #shift 10 secound
```###More help and options
```
$ subfixer --help
```