ffmpeg-facecam (113B)
1 #!/bin/sh 2 3 # Opens a window streaming from the webcam 4 # Requires: ffplay (part of ffmpeg) 5 6 ffplay -i /dev/video0
scriptsVarious scripts for UNIX-like systems | |
git clone https://git.tronto.net/scripts | |
Download | Log | Files | Refs | README |
ffmpeg-facecam (113B)
1 #!/bin/sh 2 3 # Opens a window streaming from the webcam 4 # Requires: ffplay (part of ffmpeg) 5 6 ffplay -i /dev/video0