Subtitle Converter - sub4mat
sub4mat is a command-line utility for converting/repairing of the text based subtitle files.
It's released under the GNU GPL License
Features:
- Supported formats - MicroDVD, SubRip, SubViewer 1 & 2, MPsub
- Reformatting options
- Time shifting/scaling
- Adjust subtitle appearance
- Remove style tags
- Remove text for hearing impaired
Download:
sub4mat Version 0.1
Source code sub4mat-0.1.tar.gz
Gentoo ebuild sub4mat-0.1.ebuild
How to compile:
Compiling and installing from the source code goes as follows : (replacing X.Y by the correct version number)
tar -xvzf sub4mat-X.Y.tar.gz
cd sub4mat-X.Y
cmake .
make
make install
Home