Commit Graph

106 Commits

Author SHA1 Message Date
Willy-JL
871a3dd4e3 Fix progress parsing with audio (fix #400) 2022-09-01 19:24:17 +02:00
Jerome Wu
2473eb7af6 Fix lint errors 2022-08-26 09:03:36 +08:00
Willy-JL
c309c569fa Frame ratio also in src/util/parseProgress.js 2022-08-25 00:41:53 +02:00
Willy-JL
1fe1b5ba61 Support fractional fps 2022-08-25 00:37:58 +02:00
Willy-JL
f5cd68c8a2 Revert to duration ratio for audio 2022-08-25 00:37:12 +02:00
Willy-JL
90cb1b77da Use frames for progress ratio 2022-08-23 19:33:58 +02:00
Jerome Wu
ba2447b9da Fix vite issue 2022-08-23 08:54:58 +08:00
Jerome Wu
4c1551be13 Fix export issue 2022-08-18 15:57:15 +08:00
jeromewu
3de7fc7736
Update index.d.ts 2022-08-15 13:21:30 +08:00
Jerome Wu
e6fe3d1aae Fix lint error 2022-08-14 23:11:23 +08:00
Jerome Wu
6de5d2dc50 Minor fix and upgrade ffmpeg.wasm-core 2022-08-14 22:53:28 +08:00
Jerome Wu
3f229632f4 Fix lint error 2022-08-14 20:53:04 +08:00
jeromewu
46ea9ccbdd
Merge branch 'master' into master 2022-08-14 20:51:03 +08:00
jeromewu
ae3608f3a0
Merge pull request #352 from cs8425/unicode-filename
use stringToUTF8() not writeAsciiToMemory()
2022-08-14 20:42:46 +08:00
Jerome Wu
538ecd21d8 Fix lint error 2022-08-14 20:28:48 +08:00
jeromewu
733e3582a8
Merge pull request #375 from astraldigital/more-path-options
add `wasmPath` & `workerPath` as browser options
2022-08-14 18:38:00 +08:00
jeromewu
fe730353cd
Merge pull request #369 from Jeffxz/improve-ts
expose more FS methods to ts
2022-08-14 18:37:06 +08:00
jeromewu
544533aacd
Merge branch 'master' into master 2022-08-14 18:36:23 +08:00
jeromewu
5d3343dc47
Merge pull request #329 from rosenrose/master
Fix overwriting variables when running multiple instances.
2022-08-14 18:33:52 +08:00
jeromewu
478d4c46c7
Merge pull request #296 from pikax/cancel_run_if_exited
fix: Cancel run promise if the exit() is called
2022-08-14 18:30:49 +08:00
jeromewu
1ab59e36f0
Merge pull request #283 from linguofeng/patch-1
Add FS readdir types
2022-08-14 18:30:00 +08:00
jeromewu
754f8df27c
Merge pull request #275 from fytriht/master
Update typings
2022-08-14 18:29:38 +08:00
jeromewu
01e936c260
Merge branch 'master' into master 2022-08-14 18:28:53 +08:00
Jack Anderson
8c693decb4 add wasmPath & workerPath as browser options 2022-08-08 15:52:45 -07:00
Zheng (Jeff) Xu
6f29d79862 expose more FS methods to ts
So I can use them in typescript project without syntax error.
2022-07-20 07:44:25 -04:00
cs8425
d8085cb533 use lengthBytesUTF8() to compute the exact bytes of string 2022-05-18 15:55:49 +08:00
cs8425
005cd56829 use stringToUTF8() not writeAsciiToMemory() 2022-05-18 14:39:21 +08:00
louielang
0191cdf480 fix ffmpeg.exit() 2022-04-19 10:37:56 +08:00
Nathan Johnson
09871cc01a Switched from CommonJS exports to ESM exports 2022-04-17 09:26:01 -05:00
Nathan Johnson
052337aeaa Fixed node environment regression. Fixed test script commands in package.json 2022-04-05 18:21:07 -05:00
Nathan Johnson
d870f420d7 Removed window type guard in createFFmpeg.js 2022-04-04 23:18:07 -05:00
Nathan Johnson
74ca423df2 Refactor to import createFFmpegCore using importScripts in worker context 2022-04-04 22:14:45 -05:00
Nathan Johnson
6e99e5f96f Removed references to resolveURL 2022-04-04 21:37:57 -05:00
rosenrose
c395570cb0 dont' delete files 2022-02-24 17:00:28 +09:00
rosenrose
5204a89a0f Fix overwriting variables when running multiple instances. 2022-02-24 16:29:37 +09:00
Carlos Rodrigues
6f17936d95 fix: Cancel run promise if the exit() is called 2022-01-06 12:45:26 +00:00
Guofeng Lin
b529543042
Add FS readdir types 2021-11-25 11:40:44 +08:00
Zhang Zhi
84b0687dc8 Update typings 2021-11-02 12:30:27 +08:00
Sway
256945282b Fix `exit` method bug 2021-10-29 18:21:52 +08:00
seminelee
846285c136 catch exit error 2021-08-17 20:12:45 +08:00
seminelee
0ab43d01d7 A mainName 2021-07-29 18:11:28 +08:00
seminelee
d04a7a95a3 U createFFmpeg.js 2021-07-28 20:45:43 +08:00
Jerome Wu
6bca8058d3 Merge branch 'master' of github.com:ffmpegwasm/ffmpeg.wasm 2021-07-26 16:44:51 +08:00
avi12
b8163e10b5 Added proper checking for "process" 's existence 2021-07-25 22:59:36 +03:00
Jerome Wu
f70f91a6f8 Enhance error message 2021-07-24 17:16:10 +08:00
Jerome Wu
dcf29af028 Fix env bug 2021-06-14 13:40:41 +08:00
Sociosarbis
3e569ac609 feat(exit): #136 provide a method to exit program 2021-05-15 22:20:49 +08:00
Bob Budd
fa80649fb4 Allow progress callback to interpret information
fix issues described in https://github.com/ffmpegwasm/ffmpeg.wasm/issues/152
2021-01-27 11:11:30 -05:00
jeromewu
d46cf8b459
Merge pull request #145 from Jannchie/patch-1
fix: incorrect function signature in index.d.ts
2021-01-14 18:42:34 +08:00
jeromewu
d2800aaf66
Merge pull request #139 from lamaland/master
fix(progress): better mp3 progress support
2021-01-14 18:41:51 +08:00