Page 2 of 2

Re: Mplayer

Posted: Fri Mar 06, 2015 11:40 am
by Spectre660
As I have not ben able to get a working Mplayer under Lubuntu 15.04 I use ffplay for video playback.
Install ffmpeg first .

Code: Select all

sudo apt-get install ffmpeg
then to paly a video from the terminal shell

Code: Select all

ffplay nameofvideo
you can just drag and drop the video into the terminal to get the name on the command line then press enter

Re: Mplayer

Posted: Tue Apr 28, 2015 12:42 pm
by Spectre660