вт, 29 окт. 2024 г., 09:58 Bulhwi Cha <[email protected]>:
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
I noticed in earlier attempt you build (apparently) for default system install yet launched cin from build directory ? may be launching cin instead of ./cin will improve things? Also, there is slackbuild somewhere in source tree ... I use custom modified slackbuild for patching things on the fly.
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.
Well, as long as it works ....