aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/source-videotestsrc-as-cam2.sh
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2016-01-27 12:04:10 +0100
committerMaZderMind <git@mazdermind.de>2016-01-28 09:41:27 +0100
commit358046081cd9809ac0a38fee957cf6ea40c3d7e6 (patch)
tree31fd039c45029007324abfdf013526b5c0eb2a5d /example-scripts/gstreamer/source-videotestsrc-as-cam2.sh
parentae67feeef615bf71ea0816874503d3c888c585f6 (diff)
add more fidelity to test-sources
Diffstat (limited to 'example-scripts/gstreamer/source-videotestsrc-as-cam2.sh')
-rwxr-xr-xexample-scripts/gstreamer/source-videotestsrc-as-cam2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/example-scripts/gstreamer/source-videotestsrc-as-cam2.sh b/example-scripts/gstreamer/source-videotestsrc-as-cam2.sh
index e51dd09..4e723b4 100755
--- a/example-scripts/gstreamer/source-videotestsrc-as-cam2.sh
+++ b/example-scripts/gstreamer/source-videotestsrc-as-cam2.sh
@@ -1,10 +1,10 @@
#!/bin/sh
gst-launch-1.0 \
- videotestsrc pattern=green !\
+ videotestsrc pattern=ball foreground-color=0x0000ff00 background-color=0x00004400 !\
video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\
mux. \
\
- audiotestsrc !\
+ audiotestsrc freq=550 !\
audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\
mux. \
\