We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189e09 commit 738fedcCopy full SHA for 738fedc
app/components/dialogs/trim-video-dialog.tsx
@@ -70,7 +70,7 @@ function TrimVideoDialogChild() {
70
queryFn: async () => {
71
const ffmpeg = ffmpegRef.current;
72
73
- const baseURL = "https://unpkg.com/@ffmpeg/[email protected].6/dist/umd";
+ const baseURL = "https://unpkg.com/@ffmpeg/[email protected].10/dist/esm";
74
75
await ffmpeg.load({
76
coreURL: await toBlobURL(
0 commit comments