You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soundkonverter/src/plugins/plugins/151.tta.soundkonverter.xml

9 lines
707 B

<?xml version = '1.0' encoding = 'UTF-8'?>
<soundkonverter type="converter" >
<info about="Plugin for tta. Get ttaenc at http://tta.sourceforge.net" version="300" author="Daniel Faust" name="TTA (ttaenc)" />
<enc bin="ttaenc" param="-e" overwrite="" mime_types="audio/x-tta" silent_param="-s" rank="100" in_out_files="%p -o %o %i" enabled="true" >
<lossless output="Encode: wrote %*s bytes, %p%% complete, ratio: %*s, time: %*s" param="" enabled="true" />
</enc>
<dec bin="ttaenc" output="Decode: wrote %*s bytes, %p%% complete, ratio: %*s, time: %*s" param="-d" overwrite="" mime_types="audio/x-tta" silent_param="-s" rank="100" in_out_files="%p -o %o %i" enabled="true" />
</soundkonverter>