1 Jan 2006 16:06
Re: ffmpeg mp4 demuxer doesnt handle 64bit
bond <b-o-n-d <at> gmx.net>
2006-01-01 15:06:22 GMT
2006-01-01 15:06:22 GMT
> > I tried to fix it but I don't know if it works as I don't have any test > > file with version1 mdhd that I know of. > > > > plese cvs up and test. > > great i will try it asap ok i now tried it and mplayer now plays the file with latest ffmpeg demuxer, still there is a problem: the framerate is far off, it should be 29.97 but 15712911.000 fps get used. i guess thats maybe because the duration is not recognized as being 64bit too (timescale is always 32bit)? > > > type mdia > > > type mdhd > > > version = 1 (0x01) > > > flags = 0 (0x000000) > > > creationTime = 3218293987 (0x00000000bfd344e3) > > > modificationTime = 3218295051 (0x00000000bfd3490b) > > > timeScale = 15712911 (0x00efc28f) > > > > So is it 32 or 64 bits here ?? > > > > > duration = 4525654016 (0x000000010dc00000) > > creation/modtime and duration is 64bit, as mentioned in the specs > > > > language = 21956 (0x55c4) > > > > That doesn't look like a valid language code (< 138, though the table I(Continue reading)
RSS Feed