How to plot video frames along with entire audio and corresponding spectrogram for comparison in one graph?

 Respuesta aceptada

There is a File Exchange contribution named VideoFig https://www.mathworks.com/matlabcentral/fileexchange/29544-figure-to-play-and-analyze-videos-with-custom-plots-on-top that provides the infrastructure for this.
Use https://www.mathworks.com/help/vision/ref/vision.videofilereader-system-object.html with 'AudioOutputPort', true . That will allow you to read audio and video at the same time. Display the video, display the audio, and display the spectrogram

Más respuestas (0)

Preguntada:

el 14 de Dic. de 2023

Comentada:

el 16 de Dic. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by