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 /example-scripts/ffmpeg/source-background-loop.sh | |
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 'example-scripts/ffmpeg/source-background-loop.sh')
-rwxr-xr-x | example-scripts/ffmpeg/source-background-loop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/ffmpeg/source-background-loop.sh b/example-scripts/ffmpeg/source-background-loop.sh index e18617f..00ff35c 100755 --- a/example-scripts/ffmpeg/source-background-loop.sh +++ b/example-scripts/ffmpeg/source-background-loop.sh @@ -4,6 +4,6 @@ while true; do cat /tmp/bg.ts || exit 1; done |\ ffmpeg -re -i - \ -map 0:v \ -c:v rawvideo \ - -pix_fmt uyvy422 \ + -pix_fmt yuv420p \ -f matroska \ tcp://localhost:16000 |