FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Record a video from individual frames

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -framerate 30 -f rawvideo -pix_fmt rgba -s:v 1280x720 -i pipe: -c:v libx264 output_path.mp4