ffmpeg filename output format

前端 未结 6 2172
情书的邮戳
情书的邮戳 2020-12-06 00:52

When using ffmpeg to output a series of frames as images, the only format I can find documentation for is frame_%d.jpg. The %d identif

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 01:31

    Another option you'd have would be to run ffprobe -show_packets on it, and use that data to "infer" the timestamp of each generated jpg file (assuming you generate one per incoming video frame). Yikes!

提交回复
热议问题