I am working with asterisk. I have in the voicemail folder a .h263 file and a .wav file. As I guess the .h263 file contains only the video information and the .wav file contains the audio information. I would like to ask how can I combine the .h263 and .wav and convert than in a .mp3 file for example?
I need this in c++.
Are there any easiest way to do this? I am new to video mail and asterisk. Need some help with the code and way of solving this problem.
I would like to specify that i am working in Ubuntu.
Check out open-source FFMPEG library. Fist try to sove your task using command-line ffmpeg. Then you can embed this functionality into your app using their
avcodecandavformatlibraries.