Doc - Updates (#231)

[ROCm/rocdecode commit: 5e5c92abb5]
Bu işleme şunda yer alıyor:
Kiriti Gowda
2024-02-09 10:31:44 -08:00
işlemeyi yapan: GitHub
ebeveyn 7fc7a3effc
işleme 1b4792c45c
12 değiştirilmiş dosya ile 55 ekleme ve 49 silme
+2 -2
Dosyayı Görüntüle
@@ -1,8 +1,8 @@
# Video decode multi files sample
The video decode multiple files sample illustrates the use of providing a list of files as input to showcase the reconfigure option in rocDecode library. The input video files have to be of the same codec type to use the reconfigure option but can have different resolution or resize parameters.
The video decodes multiple files sample illustrates the use of providing a list of files as input to showcase the reconfigure option in the rocDecode library. The input video files have to be of the same codec type to use the reconfigure option but can have different resolutions or resize parameters.
The reconfigure option can be disabled by the user if needed. The input file is parsed line by line and data is stored in a queue. The individual video files are demuxed and decoded one after the other in a loop. Outpuot for each individual input file can also be stored if needed.
The reconfigure option can be disabled by the user if needed. The input file is parsed line by line and data is stored in a queue. The individual video files are demuxed and decoded one after the other in a loop. Output for each input file can also be stored if needed.
## Prerequisites: