decodingPipeline.md - update
Fix Image
[ROCm/rocdecode commit: 1fd1223807]
This commit is contained in:
committed by
GitHub
orang tua
1b4792c45c
melakukan
baf62cb5e0
@@ -1,6 +1,6 @@
|
||||
# Video decoding pipeline
|
||||
|
||||
<p align="center"><img width="70%" src="https://raw.githubusercontent.com/ROCm/rocDecode/master/docs/data/VideoDecoderPipeline.PNG" /></p>
|
||||
<p align="center"><img width="70%" src="https://raw.githubusercontent.com/ROCm/rocDecode/develop/docs/data/VideoDecoderPipeline.PNG?token=GHSAT0AAAAAACJXKIIZNT57RMQGFXUXZCVEZOGP37Q" /></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.
|
||||
@@ -15,4 +15,4 @@ Steps in decoding video content for applications (available in rocDecode Toolkit
|
||||
6. Execute HIP kernels in the mapped YUV frame (e.g., format conversion, scaling, object detection, classification, etc.)
|
||||
7. Un-map decoded HIP YUV frame.
|
||||
|
||||
The above steps are demonstrated in the sample applications included in the repository.
|
||||
The above steps are demonstrated in the sample applications included in the repository.
|
||||
|
||||
Reference in New Issue
Block a user