05-29-2012 11:43 PM
Hi
Is there a way to split out the audio from an mp4 file in Labview? We have used the QT active X component to work with the video frames but can see no way to work with the audio portion. We are looking to find the time stamp of a specific frame in a mp4 file that is keyed to the audio segment of the mp4 file. Any suggestions would be appreciated. Thanks
Solved! Go to Solution.
05-31-2012 05:13 AM
Hey blewis333,
I don't think there is an easy way to do that. My best recommendation would be to find another piece of software that you can call through ActiveX. I believe VideoCapX (http://www.fathsoft.com/videocapx.html) would be a good one to look at. If you can call that program through ActiveX, extract the audio as an MP3, and then convert it into a .WAV file, I think you might be able to do what you are trying.
Other than that, I think you're best option is to just ask if anybody else has been able to do this and if they could share their solution.
Good luck with your application!
Best,
05-31-2012 10:28 PM
Thank you; I will try the suggestion
Robert