From ea071cf057a00ebe0e20d0787dab59c863fbba6c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 6 Dec 2015 18:52:48 +0100 Subject: [voctocore][example-scripts] change default colorspace vom I420 (4:2:0 subsampling) to UYVY (4:2:2), fixes #33 --- example-scripts/av-source-background.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-scripts/av-source-background.sh') diff --git a/example-scripts/av-source-background.sh b/example-scripts/av-source-background.sh index d978135..94dc978 100755 --- a/example-scripts/av-source-background.sh +++ b/example-scripts/av-source-background.sh @@ -1,6 +1,6 @@ #!/bin/sh gst-launch-1.0 \ videotestsrc pattern=ball !\ - video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 !\ + video/x-raw,format=UYVY,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 !\ matroskamux !\ tcpclientsink host=localhost port=16000 -- cgit v1.2.3