diff options
Diffstat (limited to 'voctocore/scripts')
-rwxr-xr-x | voctocore/scripts/av-record-cam1-mirror.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/av-record-output.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/av-source-eevblog.sh | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/voctocore/scripts/av-record-cam1-mirror.sh b/voctocore/scripts/av-record-cam1-mirror.sh index d4e4515..5726535 100755 --- a/voctocore/scripts/av-record-cam1-mirror.sh +++ b/voctocore/scripts/av-record-cam1-mirror.sh @@ -5,8 +5,6 @@ gst-launch-1.0 \ \ demux. !\ queue !\ - textoverlay halignment=left valignment=top ypad=250 text=Recording !\ - timeoverlay halignment=left valignment=top ypad=250 xpad=400 !\ avenc_mpeg2video bitrate=5000000 max-key-interval=0 !\ queue !\ mux. \ diff --git a/voctocore/scripts/av-record-output.sh b/voctocore/scripts/av-record-output.sh index 016e5a8..ef306ed 100755 --- a/voctocore/scripts/av-record-output.sh +++ b/voctocore/scripts/av-record-output.sh @@ -5,8 +5,6 @@ gst-launch-1.0 \ \ demux. !\ queue !\ - textoverlay halignment=left valignment=top ypad=250 text=Recording !\ - timeoverlay halignment=left valignment=top ypad=250 xpad=400 !\ avenc_mpeg2video bitrate=5000000 max-key-interval=0 !\ queue !\ mux. \ diff --git a/voctocore/scripts/av-source-eevblog.sh b/voctocore/scripts/av-source-eevblog.sh index 03c2528..0ed237d 100755 --- a/voctocore/scripts/av-source-eevblog.sh +++ b/voctocore/scripts/av-source-eevblog.sh @@ -8,8 +8,6 @@ gst-launch-1.0 \ videoconvert !\ videoscale !\ video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \ - textoverlay halignment=left valignment=top ypad=300 text=Playback !\ - timeoverlay halignment=left valignment=top ypad=300 xpad=400 !\ mux. \ \ src. !\ |