diff options
Diffstat (limited to 'src/plugins/plugins/145.ffmpeg.soundkonverter.xml')
-rwxr-xr-x | src/plugins/plugins/145.ffmpeg.soundkonverter.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/plugins/145.ffmpeg.soundkonverter.xml b/src/plugins/plugins/145.ffmpeg.soundkonverter.xml new file mode 100755 index 0000000..e2613c4 --- /dev/null +++ b/src/plugins/plugins/145.ffmpeg.soundkonverter.xml @@ -0,0 +1,16 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<soundkonverter type="converter" > + <info about="Decodes: ac3, mp2, mp3, ogg, m4a, ra and wma files and encodes: ac3, mp2, mp3, ogg, m4a and ra files. Video decoding is also supported. ffmpeg is required." version="303" author="Daniel Faust" name="FFMPEG (ffmpeg)" /> + <enc bin="ffmpeg" param="" overwrite="-y" mime_types="audio/ac3,audio/x-mp3,audio/mpeg,audio/x-mp2,audio/vorbis,application/ogg,audio/mp4,audio/vnd.rn-realaudio,audio/x-m4a,audio/x-ms-wma" 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" /> + <samplingrate unit="Hz" param="-ar %s" enabled="true" /> + <channels stereo_param="-ac 2" stereo_enabled="true" mono_param="-ac 1" mono_enabled="true" /> + <lossy enabled="true" > + <bitrate> + <cbr output="size= %*s time=%t.%*s" param="-ab %b" enabled="true" /> + </bitrate> + </lossy> + <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/ac3,audio/mpeg,audio/x-mp3,audio/x-mp2,audio/vnd.rn-realaudio,video/vnd.rn-realvideo,application/vnd.rn-realmedia,audio/vorbis,application/ogg,audio/x-ms-wma,video/x-ms-asf,audio/mp4,video/mp4,audio/aac,video/x-msvideo,video/mpeg,video/x-ms-wmv,video/x-flv,audio/x-m4a,audio/amr" silent_param="" rank="60" in_out_files="%p -i %i %o" enabled="true" /> +</soundkonverter> |