summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins/110.oggvorbis.soundkonverter.xml
blob: 592fa5c26b14271b79324aee4d69fd9f90d05ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version = '1.0' encoding = 'UTF-8'?>
<soundkonverter type="converter" >
  <info about_de="Plugin fuer Ogg Vorbis" about="Plugin for en-/decoding Ogg Vorbis files with oggenc and oggdec. oggenc and oggdec should be shipped with your distribution. Nothing else is to install." version="304" author="Daniel Faust" name="Ogg Vorbis (oggenc &amp; oggdec)" />
  <enc bin="oggenc" param="" overwrite="" mime_types="application/ogg,audio/vorbis" silent_param="--quiet" rank="100" in_out_files="%p -o %o %i" enabled="true" >
    <lossy enabled="true" >
      <channels stereo_param="" stereo_enabled="" mono_param="--downmix" mono_enabled="true" />
      <samplingrate unit="Hz" param="--resample %s" enabled="true" />
      <bitrate>
        <abr output=" [ %p,%*s%%]" param="-b %b" enabled="true" >
          <bitrate_range min_param="-m %m" max_param="-M %M" enabled="true" />
        </abr>
      </bitrate>
      <quality range_min="-1" range_max="10" help="0 ~ -1.0\n10 ~ 0.1\n20 ~ 1.2\n30 ~ 2.3\n40 ~ 3.4\n50 ~ 4.5\n60 ~ 5.6\n70 ~ 6.7\n80 ~ 7.8\n90 ~ 8.9\n100 ~ 10.0" output=" [ %p,%*s%%]" separator="." param="-q %q" step="0.01" profiles="" enabled="true" />
    </lossy>
    <tag comment="--comment %tc" title="--title %tt" track="--tracknum %tn" param="" artist="--artist %ta" album="--album %tb" year="--date %ty" genre="--genre %tg" enabled="true" />
  </enc>
  <dec bin="oggdec" output=" [ %p,%*s%%]" param="" overwrite="" mime_types="application/ogg,audio/vorbis" silent_param="--quiet" rank="100" in_out_files="%p -o %o %i" enabled="true" />
</soundkonverter>