separate audio from video
Mostrar comentarios más antiguos
hey how do u separate audio from a video file..
Respuestas (2)
Walter Roberson
el 9 de Nov. de 2011
1 voto
In MATLAB, you have no choice: there is no routine that can read both the audio and video, just routines that can read audio and routines that can read video.
Daniel Shub
el 9 de Nov. de 2011
Do you want a pure MATLAB based solution? This is one of those things I would not do in MATLAB. In Linux
ffmpeg -i audiovideo.avi audio.mp3
I am pretty sure ffmpeg can handle a number of different video and audio types and might even be available for Windows.
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!