Advertisement
clockworkpc

Simple Webcam Script FFmpeg and ALSA

Sep 26th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. ffmpeg -f alsa -ac 1 -i hw:1 -f video4linux2 -i /dev/video0 -s 640x480 -b:v 2000k ~/Desktop/test.mkv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement