필터 지우기
필터 지우기

How to get the audio signal from a video

조회 수: 5 (최근 30일)
Elysi Cochin
Elysi Cochin 2017년 2월 8일
편집: Elysi Cochin 2017년 2월 8일
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?

채택된 답변

KSSV
KSSV 2017년 2월 8일
  댓글 수: 3
KSSV
KSSV 2017년 2월 8일
You are supposed to have some toolbox mentioned in the link. You have seen that?
Elysi Cochin
Elysi Cochin 2017년 2월 8일
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...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by