Registered Member
|
The dominik stadler repo works fine on Jaunty, (I just upgraded !), but I did have problems with Intrepid that I couldnt resolve
|
Registered Member
|
I installed this and it worked fine, except for rendering that just crashed. Then I removed my old self-compiled MLT and it's only asking for a path for the profiles. The default is /usr/local/share/mlt/profiles/. If I change it to the correct one (same without the 'local' directory) it creates this:
Application: Kdenlive (kdenlive), signal SIGSEGV Thread 1 (Thread 0xb5cca920 (LWP 13048)): [KCrash Handler] #6 mlt_properties_fetch (this=0x0, name=0x826476e "resize") at mlt_properties.c:348 #7 0xb807494f in mlt_properties_set_int (this=0x0, name=0x826476e "resize", value=1) at mlt_properties.c:738 #8 0xb80589d0 in Mlt::Properties::set () from /usr/lib/libmlt++.so.2 #9 0x080b7a7a in _start () |
Registered Member
|
(deleted - misunderstood.)
|
Registered Member
|
@Hohoo
"Application: Kdenlive (kdenlive), signal SIGSEGV" Thread 1 (Thread 0xb5cca920 (LWP 13048)): [KCrash Handler] #6 mlt_properties_fetch (this=0x0, name=0x826476e "resize") at mlt_properties.c:348 #7 0xb807494f in mlt_properties_set_int (this=0x0, name=0x826476e "resize", value=1) at mlt_properties.c:738 #8 0xb80589d0 in Mlt::Properties::set () from /usr/lib/libmlt++.so.2 #9 0x080b7a7a in _start () https://bugs.launchpad.net/ubuntu/+source/kdenlive/+bug/363265 solving this bug after unistalling frei0r-plugins on Kubunty Jaunty i686! |
Registered Member
|
PGP key should be part of packages like this is the case in Debian.
|
Registered Member
|
Could you confirm this MLT/Frei0r bug:
http://www.kdenlive.org/mantis/view.php?id=917 If you manage bugs on Ubuntu servers and do not escalate them on Kdenlive, there are less chances that we fix the bugs. I had this bug on Debian before I found the report on Ubuntu launchpad. |
Registered Member
|
UBUNTU SCRIPT TO AUTOMATICALLY INSTALL LAUNCHPAD PPA KEYS FOR ALL YOUR REPOSITORIES
A/Create a new file " launchpad-update " B/Copy and paste this code : ________________________________________________________________ #!/bin/bash sudo apt-get install curl for i in `cat /etc/apt/sources.list | grep "deb http" | grep ppa.launchpad | grep "$(lsb_release -cs)" | cut -d/ -f4`; do curl `curl https://launchpad.net/~$i/+archive/ppa | grep "http://keyserver.ubuntu.com:11371/pks/" | cut -d'"' -f2 ` | grep "pub " | cut -d'"' -f2 >> keyss done for j in `cat keyss` ; do curl "http://keyserver.ubuntu.com:11371$j" | grep -B 99999 END |grep -A 9999 BEGIN > keyss2 sudo apt-key add keyss2 rm keyss2 done rm keyss __________________________________________________________________ D/ Open a Terminal E/ chmod +x launchpad-update F/ ./launchpad-update D/wait until script has finished ,then make: sudo apt-get update |
Registered Member
|
https://launchpad.net/~dominik-stadler/+archive/ppa
I really cannot see any deb for Intrepid. Kdenlive 0.7.4 only for Jaunty? |
Registered Member
|
Confirming this works like a charm on Jaunty. Moreover 0.7.4 seems to be a very nice release, probably the first I can use in production as the crashes I experienced seems to have been fixed. Thanks everyone!
|
Registered Member
|
Jaunty - its ok but only dv codec works.
Other codecs are gone. What should I do? |
Registered Member
|
Piotr, I had the same problem. Try removing the kdenlive directory in .kde/share/apps and the kdenliverc in .kde/share/config. That helped here.
If not, you could try to purge all packages that have to do with kdenlive and mlt and then reinstall. |
Registered Member
|
pseudoruprecht
It did not help at all. |
Registered Member
|
@Piotr: Did the additional codecs work before you added the repo for 0.7.4?
If yes, try sudo apt-get purge kdenlive melt Followed by sudo apt-get --purge autoremove (<-- Careful! Check the list of packages for ones on which you spent hours configuring, like ntp, Apache or similar) Then reinstall kdenlive and melt. Before you run the reinstalled kdenlive, you might have to remove the configuration files for kdenlive in your /home (see above), but it might work without that step. |
Registered Member
|
Who would be so nice to maintain this page:
http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/pre-compiled-packages/ubuntu-packages |
Registered Member
|
______________________________________________
A/ sudo gedit /etc/apt/sources.list Jaunty ##Kdenlive 0.7.4 deb http://ppa.launchpad.net/dominik-stadler/ppa/ubuntu jaunty main ##deb-src http://ppa.launchpad.net/dominik-stadler/ppa/ubuntu jaunty main intrepid ##Kdenlive 0.7.4 deb http://ppa.launchpad.net/dominik-stadler/ppa/ubuntu intrepid main ##deb-src http://ppa.launchpad.net/dominik-stadler/ppa/ubuntu intrepid main B/ sudo apt-get update C/ sudo apt-get install melt sudo apt-get install kdenlive _______________________________________________________ Important remark about kdenlive 0.7.4 , intrepid or Jaunty At start, if Kdenlive says mlt's sdl module is not present A/sudo apt-get remove --purge kdenlive kdenlive-data libmlt++2 libmlt++1 libmlt-data libmlt1 melt libcvaux1 libgavl1 libcv1 libhighgui1 B/ gksu nautilus C/Go to /usr/lib D/Use the search button in the nautilus toolbar , search " libmlt " E/select all this files " libmlt.* " , then delete all this files F/ sudo apt-get install kdenlive kdenlive-data libmlt++2 libmlt-data libmlt1 melt |
Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]