rlh   img   mp3   nfo   pro  
./nfo/linux/mplayer.frame.capture.nfo
============================
Capture frames with MPlayer:
============================

--------------------
Single case capture:
--------------------
Start movie with "mplayer -vf screenshot movie.avi",
then, use the 's' key to capture current frame as png.

------------------------------
..or make it default behavior:
------------------------------
Add "vf=screenshot" in "~/.mplayer/config",
then, use the 's' key to capture current frame as png.

----------------------------------------------
Capture 50 frames from 555 seconds into movie:
----------------------------------------------
mplayer movie.avi -vo png -ss 555 -frames 50