How do I add generated audio to a silent video?

9 vues (au cours des 30 derniers jours)
Shilpa Sonawane
Shilpa Sonawane le 3 Fév 2025
Commenté : Image Analyst le 6 Fév 2025
I have written following code to add generated audio into a silent video. It executes smoothly. But the audio doesn't get added into the "newvideo.avi" file.
videoFReader = vision.VideoFileReader('silent_pgwl1s.avi');
% videoFWriter = vision.VideoFileWriter('newvideo.avi','AudioInputPort',true);
videoFWriter = vision.VideoFileWriter('newvideo.avi','AudioInputPort',true);
for i=1:75
% videoFrame = step(videoFReader);
% step(videoFWriter, videoFrame,predgwo);
videoFrame= step(videoFReader);
videoFWriter(videoFrame,orgvf) ;
end
release(videoFReader);
release(videoFWriter);

Réponse acceptée

Image Analyst
Image Analyst le 3 Fév 2025
  3 commentaires
Shilpa Sonawane
Shilpa Sonawane le 6 Fév 2025
I tried the same code. But it didn't work. please guide me to resolve the problem.
Image Analyst
Image Analyst le 6 Fév 2025
@Shilpa Sonawane, sorry, I haven't tried it and I don't have time. Try calling tech support.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by