wok-6.x diff recordmydesktop/description.txt @ rev 25559

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (14 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/recordmydesktop/description.txt	Tue Apr 25 15:16:20 2023 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +RecordMyDesktop is a desktop session recorder for GNU / linux
     1.5 +that attemps to be easy to use, yet also effective at it's
     1.6 +primary task.
     1.7 +
     1.8 +As such, the program is separated in two parts; a simple command
     1.9 +line tool that performs the basic tasks of capturing and encoding
    1.10 +and an interface that exposes the program functionality in a
    1.11 +usable way.
    1.12 +
    1.13 +The commandline tool (which essentially is recordMyDesktop),
    1.14 +is written in C, while there are two frontends, written in python
    1.15 +with pyGtk (gtk-recordMyDesktop) and pyQt4 (qt-recordMyDesktop).
    1.16 +
    1.17 +RecordMyDesktop offers also the ability to record audio through
    1.18 +ALSA, OSS or the JACK audio server.
    1.19 +
    1.20 +Also, recordMyDesktop produces files using only open formats.
    1.21 +These are theora for video and vorbis for audio, using the ogg
    1.22 +container.
    1.23 +(To learn more about free formats visit Xiph.org, the foundation
    1.24 +responsible for the aformentioned formats).