I'm using the command
ffmpeg -i video.webm -vf fps=1 thumb%04d.jpg
to get one frame every second. However, I cannot figure out way to get the exact timestamp of an extracted frame. I need that timestamp for processing.
Can you please help?
Thanks so much, Vu