Hi,
Apologies if this is a dupe, but I'm trying to create a profile where I can convert a DTS track to FLAC and retain the original DTS track in the output. The stickied Conversion profiles topic mentions a you can have any number of outputs, but I can't seem to make a valid XML.
Does anybody have a sample that they can post, please?
Example of a profile with two outputs per type?
-
- Posts: 2
- Joined: Wed Feb 23, 2022 5:00 pm
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Example of a profile with two outputs per type?
Code: Select all
<trackSettings input="DTSHDMA-multi">
<output outputSettingsName="copy"
defaultSelection="$app_DefaultSelectionString">
</output>
<output outputSettingsName="flac-fast"
defaultSelection="$app_DefaultSelectionString">
</output>
</trackSettings>
-
- Posts: 2
- Joined: Wed Feb 23, 2022 5:00 pm
Re: Example of a profile with two outputs per type?
Awesome, thank you very much!