How to play video in full screen and keep it looping with MPlayer?

I would like to play a video file in full screen and automatically make it keep playing during an exhibition. On Linux, how to do it with MPlayer?

You can use this command

mplayer -fs -loop 0 video.mp4

Here, -fs make it fullscreen and -loop 0 makes it loop infinitely.

For more usage of mplayer, check mplayer manual.

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *