diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-19 13:31:24 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-19 13:31:24 +0200 |
commit | 9d8de8cd6752676c3d44acaffb5aeb06537b2863 (patch) | |
tree | bf1fc185bb01844ff644f370564c1b6d0d684e11 /voctocore/lib/videomix.py | |
parent | f8cea292ed7dfde4e79f419d85e4e2d5cd2562ff (diff) |
remove costly textoverlays
Diffstat (limited to 'voctocore/lib/videomix.py')
-rw-r--r-- | voctocore/lib/videomix.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/voctocore/lib/videomix.py b/voctocore/lib/videomix.py index bd4ca70..d27c3e3 100644 --- a/voctocore/lib/videomix.py +++ b/voctocore/lib/videomix.py @@ -21,8 +21,6 @@ class VideoMix(object): pipeline = """ videomixer name=mix ! {caps} ! - textoverlay halignment=left valignment=top ypad=125 text=VideoMix ! - timeoverlay halignment=left valignment=top ypad=125 xpad=400 ! queue ! tee name=tee |