FFmpeg + Rust: Code builder
- Mentors
- Carlos Fernandez Sanz, Anshul Maheshwari
- Organization
- CCExtractor Development
Given arbitrary FFmpeg command line arguments, this project statically generates a FFmpeg-like program. The generated program will act exactly the same as the original FFmpeg with these arguments.
Sounds simple?
What if the generated program is in Rust?