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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3