From d02450b9b7daf96f55d4de950567362eb4d5098c Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Wed, 26 Jul 2023 23:00:02 +0800 Subject: [PATCH] Update blog --- .../blog/2023-07-26-release-ffmpeg.wasm-0.12.0.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/website/blog/2023-07-26-release-ffmpeg.wasm-0.12.0.mdx b/apps/website/blog/2023-07-26-release-ffmpeg.wasm-0.12.0.mdx index 1576d54..ed88c58 100644 --- a/apps/website/blog/2023-07-26-release-ffmpeg.wasm-0.12.0.mdx +++ b/apps/website/blog/2023-07-26-release-ffmpeg.wasm-0.12.0.mdx @@ -16,10 +16,13 @@ was very challenging. (but possible as there was a pioneer project have been trying to make ffmpeg.wasm to be production-grade, but failed as FFmpeg is such a powerful framework and WebAssembly is still evolving. It wasn't easy to support even one requirements (ex. RTSP) from the community -and I found it really hard to continue sometimes. In the end, I decided to -pause a little while and rethink what should be done in the next stage. +and I found it really hard to continue sometimes. But with almost **11k stars**, +**600 forks**, **4.1k used-by projects** and **2.3M downloads** in total, +I still believe ffmpeg.wasm is a meaningful project to continue. +That's why I decided to pause a little while and rethink what +should be done in the next stage. -That's why I started to work on ffmpeg.wasm 0.12.0, it is a major version and +As the result, I started to work on ffmpeg.wasm 0.12.0, it is a major version and not backward compatible with 0.11.0. Massive issues are fixed in this version, including: