LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-14-2004, 01:09 AM   #1
Cyberian
Member
 
Registered: May 2004
Distribution: SuSE
Posts: 117

Rep: Reputation: 15
Cannot play video


Hi,

I just transfered all my videos from my Windows computer. And cannot play any of them. I assume I will have to get another video player other than the Helix that comes with FC3. And the codecs too. But where do I start?
 
Old 11-14-2004, 01:23 AM   #2
linux_terror
Member
 
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311

Rep: Reputation: 30
There are many video players for linux including Xine and Mplayer. They both have most of the codecs you will need. As far as ease of install I personally have had better luck with mplayer which can be found here --> http://www.mplayerhq.hu/homepage/design7/news.html I would go to the site and read up on the installation, all the tools/codecs you will need are available there.
fyi...xine is available here --> http://xinehq.de/ if you decide to go that route.

best of luck.

linux_terror
 
Old 11-14-2004, 01:32 AM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You may just need to locate the codecs. There are two players that usually come with linux called 'xine' and 'mplayer'

When Helix doesn't play a video, does it say what codec it needed. If not use the 'file' command. It may tell you in the description of the file.
 
Old 11-15-2004, 05:55 PM   #5
Cyberian
Member
 
Registered: May 2004
Distribution: SuSE
Posts: 117

Original Poster
Rep: Reputation: 15
Thanks for the help everyone. But it appears that mplayer is not available for Fedora Core 3 RPM yet. I am a supernewbie who only knows how to install prepared RPMs.
 
Old 11-15-2004, 07:09 PM   #6
linux_terror
Member
 
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311

Rep: Reputation: 30
If you notice, the links above are for the FC3 rpms :P

linux_terror
 
Old 11-15-2004, 07:50 PM   #7
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
it's better to compile mplayer by yourself.

it is really easy.

use tar -xvzf <filename>.tar.gz
to uncompress a tar.gz file.
(if it is a <filename>.tar.bz2
do bunzip2 <filename>.tar.bz2
and then tar -xvf <filename>.tar)

then enter mplayer directory and type less INSTALL to read the file that refers to installations.

download the codecs, and uncompress them in the same way.

put the codecs in /usr/local/share/codecs or something like that, (it's all written in the INSTALL file).

then go to MPlayers directory again and type ./configure --enable-gui
then type make,
and then as root type make install.
download some Skins for the gui uncompress them and place the folders in /usr/local/share/mplayer/Skin
rename one of the Skin folders to default, or make a soft link.
e.x.
ln -s /usr/local/share/mplayer/Skin/Blue /usr/local/share/mplayer/Skin/default

download a font uncompress it and place one of the containing folders to /usr/local/share/mplayer/font

thats all.

use gmplayer for the gui player
or mplayer for text-based player
 
Old 11-17-2004, 04:26 AM   #8
Cyberian
Member
 
Registered: May 2004
Distribution: SuSE
Posts: 117

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by linux_terror
If you notice, the links above are for the FC3 rpms :P

linux_terror
I went to the link you gave me, and then went to Downloads. Click on US. They forwarded me to the link below.

http://luna.cs.ccsu.edu/dominik/mpla...loads-cvs.html

I went here, all I could find was FC1 and 2.

Last edited by Cyberian; 11-17-2004 at 04:35 AM.
 
Old 11-17-2004, 04:34 AM   #9
Cyberian
Member
 
Registered: May 2004
Distribution: SuSE
Posts: 117

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by perfect_circle
it's better to compile mplayer by yourself.

it is really easy.

use tar -xvzf <filename>.tar.gz
to uncompress a tar.gz file.
(if it is a <filename>.tar.bz2
do bunzip2 <filename>.tar.bz2
and then tar -xvf <filename>.tar)

then enter mplayer directory and type less INSTALL to read the file that refers to installations.

download the codecs, and uncompress them in the same way.

put the codecs in /usr/local/share/codecs or something like that, (it's all written in the INSTALL file).

then go to MPlayers directory again and type ./configure --enable-gui
then type make,
and then as root type make install.
download some Skins for the gui uncompress them and place the folders in /usr/local/share/mplayer/Skin
rename one of the Skin folders to default, or make a soft link.
e.x.
ln -s /usr/local/share/mplayer/Skin/Blue /usr/local/share/mplayer/Skin/default

download a font uncompress it and place one of the containing folders to /usr/local/share/mplayer/font

thats all.

use gmplayer for the gui player
or mplayer for text-based player
I never succeed any installation of non-RPMs. Except for Firefox. I always get an error during the './configure' part. (Firefox did not have to ./configure.) I don't know what I did wrong. I followed the newbie guide perfectly. 1. tar -xvzf file.tar.gz or j if bz2. 2. cd to extracted directory. 3. ./configure

That is where I always get an error.
 
Old 11-17-2004, 04:57 AM   #10
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
what error?
 
Old 11-18-2004, 02:50 AM   #11
linux_terror
Member
 
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311

Rep: Reputation: 30
intercodes posted the rpm list, i just saw the filenames stamped with FC3, didn't follow the links, sorry for the confusion.

linux_terror
 
  


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
can't play any video nukeu666 Linux - General 1 05-15-2005 02:52 AM
video doesnt play phatbastard Linux - Software 3 11-14-2004 07:10 PM
Can't play this video!!! cisforCOJO Linux - Software 2 11-03-2004 03:59 AM
is there any way to play online video 286 Linux - Software 5 05-15-2004 02:42 PM
play dvd video armin Linux - Software 8 08-08-2002 08:44 AM

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

All times are GMT -5. The time now is 12:11 PM.

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