Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/srttools
SRT subtitle editing tools
https://github.com/bmwiedemann/srttools
Last synced: 17 days ago
JSON representation
SRT subtitle editing tools
- Host: GitHub
- URL: https://github.com/bmwiedemann/srttools
- Owner: bmwiedemann
- License: gpl-2.0
- Created: 2015-04-16T11:26:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T05:57:48.000Z (over 1 year ago)
- Last Synced: 2024-11-20T09:26:15.009Z (about 1 month ago)
- Language: Perl
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# What is this?
These are tools to manipulate SRT subtitle files.
I used these for learning languages with videos in foreign languages that display 2 subtitles (foreign+native) at the same time.# Install
zypper in perl-Video-Subtitle-SRT ||
OneClickInstallUI http://multiymp.zq1.de/devel:languages:perl/perl-Video-Subtitle-SRT# Usage
merge2ass.pl en.srt de.srt > en-de.ass
mplayer -ass -sub en-de.ass movie.mkv