How to map frame number to time in ffmpeg output
Posted
by jabberbuzz
on Stack Overflow
See other posts from Stack Overflow
or by jabberbuzz
Published on 2010-06-07T18:59:06Z
Indexed on
2010/06/07
19:02 UTC
Read the original article
Hit count: 162
ffmpeg
Is it possible to get the ffmpeg output in multiple lines? I am trying to map the frame number to the time, but ffmpeg overwrites the output on the same line.
frame= 638 fps=160 q=0.0 Lsize= -0kB time=26.61 bitrate= -0.0kbits/s
Or is there a quicker way to get the time on the video timeline given the frame number?
© Stack Overflow or respective owner