unable to extract audio from MP4 video file
4 ビュー (過去 30 日間)
古いコメントを表示
i'm using R2015a. using the following, i receive error.
>> [y,Fs] = audioread('trialvideo.mp4')
Error using audioread (line 88)
Failed to initialize internal resources.
is there any other way to only extract audio from a MP4 video please?
thanks.
0 件のコメント
回答 (1 件)
Walter Roberson
2024 年 12 月 6 日
移動済み: Walter Roberson
2024 年 12 月 6 日
If you happen to have the DSP Toolbox, then you could use dsp.AudioFileReader https://www.mathworks.com/help/dsp/ref/dsp.audiofilereader-system-object.html
2 件のコメント
Walter Roberson
2024 年 12 月 8 日
I just checked the R2015a documentation. dsp.AudioFileReader at the time was explicitly documented as handling
- MP3
- M4a
- MP4
- WAV
- FLAC
- OGG
参考
カテゴリ
Help Center および 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!