Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Calzada <ariel@activitycentral.com>2012-09-28 08:08:59 (GMT)
committer Ariel Calzada <ariel@activitycentral.com>2012-09-28 08:08:59 (GMT)
commit3f5f9fcc0d201b51a9562e0f253519bafb85d8d1 (patch)
treeabeb80d19edceea7b35b2e931fb3ba3e147adac6
parent35c6c9f6e538e972a1deace9068d7ada2f59b14c (diff)
Started to migrate from recordmydesktop to gst
-rw-r--r--activity/activity.info2
-rw-r--r--screencast_process.py4
2 files changed, 5 insertions, 1 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 4bc2190..8baaef7 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,5 +3,5 @@ name = Screencast
bundle_id = org.laptop.Screencast
exec = sugar-activity screencast_activity.ScreencastActivity
icon = screencast-icon
-activity_version = 6.1
+activity_version = 6.2
license = GPLv3+
diff --git a/screencast_process.py b/screencast_process.py
index 4f87706..6408ec9 100644
--- a/screencast_process.py
+++ b/screencast_process.py
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
import subprocess
import os
@@ -84,6 +85,9 @@ class ScreencastProcess(gobject.GObject):
# Overwrite
self._args.append("--overwrite")
+ # Encode on the fly
+ #self._args.append("--on-the-fly-encoding")
+
# Quality
if str(q) == "2":
self._args.append("-v_quality")