I have 2 files: fileSequence0.ts and fileSequence1.ts, I use ffmpeg to inspected the number of frames of each file, the result is:
- fileSequence0.ts, 29 frames
- fileSequence1.ts, 28 frames
Then I concat the 2 files into one:
ffmpeg -i 'concat:fileSequence0.ts|fileSequence1.ts' -codec copy merge.mp4
Now, merge.mp4 has 58 frames, not 57 = 29 + 28, what's that about, can any one point out what knowlege I am missing?
The files mentioned here can be download at: https://github.com/ideawu/missing-frame-between-ts