View Full Version : Where is the video length information in mp4(h.264) file?
puter
10th July 2007, 07:44
Hi
Do you know Where is the video length information in mp4(h.264) file?
How can I get that?
Hard to find that cause the search words are so simple.
Thank you
Kurtnoise
10th July 2007, 13:29
In what way ? Most of the time, this is stored in the moov->mvhd atom...in fact, you need duration & timescale.
If you don't care about that, have a look at MediaInfo to retrieve some infos about your file.
puter
11th July 2007, 10:57
I gotcha thank you Kurtnoise13
ReadAtom: type = "mvhd" data-size = 100 (0x64) hdr 8
Read: version = 0 (0x00)
Read: flags = 0 (0x000000)
Read: creationTime = 2082844800 (0x7c25b080)
Read: modificationTime = 2082844800 (0x7c25b080)
Read: timeScale = 1000 (0x000003e8)
Read: duration = 2143 (0x0000085f)
Read: rate = 1.000000
Read: volume = 1.000000
Read: reserved1 = <70 bytes>
Lele-brz
11th July 2007, 12:06
hi,
I'm interested in changing the duration, is there a tool that can do that?
thanks
Kurtnoise
11th July 2007, 13:19
For what for ? I don't get your point...
btw, Any hex editors or Dumpster should be able to do that.
puter
12th July 2007, 04:55
hmmm just fix hex code :)
I don't have it
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.