Hello,
I have just released version 16 of subs2srs.
Download subs2srs v16 via SourceForge
New:
1) Linux/Mac Support!
Using Mono you can now use subs2srs on a Linux or Mac platform.

In order to run, you must do the following:
1) Download the Mono version of subs2srs from SourceForge. Both the Mono and Windows versions actually use the same executable, but the Mono version does not come packaged with ffmpeg.
2) Install Mono and Mono WinForms. To do this on Ubuntu 9.04, execute these commands:
You might not need that first command, but I can't remember whether or not Ubuntu comes pre-installed with Mono.
3) Install ffmpeg. The ffmpeg execucatable must be called "ffmpeg" and the directory that it resides in must be in $PATH. To do this on Ubuntu 9.04, execute these commands:
Other distros might not need the second command.
4) To run subs2srs, open a console, cd to the location of the subs2srs executable and type:
Note 1: I have only tested this on Ubuntu 9.04. If someone has success with another distro or with a Mac, please share setup details and any issues you encounter.
Note 2: As an aside, this port was extremely simple. Practically the only thing I had to do was to use ffmpeg instead of mp3splt to split the audio files.
2) MP3 ID3 tags now include the dialog text
Each MP3 is now embedded with the corresponding Subs1 and Subs2 line in the lyrics tag.
cb4960