saved an ffmpeg invocation

main
Shoofle 2 months ago
parent cdedab1819
commit 952a24edd8
  1. 3
      readme.md

@ -47,3 +47,6 @@ finally realized i never did `systemctl enable cygnus.timer --now` so the timer
installed mlocate so i can search for things installed mlocate so i can search for things
gotta make it so that it rsyncs things regularly. hrm. apparently that's `rsync -av "/so/urce" "/desti/nation"`. added a backups.service and backups.timer that should be good enough for this purpose. let's try it. gonna ln -s them into /etc/systemd/system gotta make it so that it rsyncs things regularly. hrm. apparently that's `rsync -av "/so/urce" "/desti/nation"`. added a backups.service and backups.timer that should be good enough for this purpose. let's try it. gonna ln -s them into /etc/systemd/system
on telescopium i detailed adding rules to rsync the photos to the ~/telescopium folder.
generate a timelapse by `sudo ffmpeg -r 10 -pattern_type glob -i '/home/shoofle/telescopium/*.jpg' -c:v libx264 out.mp4`

Loading…
Cancel
Save