I am developing an application which will be sold commercially.
It requires video file loading and playback functionality.
Currently I am including the opencv ffmpeg dll, but reading online it seems this is a breach of the license.
What other video backend can load mp4, mov and avi files?
Is this possible without ffmpeg?
Thanks.