fix: ffmpeg now uses right encoder for every supported input format

This commit is contained in:
theoleuthardt 2025-02-22 23:27:33 +01:00
parent f16661d1fd
commit 21a68e87e7
2 changed files with 16 additions and 6 deletions

View file

@ -114,7 +114,6 @@ export default function DocConverter() {
const selectedFormat =
event.currentTarget.textContent?.trim() || "";
setSelectedOutputFormat(selectedFormat);
console.log(selectedOutputFormat);
}}
/>
</div>