когда я использую ffmpeg, конвертирую m3u8 в mp4, получаю предупреждение
ffmpeg -i xx.m3u8 -c copy demo.mp4
потепление
Non-monotonous DTS in output stream 0:1; previous: 3277744, current: 3276712; changing to 3277745. This may result in incorrect timestamps in the output file.
Non-monotonous DTS in output stream 0:1; previous: 3277745, current: 3277736; changing to 3277746. This may result in incorrect timestamps in the output file.
что мне делать, я могу это исправить?