all:
	for mvs in *.mp4; do  ffmpeg -i $$mvs -vframes 1 -f image2 `basename $$mvs .mp4`.jpg; done