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/146.ffmpeg-lossless.soundko...

11 lines
992 B

<?xml version = '1.0' encoding = 'UTF-8'?>
<soundkonverter type="converter" >
<info about="Decodes flac, shn and au files and encodes au files. ffmpeg is required." version="302" author="Daniel Faust" name="FFMPEG Lossless (ffmpeg)" />
<enc bin="ffmpeg" param="" overwrite="-y" mime_types="audio/basic" silent_param="" rank="60" in_out_files="%p -i %i %o" enabled="true" >
<strength range_min="0" range_max="1" separator="" param="%c" step="1" profiles=" ,-hq" default_value="0" enabled="false" />
<lossless output="size= %*s time=%t.%*s" param="" enabled="true" />
<tag comment="-comment %tc" title="-title %tt" track="-track %tn" param="" artist="-author %ta" album="" year="-year %ty" genre="" enabled="true" />
</enc>
<dec bin="ffmpeg" output="size= %*s time=%t.%*s" param="" overwrite="-y" mime_types="audio/x-flac,application/x-shorten,audio/basic,audio/x-tta,audio/x-wavpack" silent_param="" rank="60" in_out_files="%p -i %i %o" enabled="true" />
</soundkonverter>