Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. mkdir -p input/
  4. rsync --remove-source-files -a pi@rpi:~/camera/ input/
  5. ffmpeg -r 25 -pattern_type glob -i 'input/*.jpg' -c:v copy timelapse.avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement