That' sjust wierd, I can't figure it out. My test videos are working fine.
I think it' something to do with the video and ffmpeg not being to read the video propoerly:
--> [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001e9e7e0] stream 0, timescale not set
--> [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001e9e7e0] max_analyze_duration 300000000 reached at 300010667
That's messing up the video length/end time.
BTW, the chapter information ONLY contains teh start time, that's ffmpeg GUESSING the end time based on the next chapter/end of video. Since it's not able to properly read the end of video it's showing the wrong number. Nothing here to worry about.
Each decoder will read the end of video independently, other decoding are reading it properly, just that ffmpeg is going nuts.
I think it' something to do with the video and ffmpeg not being to read the video propoerly:
--> [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001e9e7e0] stream 0, timescale not set
--> [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001e9e7e0] max_analyze_duration 300000000 reached at 300010667
That's messing up the video length/end time.
BTW, the chapter information ONLY contains teh start time, that's ffmpeg GUESSING the end time based on the next chapter/end of video. Since it's not able to properly read the end of video it's showing the wrong number. Nothing here to worry about.
Each decoder will read the end of video independently, other decoding are reading it properly, just that ffmpeg is going nuts.