I use ImageMagik convert <https://stackoverflow.com/questions/43525819/how-to-use-imagemagick-to-place-a-watermark-in-multiple-locations-on-an-image>to copyright my webcam.
convert snapshot.jpg -font FreeMono -gravity SouthEast -pointsize 16 -fill "#fffdc3" -annotate +10+10 "(C) Gerard Cerchio 2023" snapshot.jpg If you run your video at 30 sec a frame that might work out for you. On Tuesday, April 4, 2023 at 2:17:32 PM UTC-7 Jon Fear wrote: > Hi > > Just seen on another group a timelapse from a webcam with the weather data > embedded into the video. > > Does anyone know how to do this and is there a "how-to"? I currently > gather images every 30 seconds from my webcam and create a timelapse each > night for upload to my web page. > > It seems like a really nice idea to have something like Temperature, > Humidity, Wind Direction and speed burned into the video... > > I am using Weewx 4.10.2 and Weewx-wdc skin. > > Thoughts? > > Jon > > www.wslwx.co.uk > -- 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/1de88f4b-ebb6-4da3-81b9-707719988ec0n%40googlegroups.com.
