Page 1 of 1

Audio Codec for specified Audio Language?

Posted: 01 Sep 2016, 17:19
by ErAzOr
Hi,

is it possible to only return Audio Codec from specified Audio Language?

For example like:

If audio.language = 'de' then return audio.codec

Hope someone has an solution :)

Thank you

Re: Audio Codec for specified Audio Language?

Posted: 02 Sep 2016, 14:15
by rednoah
Yes, but you'll need a little bit of Groovy logic for that.

Pretty much just if-then-else so it shouldn't be too hard. ;)