Я сделал
ffmpeg -i x.mp4 -ss 17 two.mp4
и сейчас я пытаюсь сделать
ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4
с list.txt:
file 'one.mp4'
file 'two.mp4'
Но когда он начинает обрабатывать two.mp4
Я получаю целую кучу ошибок такого рода
[mp4 @ 0x7fc4cf03de00] Non-monotonous DTS in output stream 0:0; previous: 373897,
current: 371200; changing to 373898. This may result in incorrect timestamps in
the output file.