Clear Filters
Clear Filters

How to get the audio signal from a video

5 views (last 30 days)
I have a video, i needed to get the audio signal from the video...
I did as,
a = audioread('audio1.avi');
in some cases i can read the audio, but in some cases it is showing error such as
Error using audioread (line 88)
The file type is not supported
Error in demo_audio (line 5)
a = audioread('audio1.avi');
In some videos it shows the error as
Error using audioread (line 88)
Failed to initialize internal resources.
Error in demo_audio_extract (line 9)
input_file = audioread('audio1.avi');
Is there any other way to get the audio signal from a video... why does this error occur?

Accepted Answer

KSSV
KSSV on 8 Feb 2017
  3 Comments
KSSV
KSSV on 8 Feb 2017
You are supposed to have some toolbox mentioned in the link. You have seen that?
Elysi Cochin
Elysi Cochin on 8 Feb 2017
They say "As of release R2011a, this product was renamed Computer Vision System Toolbox"...
I have "Computer Vision System Toolbox", so how to edit the codes accordingly...

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!