Is there a way in MATLAB to split a .avi file into video and .wav?

1 view (last 30 days)
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?

Answers (1)

Walter Roberson
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!