LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-23-2013, 12:36 AM   #1
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
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.
 
Old 11-23-2013, 12:40 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,111

Rep: Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181Reputation: 4181
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 12:45 AM.
 
Old 11-23-2013, 06:49 AM   #3
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
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.
 
Old 11-23-2013, 07:34 AM   #4
chemfire
Member
 
Registered: Sep 2012
Posts: 426

Rep: Reputation: Disabled
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.
 
Old 11-23-2013, 04:01 PM   #5
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
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).
 
Old 11-23-2013, 04:05 PM   #6
chemfire
Member
 
Registered: Sep 2012
Posts: 426

Rep: Reputation: Disabled
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?
 
Old 11-24-2013, 12:14 AM   #7
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
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).
 
Old 11-24-2013, 01:17 AM   #8
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
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.
 
Old 11-24-2013, 06:17 AM   #9
chemfire
Member
 
Registered: Sep 2012
Posts: 426

Rep: Reputation: Disabled
So does ffplay -i /path/to/mkvfile work?
 
Old 11-24-2013, 06:49 AM   #10
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by chemfire View Post
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.
 
Old 11-24-2013, 09:05 PM   #11
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,349
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
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.
 
Old 11-25-2013, 07:12 AM   #12
commandlinegamer
Member
 
Registered: Dec 2007
Posts: 163

Rep: Reputation: 51
I had problems with MKV playback in 14.0 or possibly 13.37 using Xine. MPlayer worked fine, though.
 
  


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
[SOLVED] slackware KDE 4.5.5 - problem, Videos, DVDs, avi, mkv etc .. .. kn0w- Slackware 8 05-26-2012 11:46 AM
Software for reencoding several MOV videos to MKV video dezo Linux - Software 1 11-18-2010 08:01 AM
Converting VC1 inside mkv to a x.264 in a mkv J_Humphrey Linux - Software 1 03-26-2010 07:04 AM

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

All times are GMT -5. The time now is 08:47 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