Skip to content

Commit 4de91ba

Browse files
authored
Update README.md (#593)
Updated the README file to include detailed instructions on how to use our project. This information will help new users get started quickly and understand the project's purpose.
1 parent 819566c commit 4de91ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

apps/website/docs/overview.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,22 @@ ffmpeg.wasm is built with toolchains / libraries:
8888
</TableHead>
8989
<TableBody>
9090
{[
91-
{name: "Emscripten", version: "3.1.40", note: ""},
92-
{name: "FFmpeg", version: "n5.1.3", note: ""},
93-
{name: "x264", version: "0.164.x", note: ""},
94-
{name: "x265", version: "3.4", note: ""},
95-
{name: "libvpx", version: "v1.9.0", note: ""},
96-
{name: "lame", version: "3.100", note: ""},
97-
{name: "ogg", version: "v1.3.4", note: ""},
98-
{name: "theora", version: "v1.1.1", note: ""},
99-
{name: "opus", version: "v1.3.1", note: ""},
100-
{name: "vorbis", version: "v1.3.3", note: ""},
101-
{name: "zlib", version: "v1.2.11", note: ""},
102-
{name: "libwebp", version: "v1.1.0", note: ""},
103-
{name: "freetype2", version: "v2.10.4", note: ""},
104-
{name: "fribidi", version: "v1.0.9", note: ""},
105-
{name: "harfbuzz", version: "5.2.0", note: ""},
106-
{name: "libass", version: "0.15.0", note: ""},
91+
{name: "Emscripten", version: "3.1.40", note: "Emscripten is a toolchain for compiling C and C++ code into WebAssembly and JavaScript, making it possible to run applications written in these languages in web browsers."},
92+
{name: "FFmpeg", version: "n5.1.3", note: "FFmpeg is a powerful multimedia framework that can decode, encode, transcode, and stream audio and video files. It's widely used for media manipulation and streaming."},
93+
{name: "x264", version: "0.164.x", note: "x264 is a popular video encoding library that provides high-quality H.264 video compression. It's commonly used for video encoding and transcoding."},
94+
{name: "x265", version: "3.4", note: "x265 is a video encoding library that specializes in encoding videos using the H.265/HEVC codec, offering high compression efficiency for video content."},
95+
{name: "libvpx", version: "v1.9.0", note: "libvpx is an open-source video codec library used for encoding and decoding VP8 and VP9 video formats, commonly used for web-based video streaming."},
96+
{name: "lame", version: "3.100", note: "LAME is an audio encoder that converts audio files to the MP3 format, making it widely used for creating MP3 audio files."},
97+
{name: "ogg", version: "v1.3.4", note: "Ogg is a multimedia container format, and this library provides support for encoding and decoding audio and video in the Ogg format."},
98+
{name: "theora", version: "v1.1.1", note: "Theora is an open video codec designed for efficient video compression within the Ogg multimedia framework."},
99+
{name: "opus", version: "v1.3.1", note: "Opus is a versatile audio codec capable of handling both voice and music with low latency and high-quality compression."},
100+
{name: "vorbis", version: "v1.3.3", note: "Vorbis is an open-source audio codec known for its high audio quality and efficient compression. It's often used for audio streaming."},
101+
{name: "zlib", version: "v1.2.11", note: "zlib is a compression library that provides data compression and decompression functionality, commonly used in file compression formats like gzip."},
102+
{name: "libwebp", version: "v1.1.0", note: "libwebp is a library for working with the WebP image format, offering efficient image compression for web use"},
103+
{name: "freetype2", version: "v2.10.4", note: "FreeType 2 is a library for rendering fonts. It is commonly used for text rendering in applications and systems."},
104+
{name: "fribidi", version: "v1.0.9", note: "FriBidi is a library for handling bidirectional text (text containing both left-to-right and right-to-left scripts) and is often used in text layout and rendering."},
105+
{name: "harfbuzz", version: "5.2.0", note: "HarfBuzz is a text shaping engine that allows complex script text to be rendered correctly. It's used in conjunction with font rendering libraries."},
106+
{name: "libass", version: "0.15.0", note: "libass is a library for rendering and formatting subtitles in multimedia applications, making it essential for displaying subtitles alongside video content."},
107107
].map((row) => (
108108
<TableRow
109109
key={row.name}

0 commit comments

Comments
 (0)