5,710
edits
Changes
→capturing
capture -F -o -c 300 > output.raw
</syntaxhighlight>
*capture and convert with audio:<syntaxhighlight lang="bash">./capture -F -o -c0|avconv -re -i - -f alsa -ac 2 -i hw:1,0 -strict experimental -threads 0 -acodec aac -ab 64k -ac 2 -vcodec copy avtest.mp4scp avtest.mp4 rtwomey@192.168.2.31:~/Movies</syntaxhighlight>===convert to mpg4:===
<syntaxhighlight lang="bash">
raw2mpg4