[MPlayer-users] Mplayer and the fps setting
Eigenwys
eigenwys at binik.nl
Sun Nov 21 14:06:06 CET 2010
>> Would setting the FPS to lower than one frame per second not be the best
>> solution for an intervalled upload ?
>Setting the FPS is probably not at all what you want. If you change the
>fps value, all frames will be displayed, but at a speed differing from
>the original. I think you want to save one frame, skip a lot of frames,
>and then save another one. To save one frame every 100 seconds @ 25fps,
>I would use
>mplayer videofile.avi -af framestep=2500 -vo jpeg
>Greets,
>Kiste
Danke, Kiste.
with -vf framestep=2500 it works and saves one frame every 100 seconds.
However, something strange happens with another -vf option.
mplayer -vf mirror -vf framestep=50 tv:// -tv
driver=v4l2:device=/dev/easycap0 -nosound -vo jpeg then only the mirror is
accepted and the framestep is ignored.
I'm trying to find out on the WWW how to combine two -vf options in one
line. (My camera is a wheatherproof car camera for which the image has to be
mirrorred).
Thanks again !
Ben
More information about the MPlayer-users
mailing list