Filter löschen
Filter löschen

How to get the audio signal from a video

5 Ansichten (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 8 Feb. 2017
Bearbeitet: Elysi Cochin am 8 Feb. 2017
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?

Akzeptierte Antwort

KSSV
KSSV am 8 Feb. 2017
  3 Kommentare
KSSV
KSSV am 8 Feb. 2017
You are supposed to have some toolbox mentioned in the link. You have seen that?
Elysi Cochin
Elysi Cochin am 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...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by