Linux – Keep mplayer open after video playback

command linelinuxmplayer

Is it possible to make mplayer freeze in the last frame of the video instead of closing?

I am using CLI version of mplayer in linux.

Best Answer

You can use this

#mplayer test.ogg -idle -fixed-vo
Related Question