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 / mp4-mjpeg-adpcm.xml < prev    next >
Text File  |  2012-06-08  |  2KB  |  46 lines

  1. <profile>
  2.   <type>video</type>
  3.   <id>fa25e632-1dd1-11b2-a48f-c58a35593c6d</id>
  4.   <priority>500</priority> <!-- Low priority; this is a very poor choice -->
  5.   <priority quality="0">50</priority> 
  6.   <priority quality="1">1500</priority>
  7.   <description>MP4/MJPEG/ADPCM test profile</description>
  8.   <mimetype>video/quicktime</mimetype>
  9.   <extension>mp4</extension>
  10.  
  11.   <container>
  12.     <type>video/quicktime</type>
  13.     <attribute name="variant" type="string" value="apple" />
  14.   </container>
  15.  
  16.   <video>
  17.     <type>image/jpeg</type>
  18.     <quality-property name="bpp" quality="0" value="0.5"/>
  19.     <quality-property name="bpp" quality="1" value="1.5"/>
  20.  
  21.     <!-- 
  22.       the quality setting only goes up to 95 because that is what the
  23.       libjpeg authors (IJG) recommend as an absolute maximum; see
  24.       "JPEG image compression FAQ, part 1/2" section 5.
  25.       
  26.       At first glance, one may be tempted to increase the default quality
  27.       to a higher value but this won't really yield better looking videos.
  28.       
  29.       Forcing it to a higher default will only yield better looking still
  30.       frames when the video is paused and only marginally so while increasing
  31.       the theoretical size too much.
  32.      -->
  33.     <!-- XXX: for 1.9, change min from 5 to 59, to select the quality Acme
  34.          wants for this profile by default. -->
  35.     <property name="quality" type="int" min="59" max="95" default="50"
  36.               mapping="video-quality" scale="95"/>
  37.   </video>
  38.  
  39.   <audio>
  40.     <type>audio/x-adpcm</type>
  41.     <!-- the bitrate is constant (for a given input format) and not
  42.          tweakable. The actual value here is completely wrong. -->
  43.     <quality-property name="bitrate" quality="0.5" value="200000"/>
  44.   </audio>
  45. </profile>
  46.