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

  1. <profile>
  2.   <type>audio</type>
  3.   <id>e8d631a1-f587-4517-8b1a-6da1a7deda44</id>
  4.   <priority>3000</priority> <!-- High priority - MP3 is pretty universally
  5.                                  supported, so it's a good default -->
  6.   <description>MP3</description>
  7.   <mimetype>audio/mpeg</mimetype>
  8.   <extension>mp3</extension>
  9.  
  10.   <container>
  11.     <type>audio/mpeg</type>
  12.   </container>
  13.  
  14.   <audio>
  15.     <type>audio/mpeg</type>
  16.     <attribute name="mpegversion" type="int" value="1" />
  17.  
  18.     <property name="bitrate" type="int" min="32000" max="320000" default="192000"/>
  19.   </audio>
  20. </profile>
  21.  
  22.