diff options
Diffstat (limited to 'src/plugins/plugins/110.oggvorbis.soundkonverter.xml')
-rwxr-xr-x | src/plugins/plugins/110.oggvorbis.soundkonverter.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/plugins/110.oggvorbis.soundkonverter.xml b/src/plugins/plugins/110.oggvorbis.soundkonverter.xml new file mode 100755 index 0000000..592fa5c --- /dev/null +++ b/src/plugins/plugins/110.oggvorbis.soundkonverter.xml @@ -0,0 +1,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 & 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> |