Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaahin/PersianSubtitleFixer
This app corrects Persian ".srt" subtitle files so they can be shown correctly on almost every video player. Available for free on the Mac App Store.
https://github.com/shaahin/PersianSubtitleFixer
hacktoberfest subtitle subtitle-conversion video video-player
Last synced: 3 months ago
JSON representation
This app corrects Persian ".srt" subtitle files so they can be shown correctly on almost every video player. Available for free on the Mac App Store.
- Host: GitHub
- URL: https://github.com/shaahin/PersianSubtitleFixer
- Owner: shaahin
- License: gpl-3.0
- Created: 2020-10-20T14:08:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T14:44:14.000Z (about 4 years ago)
- Last Synced: 2024-05-28T13:29:57.600Z (6 months ago)
- Topics: hacktoberfest, subtitle, subtitle-conversion, video, video-player
- Language: Objective-C
- Homepage: https://shaa.in/subfixerapp
- Size: 630 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PersianSubtitleFixer
## Description
This app converts text encoding of Persian (Farsi) or Arabic .srt subtitle files to UTF-8 so they can be used in almost every video player. The app is currently available on the Mac App Store: https://shaa.in/subfixerapp.
### Solution
The dropped subtitle file(s) in the app will be loaded in a hidden `webView` using `Windows-1256` encoding. After it completely loaded, the app saves the loaded document with `UTF-8` encoding to a new location.
### Area to Improve, Where to contribute?
There are several areas to improve the application. Your contribution is so welcome. You may check the issues tab to find current issues and features requests. If you are a user of this app, feel free to add your ideas and/or findings.