ffmpeg filename output format

前端 未结 6 2175
情书的邮戳
情书的邮戳 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条回答
  •  萌比男神i
    2020-12-06 01:34

    I hacked up a bash script that creates file names based on time into the film. It uses a format: "hh_mm_ss" in the file name. You can see it at:

    https://github.com/pozar/makemoviethumbs

提交回复
热议问题