Audio Codec for specified Audio Language?

Any questions? Need some help?
Post Reply
ErAzOr
Posts: 6
Joined: 29 Jun 2014, 09:39

Audio Codec for specified Audio Language?

Post 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
User avatar
rednoah
The Source
Posts: 24035
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Audio Codec for specified Audio Language?

Post 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. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply