Mp3 Header missing
Hi i'm new to openCv Just really installed in today and i was trying to do some basic stuff like show picture in window and show video in window. i got both to work but when i try and show the video it plays without sound and i get [mp3 @ 0x107808800] Header missing in the console. how do i add the mp3 header so it plays with sound?
unfortunately, there's no audio support in opencv at all. (it's a computer-vision library)
I actually think you haven't got proper video codecs installed on your system. I play videos without a single problem on my system here with openCV. Sound plays also when I want it!
i'll try and fix my codecs see if that works.. but if that isnt the problem then no help on audio right?
@berak are you sure that sound isn't played when executing video O_O? I was in the idea it actually did ...
it never did here. but maybe it needs some magic unknown to me ;) ?
I guess I am getting wacko then. Forget my remark I guess :)
r00tuzr, did you solve the problem?