Identify the words from the audio of a video file

1 次查看(过去 30 天)
is it possible to identify the words from the audio of a video file and save it in a text file.

采纳的回答

Walter Roberson
Walter Roberson 2016-11-30
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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by