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

Hardware Troubleshooting in Linux => Linux Video Support => Topic started by: sanil_linux on November 04, 2003, 01:40:36 PM

Title: how to play .dat video files in linux
Post by: sanil_linux on November 04, 2003, 01:40:36 PM
How to play .dat video files in linux
Title: how to play .dat video files in linux
Post by: Ricky on November 04, 2003, 03:25:04 PM
This is a very wide question... depends upon which software u choose.

I prefer mplayer..

It is best for me.
If you got mplayer then to play from cd..
Code: [Select]
mplayer -vcd 1To play a file
Code: [Select]
mplayer <filename.dat>
If u have mplayer gui then u can select file manually then play it.
Title: how to play .dat video files in linux
Post by: neo on November 09, 2003, 11:13:54 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 mplayer by giving command
Code: [Select]
gmplayer
Title: how to play .dat video files in linux
Post by: Ricky on June 28, 2004, 01:25:24 PM
Now mplayer has changed the way to play vcd.  now use..
Code: [Select]
mplayer vcd://nHere change n with track No. of vcd.. for example if wanna play track 2 .
Code: [Select]
mplayer vcd://2