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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |