creation of chunks directory if it doesn't exist and rename the webcam receiver to have a clearar name
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
mkdir -p chunks
|
||||||
echo extracting frames
|
echo extracting frames
|
||||||
ffmpeg -loglevel 24 -stats -i input.mp4 /tmp/$$.out%05d.png
|
ffmpeg -loglevel 24 -stats -i input.mp4 /tmp/$$.out%05d.png
|
||||||
echo done, processing frames
|
echo done, processing frames
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
mkdir -p chunks
|
||||||
while /bin/true;do
|
while /bin/true;do
|
||||||
fswebcam -q -r 800x800 a.png
|
fswebcam -q -r 800x800 a.png
|
||||||
#dta=$(fswebcam -q -r 1280x720 - | zbarimg -q --raw --nodbus -)
|
#dta=$(fswebcam -q -r 1280x720 - | zbarimg -q --raw --nodbus -)
|
||||||
Reference in New Issue
Block a user