On Wed, 17 Oct 2012 01:44:46 -0400, Ralph Spitzner <
ra...@spitzner.org>
wrote:
> Is there a kde-multimedaia-nonfree for slack ?
> Dragon for instance refuses to play all but the simplest videos.
> Xine works ok, so libxine should be fine.
> Any ideas on this one ?
Dragon Player uses Phonon, which in turn uses whatever backend you give
it. The default backend for phonon is gstreamer, while on Slackware you
also have an option of Mplayer or Xine backends, I think.
As I like the gstreamer setup, I wanted to keep this, but the default set
of plugins shipped with gstreamer in Slackware is only the good and base
plugins, which do not include the encumbered codecs which most videos
these days like to use (at least, many of the compressed ones that you
find around the Internet do). SlackBuilds has the gst-plugins-bad and
gst-plugins-ugly and gst-ffmpeg packages all ready for use. The
gst-plugins-bad neglects to mention that if you do not install the codecs
you care about (x264 and a52 in my case), then it will silently skip them.
This leads to the following setup that worked for me:
1) Install x264 and a52 packages from SlackBuilds.
2) Install gst-plugins-bad, gst-plugins-ugly, and gst-ffmpeg from
SlackBuilds.
Problem solved. Incidently, this also fixes Amarok and other players which
rely on Phonon for audio.
--
Aaron W. Hsu |
arc...@sacrideo.us |
http://www.sacrideo.us
Programming is just another word for the Lost Art of Thinking.