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>
output%03d.mp4
output000.mp4>
Use the -segment_start_number 1 output option.
-segment_start_number 1
See the segment muxer documentation for more information and options.