From 478b2e0e4510796b8f4a1e145e8e5c415b24e8b2 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 14 Nov 2015 17:09:51 +0100 Subject: fix indentation in script --- voctocore/scripts/av-source-background-loop.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'voctocore/scripts') diff --git a/voctocore/scripts/av-source-background-loop.sh b/voctocore/scripts/av-source-background-loop.sh index 2795798..8b16487 100755 --- a/voctocore/scripts/av-source-background-loop.sh +++ b/voctocore/scripts/av-source-background-loop.sh @@ -1,6 +1,6 @@ while true; do cat ~/bg.ts || exit 1; done |\ ffmpeg -re -i - \ -map 0:v \ - -c:v rawvideo \ - -f matroska \ - tcp://localhost:16000 + -c:v rawvideo \ + -f matroska \ + tcp://localhost:16000 -- cgit v1.2.3