aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg-facecam
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-04-13 14:52:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-04-13 14:52:30 +0200
commitadb3b867f5595645779e1d50ada271eb755ccf69 (patch)
treec3532dd73922998056638e101552429f1456896c /ffmpeg-facecam
parent3098a157c8e6527518849ff73da0c642b8151ac7 (diff)
downloadscripts-adb3b867f5595645779e1d50ada271eb755ccf69.tar.gz
scripts-adb3b867f5595645779e1d50ada271eb755ccf69.zip
Added ffmpeg one-liners
Diffstat (limited to 'ffmpeg-facecam')
-rwxr-xr-xffmpeg-facecam6
1 files changed, 6 insertions, 0 deletions
diff --git a/ffmpeg-facecam b/ffmpeg-facecam
new file mode 100755
index 0000000..d15a052
--- /dev/null
+++ b/ffmpeg-facecam
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3# Opens a window streaming from the webcam
4# Requires: ffplay (part of ffmpeg)
5
6ffplay -i /dev/video0

Generated with cgit - Back to sebastiano.tronto.net