home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / gstreamer / encode-profiles / aac-3gp.xml next >
Text File  |  2012-06-08  |  644b  |  22 lines

  1. <profile>
  2.   <type>audio</type>
  3.   <id>43073fcc-d2b3-48f6-8f8c-9c729e899d77</id>
  4.   <priority>1000</priority> <!-- Lowish priority; never want to use this one
  5.                                  when there are better options -->
  6.   <description>AAC/3GP</description>
  7.   <mimetype>audio/aac</mimetype>
  8.   <extension>3gp</extension>
  9.  
  10.   <container>
  11.     <type>video/3gpp</type>
  12.     <attribute name="variant" type="string" value="3gpp" />
  13.   </container>
  14.  
  15.   <audio>
  16.     <type>audio/aac</type>
  17.     <attribute name="mpegversion" type="int" value="4" />
  18.  
  19.     <property name="bitrate" type="int" min="32000" max="256000" default="128000" />
  20.   </audio>
  21. </profile>
  22.