Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

writing h264 into mp4 using mp4v2

46 views
Skip to first unread message

nithyb

unread,
Nov 13, 2009, 6:26:54 AM11/13/09
to
I have raw H.264 stream from camera, which i have to store it in a mp4 file. I have mp4v2 library and using VS2005. Can some one give me refernce meterial to accomplish this task.

EggHeadCafe - Software Developer Portal of Choice
Forms Based Authentication Filtered Content Editor for SharePoint
http://www.eggheadcafe.com/tutorials/aspnet/cb4d6067-0cff-479b-af5c-5aeaa4556c43/forms-based-authenticatio.aspx

Jeremy Noring

unread,
Nov 17, 2009, 4:45:24 PM11/17/09
to
On Nov 13, 3:26 am, Nithy B wrote:
> I have raw H.264 stream from camera, which i have to store it in a mp4 file. I have mp4v2 library and using VS2005. Can some one give me refernce meterial to accomplish this task.

No--you need to write your own code. Also, since only you know about
your encoder implementation, you're the only person who can write it
(you'll need some encoder-specific output to write the h264 track in
mp4v2). I suggest you review the mp4v2 documentation, which is quite
good and includes standard interfaces for writing H264 tracks.

0 new messages