ffmpeg filename output format

前端 未结 6 2174
情书的邮戳
情书的邮戳 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:32

    Turns out this behavior was not yet implemented at the time.

    I implemented an initial version of %t support on my fork of FFmpeg (https://github.com/yuvadm/FFmpeg), and am currently working on cleaning up the patch so that it can be merged upstream.

提交回复
热议问题