On Mon Oct 28, 2024 at 4:29 PM KST, Andrew Randrianasulu wrote:
interesting.
sorry for asking again, but did you build with system ffmpeg or with our 7.0?
I built it with FFmpeg 7.0 in the thirdparty directory.
can I see configure line?
right now you seem to install cingg system-wide, I usually build --with-single-user first.
I've just tried to build and run it but to no avail. ./autogen.sh ./configure --prefix=/usr/local --with-single-user make 2>&1 | tee log make install
you also can try to figure out why your ffmpeg build (if you use internal ffmpeg) pick up and enables dnn external libraries.
hopefully after you disable this feature cin will start.
Alternatively, you can try to add all those new and failing filters to ffmpeg/plugins.opts and rerun make install . (commented filter names started with #)
On Mon Oct 28, 2024 at 4:36 PM KST, Andrew Randrianasulu wrote:
update: strange, for example dnn_* filters already in plugin.opts file, commented out.
so may be make install failed for some reason ?
There was no error while running it. I'll use the AppImage instead! Thank you for helping me.