Is there a way in MATLAB to split a .avi file into video and .wav?
1 view (last 30 days)
Show older comments
I am trying to get a .avi file as user input and then split the sound and the video components. Is it possible to do this internally through MATLAB as opposed to using external applications to split them?
0 Comments
Answers (1)
Walter Roberson
on 7 Nov 2016
Set AudioOutputPort on in the constructor. Each step() will have two outputs, one for video and one for audio for the frame. Save them as appropriate.
0 Comments
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!