This repository contains source codes for the final reports. PDF file of the report is here
command:
ffmpeg -r 10 -start_number 1 -i filename_%03d.jpg -vcodec libx264 –pix_fmt yuv420p output_video.mp4
-r
: framerate
-start_number
: number of the first file
-i
: filename
-vcodec
: encoding
output_video.mp4
: output video in mp4 format