youtube image
From YouTube: The art of programmatic videos with Rust - Dmitriy Kovalenko - EuroRust 2022

Description

Dmitriy Kovalenko
Lead Software Engineer at Lightsource

This is going to be a release of https://fframes.studio. Dmitriy has spent mostly 2 years to actually built it and dived into the video programming a lot. Videos are actually a sequence of images properly encoded. But how you can make your own video from scratch with only the code?

Here is a list of things you will know after attending this talk:

1. How videos works under the hood? What are codecs and how they work?
2. How to make a video with a code?
3. Why using rust?
3.1 Interop with libav aka ffmpeg
3.2 Memory efficient frame rendering
3.3 GPU support
4. Rendering frames problem. Browser vs Rust in svg rendering
5. Audio creation remixing and blending
6. GPU for video rendering

And also you will have everything to start making videos programatically with Rust. Gonna be 🔥