continously add picture to video
Posted
by m.sr
on Stack Overflow
See other posts from Stack Overflow
or by m.sr
Published on 2010-05-05T07:20:49Z
Indexed on
2010/05/23
13:51 UTC
Read the original article
Hit count: 178
Every x minutes I grab an image from a network-cam. Now i want to add this picture to an existing video file - on the fly.
I don't want to keep numerous image files and then encode them once in a while with e.g.
mencoder mf://@${LIST} -mf type=jpg:fps=${FPS} ...
The video format/codec doesn't really matter, as long as standard tools (mplayer, ffmpeg, vlc, ...) can handle it.
Any ides or suggestions? Thanks in advance!
© Stack Overflow or respective owner