Registered Member
|
Hello!
For some reason, there isn't any effect of the type "Enhancement" on my Kdenlive. Does anybody know what the problem can be? Thanks! |
Registered Member
|
The three missing are Denoiser, D90 Stairstepping fix and Sharpen from what I can see. What distro, kdenlive version, what Frei0r version and was it from the distro repo's?
|
Registered Member
|
Yes, they're those three.
I'm running Ubuntu 12.10, Kdenlive version 0.9.2 (Using KDE Development Platform 4.9.4), and there is a certain "frei0r-plugins 1.1.22git20091109-1.2" installed. Thanks! |
Registered Member
|
frei0r-plugins 1.1.22git20091109-1.2
is pretty old (2009), many plugins have been added since then. You will need a later version to get the full set of effects in Kdenlive! |
Registered Member
|
Ah, I see...
Could anybody tell me how to install a later version? I tried followng this tutorial: http://www.kdenlive.org/download-source#frei0r but it didn't work: Cloning into 'frei0r'... fatal: unable to connect to git.dyne.org: git.dyne.org[0: 108.162.198.177]: errno=Tempo esgotado para conex?o git.dyne.org[1: 108.162.199.177]: errno=Tempo esgotado para conex?o |
Registered Member
|
Try this: (changed URL)
git clone git://code.dyne.org/frei0r.git |
Registered Member
|
Thanks for your help, but it didn't work either...
Here's what I get: raphael@rrs:~$ git clone git://code.dyne.org/frei0r.git Cloning into 'frei0r'... remote: Counting objects: 3754, done. remote: Compressing objects: 100% (2802/2802), done. remote: Total 3754 (delta 2209), reused 1394 (delta 749) Receiving objects: 100% (3754/3754), 1.76 MiB | 32 KiB/s, done. Resolving deltas: 100% (2209/2209), done. raphael@rrs:~$ cd frei0r raphael@rrs:~/frei0r$ mkdir build raphael@rrs:~/frei0r$ cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr && make -j3 -- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") -- checking for module 'opencv' -- package 'opencv' not found -- WARNING: OpenCV was not found. Please specify OpenCV directory using OpenCV_DIR env. variable -- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) -- checking for module 'cairo' -- package 'cairo' not found -- checking for module 'gavl' -- package 'gavl' not found -- Found Doxygen: /usr/bin/doxygen (found version "1.8.1.2") -- Configuring incomplete, errors occurred! raphael@rrs:~/frei0r/build$ sudo make install make: *** Sem regra para processar o alvo `install'. Pare. (No rules to process the target "install". Stop.) |
Registered Member
|
The main problem is that cmake can't find your C compiler. I am not familiar with cmake, but do you have gcc and glibc installed (developer versions)?
Type gcc at the command line to see... The other things (no opencv, no gavl, no cairo...) should not be fatal, only certain plugins that use these libs will not be compiled. Maybe you can compile the old way, something like cd frei0r ./autogen.sh ./configure make sudo make install |
Registered Member
|
If you're on Ubuntu why self compile anyway? There's a perfectly good stable and git PPA available via sunab, near daily automated builds via Dan on the MLT site or the build script to dated folders in your home directory.
|
Registered Member
|
|
Registered Member
|
Ohh, now it worked! Thanks! I did what Marko said:
cd frei0r ./autogen.sh ./configure make sudo make install |
Registered users: Bing [Bot], Google [Bot], q.ignora, watchstar