recordmydesktop
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
recordMyDesktop 0.3.6
recordMyDesktop is a program that captures audio and video data from a Linux desktop session. more>>
recordMyDesktop is a program that captures audio and video data from a Linux desktop session, producing an Ogg-encapsulated Theora-Vorbis file.
recordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
<<lessrecordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
Download (0.14MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
824 downloads
qt-recordmydesktop 0.3.6
qt-recordmydesktop is a recordMyDesktop GUI created in QT language for the KDE desktop. more>>
qt-recordmydesktop is a recordMyDesktop GUI created in QT language for the KDE desktop.
recordMyDesktop is a desktop session recorder for GNU/linux that attemps to be easy to use, yet also effective at its primary task.
As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way.
<<lessrecordMyDesktop is a desktop session recorder for GNU/linux that attemps to be easy to use, yet also effective at its primary task.
As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way.
Download (0.18MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
829 downloads
gtk-recordMyDesktop 0.3.5
gtk-recordMyDesktop is a GUI frontend for recordMyDesktop desktop capture application to be used on the GNOME desktop. more>>
gtk-recordMyDesktop is a GUI frontend for recordMyDesktop desktop capture application to be used on the GNOME desktop.
recordMyDesktop is a desktop session recorder for linux that attemps to be easy to use, yet also effective at its primary task. As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way.
The commandline tool (which essentially is recordMyDesktop), is written in C, while the frontend (gtk-recordMyDesktop), is written in python and pyGtk.
recordMyDesktop offers also the ability to record audio, along with video, without the need of any later proccesing or mixing.
<<lessrecordMyDesktop is a desktop session recorder for linux that attemps to be easy to use, yet also effective at its primary task. As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way.
The commandline tool (which essentially is recordMyDesktop), is written in C, while the frontend (gtk-recordMyDesktop), is written in python and pyGtk.
recordMyDesktop offers also the ability to record audio, along with video, without the need of any later proccesing or mixing.
Download (0.18MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
522 downloads
Krecordmydesktop 0.1 Alpha1
Krecordmydesktop is KDE frontend for recordmydesktop desktop recording software. more>>
Krecordmydesktop is KDE frontend for recordmydesktop desktop recording software.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- radiobutton changed to checkbox in preferences
- when audio recording is disabled, audio quality slicer is disabled too
- better checks in slotRecordmydesktopStdout
- removed encoding on background while user is selecting output file name
- KProcess back as instance instead of a pointer
- temp files in working dir specified in preferences dialog
- default umask=rw for user, nothing for others, nothing for group
- using getuid() instead of getenv ("USER") for temp file name creation
- fixed crash on 64bit systems
<<lessInstallation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- radiobutton changed to checkbox in preferences
- when audio recording is disabled, audio quality slicer is disabled too
- better checks in slotRecordmydesktopStdout
- removed encoding on background while user is selecting output file name
- KProcess back as instance instead of a pointer
- temp files in working dir specified in preferences dialog
- default umask=rw for user, nothing for others, nothing for group
- using getuid() instead of getenv ("USER") for temp file name creation
- fixed crash on 64bit systems
Download (0.63MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1004 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above recordmydesktop search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed