fix: add mkv to supported videos

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-26 18:25:52 +01:00
parent 76d615ec7c
commit c033cfc9a6
6 changed files with 13 additions and 15 deletions

View File

@@ -160,7 +160,6 @@ export default function CompressVideo({ title }: ToolComponentProps) {
<ToolVideoInput
value={input}
onChange={setInput}
accept={['video/mp4', 'video/webm', 'video/ogg']}
title={'Input Video'}
/>
}