Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: AMF Encoder SubmitInput returns INPUT_QUEUE_FULL with QueryOutput returning AMF_REPEAT #516

Open
actus-reus opened this issue Nov 20, 2024 · 4 comments
Labels

Comments

@actus-reus
Copy link

actus-reus commented Nov 20, 2024

Describe the bug
We have implemented a single-thread encoding pipeline. At each pass, we 1. push a surface to the encoder (SubmitInput) and then 2. pull all available (if any) encoded packets out of the encoder (QueryOutput).

The approach works most of the time but occasionally the SubmitInput returns INPUT_QUEUE_FULL even though QueryOutput is called at every pass. The encoder input queue is left at default 16 and we encode in IPP (BPicturePattern = 0) so the encoder shouldn't need more than a few input buffers.

Everything kept the same, the problem occurs at different points in time of the stream and sometimes does not occur if I activate our internal tracing. It therefore feels it is related to load/time issue. Note that the input queue does not increase linearly but at some point the number of SubmitInput outmatch by 16 the number of successful QueryOutput.

Increasing the QueryTimeOut does not seem to impact behaviour.

I know AMD is favouring multi-thread implementation but do you have any sense on why this could happen and/or suggest a potential resolution.

To Reproduce
Steps to reproduce the behavior:
See description. H264/IPP/IntraPeriod = 15. DX11

Setup (please complete the following information):
OS: Windows 10
Driver Version: 32.0.12019.1028
GPU: RX 7600
Which component has the issue: Encoder

Debug Log (please upload or paste):

