분할되어있는 영상을 비디오와 오디오 둘 다 스트림 복사로 합쳤는데 다음과 같은 문구가 뜹니다.
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
[asf @ 000002ae828731c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
video:6762814kB audio:302614kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.053758%
* 인코딩이 완료되었습니다.
그리고 위에서 합친 영상을 인코딩을 하니 또 다른 오류가 뜨네요.
[mp4 @ 000001f5290ec440] Non-monotonous DTS in output stream 0:1; previous: 15164357, current: 15163344; changing to 15164358. This may result in incorrect timestamps in the output file.
라는 문구가 수십줄 뜹니다.
해결방법이 있을까요?
로그에는 에러뿐 아니라 인코딩 과정에 대한 전반적인 정보가 나옵니다.
원본 문제이고, 결과물에 문제가 없다면 굳이 해결할 필요 없습니다.