diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-23 23:18:23 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-23 23:18:23 +0200 |
commit | cfbdeccfc62965d227571c6fd6d66d97f67ce4a4 (patch) | |
tree | 139d636b13a1a3e719d2a6698a37380ba5201e67 /voctocore/scripts/demo-local.sh | |
parent | 428e89c078ae3c46772fbcb638b167452250fe57 (diff) |
use looped background in demos
Diffstat (limited to 'voctocore/scripts/demo-local.sh')
-rwxr-xr-x | voctocore/scripts/demo-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/demo-local.sh b/voctocore/scripts/demo-local.sh index 4cf11f1..2fb1f6a 100755 --- a/voctocore/scripts/demo-local.sh +++ b/voctocore/scripts/demo-local.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-cam1.sh & ./av-source-cam2.sh & -./av-source-background.sh & +./av-source-background-loop.py & ./av-record-output-ffmpeg.sh & #./av-stream-hd.sh & ./demo-cycle-modes.sh & |