chore: update @ffmpeg/core to 0.12.10

This commit is contained in:
JovannMC 2025-06-02 18:40:05 +03:00
parent e4321187fc
commit 8152f70945
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export class FFmpegConverter extends Converter {
this.ffmpeg = new FFmpeg();
(async () => {
const baseURL =
"https://cdn.jsdelivr.net/npm/@ffmpeg/core@0.12.6/dist/esm";
"https://cdn.jsdelivr.net/npm/@ffmpeg/core@0.12.10/dist/esm";
await this.ffmpeg.load({
coreURL: `${baseURL}/ffmpeg-core.js`,
wasmURL: `${baseURL}/ffmpeg-core.wasm`,