Add subtitles on Avi files
A very usefull program to do that is mencoder
Lets say the subtitles file is called abc.str, the avi file without the subtitles is called abc.avi and the file we can to create is abc2.avi
So all we have to do is
- x264 format
mencoder -sub abc.srt -subcp iso-8857-9 ( or whichever codepage the .srt requires ) -ovc x264 -oac copy -o abc2.avi abc.avi
- xvid format
mencoder -sub abc.srt -subcp iso-8857-9 ( or whichever codepage the .srt requires ) -ovc xvid -xvidencopts bitrate=687 -oac copy -o abc2.avi abc.avi
You can see the available video outputs but using
mencoder -ovc help
Pysmssend 1.25
This is a bug fix version
A bug was found on previous version where there was a problem with python 2.5 and programs’ command line interface. The program was tested on Gentoo linux which has python 2.4 and thats why we didnt see the problem
Distros Llike ubuntu 7.10 and Arch linux run python 2.5 so there was a major bug there
So this version just fix the bug
1) Python 2.5 compatibility
Pysmssend 1.24
**1.24
1) One main interface. Main and Addressbook are now on program
2) Support for
a) Voipbusterpro
b) Lowrate
c) 12voip
d) Freevoip
3) Messages left and Credits left now appear on Gui and on cmd tool. User wont be able to send sms if the credits are <0.05 or messages left are 0 ( for otenet )
4) Gui for Addressbook now is loaded as module
5) Kaddressbook code fixed. Now works fine for users who doesnt have Kaddressbook installed. The program will try to find std.vcf file . If not the Addressbook wont show anything but it wont crash like the previous version
6) Fixed Gui interface
Please vote for pysmssend ebuild
http://bugs.gentoo.org/show_bug.cgi?id=196545
Pysmssend 1.22
**1.22
1) New impoved main code
2) Gui and main code now they are two different files
3) Added verbose option on command line interface. No information is displayed when running on No-verbose mode
4) Bux fixes
5) Text length message chech on commanline tool
6) Fixes on temporary create and delete files
7) Fixed installed script
** 1.20
1) New Addressbook code
Details:
a) Now there is no need of having both first and last name on addressbook and also a contact might not have a cell phone
b) Better Gui
c) Unicode support fixed
2) Main code fixes
3) Command line program fixes
Pysmssend 1.18
Pysmssend is the “child” of SendSMS program
Finally we are able to release our new project pysmssend. Pysmssend is the “child” of SendSMS
The change log is
** 1.18
1) Sms can now run from command line too
2) Code modification for Gentoo Ebuilds
3) Bug Fixes and code spelling errors
4) Name changed to pysmssend
5) Fixed icon transparency
6) Pkgbuild available
7) Ebuild availabe
Addressbook marked as Beta Version
The download links for pkgbuild and ebuild will announced soon












