File Transcription
{#if !fileTranscript && !transcribing}
{:else}
Drop audio or video files here
{/if}
MP3, WAV, M4A, MP4, FLAC, OGG
Browse Files
{#if progressText}
{progressText}
{/if}
{#if error}
{error}
{/if} {#if progress > 0}
{#if fileName}
{fileName}
{/if}
{/if}
Copy
showExportMenu = !showExportMenu} >Export
{#if showExportMenu}
{#each [["txt", "Plain Text"], ["md", "Markdown"], ["csv", "CSV"], ["html", "HTML"], ["srt", "SRT Subtitles"], ["vtt", "WebVTT"]] as [fmt, label]}
handleExport(fmt)} >{label}
{/each}
{/if}