zouhouzi / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

Wrong duration of tracks after merging few files #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. merge a few mp4 files (like in AppendExample)
2. look at duration of resulted file

What is the expected output? 
sum of duration of those files.

What do you see instead?
160.

What version of the product are you using? 
isoviewer-1.0-RC-31.

On what operating system?
Linux Mint 15, Android 2.3.7

I found that a regular file contains a track that contains samples of all of 
which have a length of 160, but  in the merged file, only the first sample 
track has non-zero length (160)

Original issue reported on code.google.com by iFed...@gmail.com on 31 Jan 2014 at 3:36

GoogleCodeExporter commented 8 years ago
Here are example of files about which I wrote.

Original comment by iFed...@gmail.com on 1 Feb 2014 at 9:00

Attachments:

GoogleCodeExporter commented 8 years ago
with isoviewer-1.0-RC-28 all works correct

Original comment by iFed...@gmail.com on 6 Feb 2014 at 8:25

GoogleCodeExporter commented 8 years ago
fixed at least i ntrunk. most likely also in 1.0.1

Original comment by Sebastian.Annies on 19 Jun 2014 at 3:41