Ffmpeg.wasm Versions Save

FFmpeg for browser, powered by WebAssembly

v0.11.6

1 year ago

Use path from opts (#429)

Thanks to @milkliker

v0.11.5

1 year ago
  • Add types for mainName option (#412 )

Thanks to @marcofugaro

v0.11.4

1 year ago

Fix progress parsing with audio #405 (fix #400 )

Thanks to @Willy-JL

v0.11.3

1 year ago
  • Use frames for progress ratio #393
  • Fix local resource error on browser #392

Thanks to @Willy-JL.

v0.11.2

1 year ago

Fix #391

v0.11.1

1 year ago

Fix #381

v0.11.0

1 year ago

Thanks to following contributors to make this release happen! :tada: :tada:

  • Add mainName option,the main function name of custom ffmpeg-core.js script. And catch the exit Error. (#235) @seminelee
  • Fix exit method (#274, #296 , #346 ) @swaylq, @pikax, @cainiaokan
  • Update typings (#275 ) @fytriht
  • Add FS readdir types (#283 ) @linguofeng
  • refactor: Remove unused webpack import (#327 ) @duncanbeevers
  • build: Remove --experimental-wasm-bulk-memory flag (#328 ) @duncanbeevers
  • Fix overwriting variables when running multiple instances (#329) @rosenrose
  • Web Worker Support (#341) @nxtexe
  • use stringToUTF8() not writeAsciiToMemory() (#352 ) @cs8425
  • expose more FS methods to ts (#369 ) @Jeffxz
  • add wasmPath & workerPath as browser options (#375) @JackCA

v0.10.1

2 years ago
  • Add yarn2 peerDependencies (thanks to @heecheolman)
  • Fix bugs in environment detection (thanks to @AskAlice)
  • Security patches

v0.10.0

3 years ago
  • Add ffmpeg.exit(), now users can interrupt the execution of ffmpeg.wasm (thanks to @Sociosarbis )
  • Fix minor security issues.

v0.9.8

3 years ago
  • Upgrade ffmpeg.wasm-core to v0.9.0 to support libass (thanks to @loe-lobo)
  • Enhance parseProgress (thanks to @bbudd , #153)
  • Few security fixes