Skip to content

Commit 604390c

Browse files
committed
docs: update
1 parent c25bddd commit 604390c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc-site/docs/article/index.en-US.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ sidebar: false
99

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

0 commit comments

Comments
 (0)