From 35949a6d0485b0a4abac76030544b2933268c136 Mon Sep 17 00:00:00 2001 From: Maya Date: Mon, 25 May 2026 21:27:01 +0300 Subject: [PATCH] fix: few bugs with image sequences --- src/lib/components/functional/FormatDropdown.svelte | 1 + src/lib/converters/ffmpeg/ffmpeg.animated.ts | 4 ++-- src/lib/converters/ffmpeg/ffmpeg.codecs.ts | 5 ----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/lib/components/functional/FormatDropdown.svelte b/src/lib/components/functional/FormatDropdown.svelte index 4e665ab..7f6ce32 100644 --- a/src/lib/components/functional/FormatDropdown.svelte +++ b/src/lib/components/functional/FormatDropdown.svelte @@ -614,6 +614,7 @@ type="checkbox" class="!w-fit" bind:checked={imageSequenceTransparency} + disabled={!imageSequence} />