{#snippet children({ tag, message })}
{#if tag === 'h264-link'}
{message}
{:else if tag === 'hevc-link'}
{message}
{:else if tag === 'vp9-link'}
{message}
{/if}
{/snippet}
(configToEdit.ffmpeg.acceptedVideoCodecs = [configToEdit.ffmpeg.targetVideoCodec])}
/>
configToEdit.ffmpeg.acceptedAudioCodecs.includes(configToEdit.ffmpeg.targetAudioCodec)
? null
: configToEdit.ffmpeg.acceptedAudioCodecs.push(configToEdit.ffmpeg.targetAudioCodec)}
/>