You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, July 7th 2003, 12:43pm

Kmplayer codecs

Hi,

I just upgraded, (re-installed) my system to Suse 8.2, I've noticed that it has a Video program called Kmplayer, well what I would like to do is add codecs to it, I would like to be able to play divx format videos with Kmplayer. Anyway Got any idea how ? :?:
The Best Games are for Download @ GCCLINUX

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Monday, July 7th 2003, 9:41pm

KMplayer is just a frontend to mplayer.
mplayer should be able to play divx just fine, at least mine does.

Cheers,
_
Qt/KDE Developer
Debian User

3

Monday, July 7th 2003, 11:10pm

Codec

afaik somewhere at the MPlayer website is a download for codec-dlls.

Anyway, did you install the divx-lib ?
You also should fetch the xvid-lib..
DevCounter ( http://devcounter.berlios.de/ )
An open, free & independent developer pool
created to help developers find other developers, help,
testers and new project members.

4

Tuesday, July 8th 2003, 7:59am

Re: Codec

Quoted

Original von Masato

afaik somewhere at the MPlayer website is a download for codec-dlls.

Anyway, did you install the divx-lib ?
You also should fetch the xvid-lib..


I've downloaded all codecs dll's I could find and extarcted them all in /usr/lib/win32. I am able to play almost all formats that I come across but I can't find divx-lib & xvid-lib to download.

Thank you
The Best Games are for Download @ GCCLINUX

5

Tuesday, July 8th 2003, 8:03am

Quoted

Original von anda_skoa

KMplayer is just a frontend to mplayer.
mplayer should be able to play divx just fine, at least mine does.

Cheers,
_


Thanks I thought it was a different version. When I had Suse 8.1 all used to work and then I re-installed it with Suse 8.2 and now mplayer does not play allot of the diff formats, well I downloaded lots of dll's codecs and it is getting better but I still can't play divx. I'll get it sorted.
The Best Games are for Download @ GCCLINUX

6

Tuesday, July 8th 2003, 3:08pm

Re: Codec

Quoted

Original von tuxnet

Quoted

Original von Masato

afaik somewhere at the MPlayer website is a download for codec-dlls.

Anyway, did you install the divx-lib ?
You also should fetch the xvid-lib..


I've downloaded all codecs dll's I could find and extarcted them all in /usr/lib/win32. I am able to play almost all formats that I come across but I can't find divx-lib & xvid-lib to download.

Thank you


you find them on the official websites of DivX & Xvid ...
(you have to look around there a little ...)
DevCounter ( http://devcounter.berlios.de/ )
An open, free & independent developer pool
created to help developers find other developers, help,
testers and new project members.

7

Tuesday, July 8th 2003, 10:13pm

and to know where to copy your codecs:
just open terminal and type :
mplayer filename
if the codecs are in the wrong place it will inform you ,
eg: real player codecs should be in /usr/lib/RealPlayer8/Codecs if they weren't there you will see this :

[code:1]
==========================================================================
Opening audio decoder: [realaud] RealAudio decoder
Cannot open dll: /usr/lib/RealPlayer8/Codecs/cook.so.6.0: cannot open shared object file: No such file or directory
ADecoder preinit failed :(
ADecoder init failed :(
*** Try to upgrade /root/.mplayer/codecs.conf from etc/codecs.conf
*** If it still does not work, read DOCS/codecs.html!
Cannot find codec for audio format 0x6B6F6F63.
==========================================================================
Audio: no sound
Video: no video


Exiting... (End of file)

[/code:1]
notice the:"Cannot open dll: /usr/lib/RealPlayer8/Codecs/cook.so.6.0"

Good Luck :-)
Mohamed Assar,
Member of Arabeyes.org team
Kde arabic translation team

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

8

Tuesday, July 8th 2003, 11:35pm

Hmm, I never needed the Win32 codecs, the native libffmpeg codecs worked just fine.

Perhaps the mplayer package does not include libffmpeg and the ffmpeg package is old?

Cheers,
_
Qt/KDE Developer
Debian User

9

Wednesday, July 9th 2003, 7:53am

Mplayer

Mplayer plays all the available media format to date. However, installing Mplayer manually can be a pain. If you have a great package manager, it should install all the media codecs available for mplayer as well as all the necessary dependencies for you automagically.

All you probably have to do afterwards is the configure mplayer to your desire.

Regards,

Mystilleef
KDE Seeker.

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

10

Saturday, July 12th 2003, 7:31am

i do believe that you must copy the dll's to /usr/lib/win32

BEFORE!

comilation of the application.

(at least thats what i had to do)

11

Tuesday, July 15th 2003, 6:02pm

I think SuSE simply didn't compile mplayer (nor xine) with support for win32 dll's. Dunno why. I recompiled both myself and it works.

12

Wednesday, July 16th 2003, 12:52am

Quoted

Original von heim

I think SuSE simply didn't compile mplayer (nor xine) with support for win32 dll's. Dunno why.


I think it's due to license problems...

13

Wednesday, July 16th 2003, 11:22am

Quoted

Original von cmbofh

Quoted

Original von heim

I think SuSE simply didn't compile mplayer (nor xine) with support for win32 dll's. Dunno why.


I think it's due to license problems...
It is indid. I have manually downloaded the dlls and placed them in /usr/lib/win32. It works as a treat now. 8)
The Best Games are for Download @ GCCLINUX