* rocDecode: Added a command option to limit the number of decoded frames to a user set value to the video decoder app. (#252)

[ROCm/rocdecode commit: ad31866ee0]
This commit is contained in:
jeffqjiangNew
2024-02-16 08:44:03 -05:00
committed by GitHub
parent 4c68b8c1fd
commit 3501eccf0c
2 changed files with 13 additions and 0 deletions
@@ -30,6 +30,7 @@ make -j
./videodecode -i <input video file [required]>
-o <output path to save decoded YUV frames [optional]>
-d <GPU device ID - 0:device 0 / 1:device 1/ ... [optional - default:0]>
-f <Number of decoded frames - specify the number of pictures to be decoded [optional]>
-z <force_zero_latency - Decoded frames will be flushed out for display immediately [optional]>
-sei <extract SEI messages [optional]>
-md5 <generate MD5 message digest on the decoded YUV image sequence [optional]>