This repository is fully automated and managed by GitHub Actions workflows. Its contents should not be edited manually.
This repository acts as a single source of truth for the file format conversion pairs supported by the transmute.sh conversion service. By decoupling this data from the main source code, we avoid any impact on existing CI/CD pipelines or development workflows.
supported_conversions.jsonis published to this repository automatically on commit to main in transmute-app/transmute.- The file is served directly from this repository via GitHub's raw content delivery, making it accessible at a stable, predictable URL.
- No manual intervention is required — all updates are handled by automation.
Each entry in the JSON file has the following shape:
{
"converter_name": "FFmpegConverter",
"input_format": "mp4",
"output_format": "webm"
}Changes pushed directly to this repository may be overwritten by the next automated update. If you need to modify the supported conversions, make the change in the originating source repository and let the automation propagate it here.
The supported conversions data is available at:
https://raw.githubusercontent.com/transmute-app/conversion-compatibility/main/supported_conversions.json