Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Linux Video Support => Topic started by: naughty_bear on October 29, 2003, 03:49:59 PM

Title: how to play video files in linux
Post by: naughty_bear on October 29, 2003, 03:49:59 PM
could anyone paste a step ba step info ... how could i play a vedio file on ma linux box .... i got redhat 8.0 gnome desktop
thanks
Title: Welcome to linuxsolved!
Post by: dalek on October 29, 2003, 04:31:29 PM
Not completely sure about Redhat 8 but look and see if you have a program called Xine.  That I think is what plays video in Linux.

I'm not sure on the step by step part.  Mine looks a lot like a DVD player though.

Hope that helps.

Later

 :D  :D  :D  :D
Title: how to play video files in linux
Post by: Ricky on October 29, 2003, 05:45:24 PM
Well to play AV file u need to have a AV player.
I prefer mplayer of linux. It is one of the best AV player in LInux. at least of me. (donno about others)

Well if you don't have mplayer then u can get it from
http://www.mplayerhq.hu/homepage/design6/dload.html

To play a vcd from mplayer do the follwoing command at console..
Code: [Select]
mplayer -vcd 1
To play a dvd
Code: [Select]
mplayer -dvd 1
Also u can play a file. (assume that i have a vdo file in /home/songs/myvdo.mpg)
Code: [Select]
mplayer /home/songs/myvdo.mpg
Mplayer has got a gui version also ... name gmplayer

Also as u understand the use of mplayer u will find that it is best.
Title: how to play video files in linux
Post by: neo on October 31, 2003, 10:31:48 PM
download mplayer and also the codecs from its site. then compile it by enabling gui. u can play files from it by giving the command
Code: [Select]
mplayer -ao(audio output) <the codec> -vo(video output) <the codec> -fs (full screen)  <filename>
alternatively:
use the gui gmplayer by giving command
Code: [Select]
gmplayer
Title: video player
Post by: michaeln on August 16, 2004, 11:52:10 PM
Don't forget about video lan

www.videolan.org/  :D