Search found 1 match

by compdave7681
Tue Jul 29, 2014 5:40 am
Forum: User Contributions
Topic: Script to make mp4 video of previous day
Replies: 3
Views: 19801

Re: Script to make mp4 video of previous day

I know this is old but I found the same script and used it for a while. I have this one now and it works. #!/bin/sh # Change to suit your needs ### MUST RUN AS ROOT ####### # If you do not want to delete events after video is made # Comment out lines 'xargs -I{} sh -c 'rm {}' < $TMPDIR/$TMPFILE' and...