I am trying to write a code in c/c++ (objective c) to parse the audio and video data from mp4 file. I know that data in mp4 file contains under the mp4 atom but not sure how i can parse out the audio and video data separately.
Thanks in advance for any help.