diff options
author | MaZderMind <git@mazdermind.de> | 2015-12-06 18:52:48 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-12-06 18:52:48 +0100 |
commit | ea071cf057a00ebe0e20d0787dab59c863fbba6c (patch) | |
tree | e58cd4f69e6c9aa390247766194e60c0777b4439 /example-scripts/av-source-avsync.sh | |
parent | 8396196a69a4c43a65081d8139f8c057d7f12818 (diff) |
[voctocore][example-scripts] change default colorspace vom I420 (4:2:0 subsampling) to UYVY (4:2:2), fixes #33
Diffstat (limited to 'example-scripts/av-source-avsync.sh')
-rwxr-xr-x | example-scripts/av-source-avsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/av-source-avsync.sh b/example-scripts/av-source-avsync.sh index 208e9c0..1e8d1eb 100755 --- a/example-scripts/av-source-avsync.sh +++ b/example-scripts/av-source-avsync.sh @@ -8,7 +8,7 @@ gst-launch-1.0 \ queue !\ videoconvert !\ videoscale !\ - 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 ! \ mux. \ \ src. !\ |