audio plot of a avi file
조회 수: 1 (최근 30일)
이전 댓글 표시
hi i am doing a project in video mining. i have to plot the AUDIO SPECTRUM of the video. in simple the audio i have to plot.
i searched several sites but the problem is they have mentioned only plot of .wav files .
i need a solution in matlab to plot the audio . please suggest
댓글 수: 0
답변 (3개)
Daniel Shub
2011년 9월 14일
You can use an external program to extract the audio from the avi file into a wav file and use the solutions you already have. Depending on you OS you can probably find a program with a CLI and fully automate the process from MATLAB.
댓글 수: 2
Daniel Shub
2011년 9월 14일
I don't think there is a built in MATLAB function for doing it. I am betting you could write your own function to do it, but I don't see why you would want to.
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!