summaryrefslogtreecommitdiff
path: root/recordmydesktop/doc/recordmydesktop.1
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-13 14:53:02 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-13 14:53:02 +0000
commitbfc243a25074f519b994bb34143dc211961ccae0 (patch)
treebd39cbd75e70793b44f12bc43ac6130e7b11ca6f /recordmydesktop/doc/recordmydesktop.1
parentdaac9c24a44eac7ba0a7ec292ee05117e06947bb (diff)
doc/recordmydesktop.1: added documentation about -restore option
include/rmdfunc.h: read and write specs file function protorypes include/rmdtypes.h, src/cache_audio.c src/capture_sound.c, src/encode_sound_buffer.c, src/initialize_data.c, src/load_cache.c: framesize moved to pdata struct(used to be initialized separately by every function that used it). src/Makefile.am: added src/rmd_restore.c src/parseargs.c: handle -restore option src/recordmydesktop.c: argument parsing moved before any X calls (restore doesn't need a running X server) src/rmd_restore.c: initialize all needed structs and data, for restore to be performed. Then EncodeCache routine and exit. src/specsfile.c: read and write specs file function bodies git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@474 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/doc/recordmydesktop.1')
-rw-r--r--recordmydesktop/doc/recordmydesktop.114
1 files changed, 14 insertions, 0 deletions
diff --git a/recordmydesktop/doc/recordmydesktop.1 b/recordmydesktop/doc/recordmydesktop.1
index 7503868..2113cfe 100644
--- a/recordmydesktop/doc/recordmydesktop.1
+++ b/recordmydesktop/doc/recordmydesktop.1
@@ -352,6 +352,20 @@ Misc Options:
.br
.TP
.B
+ \-restore path_to_data
+ Encode cache data from a previous session, into an Ogg/Theora+Vorbis
+ file. The filename will be the one that was chosen initially.
+ Any other option specified with this one will be implicitly ignored
+ and recordMyDesktop will exit after the end of the encoding.
+ This option was added in recordMyDesktop 0.3.7 and it will not
+ work with cache files produced from earlier versions.
+ When using this option, remember that
+
+.B
+recordMyDesktop's cache is not safe, in respect to type-sizes and endianness.
+.br
+.TP
+.B
\-\-print\-config
Print compilation time options. Currently prints whether Jack capture is
enabled and if ALSA or OSS is used (may contain more information
© All Rights Reserved