# 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.