How to choose the segment sequence start number?

后端 未结 2 1634
慢半拍i
慢半拍i 2021-01-27 12:08

I\'m using FFmpeg to split a file into chunks using the segment muxer.

The output is named output%03d.mp4, but the first output file is output000.mp4

2条回答
  •  甜味超标
    2021-01-27 12:40

    Use the -segment_start_number 1 output option.

    See the segment muxer documentation for more information and options.

提交回复
热议问题