Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Feb 25, 2025
1 parent c25bddd commit 604390c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc-site/docs/article/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ sidebar: false

- [Web Audio and Video Knowledge Graph](https://github.com/hughfenghen/WebAV-KnowledgeGraph)
- Audio and video involves a lot of Web apis. This project organizes related apis, SDKS, articles, and external products to help beginners get started.
- [WebCodecs opens a new chapter of Web audio and video](//hughfenghen.github.io/posts/2023/10/06/webcodecs-new-era-for-media-on-the-web/)
- [WebCodecs opens a new chapter of Web audio and video](https://hughfenghen.github.io/posts/2023/10/06/webcodecs-new-era-for-media-on-the-web/)
- The LVS (Live Video Stack) shared topic is a summary of the upcoming articles in the series.
- [【translate】WebCodecs explain](https://hughfenghen.github.io/posts/2023/10/02/webcodecs-explainer/)
- [WebAV series](https://hughfenghen.github.io/tag/WebAV/)
- [Overview of Web audio and video (zero)](//hughfenghen.github.io/posts/2023/07/16/webav-0-overview/)
- [Basic knowledge of Web audio and video](//hughfenghen.github.io/posts/2023/07/19/webav-1-basic/)
- [WebAV series](https://hughfenghen.github.io/tag/WebAV_EN/)
- [Overview of Web audio and video (zero)]https:(//hughfenghen.github.io/posts/2023/07/16/webav-0-overview-en/)
- [Basic knowledge of Web audio and video](https://hughfenghen.github.io/posts/2023/07/19/webav-1-basic-en/)
- WebCodecs common API introduction.
- Audio and video coding, packaging, and common formats.
- [Parse the video in the browser](//hughfenghen.github.io/posts/2023/07/23/webav-2-parse-video/)
- [Parse the video in the browser](https://hughfenghen.github.io/posts/2023/07/23/webav-2-parse-video-en/)
- Parsing video, video frame-by-frame processing...
- WebCodecs decoding related API applications.
- [Create the video in the browser](//hughfenghen.github.io/posts/2023/07/31/webav-3-create-video/)
- [Create the video in the browser](https://hughfenghen.github.io/posts/2023/07/31/webav-3-create-video-en/)
- Create and export video files by collecting data from Canvas, camera, microphone, etc.
- WebCodecs coding related API applications.
- [Process audio in the browser](//hughfenghen.github.io/posts/2023/08/05/webav-4-process-audio/)
- [Process audio in the browser](https://hughfenghen.github.io/posts/2023/08/05/webav-4-process-audio-en/)
- Introduction to the complete process of **capturing, processing, encoding, and encapsulating** audio data in the browser.
- Basic audio data processing: volume adjustment, mixing, fading in and out, resampling.
- [Compositing videos in the browser](//hughfenghen.github.io/posts/2023/08/12/webav-5-combine/)
- [Compositing videos in the browser](https://hughfenghen.github.io/posts/2023/08/12/webav-5-combine-en/)
- Add material (video, audio, images, text) to a video
- Compositing and stitching multiple videos.
- [Image material processing](//hughfenghen.github.io/posts/2023/08/19/webav-6-process-image/)
- [Image material processing](https://hughfenghen.github.io/posts/2023/08/19/webav-6-process-image-en/)
- picture processing.
- Control asset levels, animate assets, export videos.
- Material animation: displacement, rotation, opacity...
- [interim review](//hughfenghen.github.io/posts/2023/08/19/webav-7-mid-review/)
- [interim review](https://hughfenghen.github.io/posts/2023/08/19/webav-7-mid-review-en/)
- [WebGL Chromakey real-time green matting](https://hughfenghen.github.io/posts/2023/07/07/webgl-chromakey/)

0 comments on commit 604390c

Please sign in to comment.