Jep. Sitäkin on yritetty, vaan en siltikään ymmärrä, että mihin softan pitäisi lopulta päätyä ja miten
Tämäm verran on yritetty eli paketti on kopioitu ja purettu hakemistoon
koerruuska@a88-113-13-113:~/alas/koe> ll
total 2420
drwxr-xr-x 2 rruuska users 4096 2008-09-23 14:50 codecs
-rw-r--r-- 1 rruuska users 2446609 2008-10-03 18:37 fluendo-megabundle-4.i386.tar.bz2
-rw-r--r-- 1 rruuska users 10083 2008-09-23 14:50 LICENSE.txt
-rw-r--r-- 1 rruuska users 4684 2008-09-23 14:50 README.txt
rruuska@a88-113-13-113:~/alas/koe>
rruuska@a88-113-13-113:~/alas/koe>
rruuska@a88-113-13-113:~/alas/koe> cat README.txt
This is the installation documentation for the Fluendo Codec pack.
Included in this package you will find a directory called
codecs containing codecs as .so files. Those files are
plug-ins for the GStreamer framework and will provide the codec features
to any application using the GStreamer framework.
They can be installed in 2 different scenarios :
1) For one user only :
======================
Please copy all the files contained in the codecs directory in
the following directory ~/.gstreamer-0.10/plugins/
As a commodity you can run the following command line from a terminal :
user@host$ mkdir -p ~/.gstreamer-0.10/plugins; cp ./codecs/* ~/.gstreamer-0.10/plugins/
Once this is done a simple :
user@host$ ls ~/.gstreamer-0.10/plugins/
should show the following list of files (or only some of them if you did not
buy the complete codec pack):
libgstfluac3dec.so libgstflumcaacadec.so libgstflumpeg4videodec.so
libgstfluasfdemux.so libgstflumms.so libgstflumpegdemux.so
libgstfluh264dec.so libgstflump3dec.so libgstfluwmadec.so
libgstfluisodemux.so libgstflumpeg2vdec.so libgstfluwmvdec.so
2) For the whole system (all users) :
=====================================
To do this you need to have root access on the machine. This can be achieved
either by running commands with sudo or getting a root shell with the su
command.
Once you are root you can copy all the files contained in the
codecs directory in the following directory
/usr/lib/gstreamer-0.10/
If that directory does not exist that can mean that GStreamer 0.10 is not
installed or is installed in a different location. If it is installed in a
different location you can figure out where that is with the following command :
root@host# gst-inspect-0.10 oggdemux | grep Filename
which should return something like :
Filename: /usr/lib/gstreamer-0.10/libgstogg.so
Meaning that plugins are installed in /usr/lib/gstreamer-0.10/
To copy all the codecs in the GStreamer plugins directory run the following
command (assuming your current working directory is inside the unpacked codec
archive where this documentation is):
root@host# cp ./codecs/* /usr/lib/gstreamer-0.10/
Checking your codec installation :
==================================
In order to test codecs you can run the following command in a terminal :
user@host$ gst-inspect-0.10 | grep flu
which should show the following result (or only some of them if you did not
buy the complete codec pack):
flumpeg4vdec: flumpeg4vdec: Fluendo MPEG-4 ASP Video Decoder
flump3dec: flump3dec: Fluendo MP3 Decoder (IPP build)
fluisodemux: fluisodemux: ISODemux Demuxer
flumpeg2vdec: flumpeg2vdec: Fluendo MPEG-2 Video Decoder
fluasf: fluasfcmdparse: Fluendo ASF Command Parser
fluasf: fluasfdemux: Fluendo ASF Demuxer
fluwmvdec: fluwmvdec: Fluendo WMV Decoder
fluac3dec: fluac3dec: AC3 decoder
flumms: flummssrc: Fluendo MMS source
fluwma: fluwmsdec: Fluendo WMS Decoder
fluwma: fluwmadec: Fluendo WMA Decoder
flumpegdemux: flutsdemux: MPEG Transport stream demuxer
flumpegdemux: flupsdemux: MPEG Program Demuxer
Some codecs require some old dependencies that might not be present on modern
Linux distributions such as libstdc++5. From one Linux distribution to another
the name of the package providing that dependency differs. To install it you
need to use your Linux distribution package manager.
For example on Ubuntu you would need to install libstdc++5 with Synaptic and
on Fedora Core you would use yum to install compat-libstdc++-33
Once the codecs are sucessfully installed, you should have access
to playing back supported media files like Windows Media Video, MPEG videos,
DivX movies using GStreamer applications such as Totem Movie Player,
Rhythmbox Music Player, Banshee Music player, Amarok, Kaffeine or the
Elisa Media center. Please make sure that those applications are using the
GStreamer backend before reporting issues to the support.
The licensing terms of each codec can be found in the LICENSE.txt
file that is shipped together with this file. Usage of Fluendo codecs means
that you accept the terms and conditions of these licenses.
Support :
=========
Together with your product comes a 1 year support contract. This support
contract includes 1 year of free access to bug fixes and product upgrades.
You can access those updates from the Fluendo WebStore
https://shop.fluendo.comShould you have any problem with the codecs, please open an ticket on :
https://core.fluendo.com/gstreamer/trac/or send an e-mail to support@fluendo.com
Enjoy,
The Fluendo Team
--
FLUENDO S.A.
World Trade Center Edificio Norte 2 planta
08039 BARCELONA - SPAIN
+34 933 175 153
rruuska@a88-113-13-113:~/alas/koe> cd codecs/
rruuska@a88-113-13-113:~/alas/koe/codecs> ll
total 7796
-rwxr-xr-x 1 rruuska users 142428 2008-09-23 14:50 libgstfluasfdemux.so
-rw-r--r-- 1 rruuska users 1102657 2008-09-23 14:50 libgstfluh264dec.so
-rwxr-xr-x 1 rruuska users 109548 2008-09-23 14:50 libgstfluisodemux.so
-rw-r--r-- 1 rruuska users 413431 2008-09-23 14:50 libgstflumcaacadec.so
-rwxr-xr-x 1 rruuska users 107380 2008-09-23 14:50 libgstflumms.so
-rwxr-xr-x 1 rruuska users 1400132 2008-09-23 14:50 libgstflump3dec.so
-rwxr-xr-x 1 rruuska users 432132 2008-09-23 14:50 libgstflumpeg2vdec.so
-rwxr-xr-x 1 rruuska users 726184 2008-09-23 14:50 libgstflumpeg4videodec.so
-rwxr-xr-x 1 rruuska users 101604 2008-09-23 14:50 libgstflumpegdemux.so
-rwxr-xr-x 1 rruuska users 11776 2008-09-23 14:50 libgstflurtp.so
-rwxr-xr-x 1 rruuska users 784860 2008-09-23 14:50 libgstfluwmadec.so
-rwxr-xr-x 1 rruuska users 1166308 2008-09-23 14:50 libgstfluwmvdec.so
-rw-r--r-- 1 rruuska users 366412 2008-09-23 14:50 libmcaacadec.so
-rw-r--r-- 1 rruuska users 1041912 2008-09-23 14:50 libmch264dec.so
rruuska@a88-113-13-113:~/alas/koe/codecs>