diff options
Diffstat (limited to 'example-scripts')
4 files changed, 6 insertions, 6 deletions
diff --git a/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh b/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh index acd2bcc..a96786a 100755 --- a/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh +++ b/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh @@ -1,6 +1,6 @@ #!/bin/sh gst-launch-1.0 \ - videotestsrc pattern=ball !\ + videotestsrc pattern=smpte !\ video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\ mux. \ \ diff --git a/example-scripts/gstreamer/source-videotestsrc-as-cam1.sh b/example-scripts/gstreamer/source-videotestsrc-as-cam1.sh index 0f29b63..5026260 100755 --- a/example-scripts/gstreamer/source-videotestsrc-as-cam1.sh +++ b/example-scripts/gstreamer/source-videotestsrc-as-cam1.sh @@ -1,10 +1,10 @@ #!/bin/sh gst-launch-1.0 \ - videotestsrc pattern=red !\ + videotestsrc pattern=ball foreground-color=0x00ff0000 background-color=0x00440000 !\ video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\ mux. \ \ - audiotestsrc !\ + audiotestsrc freq=440 !\ audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\ mux. \ \ 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. \ \ diff --git a/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh b/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh index 37d8961..67a6c65 100755 --- a/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh +++ b/example-scripts/gstreamer/source-videotestsrc-as-grabber.sh @@ -1,6 +1,6 @@ #!/bin/sh gst-launch-1.0 \ - videotestsrc pattern=blue !\ + videotestsrc pattern=snow !\ video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\ mux. \ \ |