Skip to content

SubspaceNetwork/Edconv

 
 

Repository files navigation

Application Preview

Edconv

A user-friendly interface that simplifies the power of FFmpeg. It's designed for fast and efficient conversion of video and audio files.

Download

Features ✨

  • Convert video and audio using FFmpeg
  • Custom FFmpeg arguments
  • Console mode (viewing logs at runtime)
  • Queue
  • Media Information
  • VMAF, PSNR and SSIM perceptual video quality assessment algorithm. Must be enabled in the FFmpeg binaries to work properly

Screenshots

Application Preview

Requirements

FFmpeg must be installed and accessible in your system, we also provide GPL-licensed binaries in our releases, recommended to use version 7.1 or higher.

On first launch, Edconv will prompt you to select your local FFmpeg binary.

Installation

Download the latest release for your system from the Releases page:

Windows:

Run the installer as administrator and follow the installation steps.

Flatpak

⚠️ Notice

The Flatpak version of this application does not have access to system libraries.
As a result, FFmpeg and FFprobe binaries must be compiled with static libraries to work correctly within the sandbox environment.

flatpak --user install edconv-x.x.x-x86_64.flatpak
flatpak run io.github.edneyosf.edconv

AppImage

Before running the AppImage, ensure it has execution permissions.

chmod +x edconv-x.x.x-x86_64.AppImage
./edconv-x.x.x-x86_64.AppImage

Debian-based systems:

sudo apt install ./edconv_x.x.x.deb

RPM-based systems:

sudo dnf install edconv_x.x.x.rpm

Support & Donations

Special thanks to all supporter ❤️

About

A user-friendly FFmpeg GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.1%
  • Shell 1.9%