Bot 2f2616d4ef
Release / check-release (push) Successful in 9s
CI / Test (push) Successful in 2m25s
CI / Build Linux (push) Successful in 2m28s
Release / build_gnu (push) Successful in 4m1s
Release / build_musl (push) Successful in 4m20s
Release / build_windows (push) Successful in 5m11s
Release / package_gnu (rpm) (push) Successful in 2m56s
Release / package_musl (rpm) (push) Successful in 2m41s
Release / package_gnu (deb) (push) Successful in 2m58s
Release / package_musl (deb) (push) Successful in 2m52s
Release / publish-release (push) Failing after 35s
Release 0.1.0
2026-07-15 20:34:04 +02:00
2026-07-15 19:37:44 +02:00
2026-07-01 15:50:24 +02:00
2026-07-15 17:55:42 +02:00
2026-07-01 15:50:24 +02:00
2026-07-01 15:50:24 +02:00
2026-07-15 18:55:50 +02:00
2026-07-15 18:55:50 +02:00
2026-07-15 19:05:50 +02:00

Convertis

Description

Convertis is a CLI tool to convert files from one format to another. It's main design goal is to be able to convert any format to any other format, including different types, like MP4 to JPEG, MP4 to MP3 and in the future more exotic paths like HTML to JPEG or PNG to ZIP.

As it attemps to effectively cover an infinite number of possible conversions, it uses a pathfinding algorithm, that may include multiple conversions before reaching the target goal.

Installation

You may download a binary release from the releases page.

Crucially, the "gnu" builds target the GNU/Linux system whereas the "musl" builds target the musl C standard library. The "gnu" build is higly recommended, as the "musl" build is much less tested.

Additionally, .deb and .rpm packages are available for download, and can be installed using the system's package manager.

A windows build is also available.

Building

Building convertis is simple, you just need the Rust toolchain installed:

cargo build --release

Usage

convertis <input> <output> [options]

Options are available with the --help flag:

convertis --help

License

Convertis is licensed under the GNU General Public License v3.0 exclusively. See LICENSE for more details.

S
Description
No description provided
Readme GPL-3.0
23 MiB
Languages
Rust 92.4%
Shell 7.6%