FFmpeg Explorer

A tool to help you explore FFmpeg filters and options. To use: select one or more input videos (there are currently two options), export and add some filters, and then hit "render" to preview the output in browser. Note: this is a work in progress, many things may still be broken! Only audio to audio and video to video filters are included. If it hangs/crashes refresh the page. Post issues/feedback to GitHub. By Sam Lavigne.

Output Command

Inputs

{#each $nodes as node, index} {#if node.nodeType === "input"} {/if} {/each}

FFmpeg Log

{#if rendering}
Rendering...
{/if}

Output

{#each $nodes as node} {#if node.nodeType==="output"} {/if} {/each}

Filters (click to add)

{#each $nodes as f (f.id)} {#if f.nodeType === "filter"}
{/if} {/each}