aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/av-source-background-loop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts/av-source-background-loop.sh')
-rwxr-xr-xexample-scripts/av-source-background-loop.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/example-scripts/av-source-background-loop.sh b/example-scripts/av-source-background-loop.sh
index 8b16487..6a269f4 100755
--- a/example-scripts/av-source-background-loop.sh
+++ b/example-scripts/av-source-background-loop.sh
@@ -2,5 +2,6 @@ while true; do cat ~/bg.ts || exit 1; done |\
ffmpeg -re -i - \
-map 0:v \
-c:v rawvideo \
+ -pix_fmt uyvy422 \
-f matroska \
tcp://localhost:16000