Create conversion doc page, small fixes

This commit is contained in:
Vanilagy
2025-06-08 20:40:01 +02:00
parent f009d0603e
commit e37af1bdad
13 changed files with 29 additions and 22 deletions
@@ -34,7 +34,7 @@ const extractMetadata = (file: File) => {
// This object contains all the data that gets displayed:
const object = {
'Format': input.getFormat().then(format => format.getName()),
'Format': input.getFormat().then(format => format.name),
'Full MIME type': input.getMimeType(),
'Duration': input.computeDuration().then(duration => `${duration} seconds`),
'Tracks': input.getTracks().then(tracks => tracks.map(track => ({