ez-ffmpeg 0.12.0

A safe and ergonomic Rust interface for FFmpeg integration, designed for ease of use.
Documentation
1
2
3
# ez-ffmpeg Example: Transcoding

This example demonstrates how to use the `ez-ffmpeg` framework to perform video transcoding using FFmpeg in Rust. Specifically, it takes an input video file (`test.mp4`), converts it to a different format (`output.mov`), and runs the conversion task.