Skip to content

tsoding/rendering-video-in-c-with-ffmpeg

Repository files navigation

Rendering Video in C with FFMpeg

output.mp4

Examples

Raw Example

This example generates video by filling up memory with raw pixels. It uses olive.c library for that.

$ ./build_raw.sh
$ ./build/main_raw

Raylib Example

This example captures the output of Raylib application and saves it as a video.

$ ./build_raylib.sh
$ ./build/main_raylib

About

Rendering Video in C with FFMpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published