AAC Audio and VideoFileReader compatibility
显示 更早的评论
Hello!
I need to analyse the frames of a video along with the audio of the said frames. VideoFileReader's `step' function has worked nicely but when I try to use it with an mp4 file with AAC-encoded audio it gives weird results (the audio frames are 6 columns wide and don't really seem to represent any audio). If I convert the video to WMV things are good. If I use `audioread' the AAC-encoded audio is read fine.
Is there a way to make VideoFileReader work with AAC, and if not, what is the easiest way to analyse audio and video frame-by-frame? Converting the video each time would be highly impractical for me.
Many Thanks,
Joachim
8 个评论
Walter Roberson
2013-3-29
Is it possible that the .AAC is in Dolby 5.1 format?
Joachim
2013-3-30
Walter Roberson
2013-3-30
What does wavfinfo() say about the file?
Joachim
2013-3-30
Walter Roberson
2013-3-30
Walter Roberson
2013-3-30
Hmmm... When I look at VideoFileReader it is not clear that it supports AAC audio on any system. It does support H.264 video for MPEG-4 but that is a video standard, not an audio standard, and AAC is not listed under audio for any platform.
I am not sure which tool you could use to look at the audio channel information. Possibly Windows Explorer file properties might be able to tell you, or possibly QuickTime.
Joachim
2013-4-6
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Video Formats and Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!