LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 06-03-2004, 09:19 AM   #1
vanhelsing
Member
 
Registered: May 2004
Posts: 130

Rep: Reputation: 15
Can't see movies with mplayer


I want to see movie, this 's all my work and my problem------------------>

[root@localhost root]# mount -r /dev/cdrom1 /mnt/cdrom1
[root@localhost root]# cd /mnt/cdrom1
[root@localhost cdrom1]# ls
ext mpegav readme.txt segment vcd vcd_play.exe
[root@localhost cdrom1]# cd mpegav
[root@localhost mpegav]# ls
avseq01.dat
[root@localhost mpegav]# gmplayer avseq01.dat
MPlayer 1.0pre2-RPM-3.1 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium III Katmai/Pentium III Xeon Tanner 501.4 MHz (Family: 6, Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection
Reading config file /etc/mplayer/mplayer.conf
Reading config file /root/.mplayer/config
[cfg] read config file: /root/.mplayer/gui.conf
Reading config file /root/.mplayer/gui.conf
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 61 audio & 157 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf: No such file or directory
Input config file /etc/mplayer/input.conf parsed: 52 binds
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/share/mplayer/Skin'

Playing /mnt/cdrom1/mpegav/avseq01.dat
Cache fill: 0.00% (0 bytes)


after that it 's just show blue screen..................
 
Old 06-03-2004, 09:30 AM   #2
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
hi vanhelsing,
the output you provided suggests that mplayer tries to play the movie but does not seem to know what to do with it.

Have you successfully played other movies? I assume so, your mplayer seems to work right.

The CD you are trying to play obviously comes with a windows executable that is supposed to be used to play the movie. I find it possible (although very windowsy) that the movie format is non-standard, which would explain mplayer's inability to play the file.

If you absolutely must play the movie, you might want to try this:
rename the file to have a .mpg or .avi extension (the folder is called "mpegav", so it probably is a mpeg file in a avi wrapper, if anything)
use a different program (xine being the one that is most likely to understand files that mplayer cannot)
try running the windows executable with wine (you have very(!) little chance that this will work)

Good luck, I am sorry for the bad news,
- drowstar
 
Old 06-03-2004, 09:51 AM   #3
vanhelsing
Member
 
Registered: May 2004
Posts: 130

Original Poster
Rep: Reputation: 15
u mean that I must copy whole cd to harddisk, and rename file" avseq01.dat"?
What command that use to rename file?
 
Old 06-03-2004, 10:46 AM   #4
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
what does:
file avseq01.dat
return?
to try xine, just run:
xine avseq01.dat

to rename it, run
mv avseq01.dat /path/where/you/want/to/save/it/avseq01.avi
 
Old 06-03-2004, 10:55 AM   #5
vanhelsing
Member
 
Registered: May 2004
Posts: 130

Original Poster
Rep: Reputation: 15
where 's website to download xine?, I download file " rpm -i xine-0.9.22-1.fr.i386.rpm"
I install it

root@localhost bee]# rpm -i xine-0.9.22-1.fr.i386.rpm
warning: xine-0.9.22-1.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
libaa.so.1 is needed by xine-0.9.22-1.fr
libxine.so.1 is needed by xine-0.9.22-1.fr
xine-lib >= 1.0.0 is needed by xine-0.9.22-1.fr

and when I install "xine-lib" , it asked me to install many many file
I want the file that I can install once,
 
Old 06-03-2004, 11:00 AM   #6
vanhelsing
Member
 
Registered: May 2004
Posts: 130

Original Poster
Rep: Reputation: 15
I using redhat 9
 
Old 06-03-2004, 11:12 AM   #7
vanhelsing
Member
 
Registered: May 2004
Posts: 130

Original Poster
Rep: Reputation: 15
I alread rename file " avseq01.dat" to "avseq01.avi" , but it don't work
this 's all my problem--------------->

[root@localhost bee]# gmplayer avseq01.avi
MPlayer 1.0pre2-RPM-3.1 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium III Katmai/Pentium III Xeon Tanner 501.4 MHz (Family: 6, Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection
Reading config file /etc/mplayer/mplayer.conf
Reading config file /root/.mplayer/config
[cfg] read config file: /root/.mplayer/gui.conf
Reading config file /root/.mplayer/gui.conf
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 61 audio & 157 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf: No such file or directory
Input config file /etc/mplayer/input.conf parsed: 52 binds
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/share/mplayer/Skin'
 
Old 06-03-2004, 03:55 PM   #8
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
Hi vanhelsing,
you may have to prepare for the possibility that you wont be able to watch this video in linux, since it was obviously meant to be played in windows only.
On your installation issue: are you familiar with "yum" and "apt-get"? These tools can handle dependencies for you. You may want to look into that.

Good luck,
- drowstar
 
  


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
Mplayer error. Can't play movies! nsk078 Linux - Software 9 04-05-2008 06:13 AM
Problem opening movies with mplayer under konqueror. Linux.tar.gz Linux - Software 1 11-23-2005 10:42 AM
Mplayer slow playing movies. Druaga Linux - Software 3 11-13-2003 07:26 PM
Mplayer Mozilla Plugin not playing movies linoob Linux - Software 3 05-15-2003 09:37 PM
quicktime movies in mplayer... bxb32001 Linux - Software 14 09-26-2002 12:49 AM


All times are GMT -5. The time now is 05:08 PM.

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