LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-14-2007, 03:27 PM   #1
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Rep: Reputation: 15
Slackware, multimedia, codecs, oh my


Hi all,

I go from distro to distro, looking for one that reaches out and "grabs" me.

I have become fairly good at installs and setting things up, but am no guru, and still have a ton to get to understand.

The one that has been killing me lately on the distros I try out, is multimedia, codecs, and the like.

I am downloading slackware 12 as I type, and would like some advice as to how to keep the multimedia setup as simple and straightforward as possible, meaning, where do I get what I need as far as codecs goes, and how do I install them?

I want to stream video and audio, watch my DVD movies, and be able to view and listen to the files I already have on my windows box, which are mpg, wmv, wma, mp3, avi, and a host of other formats I tend to play around with.


Thank you for reading this far <g> I appreciate any and all advice I can glean from those who know so much more than I do. I am hoping there are ways to keep this simple.

John
 
Old 10-14-2007, 03:38 PM   #2
lemmy_kilmister
LQ Newbie
 
Registered: Sep 2003
Posts: 14

Rep: Reputation: 0
Hi jbrush,

you can get Mplayer's codecs packages for Slackware on various sites, e.g. here, though I'm not sure whether that covers everything you need.

Regards,
lemmy
 
Old 10-14-2007, 03:48 PM   #3
janhe
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: slackware64 14.2, slackware 13.1
Posts: 371

Rep: Reputation: 54
you might want to take a look at mplayer at www.slackbuilds.org

mplayer can play many media types, I use it for everything I play

If you want you also can use gxine and xine. If you did a full install, you already have them installed, and most (if not all) codecs for xine (and friends) already are installed.
 
Old 10-14-2007, 05:12 PM   #4
ericartman
LQ Newbie
 
Registered: Nov 2006
Posts: 11

Rep: Reputation: 0
Many available

I use Gutsy and watch DVD's and everything else you listed. Linux Mint is a good distro for this, of course Linspire is a good pay for distro with codecs installed if you want to go that way, also PClinuxOS is nice. Check Distro watch, their short reviews explain most everything about differences in distros.

Cart
 
Old 10-14-2007, 05:13 PM   #5
rg3
Member
 
Registered: Jul 2007
Distribution: Fedora
Posts: 527

Rep: Reputation: Disabled
I think Slackware plays, out of the box, MP3, OGG, MPEG4 AVI files and some WMV and WMA (using xine -- ffmpeg). If that's not enough, as other people suggested, you can always download and compile MPlayer using a SlackBuild, and download and install the codecs package from their website.
 
Old 10-14-2007, 08:59 PM   #6
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
In slackware , I just download and untar the mplayer codecs into /usr/lib/codecs , and then xine is able to play pretty much everything . Amarok plays stuff using xine lib.
 
1 members found this post helpful.
Old 10-15-2007, 04:39 AM   #7
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
Slackware is well equipped with everything needed to do "media" and "images" in the broadest sense.

Just add the codec-selection of Mplayer's and you can play pretty much everything.

There's absolutely no need for a different distribution and it actually has nothing to do with the distributions themselves, because they ALL use the same underlying libraries and applications and codecs.

It all comes down to ffmpeg, libmpeg, libavi and the like and a collections of codecs. On top of that, you'll use xine, mplayer or gstreamer-based players.
 
Old 10-15-2007, 12:49 PM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by duryodhan View Post
In slackware , I just download and untar the mplayer codecs into /usr/lib/codecs , and then xine is able to play pretty much everything . Amarok plays stuff using xine lib.
That's the best way to do it. Also, remember to go into xine settings, under the 'decoder' tab make sure it points to the codecs directory (that would be '/usr/lib/codecs' if you installed them there).

I recommend you get the 'all' codecs package, because it contains all the codecs you will ever need. That way I don't have to worry that I don't have a codec, and so far there isn't a single video I can't play.
 
Old 10-16-2007, 08:50 AM   #9
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Same here ... infact it has always been beyond me as to why this is so difficult in other distros .

