From adb3b867f5595645779e1d50ada271eb755ccf69 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 13 Apr 2022 14:52:30 +0200 Subject: Added ffmpeg one-liners --- ffmpeg-facecam | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ffmpeg-facecam (limited to 'ffmpeg-facecam') diff --git a/ffmpeg-facecam b/ffmpeg-facecam new file mode 100755 index 0000000..d15a052 --- /dev/null +++ b/ffmpeg-facecam @@ -0,0 +1,6 @@ +#!/bin/sh + +# Opens a window streaming from the webcam +# Requires: ffplay (part of ffmpeg) + +ffplay -i /dev/video0 -- cgit v1.3