From c354e4f980d65006e1635e63ecf11a62ee6001ae Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 May 2017 10:42:53 +0200 Subject: Support format isight-nut. --- bin/livedump | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/livedump') 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 -- cgit v1.2.3