Ask Your Question
0

Is using opencv_ffmpeg.dll in commercial applicatoin require license?

asked 2017-02-17 02:24:43 -0600

swamih gravatar image

Due to BSD license ,I opted OpenCV for extracting face from a video in a commercial product. For processing video need ffmpeg dll . I want to know : 1. what kind of license of opencv_ffmpeg.dll shipped in openCV package? 2. is this include GPL or non-free parts? 3. Is it safe to use ffmpeg.dll for a commercial application?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-02-17 02:58:36 -0600

LBerger gravatar image

updated 2017-02-17 03:27:17 -0600

[see ffmpeg license]

Q: Is it perfectly alright to incorporate the whole FFmpeg core into my own commercial product?

A: You might have a problem here. There have been cases where companies have used FFmpeg in their products. These companies found out that once you start trying to make money from patented technologies, the owners of the patents will come after their licensing fees. Notably, MPEG LA is vigilant and diligent about collecting for MPEG-related technologies.

Addendum: Avoid using ffmpeg.dll at all costs. It is simply prohibited by its license, unless you take a redistribution license from them.

edit flag offensive delete link more

Comments

thank you for reply. I have already read it but what kind of license OpenCV used at build time for opencv_ffmpeg.dll. or is there and other way to overcome this in any commercial application?

swamih gravatar imageswamih ( 2017-02-17 03:13:06 -0600 )edit

Opencv is an source license. You can use in any commercial application except for non_free algorithm (SIFT, SURF, ...) and ... and ffmpeg

My answer is I don't know other way..

LBerger gravatar imageLBerger ( 2017-02-17 03:18:14 -0600 )edit

How about just building OpenCV without ffmpeg support and using any other video backend depending on which OS you are using like DSHOW, V4L, GSTREAMER, ... which can be used in any commercial packages.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-02-17 03:25:55 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-02-17 02:24:43 -0600

Seen: 1,456 times

Last updated: Feb 17 '17