Re: [Libav-user] Use of FFmpeg library available in opencv

2015-12-14 Thread Carl Eugen Hoyos
On Monday 14 December 2015 11:15:55 am Ruchith wrote: > We are using OpenCV in one of our commercial products for video > playing, and opencv uses FFmpeg library internally in opencv (we > do not use ffmpeg in our code) . > But we need to ship ffmpeg with our product. Given what you wrote

[Libav-user] Use of FFmpeg library available in opencv

2015-12-14 Thread Ruchith
Hi, We are using OpenCV in one of our commercial products for video playing, and opencv uses FFmpeg library internally in opencv (we do not use ffmpeg in our code) . But we need to ship ffmpeg with our product. Is it still protected under the BSD license or do we need to pay for FFmpeg? How

[Libav-user] Dshow errors when trying to record desktop in Win 10

2015-12-14 Thread Casey Price
Hello, I'm currently trying to record the desktop of a surface pro 3 running windows 10 using screen-capture-recorder and ffmpeg. The following works in the command line. ffmpeg -f dshow -video_size 1280x853 -i video=screen-capture-recorder output.mpg However when I try to do the same in