April 19, 2024, 03:42:53 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to play .dat video files in linux  (Read 12561 times)

Offline sanil_linux

  • New Member
  • Posts: 2
how to play .dat video files in linux
« on: November 04, 2003, 01:40:36 PM »
How to play .dat video files in linux

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to play .dat video files in linux
« Reply #1 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.

Offline neo

  • Linux Learner
  • ***
  • Posts: 125
    • http://www.investorsgain.com
how to play .dat video files in linux
« Reply #2 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to play .dat video files in linux
« Reply #3 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