LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-05-2003, 11:23 AM   #1
yocompia
Member
 
Registered: Apr 2003
Location: Chicago, IL
Distribution: openbsd 3.6, slackware 10.0
Posts: 244

Rep: Reputation: 30
mplayer issues/translating docs


i've been fiddling with the install of mplayer for a few days and haven't been able to get things to work out quite right. i was reading the docs (specifically http://www.mplayerhq.hu/DOCS/codecs.html) and decided to try to install the DivX4/5 stuff listed in it.

i followed the first instruction, which was to get the codec from divx.com and then install it. the second instruction, however, has left me feeling downright retarded:

"Get the CVS version of the OLD OpenDivx core library like this:

1. cvs -d: pserver:anonymous@cvs.projectmayo.com:/cvsroot login

2. cvs -d: pserver:anonymous@cvs.projectmayo.com:/cvsroot co divxcore"

when i get the cvs pwd prompt, what should i do? it seems to not do anything in response to my keyboard strokes.

if i just leave this partially setup install of DivX4, it sullies the compilation of mplayer, as make yields:

"...
ve_divx4.c:275: structure has no member named `total_bits'
ve_divx4.c:276: structure has no member named `quantizer'
ve_divx4.c:279: structure has no member named `is_key_frame'
make[1]: *** [ve_divx4.o] Error 1
make[1]: Leaving directory `/usr/src/MPlayer-0.90/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2"

and now i can't even get the player to compile and THEN not work. gd it.

any suggestions on how to finish the install of DivX4 or remove the files installed by the codec are welcome.
 
Old 07-05-2003, 11:32 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i really really wouldn't bother with divx4. Mplayer can use three different divx implementations, libavcodec, xvid and divx4. THis is in order of preference too... divx4 itself isn't too hot, and not nearly as optimized by a long long way. In case that's not clear... all three ARE divx... and libavcodec (FFMpeg) is included with the default official mplayer releases, so you won' need to do anythign else.
 
Old 07-06-2003, 01:50 AM   #3
yocompia
Member
 
Registered: Apr 2003
Location: Chicago, IL
Distribution: openbsd 3.6, slackware 10.0
Posts: 244

Original Poster
Rep: Reputation: 30
removing divx4 codec?

thx for the advice acid, but how do i get rid of the divx4 codec that i installed via ./install.sh? it seems to make for all sorts of problems w/ the compilation of mplayer. i have the same problem as before: issuing "# make" from the source directory gives me errors (i think that mplayer autodetects the divx4 codec and gets agitated w/out the proper add'l files) ----V

...
ve_divx4.c:192: request for member `quality' in something not a structure or union
ve_divx4.c: In function `put_image':
ve_divx4.c:235: structure has no member named `mvs'
ve_divx4.c:240: structure has no member named `quant'
ve_divx4.c:241: structure has no member named `intra'
ve_divx4.c:248: `ENC_OPT_ENCODE_VBR' undeclared (first use in this function)
ve_divx4.c:249: structure has no member named `quantizer'
ve_divx4.c:251: structure has no member named `is_key_frame'
ve_divx4.c:253: structure has no member named `quantizer'
ve_divx4.c:253: structure has no member named `is_key_frame'
ve_divx4.c:254: structure has no member named `total_bits'
ve_divx4.c:254: structure has no member named `texture_bits'
ve_divx4.c:254: structure has no member named `total_bits'
ve_divx4.c:261: structure has no member named `quant'
ve_divx4.c:262: structure has no member named `intra'
ve_divx4.c:264: structure has no member named `motion_bits'
ve_divx4.c:265: structure has no member named `texture_bits'
ve_divx4.c:266: structure has no member named `total_bits'
ve_divx4.c:268: structure has no member named `quant'
ve_divx4.c:269: structure has no member named `intra'
ve_divx4.c:272: structure has no member named `is_key_frame'
ve_divx4.c:273: structure has no member named `motion_bits'
ve_divx4.c:274: structure has no member named `texture_bits'
ve_divx4.c:275: structure has no member named `total_bits'
ve_divx4.c:276: structure has no member named `quantizer'
ve_divx4.c:279: structure has no member named `is_key_frame'
make[1]: *** [ve_divx4.o] Error 1
make[1]: Leaving directory `/usr/src/MPlayer-0.90/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2
"root"#

i did not have this problem prior to my attempting to install the divx4 codec. suggestions on how to remove the codec i installed?
 
Old 07-06-2003, 04:49 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
never had to myself, but afaik, divx will create divxencore.so and divxdecore.so so just remove those files. wouldn't know what headers divx4 might have also put on your system that mplayer might be autodetecting though, but you can always verbosely disable it's use with "./configure --disable-divx4" or similar (./configure --help foir the correct option)
 
  


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
Translating output of MySQL -> English benrose111488 Programming 1 02-23-2005 12:56 AM
windows translating Zhou Yi Linux - Software 16 12-15-2004 09:50 PM
Translating lilo.conf file frkstein Linux - General 5 02-13-2004 09:45 AM
Translating gamehack Linux - General 1 12-25-2003 02:35 PM
More mplayer issues...no /.mplayer folder?! lt1derful Linux - Software 3 08-03-2003 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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