How to extract the audio from the video.
Using the camera plugin to allow user to record the video. in the video i need to extract the audio,
from audio to text, I need conversion. How to achieve in outsystem please suggest me.
To achieve the functionality you described, you'll need to integrate cloud services, as OutSystems does not provide this functionality out-of-the-box. For audio extraction from video and speech-to-text conversion, you could use the following services:
Microsoft offers similar services through Azure:
These services will enable you to add video and audio processing capabilities to your OutSystems applications.
I’ve had to pull audio from videos a few times, especially when working on subtitles or podcasts from recorded footage. I usually convert the video into an audio format first, then use a transcription tool for speech-to-text. OutSystems alone won’t handle the conversion, so I do that step separately before integrating anything.The last time I used a TRP file and needed to convert it to audio, I went with this TRP converter. It was quick and didn’t mess up the quality, which was a relief because TRP files can sometimes be tricky. Check it out here if you want: https://www.movavi.com/video-converter/trp-converter.html