Prev: logical data in UITABLE
Next: Memory management
From: Bert on 11 Apr 2010 04:46 Hello, I have a question about editing an avi file in matlab. I managed to read in the avi-file (the video data), edit it, and write it back to another avi-file. The problem is, the audio data is lost... So my question is, how can I extract the audio data from an avi, and how to store it with the video data when writing it back to an avi-file after editing. I hope someone can help me with this! Bert
From: witek on 12 Apr 2010 07:52 Hi Bert, System objects from the Video and Image Processing blockset are capable of reading and writing AVI files including the audio. See the following pages: http://www.mathworks.com/access/helpdesk/help/toolbox/vipblks/ref/video.multimediafilereaderclass.html http://www.mathworks.com/access/helpdesk/help/toolbox/vipblks/ref/video.multimediafilewriterclass.html HTH, Witek Bert <bert.vanhoutte(a)ugent.be> wrote: > Hello, > > I have a question about editing an avi file in matlab. I managed to read in the avi-file (the video data), edit it, and write it back to another avi-file. The problem is, the audio data is lost... > So my question is, how can I extract the audio data from an avi, and how to store it with the video data when writing it back to an avi-file after editing. > > I hope someone can help me with this! > > Bert
|
Pages: 1 Prev: logical data in UITABLE Next: Memory management |