aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-11-14 17:09:51 +0100
committerMaZderMind <git@mazdermind.de>2015-11-14 17:13:11 +0100
commit478b2e0e4510796b8f4a1e145e8e5c415b24e8b2 (patch)
tree1ff3368dacfd92ffb99e659c13872f42f4e27246 /voctocore/scripts
parent87f7057a5d59dcddb1f5f54c4013ec1ae0014a93 (diff)
fix indentation in script
Diffstat (limited to 'voctocore/scripts')
-rwxr-xr-xvoctocore/scripts/av-source-background-loop.sh6
1 files changed, 3 insertions, 3 deletions
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