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 / vorbis.xml < prev    next >
Text File  |  2012-06-08  |  858b  |  25 lines

  1. <profile>
  2.   <type>audio</type>
  3.   <id>b25ea17e-c2b9-4e5c-99ff-d96f247c0b4e</id>
  4.   <priority>2500</priority> <!-- Medium priority; Vorbis is a good choice when 
  5.                                  it's supported, but isn't as widely supported
  6.                                  as some alternatives. -->
  7.   <description>Ogg Vorbis</description>
  8.   <!-- We use the mime types that we use for device capabilities, even when
  9.        these aren't the most accurate option available -->
  10.   <mimetype>application/ogg</mimetype>
  11.   <extension>ogg</extension>
  12.  
  13.   <container>
  14.     <type>application/ogg</type>
  15.   </container>
  16.  
  17.   <audio>
  18.     <type>audio/x-vorbis</type>
  19.     <!-- Max is set to 250000 because that's the maximum the gstreamer element
  20.          will accept. -->
  21.     <property name="bitrate" type="int" min="45000" max="250000" default="128000"/>
  22.   </audio>
  23. </profile>
  24.  
  25.