Hi, All!
ffMpeg -timstamp
option works likes upper image? 07:21:54 07/07/05 white text in black box container.
in ubuntu 12.04 typed the excute like this.
ffmpeg -y -f video4linux2 -s vga -r 30 -fs 1M -i /dev/video0 -timestamp now -copyts ./USB1_Test_vga.mp4
but it doesn't work.
is there any other option for display video recorded time?
There used to be a drawtext filter.
See here: http://ffmpeg.org/trac/ffmpeg/wiki/FilteringGuide
I believe you can replace the exact time code with a sprintf like syntax.
See here: http://einar.slaskete.net/2011/09/05/adding-time-stamp-overlay-to-video-stream-using-ffmpeg/