aboutsummaryrefslogtreecommitdiff
path: root/zenbook/bin/record-webcam
blob: 723985b7ec459457b8c75398f9c5169997e83cc5 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
# https://unix.stackexchange.com/q/58526/37050
DATE="$(date +%Y-%m-%d-%H-%M-%S)"
cvlc \
	v4l2:///dev/video0:width=640:height=480 \
	:input-slave=alsa://hw:1,0 \
	--sout="#transcode{vcodec=theo,vb=2000,fps=8,acodec=vorb,ab=90,channels=1,samplerate=44100}:standard{access=file,mux=ogg,dst=$DATE.ogg}"