mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: ffmpeg now uses right encoder for every supported input format
This commit is contained in:
parent
f16661d1fd
commit
21a68e87e7
2 changed files with 16 additions and 6 deletions
|
|
@ -114,7 +114,6 @@ export default function DocConverter() {
|
|||
const selectedFormat =
|
||||
event.currentTarget.textContent?.trim() || "";
|
||||
setSelectedOutputFormat(selectedFormat);
|
||||
console.log(selectedOutputFormat);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue