Hi,
I am using DM368EVM and able to use encode & decode examples provided by TI. I want to save file in MP4 format so that it can be played in all the players. Can anyone suggest how to record/encode video with MP4 container.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using DM368EVM and able to use encode & decode examples provided by TI. I want to save file in MP4 format so that it can be played in all the players. Can anyone suggest how to record/encode video with MP4 container.
vipul mahajan,
Are you streaming the video over RTP? You want to dump H264 data in MP4 format on your PC(rtp receiver)?
Regards
Ravikiran
No, I am not streaming the video. I want to capture video (done through encode application given with DVSDK) in MP4 format. Right now the video is captured in raw h.264 format with .264 extension. I want it to become MP4 so that every player can play it. Any help would be appreciated.
Hi vipul mahajan,
In gstreamer framework you can use mp4mux or qtmux to create a mp4 container for a h264 video stream.
see : http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines
Mike
Hi Vipul,
Hi,
I want to encode a video file in h264 format and save that in mp4 file.
I am using DM8148 evm board, with ezsdk 5_05_02.
I am not interested in using gst-launch.
Do we have OMX api's or any kind of example that encodes in h264 format and saves in mp4 file.
Help is most appreciated.
Thanks and regards,
Baz