How to open video files in terminal?
by barkkathulla[ Edit ] 2014-03-21 18:12:51
1.vlc player installation needed by running the below commands on terminal
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
2.Goto the video files directory
cd /path of video directory
3. Play the video from terminal,
vlc "yourfilename.fileformat"