diff --git a/src/App.svelte b/src/App.svelte
index 8d5335d..42c4ddf 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,5 +1,5 @@
@@ -177,19 +183,19 @@
Output
- {#if videoValue}
-
- {/if}
+ {#if ffmpegLoaded}
+ {#if rendering}
+ Rendering...
+ {:else}
+ Render
+ {/if}
+ {:else}
+ Loading ffmpeg
+ {/if}
+
+ {#if videoValue}
+
+ {/if}