Is there a way to convert .vob files to .avi or .wav files in matlab?
2 views (last 30 days)
Show older comments
I have used audioread to separate the sound from the .avi files but now I want to get the sound from .vob files.
I know there are online converters but I want to do the separation directly in my MATLAB GUI.
0 Comments
Answers (1)
Jan
on 2 Mar 2017
Edited: Jan
on 2 Mar 2017
There are many tools to do this without Matlab, see e.g. http://www.guidingtech.com/5729/13-free-software-rip-audio-from-video/ . Some of them are installed locally and some can be driven in batch mode, such that Matlab can control them using the system() command.
I'd prefer https://ffmpeg.org/, which is very powerful, but in consequence not easy to use. See e.g. extracting-wavs-from-vob-files for instructions
0 Comments
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!