I want to write a program that dispart the audio and video track from .3gp file.
(The format of video track is h.263 and audio is AMR. The data is generated from Android.)
A lot of information had been surveyed from internet but I still can not figure how to do it.
At first, I found out that the header of h.263 and AMR are 0000 0000 0000 0000 1000 00 and 0x23, 0x21, 0x41, 0x4D, 0x52, 0x0A , respectively.
Howevey, I can not find the header from .3gp file.
Does someone can help me?