@@ -11,7 +11,7 @@ It is recommended to read [Overview](/docs/overview) first.
11
11
::: caution
12
12
If you are a [ vite] ( https://vitejs.dev/ ) user, use ` esm ` in ** baseURL** instead of ` umd ` :
13
13
14
- ~~ https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd ~~ => https://unpkg.com/@ffmpeg/core@0.12.5 /dist/esm
14
+ ~~ https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd ~~ => https://unpkg.com/@ffmpeg/core@0.12.6 /dist/esm
15
15
:::
16
16
17
17
``` jsx live
@@ -24,7 +24,7 @@ function() {
24
24
const messageRef = useRef (null );
25
25
26
26
const load = async () => {
27
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
27
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
28
28
const ffmpeg = ffmpegRef .current ;
29
29
ffmpeg .on (' log' , ({ message }) => {
30
30
messageRef .current .innerHTML = message;
@@ -81,7 +81,7 @@ function() {
81
81
const messageRef = useRef (null );
82
82
83
83
const load = async () => {
84
- const baseURL = ' https://unpkg.com/@ffmpeg/core-mt@0.12.5 /dist/umd'
84
+ const baseURL = ' https://unpkg.com/@ffmpeg/core-mt@0.12.6 /dist/umd'
85
85
const ffmpeg = ffmpegRef .current ;
86
86
ffmpeg .on (' log' , ({ message }) => {
87
87
messageRef .current .innerHTML = message;
@@ -134,7 +134,7 @@ function() {
134
134
const messageRef = useRef (null );
135
135
136
136
const load = async () => {
137
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
137
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
138
138
const ffmpeg = ffmpegRef .current ;
139
139
ffmpeg .on (' log' , ({ message }) => {
140
140
messageRef .current .innerHTML = message;
@@ -192,7 +192,7 @@ function() {
192
192
const messageRef = useRef (null );
193
193
194
194
const load = async () => {
195
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
195
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
196
196
const ffmpeg = ffmpegRef .current ;
197
197
// Listen to progress event instead of log.
198
198
ffmpeg .on (' progress' , ({ progress, time }) => {
@@ -243,7 +243,7 @@ function() {
243
243
const messageRef = useRef (null );
244
244
245
245
const load = async () => {
246
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
246
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
247
247
const ffmpeg = ffmpegRef .current ;
248
248
ffmpeg .on (' log' , ({ message }) => {
249
249
messageRef .current .innerHTML = message;
@@ -313,7 +313,7 @@ function() {
313
313
const messageRef = useRef (null );
314
314
315
315
const load = async () => {
316
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
316
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
317
317
const ffmpeg = ffmpegRef .current ;
318
318
ffmpeg .on (' log' , ({ message }) => {
319
319
messageRef .current .innerHTML = message;
@@ -372,7 +372,7 @@ function() {
372
372
const messageRef = useRef (null );
373
373
374
374
const load = async () => {
375
- const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.5 /dist/umd'
375
+ const baseURL = ' https://unpkg.com/@ffmpeg/core@0.12.6 /dist/umd'
376
376
const ffmpeg = ffmpegRef .current ;
377
377
ffmpeg .on (' log' , ({ message }) => {
378
378
messageRef .current .innerHTML = message;
0 commit comments