separate audio from video
이전 댓글 표시
답변 (2개)
Walter Roberson
2011년 11월 9일
1 개 추천
In MATLAB, you have no choice: there is no routine that can read both the audio and video, just routines that can read audio and routines that can read video.
Daniel Shub
2011년 11월 9일
Do you want a pure MATLAB based solution? This is one of those things I would not do in MATLAB. In Linux
ffmpeg -i audiovideo.avi audio.mp3
I am pretty sure ffmpeg can handle a number of different video and audio types and might even be available for Windows.
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!