Hello everyone, I have been working on my spare time for about two years (I had almost no time for this application) on a front-end to record screen activity (for screencasts and other similar uses) on Linux(more accurately on Ubuntu), today I will release the first public version of the project.
The application itself was written on Gambas2 and uses "ffmpeg" to record the video, as this post it can be used but still lacks functions(lots of them) and stability.
I know that the Linux community is full of better programmers than me (as I am still a n00b programmer) and I'm releasing this hoping that
a) It is useful for the Linux users.
b) Someone may want to help me fixing the code mess I made.
The application uses "gambas2" to run, "ffmpeg" to record the screen and "xwininfo" to get window dimensions but they are not added as dependencies yet. They need to be installed manually, on Ubuntu is done with:
$ sudo apt-get install gambas2 ffmpeg xwininfo
Anyway, here is the link to the download and a couple of screenshots;


Greetings everyone, I hope you enjoy my first software release.