Skip to content

Commit 09163ef

Browse files
authored
Fix doc (#661)
1 parent f17b310 commit 09163ef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. mermaid::
22

33
flowchart TD
4-
In[Input Video] -->|1. Demux| AP(Audio Packets)
5-
AP --> |2. Remux| Out[Output Video]
6-
In[Input Video] -->|1. Demux| VP(Video Packets)
7-
VP --> |3. Decode| VF("Video Frames (YUV)")
8-
VF --> |4. Filter| VF2("Video Frames (RGB)")
9-
VF2 --> |5. Convert| ARR(Array)
10-
ARR --> |6. Wrap| VF3("Video Frames (RGB)")
11-
VF3 --> |7. Filter| VF4("Video Frames (YUV)")
12-
VF4 --> |8. Encode| VP2(Video Packets)
13-
VP2 --> |9. Mux| Out
4+
In[Input Video] -->|1\. Demux| AP(Audio Packets)
5+
AP --> |2\. Remux| Out[Output Video]
6+
In[Input Video] -->|1\. Demux| VP(Video Packets)
7+
VP --> |3\. Decode| VF("Video Frames (YUV)")
8+
VF --> |4\. Filter| VF2("Video Frames (RGB)")
9+
VF2 --> |5\. Convert| ARR(Array)
10+
ARR --> |6\. Wrap| VF3("Video Frames (RGB)")
11+
VF3 --> |7\. Filter| VF4("Video Frames (YUV)")
12+
VF4 --> |8\. Encode| VP2(Video Packets)
13+
VP2 --> |9\. Mux| Out

0 commit comments

Comments
 (0)