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.xml < prev    next >
Text File  |  2012-06-08  |  630b  |  22 lines

  1. <profile>
  2.   <type>audio</type>
  3.   <id>ff32f7c8-20fe-4e40-b1b0-1aea585c9368</id>
  4.   <priority>2000</priority> <!-- Medium priority. Lower priority than mp3 to
  5.                                  keep mp3 the default. -->
  6.   <description>AAC</description>
  7.   <mimetype>audio/aac</mimetype>
  8.   <extension>m4a</extension>
  9.  
  10.   <container>
  11.     <type>video/mp4</type>
  12.     <attribute name="variant" type="string" value="iso" />
  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.