diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-14 17:09:51 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-14 17:13:11 +0100 |
commit | 478b2e0e4510796b8f4a1e145e8e5c415b24e8b2 (patch) | |
tree | 1ff3368dacfd92ffb99e659c13872f42f4e27246 /voctocore | |
parent | 87f7057a5d59dcddb1f5f54c4013ec1ae0014a93 (diff) |
fix indentation in script
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/scripts/av-source-background-loop.sh | 6 |
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 |