From 3f5f9fcc0d201b51a9562e0f253519bafb85d8d1 Mon Sep 17 00:00:00 2001 From: Ariel Calzada Date: Fri, 28 Sep 2012 08:08:59 +0000 Subject: Started to migrate from recordmydesktop to gst --- 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") -- cgit v0.9.1