summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-20 00:21:51 +0100
committerRobin Gareus <robin@gareus.org>2018-11-20 00:21:51 +0100
commit731a745c1c32d553a327146bca6822c792d0e156 (patch)
tree26f8d4f5f354d031bb423a464aa823815d763fe0 /export
parentdfef8b7f6257364053e13ab4d5e317b703abd0af (diff)
Add some mp3 export presets
Diffstat (limited to 'export')
-rw-r--r--export/MP3 (extreme).format31
-rw-r--r--export/MP3 (medium).format31
-rw-r--r--export/MP3 (standard).format31
3 files changed, 93 insertions, 0 deletions
diff --git a/export/MP3 (extreme).format b/export/MP3 (extreme).format
new file mode 100644
index 0000000000..b2d2609863
--- /dev/null
+++ b/export/MP3 (extreme).format
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="MP3 (extreme)" id="46d56da4-0b70-419a-9e5b-b68f5ba84fa4" with-cue="0" with-toc="0" with-mp4chaps="0" command="" analyse="1" soundcloud-upload="0">
+ <Encoding id="F_FFMPEG" type="T_FFMPEG" extension="mp3" name="MP3" has-sample-format="0" channel-limit="256"/>
+ <SampleRate rate="SR_Session"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <CodecQuality quality="0"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_Float"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="0"/>
+ <Option name="tag-support" value="0"/>
+ <Option name="broadcast-info" value="0"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="0" loudness="0" dbfs="0" lufs="-23" dbtp="-1"/>
+ <Silence>
+ <Start>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </Start>
+ <End>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </End>
+ </Silence>
+ </Processing>
+</ExportFormatSpecification>
diff --git a/export/MP3 (medium).format b/export/MP3 (medium).format
new file mode 100644
index 0000000000..24b1a5e97d
--- /dev/null
+++ b/export/MP3 (medium).format
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="MP3 (medium)" id="a0a9fd49-cea4-4d68-b72a-f3572e9ecd24" with-cue="0" with-toc="0" with-mp4chaps="0" command="" analyse="1" soundcloud-upload="0">
+ <Encoding id="F_FFMPEG" type="T_FFMPEG" extension="mp3" name="MP3" has-sample-format="0" channel-limit="256"/>
+ <SampleRate rate="SR_Session"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <CodecQuality quality="-4"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_Float"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="0"/>
+ <Option name="tag-support" value="0"/>
+ <Option name="broadcast-info" value="0"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="0" loudness="0" dbfs="0" lufs="-23" dbtp="-1"/>
+ <Silence>
+ <Start>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </Start>
+ <End>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </End>
+ </Silence>
+ </Processing>
+</ExportFormatSpecification>
diff --git a/export/MP3 (standard).format b/export/MP3 (standard).format
new file mode 100644
index 0000000000..c1c97f08c8
--- /dev/null
+++ b/export/MP3 (standard).format
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="MP3 (standard)" id="5a92bc30-ad31-4e51-82d4-66f0b5d2f9df" with-cue="0" with-toc="0" with-mp4chaps="0" command="" analyse="1" soundcloud-upload="0">
+ <Encoding id="F_FFMPEG" type="T_FFMPEG" extension="mp3" name="MP3" has-sample-format="0" channel-limit="256"/>
+ <SampleRate rate="SR_Session"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <CodecQuality quality="-2"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_Float"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="0"/>
+ <Option name="tag-support" value="0"/>
+ <Option name="broadcast-info" value="0"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="0" loudness="0" dbfs="0" lufs="-23" dbtp="-1"/>
+ <Silence>
+ <Start>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </Start>
+ <End>
+ <Trim enabled="0"/>
+ <Add enabled="0">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </End>
+ </Silence>
+ </Processing>
+</ExportFormatSpecification>