jeromewu
070e017e6d
Merge pull request #189 from ffmpegwasm/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.5 to 2.8.9
2021-05-17 16:10:01 +08:00
jeromewu
32bafa4b6a
Merge pull request #188 from ffmpegwasm/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.19 to 4.17.21
2021-05-17 16:09:50 +08:00
dependabot[bot]
91a7274412
Bump hosted-git-info from 2.8.5 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 05:47:00 +00:00
dependabot[bot]
d76941571a
Bump lodash from 4.17.19 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 18:03:54 +00:00
Jerome Wu
5ae187f090
Release v0.9.8
2021-05-03 16:02:00 +08:00
Jerome Wu
d1f5e994d8
Fix wait-on security issue
2021-05-03 15:55:16 +08:00
jeromewu
f980b1baf7
Merge pull request #173 from ffmpegwasm/dependabot/npm_and_yarn/y18n-4.0.1
...
Bump y18n from 4.0.0 to 4.0.1
2021-04-28 21:44:02 +08:00
dependabot[bot]
5fe0558332
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 03:54:31 +00:00
jeromewu
08ab74b5e5
Merge pull request #172 from jonhainstock/patch-1
...
Update multiple-output.js
2021-03-30 18:36:20 +08:00
Jon Hainstock
0beb43b4dd
Update multiple-output.js
...
`await fs.promises.writeFile(p, ffmpeg.FS('readFile', p));` is writing 0-byte files (as mentioned in #170 ). Using `fs.WriteFileSync` exports files properly. If there is a better way, by all means, reject these changes. But this change fixes #170 for me.
2021-03-29 15:47:06 -05:00
jeromewu
fdd0cbf8e5
Merge pull request #153 from bbudd/parseprogress-fix
...
Allow progress callback to interpret information
2021-02-22 11:03:41 +08:00
jeromewu
7da6af1352
Merge pull request #149 from ttodua/patch-1
...
Update README.md
2021-02-22 11:02:41 +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
T. Todua
99b2ab3a61
Update README.md
...
It might need to be updated, as "only works in Chrome" might not be correct, as in next sentence you use the link to "caniuse.com" where it says , Chrome & Opera & FF & Edge support it.
2021-01-25 00:41:04 +04:00
Jerome Wu
47c1d1c5d8
Release v0.9.7
2021-01-14 18:47:44 +08: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
jeromewu
d73d88daff
Merge pull request #134 from Sxxov/master
...
Add missing FS object
2021-01-14 18:41:06 +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
c03cd585da
Update README.md
2020-11-24 12:03:50 +08:00
Jerome Wu
bce1712443
Release v0.9.6
2020-11-24 11:36:48 +08:00
Jerome Wu
36a148bb43
Refactor remote script loading code
2020-11-24 11:26:53 +08:00
Jerome Wu
7a3b66faa3
Upgrade @ffmpeg/core to v0.8.5
2020-11-24 11:01:25 +08:00
Jerome Wu
c51cb50b7a
Throw error when corePath is not a string
2020-11-20 12:55:22 +08:00
jeromewu
24e7430daf
Update README.md
2020-11-17 14:53:16 +08:00
Jerome Wu
4d28cf2885
Release v0.9.5
2020-11-17 13:29:05 +08:00
Jerome Wu
c3ee7dc9e6
Upgrade @ffmpeg/core to v0.8.4
2020-11-17 13:28:12 +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
jeromewu
067af2854a
Update README.md
2020-11-12 22:59:41 +08:00
Jerome Wu
22a089bcb1
Upgrade @ffmpeg/core to v0.8.3
2020-11-12 22:38:01 +08:00
Jerome Wu
bb7e8d3bee
Fix security issue
2020-11-12 22:37:00 +08:00
jeromewu
2971c93dfc
Fix formatting
2020-11-12 16:11:19 +08:00
jeromewu
5342f9388e
Add how to build your own ffmpeg.wasm
2020-11-12 16:10:44 +08:00
jeromewu
036b22188a
Add details to use other version of core.
2020-11-12 10:24:32 +08:00
Jerome Wu
b16e362fc4
Add FAQ
2020-11-12 09:55:37 +08:00
Jerome Wu
bbd3581df9
Update README.md
2020-11-11 22:25:53 +08:00
Jerome Wu
70300ebe9f
Update README.md
2020-11-05 09:42:23 +08:00
Jerome Wu
f90cd121a0
Release v0.9.4
2020-11-05 09:41:14 +08:00
Jerome Wu
258646edd5
Update node.js examples
2020-11-05 09:39:25 +08:00
jeromewu
8e51e9099e
Merge pull request #104 from ad-m/patch-1
...
Use promises to writeFile in README
2020-11-05 08:49:21 +08:00
jeromewu
eb6a6e2810
Merge pull request #103 from Narazaka/types
...
Add TypeScript definition
2020-11-05 08:39:53 +08:00
Adam Dobrawy
0300a182b1
Use promises to writeFile in README
2020-11-05 01:39:42 +01:00
Narazaka
b89adcfbac
add TypeScript definition
2020-11-04 18:50:36 +09:00
Jerome Wu
d1a763bd1e
Update api doc
2020-11-03 23:04:52 +08:00
Jerome Wu
07c8ddeb6e
Add fetchFile to api doc
2020-11-03 22:46:09 +08:00