Skip to content

TodayNightt/RE-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


RE-Converter Showcase

RE:Converter

RE-Converter Showcase

A modern, user-friendly video and audio converter built with Rust and FFmpeg. RE-Converter provides an intuitive graphical interface for encoding multimedia files with customizable parameters.

Features

  • Simple GUI Interface - Built with iced-rs for a responsive, cross-platform experience
  • FFmpeg Integration - Leverages the power and flexibility of FFmpeg for high-quality conversion
  • Customizable Parameters - Easy-to-use controls for encoding settings
  • Real-time Progress - Monitor conversion progress with live updates
  • Batch Processing - Convert multiple files efficiently

Prerequisites

FFmpeg Installation

RE-Converter requires FFmpeg to be installed on your system:

Windows

# Using Chocolatey
choco install ffmpeg

# Using Scoop
scoop install ffmpeg

# Or download from https://ffmpeg.org/download.html

Building

# Using Cargo (cli program)
cargo build --release --package vidoe_converter_cli

# Using Cargo (iced ui program)
cargo build --release --package video_converter_iced

Embedding FFmpeg into the binary

  1. Download the ffmpeg binary @FFmpeg
  2. Place the ffmpeg binary file in the binaries directory of the RE-Converter project
  3. Build the project with the --features embedded flag to include FFmpeg in the binary

About

A modern, user-friendly video and audio converter built with Rust and FFmpeg.

Resources

Stars

Watchers

Forks

Languages