Commit Graph

119 Commits

Author SHA1 Message Date
Jerome Wu
f0fda4cd9b Update locateFile to a fix critical bug in vite 2023-08-09 17:19:44 +08:00
Jerome Wu
b277631f38 Update docs and types 2023-07-24 22:08:15 +08:00
Jerome Wu
85ad653a28 Add elapsed time in progress callback 2023-07-23 23:20:58 +08:00
Jerome Wu
dc3ca1ba71 Upgrade fftools to n5.1.3 2023-07-23 21:01:29 +08:00
Jerome Wu
ba63a8c468 Refactor to remove events package 2023-07-23 15:02:22 +08:00
Jerome Wu
71284356fe Remove redundant files 2022-10-04 12:21:14 +08:00
Jerome Wu
a136b8b1bb Complete basic rewrite 2022-09-30 17:21:03 +08:00
Jerome Wu
edb05a6572 Update API 2022-09-23 17:33:01 +08:00
Jerome Wu
6e9d91483e Add tests 2022-09-22 18:26:24 +08:00
Jerome Wu
20790e4fd2 Reorg folders and use core as ffmpeg from now on 2022-09-22 13:06:44 +08:00
Jerome Wu
94bb51d073 Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
Marco Fugaro
0554900088
Add types for mainName option 2022-09-08 16:37:11 +02:00
Jerome Wu
733dbcee4b Remove utils/parseProgress.js as it is not used 2022-09-02 14:55:46 +08:00
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