Clear Filters
Clear Filters

Identify the words from the audio of a video file

1 view (last 30 days)
is it possible to identify the words from the audio of a video file and save it in a text file.

Accepted Answer

Walter Roberson
Walter Roberson on 30 Nov 2016
The Computer Vision Toolbox vision.VideoFileReader can specifically handle reading video and audio at the same time. It sounds as if you do not need the video; you might be able to read the audio using audioread(), but AVI is not certain to be supported for that.
Once you have the audio extracted from the file, you are dealing with Speech To Text; http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22speech+to+text%22

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!