Combined audio and video as video file in MATLAB
3 次查看(过去 30 天)
显示 更早的评论
Hi Friends,
Suppose that I read audio and video by Following MATLAB function:
videoFReader = vision.VideoFileReader(fulpathname);
[AUDIO,Fs] = audioread(fulpathname);
How Can I combine them as a video file ? I will really appreciate, if anyone can help me. Thanks.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!