Even more importantly, after doing this ALL the players work over the xine engine , from Noatun to Kaboodle to Amarok. I don't even need to install mplayer. Such a behaviour is not found anywhere else in my experience. In other distros installing codecs is nearly as painful as in windows(atleast windows has a simple ffmpeg installer, whereas over here I have to yum install / apt-get my ass off )

Ofcourse, I was a noob to those distros and might have made a few mistakes.
 
Old 10-16-2007, 09:54 AM   #10
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
For dvds you'll also need libdvdcss and (I think) libdvdread and libdvdplay. All available on slackbuilds.org.

Brian
 
1 members found this post helpful.
Old 07-04-2013, 08:35 AM   #11
textillis
Member
 
Registered: May 2013
Location: Northern Rivers, NSW, Australia
Distribution: Slackware64-current, Mint Nadya
Posts: 299

Rep: Reputation: 2
Quote:
Originally Posted by janhe View Post
you might want to take a look at mplayer at www.slackbuilds.org

mplayer can play many media types, I use it for everything I play

If you want you also can use gxine and xine. If you did a full install, you already have them installed, and most (if not all) codecs for xine (and friends) already are installed.
I am new to slackware, running -current, and I can't get either mplayer or xine to playback a dvd.

I am actually sick of the whole issue!

What is the big problem? where is the conflict with slackware philosophy that stops a working player, like VLC, from being shipped?

frustrated
 
Old 07-04-2013, 08:52 AM   #12
wigry
Member
 
Registered: Jul 2004
Distribution: slackware
Posts: 225

Rep: Reputation: 53
If you are new to slackware, then why are you running -current? Use the official stable version as -current may break at any moment.
 
2 members found this post helpful.
Old 07-04-2013, 09:04 AM   #13
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
VLC.

Alien Bob's VLC package will play almost anything, audio and/or video and is
completely self contained.

http://taper.alienbase.nl/mirrors/pe...ackbuilds/vlc/

http://slackware.org.uk/people/alien...ackbuilds/vlc/

http://www.videolan.org/
 
2 members found this post helpful.
Old 07-04-2013, 09:07 AM   #14
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
Quote:
Originally Posted by textillis View Post
I am new to slackware, running -current, and I can't get either mplayer or xine to playback a dvd.

I am actually sick of the whole issue!

What is the big problem? where is the conflict with slackware philosophy that stops a working player, like VLC, from being shipped?

frustrated
As much as I hate dragging up this old thread, you need libdvdcss. You can get it from a place called slackbuilds. The issue with the dvd and some other codecs is legal, not a philosophy. There are laws about what a distro can and can't package in it. Maybe when you learn a bit more you will understand them.
 
2 members found this post helpful.
Old 07-04-2013, 09:34 AM   #15
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by WhiteWolf1776 View Post
As much as I hate dragging up this old thread, you need libdvdcss. You can get it from a place called slackbuilds. The issue with the dvd and some other codecs is legal, not a philosophy. There are laws about what a distro can and can't package in it. Maybe when you learn a bit more you will understand them.
Yep. You can find libdvdcss here at slackbuilds.org. Install that and you will be able to watch DVDs in VLC.

http://slackbuilds.org/repository/14...ies/libdvdcss/
 
  


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
Help on multimedia codecs in RHEL 5 talpa_sai Linux - Newbie 3 09-09-2007 03:13 AM
Multimedia Codecs bjb_nyj101 Fedora 2 05-06-2007 12:08 PM
LXer: Install multimedia codecs, libdvdcss in Debian Etch GNU/Linux LXer Syndicated Linux News 0 04-14-2007 09:01 PM
Installing Multimedia Codecs in OpenSuSE Slick doctor_strange SUSE / openSUSE 3 02-09-2007 05:38 AM
Trouble with multimedia codecs on ubuntu 5.04 A64 penguinpower77 Ubuntu 4 07-31-2005 03:25 PM

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

All times are GMT -5. The time now is 05:50 AM.

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