wok annotate recordmydesktop/description.txt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (19 months ago)
parents
children
rev   line source
Hans-G?nter@25277 1 RecordMyDesktop is a desktop session recorder for GNU / linux
Hans-G?nter@25277 2 that attemps to be easy to use, yet also effective at it's
Hans-G?nter@25277 3 primary task.
Hans-G?nter@25277 4
Hans-G?nter@25277 5 As such, the program is separated in two parts; a simple command
Hans-G?nter@25277 6 line tool that performs the basic tasks of capturing and encoding
Hans-G?nter@25277 7 and an interface that exposes the program functionality in a
Hans-G?nter@25277 8 usable way.
Hans-G?nter@25277 9
Hans-G?nter@25277 10 The commandline tool (which essentially is recordMyDesktop),
Hans-G?nter@25277 11 is written in C, while there are two frontends, written in python
Hans-G?nter@25277 12 with pyGtk (gtk-recordMyDesktop) and pyQt4 (qt-recordMyDesktop).
Hans-G?nter@25277 13
Hans-G?nter@25277 14 RecordMyDesktop offers also the ability to record audio through
Hans-G?nter@25277 15 ALSA, OSS or the JACK audio server.
Hans-G?nter@25277 16
Hans-G?nter@25277 17 Also, recordMyDesktop produces files using only open formats.
Hans-G?nter@25277 18 These are theora for video and vorbis for audio, using the ogg
Hans-G?nter@25277 19 container.
Hans-G?nter@25277 20 (To learn more about free formats visit Xiph.org, the foundation
Hans-G?nter@25277 21 responsible for the aformentioned formats).