如何选择段序的起始编号? [英] How to choose the segment sequence start number?

查看:79
本文介绍了如何选择段序的起始编号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用FFmpeg使用分段多路复用器将文件拆分为多个块.

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

输出名为output%03d.mp4,但第一个输出文件为output000.mp4

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

如何从001开始而不是000?

How can I start from 001 instead of 000?

推荐答案

使用-segment_start_number 1输出选项.

有关更多信息和选项,请参见分段多路复用器文档.

See the segment muxer documentation for more information and options.

这篇关于如何选择段序的起始编号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