Using ffmpeg to create a movie from a list of image file

ffmpeg -framerate 10 -i image_%04d.png -acodec copy -vcodec copy movie.avi
If you want to ask me a question or leave me a message add @bougui505 in your comment.