Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Paul B Mahol
On 7/25/19, dimaseriy wrote: > So what's the solution? Installing older opencv? Yes, OpenCV 3.x does not support the legacy C interface anymore. What for you use opencv in ffmpeg? The wrapper is pretty limited imho. > > 25.07.2019, 17:08, "Paul B Mahol" : >> On 7/25/19, dimaseriy wrote: >>> I

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread dimaseriy
So what's the solution? Installing older opencv? 25.07.2019, 17:08, "Paul B Mahol" : > On 7/25/19, dimaseriy wrote: >>  I tried >> >>  mkdir -p ~/ffmpeg_sources ~/bin >>  cd ~/ffmpeg_sources >>  wget -O ffmpeg-snapshot.tar.bz2 >>  https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 && tar xjvf

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Paul B Mahol
On 7/25/19, dimaseriy wrote: > I tried > > mkdir -p ~/ffmpeg_sources ~/bin > cd ~/ffmpeg_sources > wget -O ffmpeg-snapshot.tar.bz2 > https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 && tar xjvf > ffmpeg-snapshot.tar.bz2 && cd ffmpeg > > but I got > > $ PATH="$HOME/bin:$PATH"

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Moritz Barsnick
On Thu, Jul 25, 2019 at 04:11:01 -0400, Ted Park wrote: > > Interestingly, the Ubuntu build is apparently built with > > "—enable-libopencv", but they managed not to get the "ocv" filter in. > > Is that possible?? Wouldn’t it produce an error? Indeed it would, I did check the configure script.

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Ted Park
> Interestingly, the Ubuntu build is apparently built with > "—enable-libopencv", but they managed not to get the "ocv" filter in. Is that possible?? Wouldn’t it produce an error? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Moritz Barsnick
On Thu, Jul 25, 2019 at 03:34:59 -0400, Ted Park wrote: > > I want to use the ocv filer for ffmpeg. The documentation says: > > > > "To enable this filter, install the libopencv library and headers and > > configure FFmpeg with --enable-libopencv .” > > Do what the documentation says? > > > I use

Re: [FFmpeg-user] Installing the ocv filter

2019-07-25 Thread Ted Park
> I want to use the ocv filer for ffmpeg. The documentation says: > > "To enable this filter, install the libopencv library and headers and > configure FFmpeg with --enable-libopencv .” Do what the documentation says? > I use ffmpeg from Ubuntu repos. You need to “configure FFmpeg with

[FFmpeg-user] Installing the ocv filter

2019-07-24 Thread dimaseriy
Hi everyone I want to use the ocv filer for ffmpeg. The documentation says: "To enable this filter, install the libopencv library and headers and configure FFmpeg with --enable-libopencv ." I use ffmpeg from Ubuntu repos. $ ffmpeg -filters | grep 'ocv' ffmpeg version 3.4.6-0ubuntu0.18.04.1