2024-11-20 13:43:36.078 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::Init(NV12, 3840, 2160)
2024-11-20 13:43:36.078 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::Init(UNKNOWN, 3840, 2160)
2024-11-20 13:43:36.078 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::Terminate()
The thread 14968 has exited with code 13430017 (0xcced01).
The thread 12756 has exited with code 13430016 (0xcced00).
2024-11-20 13:43:36.109 19C4 [AMFDecoderUVDImpl] Info: InitDecoderFormat() - Decoder stream w 3840 h 2160 format NV12
The thread 1560 has exited with code 13430018 (0xcced02).
The thread 23520 has exited with code 13430019 (0xcced03).
The thread 10120 has exited with code 13430020 (0xcced04).
The thread 20824 has exited with code 13430021 (0xcced05).
onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(652)\dxgi.dll!00007FFB4CA0F221: (caller: 00007FFB4CA0ED28) ReturnHr(2) tid(19c4) 80004002 No such interface supported
2024-11-20 13:43:36.133 19C4 [AMFDecodeEngineImplDX] Info: Init() OK! Video DX HW DECODER (3840x2160) for input stream
The thread 11876 has exited with code 13430022 (0xcced06).
The thread 17536 has exited with code 13430023 (0xcced07).
2024-11-20 13:43:36.137 19C4 [AMFDecodeEngineImplDX11] Info: CreateDecoder() Init OK! Video HW VIDEO DECODER DX11.1 (3840x2160) for input stream; profile:UVD H265 Unencrypted Config Profile
2024-11-20 13:43:36.142 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.142 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.148 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.150 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:36.150 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.151 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.152 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.153 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
The thread 15128 has exited with code 13430016 (0xcced00).
The thread 11228 has exited with code 13430017 (0xcced01).
The thread 25312 has exited with code 13430018 (0xcced02).
The thread 21052 has exited with code 13430019 (0xcced03).
The thread 7736 has exited with code 13430020 (0xcced04).
The thread 16840 has exited with code 13430021 (0xcced05).
The thread 24832 has exited with code 13430022 (0xcced06).
The thread 20908 has exited with code 13430023 (0xcced07).
The thread 9956 has exited with code 13430018 (0xcced02).
The thread 2684 has exited with code 13430016 (0xcced00).
The thread 6848 has exited with code 13430017 (0xcced01).
The thread 5524 has exited with code 13430020 (0xcced04).
2024-11-20 13:43:36.225 19C4 +1
2024-11-20 13:43:36.225 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.226 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.227 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.228 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:36.228 19C4 +1
2024-11-20 13:43:36.228 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.228 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
The thread 23996 has exited with code 13430019 (0xcced03).
2024-11-20 13:43:36.230 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.230 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:36.231 19C4 +1
2024-11-20 13:43:36.231 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.231 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
The thread 25196 has exited with code 13430021 (0xcced05).
2024-11-20 13:43:36.233 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.233 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:36.234 19C4 +1
2024-11-20 13:43:36.234 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.234 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.236 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.236 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
The thread 11284 has exited with code 13430023 (0xcced07).
The thread 17712 has exited with code 13430022 (0xcced06).
2024-11-20 13:43:36.249 19C4 +1
2024-11-20 13:43:36.249 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.249 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.250 19C4 [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:36.251 19C4 [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
The thread 'df:MPEG-4 Demux-Output_0' (6596) has exited with code 0 (0x0).
The thread 'df:MPEG-4 Demux-Output_1' (12716) has exited with code 0 (0x0).
The thread 13060 has exited with code 0 (0x0).
2024-11-20 13:43:36.251 CFC +1
2024-11-20 13:43:36.259 CFC [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::Terminate()
2024-11-20 13:43:36.259 CFC [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::Terminate()
2024-11-20 13:43:36.270 CFC [AMFDecoderUVDImpl] Info: Submitted 7, Queried 6
The thread 14176 has exited with code 0 (0x0).
The thread 2856 has exited with code 13430018 (0xcced02).
The thread 9100 has exited with code 13430016 (0xcced00).
The thread 2504 has exited with code 13430017 (0xcced01).
The thread 25564 has exited with code 13430020 (0xcced04).
The thread 1776 has exited with code 13430019 (0xcced03).
The thread 22960 has exited with code 13430022 (0xcced06).
The thread 23760 has exited with code 13430023 (0xcced07).
The thread 8716 has exited with code 13430021 (0xcced05).
2024-11-20 13:43:36.362 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::Init(NV12, 3840, 2160)
2024-11-20 13:43:36.363 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::Init(UNKNOWN, 3840, 2160)
2024-11-20 13:43:36.363 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::Terminate()
The thread 11160 has exited with code 13430016 (0xcced00).
The thread 8328 has exited with code 13430017 (0xcced01).
The thread 18920 has exited with code 13430018 (0xcced02).
2024-11-20 13:43:36.393 394C [AMFDecoderUVDImpl] Info: InitDecoderFormat() - Decoder stream w 3840 h 2160 format NV12
onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(652)\dxgi.dll!00007FFB4CA0F221: (caller: 00007FFB4CA0ED28) ReturnHr(3) tid(394c) 80004002 No such interface supported
2024-11-20 13:43:36.394 394C [AMFDecodeEngineImplDX] Info: Init() OK! Video DX HW DECODER (3840x2160) for input stream
The thread 4908 has exited with code 13430019 (0xcced03).
2024-11-20 13:43:36.395 394C [AMFDecodeEngineImplDX11] Info: CreateDecoder() Init OK! Video HW VIDEO DECODER DX11.1 (3840x2160) for input stream; profile:UVD H265 Unencrypted Config Profile
2024-11-20 13:43:36.396 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.396 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
The thread 4012 has exited with code 13430020 (0xcced04).
The thread 23148 has exited with code 13430021 (0xcced05).
2024-11-20 13:43:36.401 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
The thread 20924 has exited with code 13430022 (0xcced06).
2024-11-20 13:43:36.407 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:36.407 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:36.407 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:36.409 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
The thread 9300 has exited with code 13430023 (0xcced07).
2024-11-20 13:43:36.412 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
The thread 22856 has exited with code 13430016 (0xcced00).
The thread 18380 has exited with code 13430017 (0xcced01).
The thread 23328 has exited with code 13430018 (0xcced02).
The thread 25112 has exited with code 13430021 (0xcced05).
2024-11-20 13:43:36.443 62BC +1
2024-11-20 13:43:36.444 62BC [CLWrapper] Trace: Release:: FreeLibrary opencl.dll successed
The thread 7300 has exited with code 13430019 (0xcced03).
The thread 15800 has exited with code 13430020 (0xcced04).
2024-11-20 13:43:36.449 62BC [CLWrapper] Trace: Init:: LoadLibrary opencl.dll successed
2024-11-20 13:43:36.449 62BC [CLWrapper] Trace: Load function clSetPrintfCallback failed
The thread 13892 has exited with code 13430023 (0xcced07).
The thread 21812 has exited with code 13430022 (0xcced06).
2024-11-20 13:43:36.569 62BC [CLWrapper] Trace: Load function clSetImageFormatAMD failed
2024-11-20 13:43:36.569 62BC [CLWrapper] Trace: Load function clCreateImageTiledAMD failed
2024-11-20 13:43:36.569 62BC [CLWrapper] Trace: Load function clSetThreadTraceBuffersAMD failed
The thread 6864 has exited with code 1 (0x1).
2024-11-20 13:43:37.406 62BC [EncodeCoreHelper] Info: ***Found regpath, but key not found using default=1
2024-11-20 13:43:37.406 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.406 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.414 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.414 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.415 62BC +1
2024-11-20 13:43:37.415 62BC [AMFEncoderCoreBaseImpl] Info: AMFEncoderCoreBaseImpl::QueryThroughput - maxThroughputMBPerSec = 2937600, totalRequiredThroughputMBPerSec = 433493
2024-11-20 13:43:37.415 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.415 62BC [AMFEncoderCoreH264] Info: Encode core used!
2024-11-20 13:43:37.415 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreBaseImpl] Info: AMFEncoderCoreBaseImpl::QueryThroughput - maxThroughputMBPerSec = 2937600, totalRequiredThroughputMBPerSec = 433493
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlPreanalysisEnable), 0
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(QualityPreset), 0
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxConsecutiveBPictures), 0
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(AdaptiveMiniGOP), false
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(HighMotionQualityBoostEnable), false
2024-11-20 13:43:37.416 62BC [AMFEncoderCoreH264] Debug: GetProperty(EnablePreAnalysis), false
2024-11-20 13:43:37.417 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(652)\dxgi.dll!00007FFB4CA0F221: (caller: 00007FFB4CA0ED28) ReturnHr(6) tid(62bc) 80004002 No such interface supported
2024-11-20 13:43:37.417 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.418 394C +1
2024-11-20 13:43:37.418 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.418 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.419 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.420 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.420 394C +1
2024-11-20 13:43:37.420 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.420 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.421 62BC [AMFEncoderCoreH264] Debug: SetProperty Usage:0
2024-11-20 13:43:37.421 62BC [AMFEncoderCoreH264] Debug: SetProperty ScanType:0
2024-11-20 13:43:37.422 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.FrameRate:120000,1001
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty FrameSize:1280,720
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: GetProperty(ProfileLevel), 42
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxNumRefFrames), 4
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty AspectRatio:1,1
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty Profile:100
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty ProfileLevel:42
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: SetProperty MaxConsecutiveBPictures:0
2024-11-20 13:43:37.422 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::Init(NV12, 1280, 720)
2024-11-20 13:43:37.423 62BC [AMFEncoderCoreH264] Debug: GetProperty(QueryTimeout), 0
2024-11-20 13:43:37.423 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(652)\dxgi.dll!00007FFB4CA0F221: (caller: 00007FFB4CA0ED28) ReturnHr(7) tid(62bc) 80004002 No such interface supported
2024-11-20 13:43:37.423 62BC [AMFEncoderCoreH264] Debug: GetProperty(EnableEncoderSmartAccessVideo), false
2024-11-20 13:43:37.423 62BC [AMFEncoderCoreH264] Debug: GetProperty(EncoderGPU), -1
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreBaseImpl] Info: AMFEncoderCoreBaseImpl::QueryThroughput - maxThroughputMBPerSec = 2937600, totalRequiredThroughputMBPerSec = 433493
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Info: Encode core used!
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: SetProperty Usage:0
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: SetProperty AspectRatio:1,1
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: SetProperty FrameSize:1280,720
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: GetProperty(ProfileLevel), 42
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxNumRefFrames), 4
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: SetProperty MaxConsecutiveBPictures:0
2024-11-20 13:43:37.424 62BC [AMFEncoderCoreH264] Debug: SetProperty Profile:100
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: SetProperty ProfileLevel:42
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: SetProperty ScanType:0
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.FrameRate:120000,1001
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: SetProperty FrameSize:1280,720
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxConsecutiveBPictures), 0
2024-11-20 13:43:37.425 62BC +1
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(EnablePreAnalysis), false
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(Profile), 100
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(ProfileLevel), 42
2024-11-20 13:43:37.425 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxNumRefFrames), 4
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(IDRPeriod), 30
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(FrameSize), 1280,720
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(SliceControlMode), 0
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(SlicesPerFrame), 1
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(LowLatencyInternal), false
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxNumOfTemporalLayers), 1
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(BPicturesPattern), 0
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxConsecutiveBPictures), 0
2024-11-20 13:43:37.426 62BC [AMFEncoderCoreH264] Debug: GetProperty(EncoderMFLowLatency), false
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(LowLatencyInternal), false
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxNumOfTemporalLayers), 1
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(BPicturesPattern), 0
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxConsecutiveBPictures), 0
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(EncoderMFLowLatency), false
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: GetProperty(LowLatencyInternal), false
2024-11-20 13:43:37.430 62BC [AMFEncoderCoreH264] Debug: ConfigInit::Init usage 0, efcSupport 1
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(EnablePreAnalysis), false
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: *** AMFEncoderCoreH264Impl::CreateEncoderAndQueue() successful!
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlPreanalysisEnable), 0
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(QualityPreset), 0
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(MaxConsecutiveBPictures), 0
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(AdaptiveMiniGOP), false
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(HighMotionQualityBoostEnable), false
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(EnablePreAnalysis), false
2024-11-20 13:43:37.431 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FillerDataEnable), false
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.EnforceHRD), false
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL1.QL0.FillerDataEnable), false
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL1.QL0.EnforceHRD), false
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL2.QL0.FillerDataEnable), false
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.432 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL2.QL0.EnforceHRD), false
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL3.QL0.FillerDataEnable), false
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL3.QL0.EnforceHRD), false
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 2
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Warning: Input is missing color info in VUI header
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: SetProperty OutColorPrimaries:1
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: SetProperty OutColorTransferChar:1
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: SetProperty QueryTimeout:2
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: SetProperty QualityPreset:2
2024-11-20 13:43:37.433 62BC [AMFEncoderCoreH264] Debug: SetProperty RateControlMethod:1
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty BPicturesPattern:0
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty IntraPeriod:15
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty IDRPeriod:15
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty HeaderInsertionSpacing:15
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: GetProperty(IDRPeriod), 15
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.TargetBitrate:75524475
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.PeakBitrate:75524475
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.VBVBufferSize:944998
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: SetProperty TL0.QL0.PeakBitrate:113286712.500000
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: GetProperty(RateControlMethod), 1
2024-11-20 13:43:37.434 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.455 62BC [AMFEncoderCoreH264] Debug: GetProperty(InputQueueSize), 16
2024-11-20 13:43:37.474 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.474 62BC [AMFEncoderCoreBaseImpl] Info: AMFEncoderCoreBaseImpl::AllocBuffer() Switching to AllocBufferEx()
2024-11-20 13:43:37.475 62BC +1
2024-11-20 13:43:37.475 62BC [AMFEncoderCoreH264] Debug: GetProperty(ColorBitDepth), 8
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: UpdateColorConfigs input format 1, efcSupport 1
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: GetProperty(InColorProfile), -1
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutColorProfile), -1
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: GetProperty(InColorTransferChar), 0
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: GetProperty(InColorPrimaries), 0
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: SetProperty InColorPrimaries:1
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: SetProperty OutColorProfile:1
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.476 62BC [AMFEncoderCoreImpl] Debug: ParamType 1, Layer 0 update!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 2, Layer 0 update!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 4!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 5!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 6!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 8!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreH264] Debug: ConfigTemporalLayer(): numofTemporalLayers = 1!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 9!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 10!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 11!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreImpl] Debug: ParamType 12!
2024-11-20 13:43:37.477 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:0 LTR index=-1, LTR used=0 Temporal ID=0 @frame 0
2024-11-20 13:43:37.479 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.479 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.479 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.480 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.480 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.480 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.480 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 0
2024-11-20 13:43:37.480 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.480 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.481 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 0
2024-11-20 13:43:37.482 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.482 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.482 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.482 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.482 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=0 outputFrames=1
2024-11-20 13:43:37.483 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.483 394C +1
2024-11-20 13:43:37.483 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.484 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.484 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.485 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.485 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.485 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=83417 outputFrames=2
2024-11-20 13:43:37.485 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.486 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.486 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.486 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.487 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.487 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=166833 outputFrames=3
2024-11-20 13:43:37.487 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.487 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 3
2024-11-20 13:43:37.488 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.488 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.488 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 3
2024-11-20 13:43:37.489 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.490 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.490 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.490 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.490 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.490 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.490 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 3
2024-11-20 13:43:37.490 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.491 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.491 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.491 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.491 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.491 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.491 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.492 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 3
2024-11-20 13:43:37.492 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.492 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.492 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.492 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.492 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.493 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=250250 outputFrames=4
2024-11-20 13:43:37.493 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.493 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.493 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.493 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=333667 outputFrames=5
2024-11-20 13:43:37.493 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.494 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.494 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.494 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.494 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.494 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 5
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.495 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.495 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.495 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.496 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.496 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 5
2024-11-20 13:43:37.496 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.496 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.497 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.497 62BC +1
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.497 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.497 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 5
2024-11-20 13:43:37.497 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.498 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.498 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.498 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=417083 outputFrames=6
2024-11-20 13:43:37.498 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.498 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.498 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.499 62BC +1
2024-11-20 13:43:37.499 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.499 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.499 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.499 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.499 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 6
2024-11-20 13:43:37.500 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.500 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.500 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.502 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.503 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.503 62BC +1
2024-11-20 13:43:37.504 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.503 394C +1
2024-11-20 13:43:37.504 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.504 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.504 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.504 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.504 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.504 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 6
2024-11-20 13:43:37.505 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.505 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.505 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.505 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=500500 outputFrames=7
2024-11-20 13:43:37.506 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.506 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.506 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.506 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.506 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=583917 outputFrames=8
2024-11-20 13:43:37.506 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.507 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.507 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.507 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.507 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=667333 outputFrames=9
2024-11-20 13:43:37.507 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.507 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.507 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.508 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.508 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 9
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.508 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=750750 outputFrames=10
2024-11-20 13:43:37.509 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.509 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.510 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.510 62BC +1
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.511 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.511 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 10
2024-11-20 13:43:37.511 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.512 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.512 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.512 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=834167 outputFrames=11
2024-11-20 13:43:37.512 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.513 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.513 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.513 62BC +1
2024-11-20 13:43:37.513 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.514 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.514 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.514 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.514 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.514 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 11
2024-11-20 13:43:37.514 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.514 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.515 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.516 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.516 62BC +1
2024-11-20 13:43:37.516 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.516 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.516 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.516 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.517 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.517 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.517 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:0 LTR index=-1, LTR used=0 Temporal ID=0 @frame 11
2024-11-20 13:43:37.517 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.518 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.518 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.519 62BC +1
2024-11-20 13:43:37.519 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.519 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.519 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.519 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.519 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.519 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.519 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 11
2024-11-20 13:43:37.520 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.520 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.520 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.520 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=917583 outputFrames=12
2024-11-20 13:43:37.520 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.521 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.521 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.521 62BC +1
2024-11-20 13:43:37.522 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.522 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.522 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.522 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.522 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.522 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.522 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 12
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1001000 outputFrames=13
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.523 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.523 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1084417 outputFrames=14
2024-11-20 13:43:37.524 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.524 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.525 62BC +1
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.525 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.525 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 14
2024-11-20 13:43:37.525 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.526 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.527 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.527 62BC +1
2024-11-20 13:43:37.527 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.527 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.527 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.527 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.527 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.528 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.528 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 14
2024-11-20 13:43:37.528 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.528 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.529 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.529 62BC +1
2024-11-20 13:43:37.530 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.530 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.530 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.530 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.530 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.530 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.530 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 14
2024-11-20 13:43:37.531 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.531 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.532 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.532 62BC +1
2024-11-20 13:43:37.532 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.532 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.532 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.533 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.533 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.533 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.533 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 14
2024-11-20 13:43:37.533 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.534 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.534 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.534 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1167833 outputFrames=15
2024-11-20 13:43:37.534 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.534 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.535 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.535 62BC +1
2024-11-20 13:43:37.535 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.535 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.535 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 15
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1251250 outputFrames=16
2024-11-20 13:43:37.536 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.537 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.537 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.539 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.539 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.540 62BC +1
2024-11-20 13:43:37.540 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.540 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.540 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.540 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.540 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.540 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.540 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 16
2024-11-20 13:43:37.541 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.542 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.542 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.543 62BC +1
2024-11-20 13:43:37.543 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.543 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.543 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.543 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.543 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.543 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.543 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 16
2024-11-20 13:43:37.544 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.545 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.545 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.545 62BC +1
2024-11-20 13:43:37.546 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.546 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.546 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.546 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.546 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.546 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.546 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 16
2024-11-20 13:43:37.547 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.547 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.547 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.547 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1334667 outputFrames=17
2024-11-20 13:43:37.548 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.548 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.548 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.548 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.548 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1418083 outputFrames=18
2024-11-20 13:43:37.548 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.549 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.549 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1501500 outputFrames=19
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.549 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.549 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.549 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 19
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.550 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.551 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1584917 outputFrames=20
2024-11-20 13:43:37.551 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.551 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.552 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.553 394C +1
2024-11-20 13:43:37.553 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.553 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 20
2024-11-20 13:43:37.554 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.555 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.555 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.556 394C +1
2024-11-20 13:43:37.556 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.556 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.556 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.556 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.556 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.556 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.557 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 20
2024-11-20 13:43:37.557 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.557 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.558 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.558 62BC +1
2024-11-20 13:43:37.558 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.558 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.558 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.558 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.558 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.558 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.559 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 20
2024-11-20 13:43:37.559 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.560 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.560 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.560 62BC +1
2024-11-20 13:43:37.560 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.561 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.561 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.561 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.561 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.561 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.561 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:0 LTR index=-1, LTR used=0 Temporal ID=0 @frame 20
2024-11-20 13:43:37.562 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.562 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.562 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.562 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1668333 outputFrames=21
2024-11-20 13:43:37.562 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.562 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.563 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.563 62BC +1
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.564 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.564 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 21
2024-11-20 13:43:37.564 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.565 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.566 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.566 62BC +1
2024-11-20 13:43:37.566 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.567 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.567 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.567 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.567 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.567 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.567 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 21
2024-11-20 13:43:37.568 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.568 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.568 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.568 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1751750 outputFrames=22
2024-11-20 13:43:37.568 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.568 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.569 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.569 62BC +1
2024-11-20 13:43:37.569 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.569 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.569 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.569 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.570 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.570 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.570 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 22
2024-11-20 13:43:37.570 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.571 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.571 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.572 62BC +1
2024-11-20 13:43:37.572 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.572 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.572 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.572 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.572 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 22
2024-11-20 13:43:37.573 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.573 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.573 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.573 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1835167 outputFrames=23
2024-11-20 13:43:37.573 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.573 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.574 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.575 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.575 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.576 62BC +1
2024-11-20 13:43:37.576 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.576 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.576 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.576 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.576 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.576 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.576 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 23
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=1918583 outputFrames=24
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.577 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=2002000 outputFrames=25
2024-11-20 13:43:37.578 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.578 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.578 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.578 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.578 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=2085417 outputFrames=26
2024-11-20 13:43:37.578 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.579 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.579 62BC +1
2024-11-20 13:43:37.579 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.579 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.579 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.579 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.580 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.580 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.580 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 26
2024-11-20 13:43:37.580 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.581 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.581 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.581 62BC +1
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.582 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.582 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 26
2024-11-20 13:43:37.582 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.583 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.584 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.584 62BC +1
2024-11-20 13:43:37.584 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.584 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.584 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.584 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.584 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.584 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 26
2024-11-20 13:43:37.584 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.585 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.586 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.586 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.586 394C +1
2024-11-20 13:43:37.587 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.586 62BC +1
2024-11-20 13:43:37.587 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.587 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.587 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.587 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.587 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.587 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 26
2024-11-20 13:43:37.588 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.588 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.588 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.588 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=2168833 outputFrames=27
2024-11-20 13:43:37.589 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.589 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.589 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.589 62BC +1
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.590 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.590 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 27
2024-11-20 13:43:37.590 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.591 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.592 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.592 62BC +1
2024-11-20 13:43:37.592 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.592 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.592 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.593 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.593 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.593 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.593 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 27
2024-11-20 13:43:37.593 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.594 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.594 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.594 62BC +1
2024-11-20 13:43:37.595 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.595 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.595 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.595 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.595 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.595 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 27
2024-11-20 13:43:37.595 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.596 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.596 62BC [AMFEncoderCoreH264] Debug: GetProperty(TL0.QL0.FrameRate), 120000,1001
2024-11-20 13:43:37.596 62BC [AMFEncoderCoreH264] Debug: GetProperty(OutputMode), 0
2024-11-20 13:43:37.596 62BC [AMFEncoderCoreH264] Debug: QueryOutput() End: frame pts=2252250 outputFrames=28
2024-11-20 13:43:37.596 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.597 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.597 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.597 62BC +1
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreH264] Debug: GetProperty(PicTransferMode), 0
2024-11-20 13:43:37.598 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::SubmitInput()
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreImpl] Debug: ParamType 0!
2024-11-20 13:43:37.598 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::SubmitInput()
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreImpl] Debug: ParamType 7!
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreH264] Debug: SetBufferProps: Picture Type:2 LTR index=-1, LTR used=0 Temporal ID=0 @frame 28
2024-11-20 13:43:37.598 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::QueryOutput()
2024-11-20 13:43:37.599 394C [AMFVideoStreamParserImpl] Debug: AMFVideoStreamParserImpl::QueryOutput()
2024-11-20 13:43:37.599 394C [AMFDecoderUVDImpl] Debug: AMFDecoderUVDImpl::QueryOutput()
2024-11-20 13:43:37.600 62BC +1
2024-11-20 13:43:37.600 62BC [AMFEncoderCoreH264] Debug: AMFEncoderCoreH264Impl::SubmitInput() : format (NV12), memory (DX11), width (1280), height (720)
2024-11-20 13:43:37.600 62BC [AMFEncoderCoreH264] Info: SubmitInput() Input Queue Full:16

