On 12/18/18 5:32 PM, Rafael Sadowski wrote:
On Tue Aug 28, 2018 at 03:51:48PM -0400, Brian Callahan wrote:On 08/21/18 08:37, Raphael Graf wrote:On 08/21/18 12:39, Stuart Henderson wrote:On 2018/08/20 22:49, Brian Callahan wrote:On 08/20/18 11:23, Raphael Graf wrote:Frei0r is a minimalistic plugin API for video effects. Potential users of this are ffmpeg, mlt, lives, gstreamer and maybe others. I have sucessfully tested some filter using ffmpeg (built with --enable-frei0r, see diff below). For example: $ ffmpeg -i in.jpg -vf "frei0r=pixeliz0r:0.1:0.1" out.jpg I didn't manage to get the filters 'facebl0r' and 'facedetect' to work without crashing (they use opencv), so these are disabled for now.Any reason not to use the tarballs on https://files.dyne.org/frei0r/releases/ ? Then you can do something like DISTNAME = frei0r-plugins-1.6.1 PKGNAME = ${DISTNAME:S/-plugins//}Other OS seem to just call the package "frei0r-plugins"Thanks, I've attached a new tarball using the name "frei0r-plugins". It now uses the tarballs on https://files.dyne.org/frei0r/releases/. I've added a MAINTAINER line with my email, feel free to change it if someone else wants to maintain this port.I'm ok with the port. The ffmpeg stuff needs more, at least a REVISION bump.OK too but only with the following configure argument: -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
Attached is a new version with -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON. In addition, there is now a patch which disables a handful of buggy filters.
frei0r-plugins.tar.gz
Description: application/gzip
