C++/VB - writing h264 into mp4 using mp4v2
Asked By Nithy B
13-Nov-09 06:26 AM
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.
Meterial
(1)
Refernce
(1)
Encoder
(1)
Camera
(1)
Terial
(1)
Mp4v2
(1)
H264
(1)
Mp4
(1)
Jeremy Noring replied to Nithy B
le. I have mp4v2 library and using VS2005. Can some one give me refernce me=
terial to accomplish this task.
No--you need to write your own code. Also, since only you know about
your encoder implementation, you are the only person who can write it
(you will 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.

Dlink IP camera to show as source in Flash Media Encoder C++ / VB Hello, I need to show the dlink ip camera (DCS 910) to show as the source in the Flash Media Encoder. Please guide me on how to proceed with this requirement. Win32 DirectX Video Discussions Flash Media Encoder (1) Encoder (1) keywords: Dlink, IP, camera, to, show, as, source, in, Flash, Media, Encoder description: Hello, I need to show the dlink ip camera (DCS 910) to show as the source in the Flash Media Encoder. Please guide me on how to proceed with this require
WMVideo9 Encoder DMO will not connect in graphedt C++ / VB I have a working net send filter that wants to connect its video input pin to the output of a WMVideo9 encoder, in graphedt this encoder filter is called "WMVideo9 Encoder DMO". If I try to use graphedt the pins won't connect. I get the any ideas about how to write a filter / pin that will connect to the WMVideo9 Encoder DMO filter in graphedt? I think you have to debug the connection process a little is happening. - - http: / / www.chrisnet.net / code.htm [MS MVP for DirectShow / MediaFoundation] keywords: WMVideo9, Encoder, DMO, will, not, connect, in, graphedt description: I have a working net send filter that wants to connect its video input pin to the output of a WMVideo9 encoder, in graphedt this encoder filter is called
WMV 9 DMO Encoder / Decoder usage with live stream C++ / VB I am using VS2005 Pro, Directx9, WMV 9 Encoder / Decoder and DirectShow. I am using two platforms; WindowsMobile (on a PocketPC) and XP(PC PC which renders it using VMR9. The live video stream works perfectly without using an encoder / decoder. But when using the WMV 9 Encoder / Decoder there are issues. At first nothing was rendering on the PC. After setting the frame per second. I was told on a newsgroup posting to set to the DMO encoder's IPropertyBag::Write(L"_COMPLEXITYEX"), with a value of 1. With this I am getting is being corrupted on and off. Is there maybe some compatibility issues between using the encoder from mobile and decoder on pc? Other settings that must be done? Details below on I am also getting an EC_BUFFER_FULL event from the BufferFilter after maybe 20sec on the encoder side. So I probably have some frames which are maybe discarded. It could maybe causing the decoding problem. On WindowsMobile I am using the WMV9 Encoder with fourcc WMV3 (which is the only one available). The filter graph I have used