summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/src/rmdConfig.py.in
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-27 02:45:30 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-27 02:45:30 +0000
commitbabee5fe38026e5b6210fa381aace3a19a89785f (patch)
treef9b6d82d7373c81c7420acdbb8c692bbff57fe2b /qt-recordmydesktop/src/rmdConfig.py.in
parentde6c6f26c88d6f961f9e450edb337510d7c893f9 (diff)
This commit was generated by cvs2svn to compensate for changes in r312,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@313 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/src/rmdConfig.py.in')
-rw-r--r--qt-recordmydesktop/src/rmdConfig.py.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/qt-recordmydesktop/src/rmdConfig.py.in b/qt-recordmydesktop/src/rmdConfig.py.in
new file mode 100644
index 0000000..f3194c5
--- /dev/null
+++ b/qt-recordmydesktop/src/rmdConfig.py.in
@@ -0,0 +1,36 @@
+import os
+VERSION='@VERSION@'
+PREFIX='@PREFIX@'
+locale_install_dir=os.path.join('@DATADIR@'.replace("${prefix}",PREFIX), 'locale')
+
+#binary values expressed with 1 and zero instead of True and False
+#are upside down. That means 0 is enabled and 1 disabled
+
+default_values=[15, #framerate
+ 0, #cursor
+ True, #sound
+ 1, #full shots,0 on 1 off
+ os.path.join(os.getenv('HOME'),'out.ogg'), #filename
+ [-1,-1,-1,-1], #recording area(<0 means auto)
+ 0, #delay ,unused on 0.3
+ 1, #no of channels
+ 22050, #frequency
+ 'DEFAULT', #device
+ 63, #video quality
+ 10, #audio quality
+ "$DISPLAY", #display, this is not interpreted as an env variable
+ #but when the value is set to this the argument is omitted
+ 0, #shared memory,0 on 1 off
+ 1, #drop frames,unused in 0.3,0, removed at 0.3.4, preserved for compatibility of prefs file.
+ 75, #shared threshold.Removed at 0.3.4, preserved for compatibility of prefs file.
+ 1, #quick subsampling,0 on 1 off
+ "/tmp", #working directory
+ 1, #on the fly encoding,0 on 1 off
+ 1, #zero compression,0 on 1 off
+ False, #overwrite existing files
+ 0, #include window decorations, 0 on 1 off
+ False, #Use jack
+ [], #jack ports
+ 0, #tooltips,0 on 1 off
+ 0, #draw an on-screen frame, surrounding the capture area,0 on 1 off
+ ]
© All Rights Reserved