This commit is contained in:
Manav Rathi
2024-04-24 13:41:35 +05:30
parent a08df9a839
commit 7dba4c0af4

View File

@@ -617,7 +617,7 @@ async function getPlayableVideo(
new File([videoBlob], videoNameTitle),
);
log.info(`video successfully converted ${videoNameTitle}`);
return new Blob([await mp4ConvertedVideo.arrayBuffer()]);
return new Blob([mp4ConvertedVideo]);
}
} catch (e) {
log.error("video conversion failed", e);