PDA

View Full Version : GSubConverter - A subtitle converter



SilverTab
June 22nd, 2006, 07:31 AM
Well I couldnt find any gnome application to convert subtitle files (for avi/movies). So I decided to code one...
***drum roll****

Here is GSubConverter 0.1

I'm sure that 94.6% of the people will find no use for this but hey, I needed it so someone else might need it too! ;)

It can open the following format:
-SubRip (.srt)
-SubStationAlpha (.ssa)
-SubViewer (.sub)
-MicroDVD (*.*)

and convert them to:
-SubRip
-MicroDVD

I'm planning on adding more format eventually...
Here is a screen shot of the app:
http://silverscripting.com/wiki/lib/exe/fetch.php?w=&h=&cache=cache&media=screen-gsubconverter.png

If you can use something like that, the project page is here:
http://silverscripting.com/wiki/doku.php?id=gsubconverter

It's a single python script (with glade files) it requires PyGTK 2.0 and libglade.
To run it, just extract it and double click on gsubconverter.py then select Run (or, from command line: python gsubconverter.py )
Feel free to grab it, test it, let me know what's wrong! :) I coded it in a day so it's probably buggy, but if you use it well, it should work! I will try to correct all bugs that anyone can find in a near feature.

If you have NO idea what this is about. It's ok LOL... In 2 words: Movie players like VLC, Mplayer, and some DVD players too reads subtitle files. Problem is, your player might not support some format...hence the little tool here. (If you are an anime or foreign film fan, you probably know what I am talking about ;)

So...enjoy!

-SilverTab

afrodeity
February 25th, 2010, 02:34 PM
Only found this now. Very promising.:)

David006
June 29th, 2012, 07:36 AM
Well I couldnt find any gnome application to convert subtitle files (for avi/movies). So I decided to code one...


Here is GSubConverter 0.1
:
.
-SilverTab

So, did you ever put this on Source Forge, or somewhere else permanent?