Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to add new codecs to IGEP GST FRAMEWORK

237 bytes removed, 11:25, 3 February 2012
no edit summary
<span lang="EN-US">directory and add following lines.</span>
<pre>&lt;span lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;span lang="EN-US"&gt;/* in my case with aacheenc */&lt;/span&gt; &lt;span lang="EN-US"&gt;{
"AAC Audio Encoder", /* String name of codec used by plugin*/
"aacheenc", /* String name of codec used by CE */
codecServer /* Engine that contains this codec */
},
&lt;!--[if&nbsp;!supportLineBreakNewLine]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;</pre> &lt;span lang="EN-US" /&gt;
=== <span lang="EN-US">Step 7 - Compile</span> ===