Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

transmute-app/conversion-compatibility

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
131 Commits
 
 
 
 

Repository files navigation

conversion-compatibility

This repository is fully automated and managed by GitHub Actions workflows. Its contents should not be edited manually.

Purpose

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.

How it works

  • supported_conversions.json is 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.

Contents

Each entry in the JSON file has the following shape:

{
    "converter_name": "FFmpegConverter",
    "input_format": "mp4",
    "output_format": "webm"
}

Do not edit manually

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.

URL

The supported conversions data is available at:

https://raw.githubusercontent.com/transmute-app/conversion-compatibility/main/supported_conversions.json

About

Automated repository storing the current available conversions in Transmute

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.