diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-11 10:42:53 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-11 10:42:53 +0200 |
commit | c354e4f980d65006e1635e63ecf11a62ee6001ae (patch) | |
tree | a4ca7eda0b3c75ba954a1da4f77a01040208ac03 /bin/livedump | |
parent | e4a493835dc156a1e1b08f8fd99f42521bf4fefd (diff) |
Diffstat (limited to 'bin/livedump')
-rwxr-xr-x | bin/livedump | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/livedump b/bin/livedump index 5db6c3c..bb0ca15 100755 --- a/bin/livedump +++ b/bin/livedump @@ -25,6 +25,12 @@ SESSIONPATTERN=${3:-/%Y%m%d/%H%M%S} SEGMENTPATTERN=${4:-/%H%M%S} case $FORMAT in + isight-nut) + set -- -f libdc1394 -video_size 640x480 -framerate 15 -thread_queue_size 256 -i foo \ + -f alsa -thread_queue_size 2048 -i default:CARD=iSight \ + -f nut -codec copy -f_strict experimental -syncpoints timestamped -write_index 0 + SUFFIX=nut + ;; dv) set -- -f iec61883 -i auto \ -f dv -codec copy |