Currently I am saving my video using VideoWriter oVideoWriter0(/home/MyVideo0.mp4", CV_FOURCC('M','P','4','2'), 20, frameSize);
But when I run the code (in C++) I am getting error message as
[mp4 @ 0x3b887c0] track 0: could not find tag, codec not currently supported in container
I have already installed ffmpeg. My machine has got Ubuntu 14.04. I wanted to save video file either as mp4 or WebM.
Can someone help me.