LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Unable to play AVI movie in MPlayer (https://www.linuxquestions.org/questions/linux-software-2/unable-to-play-avi-movie-in-mplayer-515002/)

tron_thomas 12-30-2006 05:44 PM

Unable to play AVI movie in MPlayer
 
I am running Fedora Core 6 on an Intel Pentium IV system. I am having a problem playing an AVI movie file with MPlayer.

MPlayer reports the following:
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
ERROR: Could not open required DirectShow codec ir50_32.dll.
ICOpen failed! unknown codec / wrong parameters?
SwScaler: using unscaled yuv410p -> yuv420p special converter
xacodec: failed to dlopen /usr/lib/codecs/vid_iv50.xa while /usr/lib/codecs/vid_iv50.xa: cannot open sh
ared object file: No such file or directory
Cannot find codec matching selected -vo and video format 0x30355649.


What can be done to resolve these problems to the file play successfully?

namit 12-30-2006 06:08 PM

yes because you should download vlc

tron_thomas 12-30-2006 06:28 PM

I have VLC install and it won't play the movie file either. I should say that both players are capable or rendering the audio, there is just no picture. Here is what VLC reports when it tries to play the file:

VLC media player 0.8.5 Janus

** (.:13633): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:13633): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
[00000303] main decoder error: no suitable decoder module for fourcc `IV50'.
VLC probably does not support this sound or video format.
[00000281] main playlist: stopping playback

bookgekgom 12-30-2006 11:50 PM

that happens same to me.
i installed all and they are not playing "wma" which i converted cd with window media player
mplayer sucks
they look stupid
just use xine it plays everything.
xine + amarok rocks.

IBall 12-31-2006 12:42 AM

Rather than saying "my media player is better than yours", lets try helping the OP.

1) What is the output of "tcprobe -i fileName.avi", where fileName.avi is the name of the file? Since and AVI is a container format, you need to find out what is inside. This will tell you.

2) Have you got the correct codecs installed?

3) Can you play any other movies with Mplayer, VLC or anything else?

--Ian

PS: The differences between the different players are really only cosmetic. Mplayer and Xine and VLC will play just about anything, provided you have the correct codecs installed.

tron_thomas 12-31-2006 12:55 AM

I installed xine and it doesn't work any better. Even worse I don't get any error output when I launch the application from a command line terminal.

It appears that tcprobe is not installed on my system. How can I obtain this application?

I do not know if I have the correct codecs install. I suspect that I don't. How can I determine this?

I can successfully play other movie files with both MPlayer and VLC.

slzckboy 12-31-2006 03:02 AM

have you installed all the window codecs
when u do "ls /usr/local/lib/codecs"

u should see a load of .dll files; unless you have your codecs installed somewhee else!?


this is the area where ir50_32.dll and vid_iv50.xa should live.
mplayer is telling you that these two files are not there.

do a
Code:

locate vid_iv50.xa and locate ir50_32.dll
and see if you can find them.

tron_thomas 12-31-2006 10:42 AM

I do not even have a codecs directory under /user/local/lib let alone any codec files.
I did a locate on vid_iv50.xa and ir50_32.dll, and got no results.

How can I install the window codecs?

slzckboy 12-31-2006 03:00 PM

http://www.mplayerhq.hu/design7/dload.html
put these files in /usr/lib/codecs as this seems to be the default search path for your install.

I had a look at the download and the README file says as much too.

good luck.

tron_thomas 12-31-2006 03:28 PM

That worked. Thanks

slzckboy 12-31-2006 03:35 PM

ur welcome.


All times are GMT -5. The time now is 03:30 PM.