LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 01-15-2005, 02:46 PM   #1
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 543

Rep: Reputation: 30
Unhappy xine suddenly not finding xVid codec....why?


This happened about 3 days ago. I don't know why or how, but suddenly xine won't play back any of the video files that it used to play perfectly on my mahcine because it says that the xvid codec is missing. I've been doing my research and couldn't find any specific cause to the problem. I checked my packages and sure enough xvid was installed, so I just re-installed xvid and xine to see if that would help but it didn't.


Does anyone have a clue on what went wrong or how I can fix it? (I'm running sarge btw). Is this a bug in the package system perhaps? Or is there a way I can specifically tell xine that "look, the codec is right here, use it". Because it's on my system and the problem seems to be that xine can't find it. I have no idea how this happened, maybe it was during one of my package upgrades (which I do bi-daily). Thanks for any help.
 
Old 01-15-2005, 03:26 PM   #2
OneManArmy
Member
 
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156

Rep: Reputation: 30
Did you try to see if 'Kaffiene' (a KDE front end for xine) is working?
Did you try to see if 'mplayer' is working?
 
Old 01-15-2005, 03:29 PM   #3
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 543

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by OneManArmy
Did you try to see if 'Kaffiene' (a KDE front end for xine) is working?
Did you try to see if 'mplayer' is working?

mplayer is working the same it always has been. i have some trouble with mplayer too though, like it always bringing up a dialogue box saying such and such font could not be found when I play a new video file, and the full screen mode keeps the video in the original size but makes the rest of the screen black.


I haven't gotten around to fiddling with mplayer much yet. I got it from an unofficial package repository somewhere and I only like to use it when xine fails to play some funky encoded video.
 
Old 01-15-2005, 03:52 PM   #4
OneManArmy
Member
 
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156

Rep: Reputation: 30
I am sorry I couldn't really help you. But for the mplayer fonts problem, you need
to install the 'mplayer-fonts' package.
 
Old 01-15-2005, 11:21 PM   #5
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 543

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by OneManArmy
I am sorry I couldn't really help you. But for the mplayer fonts problem, you need
to install the 'mplayer-fonts' package.
Ok, thanks for the tip. Now mplayer doesn't annoy me about those fonts. If I could figure out how to get full-screen working in mplayer, then I might just use it and forget about xine...
 
Old 03-10-2008, 04:46 PM   #6
wiplash
LQ Newbie
 
Registered: Mar 2008
Posts: 2

Rep: Reputation: 0
bump

Sorry to bump this one but I see no real solution was given, and I've recently run into the exact same issue with xine -- I hadn't made any updates or changes and all of a sudden (after 1 year+ of working), xine fails to play back xvid content with an error stating it can't find the xvid codec. mplayer etc. are able to play back the videos just fine, and my codecs directory (which I am pointing to in the decoder section in xine) is correct.

Anyone have any insight into why this might suddenly happen randomly? I've tried reinstalling xine, checked the permissions on the codec directory, reinstalled xine, and the libxine1-ffmpeg package, but no luck. TIA.
 
Old 03-16-2008, 07:20 PM   #7
Quintesse
LQ Newbie
 
Registered: Feb 2003
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by wiplash View Post
Sorry to bump this one but I see no real solution was given, and I've recently run into the exact same issue with xine -- I hadn't made any updates or changes and all of a sudden (after 1 year+ of working), xine fails to play back xvid content with an error stating it can't find the xvid codec. mplayer etc. are able to play back the videos just fine, and my codecs directory (which I am pointing to in the decoder section in xine) is correct.

Anyone have any insight into why this might suddenly happen randomly? I've tried reinstalling xine, checked the permissions on the codec directory, reinstalled xine, and the libxine1-ffmpeg package, but no luck. TIA.
Same here and no idea what could be wrong.
 
Old 03-17-2008, 08:17 AM   #8
wiplash
LQ Newbie
 
Registered: Mar 2008
Posts: 2

Rep: Reputation: 0
Found the problem -- apparently some part of my xine config had gotten screwed up... moved my ~/.xine directory elsewhere and started up xine again (which recreated the .xine directory), and xvid started working again... very strange since there was no indication of any kind of corruption, I had not upgraded/changed anything, and xine worked fine apart from anything with the xvid codec. Hope this helps someone.
 
Old 01-10-2009, 12:43 PM   #9
everthonvs
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by wiplash View Post
Found the problem -- apparently some part of my xine config had gotten screwed up... moved my ~/.xine directory elsewhere and started up xine again (which recreated the .xine directory), and xvid started working again... very strange since there was no indication of any kind of corruption, I had not upgraded/changed anything, and xine worked fine apart from anything with the xvid codec. Hope this helps someone.
Thanks for the tip wiplash! But I checked which config file is messing with the xine codec list and there's no need do remove the entire folder, just this file:

Code:
rm -f ~/.xine/catalog.cache
 
Old 01-10-2009, 12:48 PM   #10
everthonvs
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by R00ts View Post
mplayer is working the same it always has been. i have some trouble with mplayer too though, (...) the full screen mode keeps the video in the original size but makes the rest of the screen black.
to allow mplayer to resize the video in the fullscreen mode you have to add this to its config file:

Code:
echo 'zoom="yes"' >> ~/.mplayer/config
(yeah, I known: it's a stupid decision of the mplayer team to leave this option disabled by default...)
 
Old 01-10-2009, 01:07 PM   #11
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Testing/Unstable Amd64
Posts: 1,458

Rep: Reputation: Disabled
Have you checked the dates on this thread?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install xvid codec in Suse 9.1 Pro bukich Linux - Software 25 05-29-2006 11:21 PM
using XVid codec with Kaffein on Suse 9.2 xelt Linux - Newbie 1 04-15-2005 02:45 PM
XVID codec help please deepdark Suse/Novell 9 01-10-2005 03:28 PM
mencoder / xvid codec voodoochild117 Linux - Software 1 06-25-2004 02:00 AM
nothing I compile (xine, transcode, avifile, etc) can see the installed xvid codec ontherun Linux - Software 0 12-17-2003 03:29 AM


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

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration