Can I add an audio stream to a movie?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
VideoWriter does not seem to have a method allowing me to include a soundtrack in the resulting movie. I want to create a movie that has both video and audio data.
Is there any way to add an audio stream to a VideoWriter object?
Thx
0 Commenti
Risposte (1)
Kshitij Chhabra
il 2 Set 2021
Hi Marcelo, VideoWriter is great for creating video files, Howerver, adding audio streams is currently not supported through it in MATLAB. Alternatively, you can "vision.VideoFileWriter" object which is available in the Computer Vision System and can be used to write both audio and video to AVI and WMV files.
0 Commenti
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!