To make a video from pictures

An example:

Open terminal in the folder where pictures are and run

cat *.jpg | ffmpeg -f image2pipe -r 1 -vcodec mjpeg -i - -vcodec libx264 video.mp4

That makes video from jpg-pictures.