I would like to build an expression field which extracts the audio format from the compression field. I do have various compression fields for ex:
- bdmv video (video: h264, audio: dts-hd)
- bdmv video (video: vc-1, audio:truehd)
- ifo video (video: mpeg2, audio: DTS)
I would like just to have the value dts-hd, truehd or DTS
Is there an expression which would take x characters starting after audio: for example...
I'm trying to wrap my head around regex...but not there yet...
Any help is very appreciated
SOLVED : ifElse(regex()) did the trick