10

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.

3 Answers3

12

You can use this

#mplayer test.ogg -idle -fixed-vo
daya
  • 2,619
1

You can do this with mplayer's slave mode. See:
http://www1.mplayerhq.hu/DOCS/tech/slave.txt

Also mentioned in the FAQ, 5th question under General Questions:
http://wiki.multimedia.cx/index.php?title=MPlayer_FAQ#General_Questions

Good luck!

-2

The feature you need can be supproted by adding new fscommands in a revised version. But the pause-on-last-frame feature will only work in wmp6.X rather than on 7.X.(Add the fscommand "fas.avclip.USEWMP6" to force utilize V6.X)

wizlog
  • 13,573