Example of a profile with two outputs per type?

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
snootybooty
Posts: 2
Joined: Wed Feb 23, 2022 5:00 pm

Example of a profile with two outputs per type?

Post by snootybooty »

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?
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Example of a profile with two outputs per type?

Post by mike admin »

Code: Select all

    <trackSettings input="DTSHDMA-multi">
        <output outputSettingsName="copy"
                defaultSelection="$app_DefaultSelectionString">
        </output>
        <output outputSettingsName="flac-fast"
                defaultSelection="$app_DefaultSelectionString">
        </output>
    </trackSettings>
and repeat this for each input
snootybooty
Posts: 2
Joined: Wed Feb 23, 2022 5:00 pm

Re: Example of a profile with two outputs per type?

Post by snootybooty »

mike admin wrote:
Wed Feb 23, 2022 5:41 pm

and repeat this for each input
Awesome, thank you very much!
Post Reply