Expected behavior
We expect the encoder to not overflow since we poll at least once for each submitted input.

Screenshots

Additional context
Maybe irrelevant, a AMF decoder is also used in the pipeline since it is a transcoding scenario.

@actus-reus actus-reus added the bug label Nov 20, 2024
@actus-reus
Copy link
Author

Another hint towards a load/timing issue is that adding a Sleep(2) after each SubmitInput seems to solve the problem. Also problem does not occur for another pipeline where we re-encode in H264 a live stream probably because the SubmitInput is called at lower pace (i.e at live stream frame rate) than in the transcoding pipeline.

Any advise appreciated.

@MikhailAMD
Copy link
Collaborator

This common issue and is timing problem. In a single-thread implementation pulling all outputs is triggered by submission of input. Consider scenario that the app may experience: inputs submitted faster than encoder can do encoding. Let say encoder queue has 15 inputs already. The app submits 16th but there is no outputs yet. The app returns from encode function and comes with the next input. Now queue is full (SubmitInput returns INPUT_FULL) and there is no way to submit any input till some output produced. In this case, output needs to be polled till it produces some data and input is resubmitted.
Additional improvement can be done by counting input and outputs. In case of INPUT_FAULL polling can continue with possible short Sleep in-between till some number of outputs is produced and then input is resubmitted.
Any Sleep or use of TIMEOUT parameter can change timing and help with reduction of CPU load but done change principal issue. Be aware of Sleep() precision issue on Windows. It can be increased - see AMF samples amf_increase_timer_precision().
Another technique is to set TIMEOUT to 1ms. It will block QueryOutput for 1ms if there is no output working better then Sleep().
Note that TIMEOUT is static parameter to be set before Init() call.

@actus-reus
Copy link
Author

Thanks. What you say fully makes sense. That is the reason I had assigned a QueryTimeOut of 2 ms (see my logs). But it seems the encoder is not complying to the QueryTimeOut property. I have tried with 999 (which seems the max. value) and the QueryOutput is definitely not waiting 1 sec when it has no output available. I set the property both before and after the Init (if I place it only before, the logging of the encoder properties report 0 for 'QueryTimeOut').

@actus-reus
Copy link
Author

Well, it turns out that I was settings the QueryTimeOut property after the Init. Two remarks regarding this: 1. the documentation does not list 'QueryTimeOut' as a static property and 2. even if you set it after the Init, there is no fail reported when setting it AND once configured the encoder properties lists the QueryTimeOut property as if it was set to the value. That is what mislead me.

Thanks for your help. I'll switch to multithreading anyway since I still have occasionally the problem in single-thread when setting the timeout to low values such as 2 ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants