I found a clock program here: http://pantburk.info/?blog=89
Then I resized it to the size I needed: mogrify -resize 75x75 out.png Then I overlaid that over my wecam picture: convert 20200312-205401.jpg out.png -geometry +540+5 -composite out.png Seems to work OK On Wednesday, 18 March 2020 09:14:40 UTC+11, Greg from Oz wrote: > > I like the clock you have on the video. > How did you do that? > Can you post the code? > I have overlaid the time and date but the clock would be nice feature. > > My webcam below: > https://weather.ubeaut.work/WEBCAM/1-hour.mp4?dummy > > Thanks > > On Wednesday, 18 March 2020 08:04:59 UTC+11, Joachim Graf wrote: >> >> Yes, i can share this ;-) >> >> Make a picture every minute and put this with name hh:mm.jpg (for the >> right order) in the folter "tovideo" >> then this steps: >> >> >> ls /home/pi/tovideo/*.jpg > /home/pi/tovideo/stills.txt >> >> cat $(cat /home/pi/tovideo/stills.txt) | ffmpeg -r 10 -f >> image2pipe -i - /home/pi/upload/day.webm >> >> Thats was it and you have the webm >> >> Joachim >> >> Am Montag, 16. März 2020 12:25:51 UTC+1 schrieb Mikael Fredriksson: >>> >>> Btw, can you share how you setup your time shift, would like to make >>> that on my page! Got a web camera and can take photos at interval and save >>> to FTP. >>> Mikael >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/483e0d61-5810-4e70-8312-1eef353cc914%40googlegroups.com.
