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
configMy configuration files and custom scripts. | |
| git clone https://git.tronto.net/config | |
| Download | Log | Files | Refs |
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