RSSAmplifier

Home on Opinionated Guides · Feb 4, 2021

Time lapse

0
Sign in to vote or save

This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.

Super brief post about one of the more fun projects I setup recently: a lil’ time lapse script 
 #!/bin/bash
CAM=$(v4l2-ctl --list-devices | grep C920 -A 1 | grep /dev | awk '{$1=$1};1')
#Uncomment the next line to verify it's using the correct device
#echo $CAM
ffmpeg -f video4linux2 -s 1920x1080 -i $CAM -ss 0:0:2 -frames 1 '/mnt/data/lapse/tl$(date…

Read on opguides.info

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.