diff options
-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 |