Remove Soundcloud export format presets
Now that Soundcloud export isn't a persistent property of export presets, these are of no use whatsoever.
This commit is contained in:
parent
10ed21a498
commit
ec6631d75c
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ExportFormatSpecification name="Soundcloud upload (lossless)" id="14f5b271-86b3-48c6-9ee2-133f46fe06c1" with-cue="false" with-toc="false" upload="true" command="">
|
||||
<Encoding id="F_FLAC" type="T_Sndfile" extension="flac" name="FLAC" has-sample-format="true" channel-limit="8"/>
|
||||
<SampleRate rate="1"/>
|
||||
<SRCQuality quality="SRC_SincBest"/>
|
||||
<EncodingOptions>
|
||||
<Option name="sample-format" value="SF_16"/>
|
||||
<Option name="dithering" value="D_Shaped"/>
|
||||
<Option name="tag-metadata" value="true"/>
|
||||
<Option name="tag-support" value="true"/>
|
||||
<Option name="broadcast-info" value="false"/>
|
||||
</EncodingOptions>
|
||||
<Processing>
|
||||
<Normalize enabled="false" target="1"/>
|
||||
<Silence>
|
||||
<Start>
|
||||
<Trim enabled="false"/>
|
||||
<Add enabled="false">
|
||||
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
|
||||
</Add>
|
||||
</Start>
|
||||
<End>
|
||||
<Trim enabled="false"/>
|
||||
<Add enabled="false">
|
||||
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
|
||||
</Add>
|
||||
</End>
|
||||
</Silence>
|
||||
</Processing>
|
||||
</ExportFormatSpecification>
|
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ExportFormatSpecification name="Soundcloud upload (lossy)" id="a42eb2fe-2470-4aa9-8027-798ba625592a" with-cue="false" with-toc="false" upload="true" command="">
|
||||
<Encoding id="F_Ogg" type="T_Sndfile" extension="ogg" name="Ogg Vorbis" has-sample-format="false" channel-limit="256"/>
|
||||
<SampleRate rate="44100"/>
|
||||
<SRCQuality quality="SRC_SincBest"/>
|
||||
<EncodingOptions>
|
||||
<Option name="sample-format" value="SF_Vorbis"/>
|
||||
<Option name="dithering" value="D_Shaped"/>
|
||||
<Option name="tag-metadata" value="true"/>
|
||||
<Option name="tag-support" value="true"/>
|
||||
<Option name="broadcast-info" value="false"/>
|
||||
</EncodingOptions>
|
||||
<Processing>
|
||||
<Normalize enabled="false" target="1"/>
|
||||
<Silence>
|
||||
<Start>
|
||||
<Trim enabled="false"/>
|
||||
<Add enabled="false">
|
||||
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
|
||||
</Add>
|
||||
</Start>
|
||||
<End>
|
||||
<Trim enabled="false"/>
|
||||
<Add enabled="false">
|
||||
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
|
||||
</Add>
|
||||
</End>
|
||||
</Silence>
|
||||
</Processing>
|
||||
</ExportFormatSpecification>
|
Loading…
Reference in New Issue
Block a user