LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-03-2016, 01:56 PM   #1
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Rep: Reputation: 70
Kdenlive Not Seeing FFMPEG & LibDV


I'm having one issue with Kdenlive on Slackware 14.2, and I can't seem to figure it out. Maybe I've had too much coffee : ) This is a stock 14.2, no Plasma 5.

I have FFmpeg 3.1.3 installed with all it's Deps, plus I have LibDV installed.

Kdenlive runs but says it requires:

AVFormat Module (FFMPEG)

DV Module (LibDV)

Any ideas?

Thanks,
 
Old 10-03-2016, 02:04 PM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
How did you install this software? If it is from pre-compiled packages, it could very well be that kdenlive expects one version of ffmepg and libdv, but you have different versions installed.

If you did use pre-compiled packages, it is recommended to at least compile kdenlive rather than use a pre-built package, as then it is able to use the versions that are installed on your computer.

Can you do the following and provide the output?

Code:
ls -la /var/log/package/{kdenlive,libdv,ffmpeg}-*
 
Old 10-03-2016, 02:15 PM   #3
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Original Poster
Rep: Reputation: 70
Well, none of the package management tools see the ffmpeg install, so I can't use them uninstall it. I compiled it and installed it, but it is not logged anywhere : (Thank goodness for make uninstall) So, ffmpeg is probably causing an issue with AVFormat : )

ls: cannot access '/var/log/packages/ffmpeg-*': No such file or directory
-rw-r--r-- 1 root root 28329 Oct 1 22:37 /var/log/packages/kdenlive-0.9.10-x86_64-1_SBo
-rw-r--r-- 1 root root 1414 Oct 1 22:21 /var/log/packages/libdv-1.0.0-x86_64-2_SBo

I tried the SBo ffmpeg package at SlackBuilds, but it won't install. So I will compile the latest ffmpeg (3.1.3) - and LibDV and then compile Kdenlive - we'll see what happens then : )

Last edited by Mobile1; 10-03-2016 at 02:33 PM.
 
Old 10-03-2016, 03:52 PM   #4
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Mobile1 View Post
Well, none of the package management tools see the ffmpeg install, so I can't use them uninstall it. I compiled it and installed it, but it is not logged anywhere : (Thank goodness for make uninstall) So, ffmpeg is probably causing an issue with AVFormat : )
That's correct, if you don't use makepkg to create your package and then install it, the system can't know what was done. However, I'm not positive that ffmpeg installed into /usr/local/ would prevent kdenlive to pick it up. Even more confusing, both ffmpeg and libdv aren't mentioned as direct dependencies on the kdenlive page on SBo. Looking into the dependencies on there, ffmpeg and libdv are both dependencies of other programs that are dependencies of kdenlive. This could mean that things weren't built in the proper order to allow kdenlive to pick everything up.

This is when a program like sbopkg with its sqg utility come in handy. It will generate a build queue for everything to help you install stuff in order. The only exception to that is ffmpeg, due to its massive amounts of optional dependencies. I would recommend building that one after building all the dependencies you want (making sure you pass the required variables if needed), then proceed with building the rest of the dependencies for kdenlive.

Quote:
Originally Posted by Mobile1 View Post
I tried the SBo ffmpeg package at SlackBuilds, but it won't install. So I will compile the latest ffmpeg (3.1.3) - and LibDV and then compile Kdenlive - we'll see what happens then : )
Why wouldn't it install? I'm using ffmpeg from SBo on my computer.
 
1 members found this post helpful.
Old 10-04-2016, 03:40 AM   #5
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Quote:
Originally Posted by Mobile1 View Post
Well, none of the package management tools see the ffmpeg install, so I can't use them uninstall it. I compiled it and installed it, but it is not logged anywhere : (Thank goodness for make uninstall) So, ffmpeg is probably causing an issue with AVFormat : )

ls: cannot access '/var/log/packages/ffmpeg-*': No such file or directory
-rw-r--r-- 1 root root 28329 Oct 1 22:37 /var/log/packages/kdenlive-0.9.10-x86_64-1_SBo
-rw-r--r-- 1 root root 1414 Oct 1 22:21 /var/log/packages/libdv-1.0.0-x86_64-2_SBo
Dude, have some patience and compile everything neatly from SlackBuilds.org. I have ffmpeg, vlc, kdenlive, and audacity, all from SlackBuilds and all running very well. It took me some time to compile them but it is totally worth it. Everything works seamlessly and the system is very stable. Haven't seen a crash or error.
 
Old 10-04-2016, 03:02 PM   #6
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Original Poster
Rep: Reputation: 70
Well, I tried using all SBO packages, and Kdenlive still gives me the same message when running the Config Wizard, it claims that the AVFormat module (ffmpeg) & DV Module (libdv) are not installed....and they are indeed installed.

All the deps for each program & deps are from Slackbuilds.org - I did that for consistency purposes, but I get the same error.

So, my next plan is to go and fetch all the programs & deps, get the LATEST versions of each, compile them and then see what comes of my mess : )

Thanks by the way for all your input, I'm not frustrated, I'm learning : )
 
Old 10-04-2016, 03:21 PM   #7
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Can you run it from the commandline, especially if it has a verbose option? I'm not sure if libdv and ffmpeg are build dependencies or just run dependencies. You'd probably have to check out the ./configure output to see if it detected them.
 
Old 10-04-2016, 03:46 PM   #8
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Original Poster
Rep: Reputation: 70
Interesting, it crashes when I use the command line:

Application: Kdenlive (kdenlive), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#6 0x00007fb35cee53f8 in raise () at /lib64/libc.so.6
#7 0x00007fb35cee6ffa in abort () at /lib64/libc.so.6
#8 0x00007fb361b50d3d in qt_message_output(QtMsgType, char const*) () at /usr/lib64/qt/lib/libQtCore.so.4
#9 0x00007fb35e457579 in () at /usr/lib64/libkdeui.so.5
#10 0x00007fb35e532975 in () at /usr/lib64/libkdeui.so.5
#11 0x00007fb35e5333c2 in KApplication::KApplication(bool) () at /usr/lib64/libkdeui.so.5
#12 0x0000000000477247 in ()
#13 0x00007fb35ced07d0 in __libc_start_main () at /lib64/libc.so.6
#14 0x0000000000477c29 in _start ()

Last edited by Mobile1; 10-04-2016 at 03:48 PM.
 
Old 10-05-2016, 03:43 AM   #9
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Quote:
Originally Posted by Mobile1 View Post
So, my next plan is to go and fetch all the programs & deps, get the LATEST versions of each, compile them and then see what comes of my mess : )

Thanks by the way for all your input, I'm not frustrated, I'm learning : )
Nice to see someone eager to learn. What you will be trying is highly experimental. If you have any problem, give details about what you tried and paste the errors output from the command line into your post.

All the best.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kdenlive webm & Debian Mr. Alex Linux - Software 0 01-07-2016 03:45 PM
LXer: Kdenlive Easy To Use Video Editor For Linux: Review Install In Ubuntu, Fedora & Other Distros LXer Syndicated Linux News 0 08-22-2015 03:02 PM
Install FFMPEG and FFMPEG-PHP on fedora10 & 12 cks Linux - Server 2 09-17-2010 01:55 PM
kdenlive & qdvdauthor on Fedora 12 & questions on Gnome jiobo Linux - Software 1 02-20-2010 08:15 AM
i'm new to Linux and i want to download &install Kdenlive video editor guitarblue Linux - Newbie 11 12-05-2009 01:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration