Video_Tools/multi-record/multi-record.sh

16 lines
321 B
Bash
Executable File

#!/bin/bash
./record.sh -c "steinberg.json" &
./record.sh -c "webcam.json" &
./record.sh -c "capture.json" &
./video-record.sh -c "capture-video.json" &
./video-record.sh -c "video1.json" &
./video-record.sh -c "video4.json" &
./screen-record.sh -c "screen-right.json" &
./screen-record.sh -c "screen-left.json" &