Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/screencast_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'screencast_process.py')
-rw-r--r--screencast_process.py4
1 files changed, 4 insertions, 0 deletions
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")