separate audio from video
古いコメントを表示
hey how do u separate audio from a video file..
回答 (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!