<br>
<div>Dear Davide,<br clear="all"><br>Unfortunatelly, reading video data (both through mmreader or VideoReader) imports only the visuals, the audio is not read, and thus when saving - you save without sound.<div><br></div>
<div>I'm not sure if there is a convenient workaround (within the realms of matlab) to your problem. Reading sound from video file does not seem to be supported by matlab core functions. However, if you do have Computer Vision System Toolbox - the <span class="Apple-style-span" style="font-family:'courier new',courier,monospace;font-size:12px;background-color:rgb(255,255,255)">vision.VideoFileReader </span>object does support this. I'm not sure if saving video with sound is any easier, but at least you can import the sound to matlab.</div>
<div><a href="http://www.mathworks.com/help/toolbox/vision/ref/vision.videofilereaderclass.html">http://www.mathworks.com/help/toolbox/vision/ref/vision.videofilereaderclass.html</a></div><div><br></div><div>Nevertheless, I think that your best soulution could be to combine the sound from your original video with the transformed soundless video that matlab produced outside of matlab, unless it needs to be done automatically.<br>
<br></div><div>So, generally - it's quite complicated (read: "as far as I know - impossible") to load and save with sound with basic matlab functions. Sorry I couldn't help you more.<br><br>Mikolaj<br></div>
</div>