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
louielang
0191cdf480
fix ffmpeg.exit()
2022-04-19 10:37:56 +08: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
Sxxov
ff467f3ce5
Fix incorrect readFile
method return value
2021-01-13 16:39:32 +08:00
Sxxov
52bd53d61a
Make FS
methods synchronous to mirror emscripten's
2021-01-13 16:37:59 +08:00
Jannchie
74a0a5a234
fix: index.d.ts
...
`fetchFile()` actually is a asyn function. It is automatically encapsulated as a Promise.
Although the current code does not report errors, it misleads TypeScript users into missing the await keyword, which prevents them from reading the file correctly.
2021-01-13 16:33:30 +09:00
lamaland
5d0f690d0f
fix(progress): better mp3 progress support
...
fixes https://github.com/ffmpegwasm/ffmpeg.wasm/issues/112
2020-12-31 10:41:28 +01:00
Sxxov
9c35d2bea9
Add missing FS object
2020-12-18 19:19:12 +08:00
Jerome Wu
36a148bb43
Refactor remote script loading code
2020-11-24 11:26:53 +08:00
Jerome Wu
c51cb50b7a
Throw error when corePath is not a string
2020-11-20 12:55:22 +08:00
Jerome Wu
d7be4000f3
Remove -hide_banner in default option
2020-11-14 16:31:16 +08:00
Jerome Wu
905f686f45
Output ffmpeg.wasm version in createFFmpeg
2020-11-14 16:30:52 +08:00
Narazaka
b89adcfbac
add TypeScript definition
2020-11-04 18:50:36 +09:00
Jerome Wu
f8c1350139
Add setLogging, setLogger and setProgress API
2020-11-03 21:44:14 +08:00
Jerome Wu
c398540992
Remove v
in version and add locateFile func to fix worker script issue
2020-11-03 17:41:42 +08:00
Jerome Wu
d3057cb2b6
Fix defaultOptions path
2020-11-03 16:03:17 +08:00
Jerome Wu
265cf4c580
Complete major refactor
2020-11-03 15:36:44 +08:00
Jerome Wu
612b11e629
Fix conflicts
2020-05-05 18:16:52 +08:00
Jerome Wu
e66a466e88
Fix ls API
2020-05-05 17:50:29 +08:00
Jerome Wu
4cf2fe2395
Fix worker script origin issue
2020-04-29 09:27:21 +08:00
Jerome Wu
b36360f16f
Major refactor to adapt new ffmpeg-core.js
2020-04-28 19:35:57 +08:00
Paul Kinlan
0603c41eb5
Fixing linting errors
2020-04-14 03:38:20 +01:00
Paul Kinlan
917880e1b7
Adding two tests for command parser.
...
* Test 1: quotes appear at start of command and has a space in
* Test 2: quote appears in a command, and has a space.
2020-04-14 03:30:17 +01:00
Paul Kinlan
b35eeba94c
Ensuring that the last parameter is parsed - fixes tests
2020-04-14 01:57:55 +01:00
Paul Kinlan
dcdc8c8e83
fixing spelling of delimiter
2020-04-14 01:39:20 +01:00
Paul Kinlan
376f313267
renaming newNext to make more sense in the context
2020-04-14 01:36:36 +01:00
Paul Kinlan
8b7c356798
makes the expection make sense
2020-04-14 01:33:27 +01:00
Paul Kinlan
e0703c7349
Addresses #50 - parses delimeters that all allow embedded spaces
2020-04-14 01:28:42 +01:00
jeromewu
05d7bb3bfb
Fix lint error
2020-03-24 03:23:54 +00:00