Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-23-2013, 01:36 AM
|
#1
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Rep:
|
mkv videos unwatchable...
I did an
Code:
ffmpeg -i <mkv file>
and I get this:
Code:
ffmpeg: error while loading shared libraries: libcdio_paranoia.so.1: cannot open shared object file: No such file or directory
I've searched on the forums and on search engines and can't find any information.
What library has this? Where do I get it for my 32 bit Slackware 14.1?
Every other kind of video file seems to play just fine, but mkv's (made with windows, so far...haven't been able to test on one ripped on linux) have a second or two hesitation/pause every few seconds making trying to watch a mkv movie a PITA.
|
|
|
11-23-2013, 01:40 AM
|
#2
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,385
|
that library it's in the libcdio package, included with Slackware.
dunno if it's what you want to do, but if you want to try ffmpeg's own player it's named ffplay.
I would have a shot also with vlc.
Last edited by ponce; 11-23-2013 at 01:45 AM.
|
|
|
11-23-2013, 07:49 AM
|
#3
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Original Poster
Rep:
|
Hi ponce,
It took me a while to just get vlc to work on my system. Vlc is working but it nor xine nore mplayer will play mkv's correctly.
I did a search on my system also for libcdio_paranoia.so.1 and it wasn't found. I don't think since ffmpeg needs/wants that lib, that ffplay will work either, but I'll give it a try. Thanks.
|
|
|
11-23-2013, 08:34 AM
|
#4
|
Member
Registered: Sep 2012
Posts: 451
Rep:
|
irgunII,
Did you install the libcdio package from /l?
You can check in /var/log/packages.
Code:
cat /var/log/packages/libcdio-*
You should get a list of files in that package, if you don't you will need to install it. ffmpeg does not ship with Slackware did you compile it yourself?
Code:
ldd $(which ffmpeg) | grep -i miss
will help you figure out what else might be missing.
|
|
|
11-23-2013, 05:01 PM
|
#5
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Original Poster
Rep:
|
Hi chemfire,
Yes, cdio was installed from the time I installed 14.1. I've also installed libcdio-paranoia (I cobbled it together as a txz) but it made no difference in the playability of an mkv...because it still had the hesitation and when I did ffmpeg -i it now told me an libass file was missing, yet all of these are installed *and* they're 'statically' installed too, as per alienBOB's vlc installation script and all.
When I did the ldd thing, nothing happened, it simply came back to the bash prompt with no information at all.
I'm going to uninstall alienBOB's vlc and see if a 'stock' vlc does the same trouble (it did before, but I've done more things since, so maybe something different will happen).
|
|
|
11-23-2013, 05:05 PM
|
#6
|
Member
Registered: Sep 2012
Posts: 451
Rep:
|
try ldd without the | grep..., part. I thought it said missing but it might say something like not found.
Is it possible you have installed a 64bit package on a 32-bit system?
|
|
|
11-24-2013, 01:14 AM
|
#7
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Original Poster
Rep:
|
Okay, that worked better, heh...
Code:
ldd $(which ffmpeg)
showed me all the libraries I had with/for ffmpeg and libcdio and libcdio-paranoia were there.
I re-downloaded just to make sure I had the 32 bit and I do.
It just doesn't make sense, to me, that mp4's, avi's work okay but not the other (I'm trying to rip an mkv on my system to see if one made on a linux box will work...if I could get HandBrake to work, but it keeps segfaulting on me).
|
|
|
11-24-2013, 02:17 AM
|
#8
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Original Poster
Rep:
|
I just made an mkv file on my 14.1 system and can watch it just fine in vlc with no problems.
It seems it's mkv's made in winblows systems that are giving me trouble, though why it's doing so in 14.1 and it didn't in 14.0 is strange.
|
|
|
11-24-2013, 07:17 AM
|
#9
|
Member
Registered: Sep 2012
Posts: 451
Rep:
|
So does ffplay -i /path/to/mkvfile work?
|
|
|
11-24-2013, 07:49 AM
|
#10
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Original Poster
Rep:
|
Quote:
Originally Posted by chemfire
So does ffplay -i /path/to/mkvfile work?
|
Oops...forgot to mention about that. When it was first suggested to try it, it didn't even start because of the libcdio-paranoia thing. *Now* though, it is working and plays mkv's (at least the one so far) just fine but vlc won't play it because it still has the original problem with mkv's.
|
|
|
11-24-2013, 10:05 PM
|
#11
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,734
|
For what it's worth, *.mkv files have played find on my Slackware system in VLC and other players since I first encountered them without my having to take any special steps.
I offer this only to verify that it's not a Slackware-wide problem.
|
|
|
11-25-2013, 08:12 AM
|
#12
|
Member
Registered: Dec 2007
Posts: 164
Rep:
|
I had problems with MKV playback in 14.0 or possibly 13.37 using Xine. MPlayer worked fine, though.
|
|
|
All times are GMT -5. The time now is 02:47 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|