]> git.parisson.com Git - telecaster-cgi.git/commitdiff
add doc
authoryomguy <yomguy@parisson.com>
Thu, 10 Mar 2011 16:18:53 +0000 (16:18 +0000)
committeryomguy <yomguy@parisson.com>
Thu, 10 Mar 2011 16:18:53 +0000 (16:18 +0000)
tools/ffmpeg_dv_jack_fifo_usb

index a04f7713c243c532a87fcf110f56659e31fe4ead..47fe2ed05eac393289414df619cf145293d554f6 100755 (executable)
@@ -13,7 +13,7 @@ case "$1" in
    now=`date -R`
    file=$dir/video_test2.ogg
 
-   ffmpeg -f video4linux2 -i /dev/video0 -f jack -i ffmpeg -r 20 -f ogg -vcodec libtheora -s 320x240 -b 380k -acodec libvorbis -ab 64k -ar 44100 -ac 1 -y $file -map 0.0 -map 1.0 &
+   ffmpeg -f video4linux2 -i /dev/video0 -f jack -i ffmpeg -itsoffset 00:00:00.8 -r 20 -f ogg -vcodec libtheora -s 320x240 -b 380k -acodec libvorbis -ab 64k -ar 44100 -ac 1 -y $file -map 0.0 -map 1.0 &
 
    sleep 3
    jack_connect jack_rack:out_1 ffmpeg:input_1
@@ -34,3 +34,4 @@ esac
 
 
 
+# http://www.kkoncepts.net/node/69
\ No newline at end of file