Hi,
I am using DM368EVM and able to use encode & decode examples provided by TI. I want to save file in avi format so that it can be played in all the players. Can anyone suggest how to record/encode video with avi 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 avi format so that it can be played in all the players. Can anyone suggest how to record/encode video with avi container.
Hi Vipul,
If you TI IPNC software, you can store video in AVI container. If you don't want use IPNC software, just use this as reference and take container related code and you can merge into your application,.
Thanks,
Veeranna
Hi Veeranna,
How can we get IPNC software? Is it free or paid? Can you send me a link for the same.
Helo,
Please contact local TI sales or Appro for ordering the IPNC RDK kit.
visit www.ti.com/ipcamera for more details
Regards,
Raghu
Hi vipul mahajan,
As i post for MP4 container :
In gstreamer framework you can use avimux to create a avi container for a video stream.
see : http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines
Mike
Hi Vipul,
Hi Prasad,
We don't want to use gst but instead looking for solution which can reside in encode application and do the conversion. The container can be any e.g. avi, mp4..etc. Kindly suggest.
Hi,
In that case you may need to implement AVI container format coding and add it to encode application.
Regards, RSV