diff options
author | MaZderMind <git@mazdermind.de> | 2015-12-20 10:39:37 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-12-20 10:39:37 +0100 |
commit | 58ba1440982ebbdd037abf17272d33fcdc87de9a (patch) | |
tree | 90e42e439c457aa94bcedbfc50eb0da34217cf88 /voctocore | |
parent | d5ea92d23414a3868e48827a9089a20b3dbc1e82 (diff) |
[voctocore][example-scripts] Reverting ea071cf057a00ebe0e20d0787dab59c863fbba6c - changing back to 4:2:0 because the gstreamer-pipelines showed obscure problems with 4:2:2
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/default-config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 04993af..6173822 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,5 +1,5 @@ [mix] -videocaps=video/x-raw,format=UYVY,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 +videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ; tcp-ports will be 10000,10001,10002 |