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.

Inputs

{#each $inputs as inp, index} {/each}

FFmpeg Log

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

Output

Filters

{#each $filters as f (f.id)}
{/each}