Docs - Updates (#213)

* Docs - Updates

* Quick-start - Readme

* Docs - updates

* Docs - Change root

* Docs - Fix root

* cleanup

[ROCm/rocdecode commit: 53f3d68c6f]
This commit is contained in:
Kiriti Gowda
2024-01-31 13:56:17 -08:00
zatwierdzone przez GitHub
rodzic 031c28105c
commit f2095a35b7
5 zmienionych plików z 16 dodań i 3 usunięć
@@ -58,7 +58,7 @@ Table 1: Hardware video decoder capabilities
## Chapter 3: Video decoding pipeline
<p align="center"><img width="70%" src="data/VideoDecoderPipeline.PNG" /></p>
<p align="center"><img width="70%" src="https://raw.githubusercontent.com/ROCm/rocDecode/master/docs/data/VideoDecoderPipeline.PNG" /></p>
There are three main components in the rocDecode shown in the figure above: Demuxer, Video Parser APIs, and Video Decode APIs.
The Demuxer is based on FFMPEG. The demuxer extracts a segment of video data and sends it to the Video Parser. The parser then extracts crucial information such as picture and slice parameters, which is then sent to the Decoder APIs. These APIs submit the information to the hardware for the decoding of a frame. This process repeats in a loop until all frames have been decoded.