Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCv 3.20 for Android. Videowriter and 3rd party libs (ffmpeg)

OpenCv3.20 for Android only allows (for what I have tried and seen in some posts) videowriter to encode .AVI files with fourcc "MJPG" code. Any other options that I have tried result in .isOpened() returning false.

I am confused as I don't know if the official 3.20 version for android is built with 3rd party libs as ffmpeg. I see that there are options in build process to include this and other 3rd party libs.

My question is: Assuming that it is not included in the official release, if I get to rebuild opencv3.2 with ffmpeg, does it mean that videowriter will internally be able to use them? Or it will be just be just an extension of the lib with its own API but not tied internally to OpenCv? Any hint will be welcome since I am quite lost.

I prefer to ask because instead of trying directly because I am not agile in this (building process) and would like to be sure before spending time with trial and errors