time lapse movies
This commit is contained in:
parent
78aace64c3
commit
120b88fb12
BIN
balderschwang-kreuzle_640.mp4
Normal file
BIN
balderschwang-kreuzle_640.mp4
Normal file
Binary file not shown.
BIN
fellhorn_640.mp4
Normal file
BIN
fellhorn_640.mp4
Normal file
Binary file not shown.
BIN
flensburg_640.mp4
Normal file
BIN
flensburg_640.mp4
Normal file
Binary file not shown.
BIN
funtensee_640.mp4
Normal file
BIN
funtensee_640.mp4
Normal file
Binary file not shown.
BIN
hochries-sued_640.mp4
Normal file
BIN
hochries-sued_640.mp4
Normal file
Binary file not shown.
11
movie.sh
Executable file
11
movie.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
CAMS=$(ls ./pics)
|
||||
SCALE="640"
|
||||
|
||||
for CAM in $CAMS
|
||||
do
|
||||
ffmpeg -framerate 2 -pattern_type glob -i "./pics/$CAM/$CAM-*.jpg" -c:v libx264 -r 30 \
|
||||
-vf "drawtext=fontfile=/usr/share/fonts/truetype/noto/NotoSans-Light.ttf:text='${CAM}':fontcolor=white:fontsize=15:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2" \
|
||||
-vf "scale=${SCALE}:-2" ${CAM}_${SCALE}.mp4
|
||||
done
|
BIN
nebelhorn_640.mp4
Normal file
BIN
nebelhorn_640.mp4
Normal file
Binary file not shown.
BIN
obermaiselstein_640.mp4
Normal file
BIN
obermaiselstein_640.mp4
Normal file
Binary file not shown.
BIN
oberstaufen_640.mp4
Normal file
BIN
oberstaufen_640.mp4
Normal file
Binary file not shown.
BIN
tegelberg_640.mp4
Normal file
BIN
tegelberg_640.mp4
Normal file
Binary file not shown.
BIN
vorderloiplsau_640.mp4
Normal file
BIN
vorderloiplsau_640.mp4
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user