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: 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