During capturing of /dev/video0 I want to overlay the output video with a time stamp. is that possible? This is how I capture so far:
Code: Select all
cvlc --color --run-time=5 v4l2:///dev/video0:norm=secam:frequency=543250:size=320x240:channel=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=file,mux=ts,dst=/tmp/mytest.avi}'
Ralf