Skip to content

Commit 738fedc

Browse files
committed
updaet ffmpeg version
1 parent 6189e09 commit 738fedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/dialogs/trim-video-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function TrimVideoDialogChild() {
7070
queryFn: async () => {
7171
const ffmpeg = ffmpegRef.current;
7272

73-
const baseURL = "https://unpkg.com/@ffmpeg/[email protected].6/dist/umd";
73+
const baseURL = "https://unpkg.com/@ffmpeg/[email protected].10/dist/esm";
7474

7575
await ffmpeg.load({
7676
coreURL: await toBlobURL(

0 commit comments

Comments
 (0)