when I execute
ffmpeg -i >video file> -r 24 -t 100 %d.jpeg
I see output lines like
frame= 47 ... time=6.70
which I guess is the time stamp of frame 47. But this data only shows up for some frames, can I get it to come for all frames?