summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-12-06 18:52:48 +0100
committerMaZderMind <git@mazdermind.de>2015-12-06 18:52:48 +0100
commitea071cf057a00ebe0e20d0787dab59c863fbba6c (patch)
treee58cd4f69e6c9aa390247766194e60c0777b4439 /README.md
parent8396196a69a4c43a65081d8139f8c057d7f12818 (diff)
[voctocore][example-scripts] change default colorspace vom I420 (4:2:0 subsampling) to UYVY (4:2:2), fixes #33
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f4f58c..751c60a 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ For testing and development you may want to use a `config.ini` that reduces the
Such a config.ini might look like this:
````
[mix]
-videocaps=video/x-raw,format=I420,width=320,height=180,framerate=25/1,pixel-aspect-ratio=1/1
+videocaps=video/x-raw,format=UYVY,width=320,height=180,framerate=25/1,pixel-aspect-ratio=1/1
[previews]
enabled=false