Page 1 of 1

[DOCS] Audio Codec Profile

Posted: 23 Dec 2024, 09:15
by rednoah
:idea: {aco} may be based on one of the following audio stream properties:

Groovy: Select all

audio.Codec_Profile
audio.Format_Profile
audio.Format_Commercial

e.g.

Properties: Select all

Format_Commercial : Dolby Digital


:idea: You can use the replace() function to replace the possible values of {aco} with your preferred abbreviations:

Format: Select all

{
	aco.replace(
		'Dolby Digital Plus with Dolby Atmos' : 'DDP+DA',
		'Dolby Digital Plus' : 'DDP',
		'Dolby Digital' : 'DD',
	)
}