Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to add new codecs to IGEP GST FRAMEWORK

502 bytes removed, 13:14, 14 May 2012
m
removed broken link
=  How to add a new codec in IGEP-GST-DSP-FRAMEWORK =
<span lang="EN-US" />We will demostrate how to add a new codec inside the IGEP-GST-DSP-FRAMEWORK.
Texas instruments DSP Codecs page it's [http://focus.ti.com/dsp/docs/dspfindtoolswbytooltype.tsp?sectionId=3&tabId=1460&toolTypeId=65&familyId=44 here].
<span lang="EN-US" />DM3730 or OMAP3530 accept the codecs Omtimized for OMAP3530 & DM3730 or C64+ DSP based devices.
We will integrate a acc audio encoder in the codec server.
},
</pre>
<br>
=== ''<span lang="EN-US">Step 5 - Validation</span>'' ===
<pre>/* in my case with aacheenc */
validate_one_codec( "ti.sdo.codecs.aacheenc", "AACHEENC" );</pre>
<br>
=== <span lang="EN-US">''Step 6 - Add codec in gstreamer''</span> ===
codecServer /* Engine that contains this codec */
},
</pre> 
=== <span lang="EN-US">Step 7 - Compile</span> ===
IGEP-GST-DSP framework, copy newly generated files cs.x64P and
ligstticodecplugin.so on board and test with&nbsp;
gstreamer pipeline.</span> <br> <pre>gst-launch-0.10 alsasrc ! TIAudenc1 codecName=aacheenc engineName=codecServer ! filesink location=test.aac</pre> == <span lang="EN-US">References</span> ==
*<span lang="EN-US">&lt[http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server <span style="color:windowtext;otext-decoration:p&gt;&nbsp;&ltnone;text-underline:none">http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server</o:p&gt;span>]</span>
== <span lang="EN-US">&lt;o:p&gt;References&lt;/o:p&gt;</span> Thanks ==
*<span lang="EN-US">Many thanks to&ltnbsp;o:p&gt;&lt;/o:p&gt;</span><span lang="EN-US">[http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server <span style="color:windowtext;text-decoration:none;text-underline:none">http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK#Modifications_inside_the_Codec_Server</span>]</span> *<span lang="EN-US">[http://www.igep.es/indexPratik G Shinde for this contribution.php?option=com_kunena&Itemid=97&func=view&catid=80&id=6765&limit=6&limitstart=12#6806 <span style="color:windowtext;text-decoration:none;text-underline:none">http://www.igep.es/index.php?option=com_kunena&amp;Itemid=97&amp;func=view&amp;catid=80&amp;id=6765&amp;limit=6&amp;limitstart=12#6806</span>]</span><br> <span lang="EN-US">&lt;span style="color:windowtext;text-decoration:none;text-underline:none" /&gt;</span>  == Thanks ==
Many thanks to&nbsp;Pratik G Shinde for this contribution.[[Category:Gstreamer]]
0
edits