Publish a Tool
Turn an FFmpeg command into a tool anyone can run.
Write an FFmpeg command using placeholders instead of file paths.
Every
{input1}…{input4} are files the person
running your tool uploads; {preset1}…{preset4}
are files you attach below; {output} is where the result goes.Every
-i must be followed by a placeholder — tools cannot open
arbitrary paths or URLs, and options are limited to a safe allow-list.
Your tool is reviewed by an admin before anyone else can run it.
Referenced in order as {preset1}, {preset2}… — 25 MB each.