summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-13 16:02:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-13 16:02:35 +0000
commitd0cbadd07ea9d22bee7751f7b6a62138e8bfec50 (patch)
treee5b757332a1e3c2cbe9f63eb477bafcd54913abd /export
parent751cc84dd2010a2c669a0155c0e2a0ce47d16592 (diff)
pre-defined export presets and formats, part one
git-svn-id: svn://localhost/ardour2/branches/3.0@9133 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'export')
-rw-r--r--export/CD (Red Book).format30
-rw-r--r--export/CD + DVD-A.preset21
-rw-r--r--export/CD + FLAC (tagged).preset21
-rw-r--r--export/CD + FLAC.preset21
-rw-r--r--export/CD + Ogg_Vorbis (tagged).preset21
-rw-r--r--export/CD + Ogg_Vorbis + FLAC (tagged).preset30
-rw-r--r--export/CD + Ogg_Vorbis.preset21
-rw-r--r--export/CD only.preset12
-rw-r--r--export/DVD only.preset12
-rw-r--r--export/DVD-A only.preset12
-rw-r--r--export/DVD-A.format30
-rw-r--r--export/FLAC (tagged).preset12
-rw-r--r--export/FLAC 24 bit (tagged).format30
-rw-r--r--export/FLAC 24 bit .format30
-rw-r--r--export/FLAC.preset12
-rw-r--r--export/Ogg_Vorbis (tagged).format30
-rw-r--r--export/Ogg_Vorbis (tagged).preset12
-rw-r--r--export/Ogg_Vorbis + FLAC (tagged).preset21
-rw-r--r--export/Ogg_Vorbis + FLAC.preset21
-rw-r--r--export/Ogg_Vorbis .preset12
-rw-r--r--export/Ogg_Vorbis.format30
21 files changed, 441 insertions, 0 deletions
diff --git a/export/CD (Red Book).format b/export/CD (Red Book).format
new file mode 100644
index 0000000000..21a277e1d6
--- /dev/null
+++ b/export/CD (Red Book).format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="CD (Red Book)" id="7bb867db-67b0-4aaf-9987-38c31e15052e">
+ <Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="WAV" has-sample-format="true" channel-limit="256"/>
+ <SampleRate rate="44100"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_16"/>
+ <Option name="dithering" value="D_Shaped"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="false"/>
+ <Option name="broadcast-info" value="false"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="true" target="-0"/>
+ <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>
diff --git a/export/CD + DVD-A.preset b/export/CD + DVD-A.preset
new file mode 100644
index 0000000000..53a8293fde
--- /dev/null
+++ b/export/CD + DVD-A.preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="b065afc9-578f-4453-8f9e-12191a7f656b" name="CD + DVD-A">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="8019f5e8-4929-447d-8471-e0df80b41795"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD + FLAC (tagged).preset b/export/CD + FLAC (tagged).preset
new file mode 100644
index 0000000000..4e9bc8726c
--- /dev/null
+++ b/export/CD + FLAC (tagged).preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="27a2339b-2839-4f6c-917e-4eeeb767a8da" name="CD + FLAC (tagged)">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="0627662f-f190-468d-9bb8-db0cca42eac5"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD + FLAC.preset b/export/CD + FLAC.preset
new file mode 100644
index 0000000000..133d1bb67f
--- /dev/null
+++ b/export/CD + FLAC.preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="000c42c3-a863-4522-b355-32fcc81f39c9" name="CD + FLAC">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="84a9d860-578b-4b4a-bb2c-3808435d114a"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD + Ogg_Vorbis (tagged).preset b/export/CD + Ogg_Vorbis (tagged).preset
new file mode 100644
index 0000000000..d8f816cbd1
--- /dev/null
+++ b/export/CD + Ogg_Vorbis (tagged).preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="1720a0a5-ac77-4276-b096-af082fd2f48d" name="CD + Ogg/Vorbis (tagged)">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="f6bc67b9-558d-4788-a7de-57ed763c6227"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD + Ogg_Vorbis + FLAC (tagged).preset b/export/CD + Ogg_Vorbis + FLAC (tagged).preset
new file mode 100644
index 0000000000..4bf94ddb3b
--- /dev/null
+++ b/export/CD + Ogg_Vorbis + FLAC (tagged).preset
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="46a07add-07b8-449b-ba91-c7e705adb1c4" name="CD + Ogg/Vorbis + FLAC (tagged)">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="f6bc67b9-558d-4788-a7de-57ed763c6227"/>
+ <ExportFormat id="0627662f-f190-468d-9bb8-db0cca42eac5"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD + Ogg_Vorbis.preset b/export/CD + Ogg_Vorbis.preset
new file mode 100644
index 0000000000..a6bde9c2eb
--- /dev/null
+++ b/export/CD + Ogg_Vorbis.preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="18d06222-d32e-4950-a794-152ced251bf5" name="CD + Ogg/Vorbis">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFormat id="fd73f19e-c0fb-4e72-906d-a25625b752b2"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/CD only.preset b/export/CD only.preset
new file mode 100644
index 0000000000..1b6cf1303e
--- /dev/null
+++ b/export/CD only.preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="df340c53-88b5-4342-a1c8-58e0704872ea" name="CD only">
+ <ExportFormat id="7bb867db-67b0-4aaf-9987-38c31e15052e"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/DVD only.preset b/export/DVD only.preset
new file mode 100644
index 0000000000..c1f5897e2c
--- /dev/null
+++ b/export/DVD only.preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="6a94a44b-c7f5-4859-a8ee-cbf31019d697" name="DVD only">
+ <ExportFormat id="8019f5e8-4929-447d-8471-e0df80b41795"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/DVD-A only.preset b/export/DVD-A only.preset
new file mode 100644
index 0000000000..9c402f80d2
--- /dev/null
+++ b/export/DVD-A only.preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="f69e0cd2-2378-49db-8676-992bedb172e0" name="DVD-A only">
+ <ExportFormat id="8019f5e8-4929-447d-8471-e0df80b41795"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/DVD-A.format b/export/DVD-A.format
new file mode 100644
index 0000000000..84dd26f49e
--- /dev/null
+++ b/export/DVD-A.format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="DVD-A" id="8019f5e8-4929-447d-8471-e0df80b41795">
+ <Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="WAV" has-sample-format="true" channel-limit="256"/>
+ <SampleRate rate="44100"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_16"/>
+ <Option name="dithering" value="D_Shaped"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="false"/>
+ <Option name="broadcast-info" value="false"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="true" target="-0"/>
+ <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>
diff --git a/export/FLAC (tagged).preset b/export/FLAC (tagged).preset
new file mode 100644
index 0000000000..e6d50f68f2
--- /dev/null
+++ b/export/FLAC (tagged).preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="e379c6d0-9761-413a-86fd-91bf19655dbd" name="FLAC (tagged)">
+ <ExportFormat id="0627662f-f190-468d-9bb8-db0cca42eac5"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/FLAC 24 bit (tagged).format b/export/FLAC 24 bit (tagged).format
new file mode 100644
index 0000000000..437908eae0
--- /dev/null
+++ b/export/FLAC 24 bit (tagged).format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="FLAC 24 bit (tagged)" id="0627662f-f190-468d-9bb8-db0cca42eac5">
+ <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_24"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="true"/>
+ <Option name="tag-support" value="true"/>
+ <Option name="broadcast-info" value="false"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="true" target="-0"/>
+ <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>
diff --git a/export/FLAC 24 bit .format b/export/FLAC 24 bit .format
new file mode 100644
index 0000000000..96977c2ce8
--- /dev/null
+++ b/export/FLAC 24 bit .format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="FLAC 24 bit " id="84a9d860-578b-4b4a-bb2c-3808435d114a">
+ <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_24"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="true"/>
+ <Option name="broadcast-info" value="false"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="true" target="-0"/>
+ <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>
diff --git a/export/FLAC.preset b/export/FLAC.preset
new file mode 100644
index 0000000000..f57d1ebccb
--- /dev/null
+++ b/export/FLAC.preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="4e4e9e52-a0b3-456e-a408-fcee4309a219" name="FLAC">
+ <ExportFormat id="84a9d860-578b-4b4a-bb2c-3808435d114a"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/Ogg_Vorbis (tagged).format b/export/Ogg_Vorbis (tagged).format
new file mode 100644
index 0000000000..1e7e280955
--- /dev/null
+++ b/export/Ogg_Vorbis (tagged).format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="Ogg/Vorbis (tagged)" id="f6bc67b9-558d-4788-a7de-57ed763c6227">
+ <Encoding id="F_Ogg" type="T_Sndfile" extension="ogg" name="Ogg Vorbis" has-sample-format="false" channel-limit="256"/>
+ <SampleRate rate="1"/>
+ <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="true" target="-0"/>
+ <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>
diff --git a/export/Ogg_Vorbis (tagged).preset b/export/Ogg_Vorbis (tagged).preset
new file mode 100644
index 0000000000..c5fcb4fc26
--- /dev/null
+++ b/export/Ogg_Vorbis (tagged).preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="a83019f9-858e-4b69-8cc2-8d0487003d14" name="Ogg/Vorbis (tagged)">
+ <ExportFormat id="f6bc67b9-558d-4788-a7de-57ed763c6227"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/Ogg_Vorbis + FLAC (tagged).preset b/export/Ogg_Vorbis + FLAC (tagged).preset
new file mode 100644
index 0000000000..6d640ed0f2
--- /dev/null
+++ b/export/Ogg_Vorbis + FLAC (tagged).preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="1b66de13-b1e6-4636-88ff-78db4672a393" name="Ogg/Vorbis + FLAC (tagged)">
+ <ExportFormat id="0627662f-f190-468d-9bb8-db0cca42eac5"/>
+ <ExportFormat id="f6bc67b9-558d-4788-a7de-57ed763c6227"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/Ogg_Vorbis + FLAC.preset b/export/Ogg_Vorbis + FLAC.preset
new file mode 100644
index 0000000000..4a7d614dde
--- /dev/null
+++ b/export/Ogg_Vorbis + FLAC.preset
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="4edb978c-4ef2-4a8b-86f7-776c63f358e8" name="Ogg/Vorbis + FLAC">
+ <ExportFormat id="84a9d860-578b-4b4a-bb2c-3808435d114a"/>
+ <ExportFormat id="fd73f19e-c0fb-4e72-906d-a25625b752b2"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/Ogg_Vorbis .preset b/export/Ogg_Vorbis .preset
new file mode 100644
index 0000000000..e6b13b2652
--- /dev/null
+++ b/export/Ogg_Vorbis .preset
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportPreset id="7b363b5c-19ab-4585-b10c-dd5ebd0300fe" name="Ogg/Vorbis ">
+ <ExportFormat id="fd73f19e-c0fb-4e72-906d-a25625b752b2"/>
+ <ExportFilename>
+ <Folder relative="true" path="/export"/>
+ <Field name="label" enabled="false"/>
+ <Field name="session" enabled="false"/>
+ <Field name="revision" enabled="false"/>
+ <Field name="time" enabled="false" value="T_None"/>
+ <Field name="date" enabled="false" value="D_None"/>
+ </ExportFilename>
+</ExportPreset>
diff --git a/export/Ogg_Vorbis.format b/export/Ogg_Vorbis.format
new file mode 100644
index 0000000000..e7f375a6af
--- /dev/null
+++ b/export/Ogg_Vorbis.format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="Ogg/Vorbis" id="fd73f19e-c0fb-4e72-906d-a25625b752b2">
+ <Encoding id="F_Ogg" type="T_Sndfile" extension="ogg" name="Ogg Vorbis" has-sample-format="false" channel-limit="256"/>
+ <SampleRate rate="1"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_Vorbis"/>
+ <Option name="dithering" value="D_Shaped"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="true"/>
+ <Option name="broadcast-info" value="false"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="true" target="-0"/>
+ <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>