Ticket #10114: _recordDesktop.sh.log.txt

File _recordDesktop.sh.log.txt, 727.2 KB (added by betlog, 4 years ago)

info, ffmpeg log

Line 
12022-12-21--15-33-48
2audio lags behind video by several seconds
3
4
5
6user@betlogbeast:~$ pactl list sinks short;pactl list sources short
71 alsa_output.pci-0000_00_1f.3.analog-stereo module-alsa-card.c s32le 2ch 48000Hz SUSPENDED
83 alsa_output.pci-0000_01_00.1.hdmi-stereo module-alsa-card.c s32le 2ch 48000Hz SUSPENDED
91 alsa_output.pci-0000_00_1f.3.analog-stereo.monitor module-alsa-card.c s32le 2ch 48000Hz SUSPENDED
102 alsa_input.pci-0000_00_1f.3.analog-stereo module-alsa-card.c s32le 2ch 48000Hz SUSPENDED
114 alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor module-alsa-card.c s32le 2ch 48000Hz SUSPENDED
12
13
14
15user@betlogbeast:~$ cat /home/user/documents/scripts/video/_recordDesktop-TEST.sh
16#!/bin/bash
17# ffmpeg -hide_banner \
18ffmpeg -v 9 -loglevel 99 \
19 -hwaccel cuvid \
20 -c:v h264_cuvid \
21 -f pulse \
22 -acodec pcm_f32le \
23 -probesize 32 \
24 -i $(pactl list sources short|grep 'analog.*stereo.*monitor'|awk '{print $2}') \
25 -f x11grab \
26 -framerate 60.00 \
27 -video_size 1920x1080 \
28 -i :0.0+0,0 \
29 -g 60 \
30 -map 1:v \
31 -map 0:a \
32 -c:v h264_nvenc -qp 18 \
33 -c:a aac -ac 2 -channel_layout stereo -b:a 128k -r:a 48000 \
34 "/media/user/video12/$(date +%Y-%m-%d--%H-%M-%S)_TEST.mkv"
35
36
37
38user@betlogbeast:~$ /home/user/documents/scripts/video/_recordDesktop-TEST.sh
39ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
40 built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
41 configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
42 libavutil 56. 70.100 / 56. 70.100
43 libavcodec 58.134.100 / 58.134.100
44 libavformat 58. 76.100 / 58. 76.100
45 libavdevice 58. 13.100 / 58. 13.100
46 libavfilter 7.110.100 / 7.110.100
47 libswscale 5. 9.100 / 5. 9.100
48 libswresample 3. 9.100 / 3. 9.100
49 libpostproc 55. 9.100 / 55. 9.100
50Splitting the commandline.
51Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
52Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
53Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'cuvid'.
54Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_cuvid'.
55Reading option '-f' ... matched as option 'f' (force format) with argument 'pulse'.
56Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_f32le'.
57Reading option '-probesize' ... matched as AVOption 'probesize' with argument '32'.
58Reading option '-i' ... matched as input url with argument 'alsa_output.pci-0000_00_1f.3.analog-stereo.monitor'.
59Reading option '-f' ... matched as option 'f' (force format) with argument 'x11grab'.
60Reading option '-framerate' ... matched as AVOption 'framerate' with argument '60.00'.
61Reading option '-video_size' ... matched as AVOption 'video_size' with argument '1920x1080'.
62Reading option '-i' ... matched as input url with argument ':0.0+0,0'.
63Reading option '-g' ... matched as AVOption 'g' with argument '60'.
64Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '1:v'.
65Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:a'.
66Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_nvenc'.
67Reading option '-qp' ... matched as AVOption 'qp' with argument '18'.
68Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'.
69Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
70Reading option '-channel_layout' ... matched as option 'channel_layout' (set channel layout) with argument 'stereo'.
71Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k'.
72Reading option '-r:a' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '48000'.
73Reading option '/media/user/video12/2022-12-21--15-30-55_TEST.mkv' ... matched as output url.
74Finished splitting the commandline.
75Parsing a group of options: global .
76Applying option v (set logging level) with argument 9.
77Successfully parsed a group of options.
78Parsing a group of options: input url alsa_output.pci-0000_00_1f.3.analog-stereo.monitor.
79Applying option hwaccel (use HW accelerated decoding) with argument cuvid.
80Applying option c:v (codec name) with argument h264_cuvid.
81Applying option f (force format) with argument pulse.
82Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_f32le.
83Successfully parsed a group of options.
84Opening an input file: alsa_output.pci-0000_00_1f.3.analog-stereo.monitor.
85[pulse @ 0x55bd45174bc0] All info found
86[pulse @ 0x55bd45174bc0] stream 0: start_time: 1.6716e+09 duration: NOPTS
87[pulse @ 0x55bd45174bc0] format: start_time: 1.6716e+09 duration: NOPTS (estimate from bit rate) bitrate=3072 kb/s
88Guessed Channel Layout for Input Stream #0.0 : stereo
89Input #0, pulse, from 'alsa_output.pci-0000_00_1f.3.analog-stereo.monitor':
90 Duration: N/A, start: 1671600655.537231, bitrate: 3072 kb/s
91 Stream #0:0, 1, 1/1000000: Audio: pcm_f32le, 48000 Hz, stereo, flt, 3072 kb/s
92Successfully opened the file.
93Parsing a group of options: input url :0.0+0,0.
94Applying option f (force format) with argument x11grab.
95Successfully parsed a group of options.
96Opening an input file: :0.0+0,0.
97[x11grab @ 0x55bd45180600] Probe buffer size limit of 5000000 bytes reached
98[x11grab @ 0x55bd45180600] Stream #0: not enough frames to estimate rate; consider increasing probesize
99[x11grab @ 0x55bd45180600] stream 0: start_time: 1.6716e+09 duration: NOPTS
100[x11grab @ 0x55bd45180600] format: start_time: 1.6716e+09 duration: NOPTS (estimate from bit rate) bitrate=3981312 kb/s
101Input #1, x11grab, from ':0.0+0,0':
102 Duration: N/A, start: 1671600657.563350, bitrate: 3981312 kb/s
103 Stream #1:0, 1, 1/1000000: Video: rawvideo, 1 reference frame (BGR[0] / 0x524742), bgr0, 1920x1080, 0/1, 3981312 kb/s, 60 fps, 1000k tbr, 1000k tbn, 1000k tbc
104Successfully opened the file.
105Parsing a group of options: output url /media/user/video12/2022-12-21--15-30-55_TEST.mkv.
106Applying option map (set input stream mapping) with argument 1:v.
107Applying option map (set input stream mapping) with argument 0:a.
108Applying option c:v (codec name) with argument h264_nvenc.
109Applying option c:a (codec name) with argument aac.
110Applying option ac (set number of audio channels) with argument 2.
111Applying option channel_layout (set channel layout) with argument stereo.
112Applying option b:a (video bitrate (please use -b:v)) with argument 128k.
113Applying option r:a (set frame rate (Hz value, fraction or abbreviation)) with argument 48000.
114Successfully parsed a group of options.
115Opening an output file: /media/user/video12/2022-12-21--15-30-55_TEST.mkv.
116Multiple -ac options specified for stream 1, only the last option '-ac 2' will be used.
117[file @ 0x55bd451a9700] Setting default whitelist 'file,crypto,data'
118Successfully opened the file.
119Stream mapping:
120 Stream #1:0 -> #0:0 (rawvideo (native) -> h264 (h264_nvenc))
121 Stream #0:0 -> #0:1 (pcm_f32le (native) -> aac (native))
122Press [q] to stop, [?] for help
123cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
124 Last message repeated 2 times
125[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
126detected 16 logical cores
127[graph 0 input from stream 1:0 @ 0x55bd451b0880] Setting 'video_size' to value '1920x1080'
128[graph 0 input from stream 1:0 @ 0x55bd451b0880] Setting 'pix_fmt' to value '123'
129[graph 0 input from stream 1:0 @ 0x55bd451b0880] Setting 'time_base' to value '1/1000000'
130[graph 0 input from stream 1:0 @ 0x55bd451b0880] Setting 'pixel_aspect' to value '0/1'
131[graph 0 input from stream 1:0 @ 0x55bd451b0880] Setting 'frame_rate' to value '60/1'
132[graph 0 input from stream 1:0 @ 0x55bd451b0880] w:1920 h:1080 pixfmt:bgr0 tb:1/1000000 fr:60/1 sar:0/1
133[format @ 0x55bd451b0980] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|rgb0|cuda'
134[AVFilterGraph @ 0x55bd451ad7c0] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
135[h264_nvenc @ 0x55bd4518b5c0] Loaded lib: libcuda.so.1
136[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuInit
137[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceGetCount
138[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceGet
139[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceGetAttribute
140[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceGetName
141[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceComputeCapability
142[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxCreate_v2
143[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxSetLimit
144[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxPushCurrent_v2
145[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxPopCurrent_v2
146[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxDestroy_v2
147[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemAlloc_v2
148[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemAllocPitch_v2
149[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemAllocManaged
150[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemsetD8Async
151[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemFree_v2
152[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpy
153[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyAsync
154[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpy2D_v2
155[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpy2DAsync_v2
156[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyHtoD_v2
157[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyHtoDAsync_v2
158[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyDtoH_v2
159[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyDtoHAsync_v2
160[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyDtoD_v2
161[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMemcpyDtoDAsync_v2
162[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGetErrorName
163[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGetErrorString
164[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuCtxGetDevice
165[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDevicePrimaryCtxRetain
166[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDevicePrimaryCtxRelease
167[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDevicePrimaryCtxSetFlags
168[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDevicePrimaryCtxGetState
169[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDevicePrimaryCtxReset
170[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuStreamCreate
171[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuStreamQuery
172[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuStreamSynchronize
173[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuStreamDestroy_v2
174[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuStreamAddCallback
175[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEventCreate
176[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEventDestroy_v2
177[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEventSynchronize
178[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEventQuery
179[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEventRecord
180[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuLaunchKernel
181[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuLinkCreate
182[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuLinkAddData
183[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuLinkComplete
184[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuLinkDestroy
185[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuModuleLoadData
186[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuModuleUnload
187[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuModuleGetFunction
188[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuModuleGetGlobal
189[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuTexObjectCreate
190[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuTexObjectDestroy
191[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGLGetDevices_v2
192[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGraphicsGLRegisterImage
193[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGraphicsUnregisterResource
194[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGraphicsMapResources
195[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGraphicsUnmapResources
196[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuGraphicsSubResourceGetMappedArray
197[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDeviceGetUuid
198[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuImportExternalMemory
199[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDestroyExternalMemory
200[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuExternalMemoryGetMappedBuffer
201[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
202[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMipmappedArrayGetLevel
203[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuMipmappedArrayDestroy
204[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuImportExternalSemaphore
205[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuDestroyExternalSemaphore
206[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuSignalExternalSemaphoresAsync
207[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuWaitExternalSemaphoresAsync
208[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuArray3DCreate_v2
209[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuArrayDestroy
210[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEGLStreamProducerConnect
211[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEGLStreamProducerDisconnect
212[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEGLStreamConsumerDisconnect
213[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEGLStreamProducerPresentFrame
214[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: cuEGLStreamProducerReturnFrame
215[h264_nvenc @ 0x55bd4518b5c0] Loaded lib: libnvidia-encode.so.1
216[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: NvEncodeAPICreateInstance
217[h264_nvenc @ 0x55bd4518b5c0] Loaded sym: NvEncodeAPIGetMaxSupportedVersion
218[h264_nvenc @ 0x55bd4518b5c0] Loaded Nvenc version 11.1
219[h264_nvenc @ 0x55bd4518b5c0] Nvenc initialized successfully
220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuInit(0)
221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuDeviceGetCount(&nb_devices)
222[h264_nvenc @ 0x55bd4518b5c0] 1 CUDA capable devices found
223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuDeviceGet(&cu_device, idx)
224[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuDeviceGetName(name, sizeof(name), cu_device)
225[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuDeviceComputeCapability(&major, &minor, cu_device)
226[h264_nvenc @ 0x55bd4518b5c0] [ GPU #0 - < NVIDIA GeForce RTX 2060 > has Compute SM 7.5 ]
227[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxCreate(&ctx->cu_context_internal, 0, cu_device)
228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
229[h264_nvenc @ 0x55bd4518b5c0] supports NVENC
230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
233[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
234Clipping frame in rate conversion by 0.000008
235[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
236[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
239cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
240cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
241[graph_1_in_0_0 @ 0x55bd45a18d80] Setting 'time_base' to value '1/48000'
242[graph_1_in_0_0 @ 0x55bd45a18d80] Setting 'sample_rate' to value '48000'
243[graph_1_in_0_0 @ 0x55bd45a18d80] Setting 'sample_fmt' to value 'flt'
244[graph_1_in_0_0 @ 0x55bd45a18d80] Setting 'channel_layout' to value '0x3'
245[graph_1_in_0_0 @ 0x55bd45a18d80] tb:1/48000 samplefmt:flt samplerate:48000 chlayout:0x3
246[format_out_0_1 @ 0x55bd45a19480] Setting 'sample_fmts' to value 'fltp'
247[format_out_0_1 @ 0x55bd45a19480] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
248[format_out_0_1 @ 0x55bd45a19480] Setting 'channel_layouts' to value '0x3'
249[format_out_0_1 @ 0x55bd45a19480] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
250[AVFilterGraph @ 0x55bd458f6440] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
251[auto_resampler_0 @ 0x55bd45a1b440] [SWR @ 0x55bd45a1b900] Using fltp internally between filters
252[auto_resampler_0 @ 0x55bd45a1b440] ch:2 chl:stereo fmt:flt r:48000Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz
253[matroska @ 0x55bd4518a540] get_metadata_duration returned: 0
254Output #0, matroska, to '/media/user/video12/2022-12-21--15-30-55_TEST.mkv':
255 Metadata:
256 encoder : Lavf58.76.100
257 Stream #0:0, 0, 1/1000: Video: h264 (Main), 1 reference frame (H264 / 0x34363248), bgr0(progressive), 1920x1080 (0x0), 0/1, q=2-31, 2000 kb/s, 60 fps, 1k tbn
258 Metadata:
259 encoder : Lavc58.134.100 h264_nvenc
260 Side data:
261 cpb: bitrate max/min/avg: 0/0/2000000 buffer size: 4000000 vbv_delay: N/A
262 Stream #0:1, 0, 1/1000: Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, delay 1024, 128 kb/s
263 Metadata:
264 encoder : Lavc58.134.100 aac
265cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
266[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
268[x11grab @ 0x55bd45180600] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
269[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
270[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
271[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
272cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
273[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
277[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
278cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
279[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
280[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
284cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
285[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
286[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
287[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
288[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
289[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
290cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
291[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
295[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
296cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
297[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
298[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
302cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
303[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
304[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
305[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
306[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
308cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
309[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
312[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
313[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
314cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
315[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
320cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
321[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
322[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
323[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
324[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
326cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
327 Last message repeated 4 times
328[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
330[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
331[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
332[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
333cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
334 Last message repeated 2 times
335[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
339[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
340cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
341 Last message repeated 2 times
342[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
347cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
348 Last message repeated 4 times
349[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
350[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
356[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 0 at offset 784 bytes
357[matroska @ 0x55bd4518a540] Writing block of size 399921 with pts 0, dts -50, duration 17 at relative offset 9 in cluster at offset 784. TrackNumber 1, keyframe 1
358[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
359[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
365[matroska @ 0x55bd4518a540] Writing block of size 138268 with pts 67, dts -33, duration 17 at relative offset 399938 in cluster at offset 784. TrackNumber 1, keyframe 0
366[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
367[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
368[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
373[matroska @ 0x55bd4518a540] Writing block of size 24 with pts 0, dts 0, duration 21 at relative offset 538214 in cluster at offset 784. TrackNumber 2, keyframe 1
374[matroska @ 0x55bd4518a540] Writing block of size 61558 with pts 38, dts 4, duration 17 at relative offset 538244 in cluster at offset 784. TrackNumber 1, keyframe 0
375[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
376[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
377[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
382[matroska @ 0x55bd4518a540] Writing block of size 73910 with pts 54, dts 21, duration 17 at relative offset 599810 in cluster at offset 784. TrackNumber 1, keyframe 0
383[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
384[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
385[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
386[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
390[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 21, dts 21, duration 21 at relative offset 673728 in cluster at offset 784. TrackNumber 2, keyframe 1
391[matroska @ 0x55bd4518a540] Writing block of size 27545 with pts 71, dts 38, duration 17 at relative offset 673740 in cluster at offset 784. TrackNumber 1, keyframe 0
392[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
393[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
394[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
399[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 42, dts 42, duration 21 at relative offset 701293 in cluster at offset 784. TrackNumber 2, keyframe 1
400[matroska @ 0x55bd4518a540] Writing block of size 49267 with pts 154, dts 54, duration 17 at relative offset 701305 in cluster at offset 784. TrackNumber 1, keyframe 0
401[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
402[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
403[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
408[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 64, dts 64, duration 21 at relative offset 750580 in cluster at offset 784. TrackNumber 2, keyframe 1
409[matroska @ 0x55bd4518a540] Writing block of size 651 with pts 104, dts 71, duration 17 at relative offset 750592 in cluster at offset 784. TrackNumber 1, keyframe 0
410[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
411[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
412[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
417[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 85, dts 85, duration 21 at relative offset 751250 in cluster at offset 784. TrackNumber 2, keyframe 1
418[matroska @ 0x55bd4518a540] Writing block of size 436 with pts 121, dts 88, duration 17 at relative offset 751262 in cluster at offset 784. TrackNumber 1, keyframe 0
419[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
420[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
421[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
426[matroska @ 0x55bd4518a540] Writing block of size 464 with pts 138, dts 104, duration 17 at relative offset 751705 in cluster at offset 784. TrackNumber 1, keyframe 0
427[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
428[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
429[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
434[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 106, dts 106, duration 21 at relative offset 752176 in cluster at offset 784. TrackNumber 2, keyframe 1
435[matroska @ 0x55bd4518a540] Writing block of size 88813 with pts 221, dts 121, duration 17 at relative offset 752188 in cluster at offset 784. TrackNumber 1, keyframe 0
436[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
437[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
438[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
443[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 128, dts 128, duration 21 at relative offset 841009 in cluster at offset 784. TrackNumber 2, keyframe 1
444[matroska @ 0x55bd4518a540] Writing block of size 856 with pts 171, dts 138, duration 17 at relative offset 841021 in cluster at offset 784. TrackNumber 1, keyframe 0
445[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
446[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
447[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
452[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 149, dts 149, duration 21 at relative offset 841884 in cluster at offset 784. TrackNumber 2, keyframe 1
453[matroska @ 0x55bd4518a540] Writing block of size 616 with pts 188, dts 154, duration 17 at relative offset 841896 in cluster at offset 784. TrackNumber 1, keyframe 0
454[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
455[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
456[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
461[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 170, dts 170, duration 21 at relative offset 842519 in cluster at offset 784. TrackNumber 2, keyframe 1
462[matroska @ 0x55bd4518a540] Writing block of size 781 with pts 204, dts 171, duration 17 at relative offset 842531 in cluster at offset 784. TrackNumber 1, keyframe 0
463[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
470[matroska @ 0x55bd4518a540] Writing block of size 49875 with pts 288, dts 188, duration 17 at relative offset 843319 in cluster at offset 784. TrackNumber 1, keyframe 0
471[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
472[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
478[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 192, dts 192, duration 21 at relative offset 893202 in cluster at offset 784. TrackNumber 2, keyframe 1
479[matroska @ 0x55bd4518a540] Writing block of size 1738 with pts 238, dts 204, duration 17 at relative offset 893214 in cluster at offset 784. TrackNumber 1, keyframe 0
480[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
481[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
487[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 213, dts 213, duration 21 at relative offset 894959 in cluster at offset 784. TrackNumber 2, keyframe 1
488[matroska @ 0x55bd4518a540] Writing block of size 1050 with pts 254, dts 221, duration 17 at relative offset 894971 in cluster at offset 784. TrackNumber 1, keyframe 0
489[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
490[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
495[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 234, dts 234, duration 21 at relative offset 896028 in cluster at offset 784. TrackNumber 2, keyframe 1
496[matroska @ 0x55bd4518a540] Writing block of size 35759 with pts 271, dts 238, duration 17 at relative offset 896040 in cluster at offset 784. TrackNumber 1, keyframe 0
497[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
498[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
499[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
504[matroska @ 0x55bd4518a540] Writing block of size 53849 with pts 354, dts 254, duration 17 at relative offset 931807 in cluster at offset 784. TrackNumber 1, keyframe 0
505[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
506[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
507[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
512[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 256, dts 256, duration 21 at relative offset 985664 in cluster at offset 784. TrackNumber 2, keyframe 1
513[matroska @ 0x55bd4518a540] Writing block of size 2557 with pts 304, dts 271, duration 17 at relative offset 985676 in cluster at offset 784. TrackNumber 1, keyframe 0
514[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
515[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
516[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
521[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 277, dts 277, duration 21 at relative offset 988240 in cluster at offset 784. TrackNumber 2, keyframe 1
522[matroska @ 0x55bd4518a540] Writing block of size 25007 with pts 321, dts 288, duration 17 at relative offset 988252 in cluster at offset 784. TrackNumber 1, keyframe 0
523[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
524[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
525[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
530[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 298, dts 298, duration 21 at relative offset 1013267 in cluster at offset 784. TrackNumber 2, keyframe 1
531[matroska @ 0x55bd4518a540] Writing block of size 1102 with pts 338, dts 304, duration 17 at relative offset 1013279 in cluster at offset 784. TrackNumber 1, keyframe 0
532[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
533[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
534[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
539[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 320, dts 320, duration 21 at relative offset 1014388 in cluster at offset 784. TrackNumber 2, keyframe 1
540[matroska @ 0x55bd4518a540] Writing block of size 31052 with pts 421, dts 321, duration 17 at relative offset 1014400 in cluster at offset 784. TrackNumber 1, keyframe 0
541[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
542[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
543[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
548[matroska @ 0x55bd4518a540] Writing block of size 961 with pts 371, dts 338, duration 17 at relative offset 1045460 in cluster at offset 784. TrackNumber 1, keyframe 0
549[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
550[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
551[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
556[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 341, dts 341, duration 21 at relative offset 1046428 in cluster at offset 784. TrackNumber 2, keyframe 1
557[matroska @ 0x55bd4518a540] Writing block of size 1647 with pts 388, dts 354, duration 17 at relative offset 1046440 in cluster at offset 784. TrackNumber 1, keyframe 0
558[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
559[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
560[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
565[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 362, dts 362, duration 21 at relative offset 1048094 in cluster at offset 784. TrackNumber 2, keyframe 1
566[matroska @ 0x55bd4518a540] Writing block of size 1129 with pts 404, dts 371, duration 17 at relative offset 1048106 in cluster at offset 784. TrackNumber 1, keyframe 0
567[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
568[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
569[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
570[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
574[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 384, dts 384, duration 21 at relative offset 1049242 in cluster at offset 784. TrackNumber 2, keyframe 1
575[matroska @ 0x55bd4518a540] Writing block of size 22678 with pts 488, dts 388, duration 17 at relative offset 1049254 in cluster at offset 784. TrackNumber 1, keyframe 0
576[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate= 3.3kbits/s speed=2.94x
577[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
578[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
579[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
583[matroska @ 0x55bd4518a540] Writing block of size 20909 with pts 438, dts 404, duration 17 at relative offset 1071940 in cluster at offset 784. TrackNumber 1, keyframe 0
584[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
585[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
586[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
587[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
591[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 405, dts 405, duration 21 at relative offset 1092857 in cluster at offset 784. TrackNumber 2, keyframe 1
592[matroska @ 0x55bd4518a540] Writing block of size 11337 with pts 454, dts 421, duration 17 at relative offset 1092869 in cluster at offset 784. TrackNumber 1, keyframe 0
593[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
594[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
595[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
596[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
600[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 426, dts 426, duration 21 at relative offset 1104213 in cluster at offset 784. TrackNumber 2, keyframe 1
601[matroska @ 0x55bd4518a540] Writing block of size 14585 with pts 471, dts 438, duration 17 at relative offset 1104225 in cluster at offset 784. TrackNumber 1, keyframe 0
602[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
603[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
604[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
605[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
609[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 448, dts 448, duration 21 at relative offset 1118817 in cluster at offset 784. TrackNumber 2, keyframe 1
610[matroska @ 0x55bd4518a540] Writing block of size 9311 with pts 554, dts 454, duration 17 at relative offset 1118829 in cluster at offset 784. TrackNumber 1, keyframe 0
611[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
612[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
613[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
614[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
618[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 469, dts 469, duration 21 at relative offset 1128147 in cluster at offset 784. TrackNumber 2, keyframe 1
619[matroska @ 0x55bd4518a540] Writing block of size 529 with pts 504, dts 471, duration 17 at relative offset 1128159 in cluster at offset 784. TrackNumber 1, keyframe 0
620[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
621[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
622[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
623[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
627[matroska @ 0x55bd4518a540] Writing block of size 354 with pts 521, dts 488, duration 17 at relative offset 1128695 in cluster at offset 784. TrackNumber 1, keyframe 0
628[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
629[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
630[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
631[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
635[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 490, dts 490, duration 21 at relative offset 1129056 in cluster at offset 784. TrackNumber 2, keyframe 1
636[matroska @ 0x55bd4518a540] Writing block of size 368 with pts 538, dts 504, duration 17 at relative offset 1129068 in cluster at offset 784. TrackNumber 1, keyframe 0
637[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
638[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
639[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
640[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
644[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 512, dts 512, duration 21 at relative offset 1129443 in cluster at offset 784. TrackNumber 2, keyframe 1
645[matroska @ 0x55bd4518a540] Writing block of size 28158 with pts 621, dts 521, duration 17 at relative offset 1129455 in cluster at offset 784. TrackNumber 1, keyframe 0
646[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
647[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
648[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
649[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
653[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 533, dts 533, duration 21 at relative offset 1157621 in cluster at offset 784. TrackNumber 2, keyframe 1
654[matroska @ 0x55bd4518a540] Writing block of size 293 with pts 571, dts 538, duration 17 at relative offset 1157633 in cluster at offset 784. TrackNumber 1, keyframe 0
655[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
656[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
657[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
658[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
662[matroska @ 0x55bd4518a540] Writing block of size 347 with pts 588, dts 554, duration 17 at relative offset 1157933 in cluster at offset 784. TrackNumber 1, keyframe 0
663[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
664[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
665[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
666[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
667[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
670[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 554, dts 554, duration 21 at relative offset 1158287 in cluster at offset 784. TrackNumber 2, keyframe 1
671[matroska @ 0x55bd4518a540] Writing block of size 462 with pts 604, dts 571, duration 17 at relative offset 1158299 in cluster at offset 784. TrackNumber 1, keyframe 0
672[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
673[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
674[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
675[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
679[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 576, dts 576, duration 21 at relative offset 1158768 in cluster at offset 784. TrackNumber 2, keyframe 1
680[matroska @ 0x55bd4518a540] Writing block of size 7406 with pts 688, dts 588, duration 17 at relative offset 1158780 in cluster at offset 784. TrackNumber 1, keyframe 0
681[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
682[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
683[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
684[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
688[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 597, dts 597, duration 21 at relative offset 1166193 in cluster at offset 784. TrackNumber 2, keyframe 1
689[matroska @ 0x55bd4518a540] Writing block of size 40461 with pts 638, dts 604, duration 17 at relative offset 1166205 in cluster at offset 784. TrackNumber 1, keyframe 0
690[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
691[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
692[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
693[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
697[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 618, dts 618, duration 21 at relative offset 1206674 in cluster at offset 784. TrackNumber 2, keyframe 1
698[matroska @ 0x55bd4518a540] Writing block of size 217 with pts 654, dts 621, duration 17 at relative offset 1206686 in cluster at offset 784. TrackNumber 1, keyframe 0
699[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
700[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
701[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
702[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
706[matroska @ 0x55bd4518a540] Writing block of size 245 with pts 671, dts 638, duration 17 at relative offset 1206910 in cluster at offset 784. TrackNumber 1, keyframe 0
707[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
708[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
709[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
710[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
714[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 640, dts 640, duration 21 at relative offset 1207162 in cluster at offset 784. TrackNumber 2, keyframe 1
715[matroska @ 0x55bd4518a540] Writing block of size 47899 with pts 754, dts 654, duration 17 at relative offset 1207174 in cluster at offset 784. TrackNumber 1, keyframe 0
716[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
717[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
718[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
719[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
723[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 661, dts 661, duration 21 at relative offset 1255081 in cluster at offset 784. TrackNumber 2, keyframe 1
724[matroska @ 0x55bd4518a540] Writing block of size 523 with pts 704, dts 671, duration 17 at relative offset 1255093 in cluster at offset 784. TrackNumber 1, keyframe 0
725[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
726[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
727[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
728[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
732[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 682, dts 682, duration 21 at relative offset 1255623 in cluster at offset 784. TrackNumber 2, keyframe 1
733[matroska @ 0x55bd4518a540] Writing block of size 556 with pts 721, dts 688, duration 17 at relative offset 1255635 in cluster at offset 784. TrackNumber 1, keyframe 0
734[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
735[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
736[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
737[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
741[matroska @ 0x55bd4518a540] Writing block of size 722 with pts 738, dts 704, duration 17 at relative offset 1256198 in cluster at offset 784. TrackNumber 1, keyframe 0
742[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
743[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
744[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
745[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
746[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
749[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 704, dts 704, duration 21 at relative offset 1256927 in cluster at offset 784. TrackNumber 2, keyframe 1
750[matroska @ 0x55bd4518a540] Writing block of size 5194 with pts 821, dts 721, duration 17 at relative offset 1256939 in cluster at offset 784. TrackNumber 1, keyframe 0
751[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
752[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
753[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
754[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
758[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 725, dts 725, duration 21 at relative offset 1262140 in cluster at offset 784. TrackNumber 2, keyframe 1
759[matroska @ 0x55bd4518a540] Writing block of size 3304 with pts 771, dts 738, duration 17 at relative offset 1262152 in cluster at offset 784. TrackNumber 1, keyframe 0
760[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
761[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
762[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
763[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
767[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 746, dts 746, duration 21 at relative offset 1265463 in cluster at offset 784. TrackNumber 2, keyframe 1
768[matroska @ 0x55bd4518a540] Writing block of size 3165 with pts 788, dts 754, duration 17 at relative offset 1265475 in cluster at offset 784. TrackNumber 1, keyframe 0
769[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
770[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
771[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
772[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
776[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 768, dts 768, duration 21 at relative offset 1268647 in cluster at offset 784. TrackNumber 2, keyframe 1
777[matroska @ 0x55bd4518a540] Writing block of size 3352 with pts 804, dts 771, duration 17 at relative offset 1268659 in cluster at offset 784. TrackNumber 1, keyframe 0
778[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
779[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
780[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
781[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
785[matroska @ 0x55bd4518a540] Writing block of size 4282 with pts 888, dts 788, duration 17 at relative offset 1272018 in cluster at offset 784. TrackNumber 1, keyframe 0
786[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
787[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
788[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
789[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
790[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
793[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 789, dts 789, duration 21 at relative offset 1276307 in cluster at offset 784. TrackNumber 2, keyframe 1
794[matroska @ 0x55bd4518a540] Writing block of size 31125 with pts 838, dts 804, duration 17 at relative offset 1276319 in cluster at offset 784. TrackNumber 1, keyframe 0
795[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
796[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
797[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
798[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
802[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 810, dts 810, duration 21 at relative offset 1307452 in cluster at offset 784. TrackNumber 2, keyframe 1
803[matroska @ 0x55bd4518a540] Writing block of size 24323 with pts 854, dts 821, duration 17 at relative offset 1307464 in cluster at offset 784. TrackNumber 1, keyframe 0
804[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
805[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
806[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
807[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
811[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 832, dts 832, duration 21 at relative offset 1331795 in cluster at offset 784. TrackNumber 2, keyframe 1
812[matroska @ 0x55bd4518a540] Writing block of size 234 with pts 871, dts 838, duration 17 at relative offset 1331807 in cluster at offset 784. TrackNumber 1, keyframe 0
813[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
814[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
815[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
816[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
820[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 853, dts 853, duration 21 at relative offset 1332048 in cluster at offset 784. TrackNumber 2, keyframe 1
821[matroska @ 0x55bd4518a540] Writing block of size 8002 with pts 954, dts 854, duration 17 at relative offset 1332060 in cluster at offset 784. TrackNumber 1, keyframe 0
822[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
823[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
824[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
825[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
829[matroska @ 0x55bd4518a540] Writing block of size 305 with pts 904, dts 871, duration 17 at relative offset 1340069 in cluster at offset 784. TrackNumber 1, keyframe 0
830[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
831[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
832[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
833[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
837[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 874, dts 874, duration 21 at relative offset 1340381 in cluster at offset 784. TrackNumber 2, keyframe 1
838[matroska @ 0x55bd4518a540] Writing block of size 250 with pts 921, dts 888, duration 17 at relative offset 1340393 in cluster at offset 784. TrackNumber 1, keyframe 0
839[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate= 3.3kbits/s speed=1.66x
840[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
841[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
842[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
846[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 896, dts 896, duration 21 at relative offset 1340650 in cluster at offset 784. TrackNumber 2, keyframe 1
847[matroska @ 0x55bd4518a540] Writing block of size 300 with pts 938, dts 904, duration 17 at relative offset 1340662 in cluster at offset 784. TrackNumber 1, keyframe 0
848[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
849[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
850[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
851[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
855[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 917, dts 917, duration 21 at relative offset 1340969 in cluster at offset 784. TrackNumber 2, keyframe 1
856[matroska @ 0x55bd4518a540] Writing block of size 4367 with pts 1004, dts 921, duration 17 at relative offset 1340981 in cluster at offset 784. TrackNumber 1, keyframe 0
857[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
858[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
859[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
860[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
864[matroska @ 0x55bd4518a540] Writing block of size 210 with pts 971, dts 938, duration 17 at relative offset 1345355 in cluster at offset 784. TrackNumber 1, keyframe 0
865[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
866[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
867[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
868[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
869[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
872[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 938, dts 938, duration 21 at relative offset 1345572 in cluster at offset 784. TrackNumber 2, keyframe 1
873[matroska @ 0x55bd4518a540] Writing block of size 208 with pts 988, dts 954, duration 17 at relative offset 1345584 in cluster at offset 784. TrackNumber 1, keyframe 0
874[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
875[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
876[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
877[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
881[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 960 at offset 1346590 bytes
882[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 960, dts 960, duration 21 at relative offset 10 in cluster at offset 1346590. TrackNumber 2, keyframe 1
883[matroska @ 0x55bd4518a540] Writing block of size 443037 with pts 1021, dts 971, duration 17 at relative offset 22 in cluster at offset 1346590. TrackNumber 1, keyframe 1
884[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
885[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
891[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 981, dts 981, duration 21 at relative offset 443067 in cluster at offset 1346590. TrackNumber 2, keyframe 1
892[matroska @ 0x55bd4518a540] Writing block of size 65810 with pts 1088, dts 988, duration 17 at relative offset 443079 in cluster at offset 1346590. TrackNumber 1, keyframe 0
893[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
894[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
899[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
900[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1002, dts 1002, duration 21 at relative offset 508897 in cluster at offset 1346590. TrackNumber 2, keyframe 1
901[matroska @ 0x55bd4518a540] Writing block of size 346 with pts 1038, dts 1004, duration 17 at relative offset 508909 in cluster at offset 1346590. TrackNumber 1, keyframe 0
902[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
903[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
908[matroska @ 0x55bd4518a540] Writing block of size 384 with pts 1054, dts 1021, duration 17 at relative offset 509262 in cluster at offset 1346590. TrackNumber 1, keyframe 0
909[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
910[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
911[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
916[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1024, dts 1024, duration 21 at relative offset 509653 in cluster at offset 1346590. TrackNumber 2, keyframe 1
917[matroska @ 0x55bd4518a540] Writing block of size 672 with pts 1071, dts 1038, duration 17 at relative offset 509665 in cluster at offset 1346590. TrackNumber 1, keyframe 0
918[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
919[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
920[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
925[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1045, dts 1045, duration 21 at relative offset 510344 in cluster at offset 1346590. TrackNumber 2, keyframe 1
926[matroska @ 0x55bd4518a540] Writing block of size 5718 with pts 1154, dts 1054, duration 17 at relative offset 510356 in cluster at offset 1346590. TrackNumber 1, keyframe 0
927[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
928[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
929[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
934[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1066, dts 1066, duration 21 at relative offset 516081 in cluster at offset 1346590. TrackNumber 2, keyframe 1
935[matroska @ 0x55bd4518a540] Writing block of size 236 with pts 1104, dts 1071, duration 17 at relative offset 516093 in cluster at offset 1346590. TrackNumber 1, keyframe 0
936[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
937[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
938[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
943[matroska @ 0x55bd4518a540] Writing block of size 235 with pts 1121, dts 1088, duration 17 at relative offset 516336 in cluster at offset 1346590. TrackNumber 1, keyframe 0
944[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
945[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
946[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
947[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
951[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1088, dts 1088, duration 21 at relative offset 516578 in cluster at offset 1346590. TrackNumber 2, keyframe 1
952[matroska @ 0x55bd4518a540] Writing block of size 235 with pts 1138, dts 1104, duration 17 at relative offset 516590 in cluster at offset 1346590. TrackNumber 1, keyframe 0
953[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
954[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
955[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
960[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1109, dts 1109, duration 21 at relative offset 516832 in cluster at offset 1346590. TrackNumber 2, keyframe 1
961[matroska @ 0x55bd4518a540] Writing block of size 12083 with pts 1221, dts 1121, duration 17 at relative offset 516844 in cluster at offset 1346590. TrackNumber 1, keyframe 0
962[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
963[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
964[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
969[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1130, dts 1130, duration 21 at relative offset 528934 in cluster at offset 1346590. TrackNumber 2, keyframe 1
970[matroska @ 0x55bd4518a540] Writing block of size 27166 with pts 1171, dts 1138, duration 17 at relative offset 528946 in cluster at offset 1346590. TrackNumber 1, keyframe 0
971[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
972[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
973[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
978[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1152, dts 1152, duration 21 at relative offset 556120 in cluster at offset 1346590. TrackNumber 2, keyframe 1
979[matroska @ 0x55bd4518a540] Writing block of size 16411 with pts 1188, dts 1154, duration 17 at relative offset 556132 in cluster at offset 1346590. TrackNumber 1, keyframe 0
980[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
981[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
982[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
987[matroska @ 0x55bd4518a540] Writing block of size 702 with pts 1204, dts 1171, duration 17 at relative offset 572551 in cluster at offset 1346590. TrackNumber 1, keyframe 0
988[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
989[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
990[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
995[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1173, dts 1173, duration 21 at relative offset 573260 in cluster at offset 1346590. TrackNumber 2, keyframe 1
996[matroska @ 0x55bd4518a540] Writing block of size 4540 with pts 1288, dts 1188, duration 17 at relative offset 573272 in cluster at offset 1346590. TrackNumber 1, keyframe 0
997[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
998[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
999[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1004[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1194, dts 1194, duration 21 at relative offset 577819 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1005[matroska @ 0x55bd4518a540] Writing block of size 199 with pts 1238, dts 1204, duration 17 at relative offset 577831 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1006[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1007[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1008[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1013[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1216, dts 1216, duration 21 at relative offset 578037 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1014[matroska @ 0x55bd4518a540] Writing block of size 202 with pts 1254, dts 1221, duration 17 at relative offset 578049 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1015[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1016[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1017[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1022[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1237, dts 1237, duration 21 at relative offset 578258 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1023[matroska @ 0x55bd4518a540] Writing block of size 186 with pts 1271, dts 1238, duration 17 at relative offset 578270 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1024[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1025[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1026[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1031[matroska @ 0x55bd4518a540] Writing block of size 15043 with pts 1354, dts 1254, duration 17 at relative offset 578463 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1032[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1033[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1034[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1039[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1258, dts 1258, duration 21 at relative offset 593513 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1040[matroska @ 0x55bd4518a540] Writing block of size 53467 with pts 1304, dts 1271, duration 17 at relative offset 593525 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1041[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1042[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1043[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1048[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1280, dts 1280, duration 21 at relative offset 647000 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1049[matroska @ 0x55bd4518a540] Writing block of size 44781 with pts 1321, dts 1288, duration 17 at relative offset 647012 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1050[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1051[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1052[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1057[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1301, dts 1301, duration 21 at relative offset 691801 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1058[matroska @ 0x55bd4518a540] Writing block of size 233 with pts 1338, dts 1304, duration 17 at relative offset 691813 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1059[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1060[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1061[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1066[matroska @ 0x55bd4518a540] Writing block of size 42843 with pts 1421, dts 1321, duration 17 at relative offset 692053 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1067[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1068[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1069[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1070[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1074[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1322, dts 1322, duration 21 at relative offset 734904 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1075[matroska @ 0x55bd4518a540] Writing block of size 314 with pts 1371, dts 1338, duration 17 at relative offset 734916 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1076[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1077[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1078[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1083[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1344, dts 1344, duration 21 at relative offset 735237 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1084[matroska @ 0x55bd4518a540] Writing block of size 353 with pts 1388, dts 1354, duration 17 at relative offset 735249 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1085[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1086[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1087[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1092[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1365, dts 1365, duration 21 at relative offset 735609 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1093[matroska @ 0x55bd4518a540] Writing block of size 856 with pts 1404, dts 1371, duration 17 at relative offset 735621 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1094[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1095[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1096[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1101[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1386, dts 1386, duration 21 at relative offset 736484 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1102[matroska @ 0x55bd4518a540] Writing block of size 5569 with pts 1488, dts 1388, duration 17 at relative offset 736496 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1103[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=5461.3kbits/s speed=1.16x
1104[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1105[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1110[matroska @ 0x55bd4518a540] Writing block of size 3859 with pts 1438, dts 1404, duration 17 at relative offset 742072 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1111[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1112[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1113[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1118[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1408, dts 1408, duration 21 at relative offset 745938 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1119[matroska @ 0x55bd4518a540] Writing block of size 2571 with pts 1454, dts 1421, duration 17 at relative offset 745950 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1120[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1121[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1122[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1127[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1429, dts 1429, duration 21 at relative offset 748528 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1128[matroska @ 0x55bd4518a540] Writing block of size 3012 with pts 1471, dts 1438, duration 17 at relative offset 748540 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1129[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1130[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1131[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1136[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1450, dts 1450, duration 21 at relative offset 751559 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1137[matroska @ 0x55bd4518a540] Writing block of size 7186 with pts 1554, dts 1454, duration 17 at relative offset 751571 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1138[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1139[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1140[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1145[matroska @ 0x55bd4518a540] Writing block of size 254 with pts 1504, dts 1471, duration 17 at relative offset 758764 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1146[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1147[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1148[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1149[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1153[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1472, dts 1472, duration 21 at relative offset 759025 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1154[matroska @ 0x55bd4518a540] Writing block of size 264 with pts 1521, dts 1488, duration 17 at relative offset 759037 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1155[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1156[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1157[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1162[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1493, dts 1493, duration 21 at relative offset 759308 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1163[matroska @ 0x55bd4518a540] Writing block of size 656 with pts 1538, dts 1504, duration 17 at relative offset 759320 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1164[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1165[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1166[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1171[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1514, dts 1514, duration 21 at relative offset 759983 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1172[matroska @ 0x55bd4518a540] Writing block of size 5540 with pts 1621, dts 1521, duration 17 at relative offset 759995 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1173[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1174[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1175[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1180[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1536, dts 1536, duration 21 at relative offset 765542 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1181[matroska @ 0x55bd4518a540] Writing block of size 172 with pts 1571, dts 1538, duration 17 at relative offset 765554 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1182[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1183[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1184[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1189[matroska @ 0x55bd4518a540] Writing block of size 29392 with pts 1588, dts 1554, duration 17 at relative offset 765733 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1190[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1191[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1192[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1197[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1557, dts 1557, duration 21 at relative offset 795133 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1198[matroska @ 0x55bd4518a540] Writing block of size 23551 with pts 1604, dts 1571, duration 17 at relative offset 795145 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1199[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1200[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1201[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1202[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1206[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1578, dts 1578, duration 21 at relative offset 818704 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1207[matroska @ 0x55bd4518a540] Writing block of size 3843 with pts 1688, dts 1588, duration 17 at relative offset 818716 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1208[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1209[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1210[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1211[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1215[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1600, dts 1600, duration 21 at relative offset 822566 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1216[matroska @ 0x55bd4518a540] Writing block of size 194 with pts 1638, dts 1604, duration 17 at relative offset 822578 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1217[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1218[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1219[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1224[matroska @ 0x55bd4518a540] Writing block of size 169 with pts 1654, dts 1621, duration 17 at relative offset 822779 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1225[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1226[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1227[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1229[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1232[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1621, dts 1621, duration 21 at relative offset 822955 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1233[matroska @ 0x55bd4518a540] Writing block of size 153 with pts 1671, dts 1638, duration 17 at relative offset 822967 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1234[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1235[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1236[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1241[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1642, dts 1642, duration 21 at relative offset 823127 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1242[matroska @ 0x55bd4518a540] Writing block of size 56502 with pts 1754, dts 1654, duration 17 at relative offset 823139 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1243[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1244[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1245[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1246[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1250[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1664, dts 1664, duration 21 at relative offset 879649 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1251[matroska @ 0x55bd4518a540] Writing block of size 303 with pts 1704, dts 1671, duration 17 at relative offset 879661 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1252[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1253[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1254[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1255[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1259[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1685, dts 1685, duration 21 at relative offset 879971 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1260[matroska @ 0x55bd4518a540] Writing block of size 478 with pts 1721, dts 1688, duration 17 at relative offset 879983 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1261[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1262[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1263[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1264[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1268[matroska @ 0x55bd4518a540] Writing block of size 553 with pts 1738, dts 1704, duration 17 at relative offset 880468 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1269[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1270[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1271[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1272[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1276[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1706, dts 1706, duration 21 at relative offset 881028 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1277[matroska @ 0x55bd4518a540] Writing block of size 4638 with pts 1821, dts 1721, duration 17 at relative offset 881040 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1278[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1279[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1280[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1285[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1728, dts 1728, duration 21 at relative offset 885685 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1286[matroska @ 0x55bd4518a540] Writing block of size 9729 with pts 1771, dts 1738, duration 17 at relative offset 885697 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1287[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1288[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1289[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1290[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1294[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1749, dts 1749, duration 21 at relative offset 895433 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1295[matroska @ 0x55bd4518a540] Writing block of size 9112 with pts 1788, dts 1754, duration 17 at relative offset 895445 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1296[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1297[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1298[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1303[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1770, dts 1770, duration 21 at relative offset 904564 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1304[matroska @ 0x55bd4518a540] Writing block of size 9040 with pts 1804, dts 1771, duration 17 at relative offset 904576 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1305[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1306[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1312[matroska @ 0x55bd4518a540] Writing block of size 7443 with pts 1888, dts 1788, duration 17 at relative offset 913623 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1313[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1314[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1315[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1320[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1792, dts 1792, duration 21 at relative offset 921073 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1321[matroska @ 0x55bd4518a540] Writing block of size 294 with pts 1838, dts 1804, duration 17 at relative offset 921085 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1322[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1323[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1324[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1329[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1813, dts 1813, duration 21 at relative offset 921386 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1330[matroska @ 0x55bd4518a540] Writing block of size 264 with pts 1854, dts 1821, duration 17 at relative offset 921398 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1331[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1332[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1333[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1338[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1834, dts 1834, duration 21 at relative offset 921669 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1339[matroska @ 0x55bd4518a540] Writing block of size 266 with pts 1871, dts 1838, duration 17 at relative offset 921681 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1340[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1341[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1342[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1347[matroska @ 0x55bd4518a540] Writing block of size 5530 with pts 1954, dts 1854, duration 17 at relative offset 921954 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1348[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1349[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1350[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1355[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1856, dts 1856, duration 21 at relative offset 927491 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1356[matroska @ 0x55bd4518a540] Writing block of size 19873 with pts 1904, dts 1871, duration 17 at relative offset 927503 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1357[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1358[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1359[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1364[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1877, dts 1877, duration 21 at relative offset 947384 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1365[matroska @ 0x55bd4518a540] Writing block of size 7767 with pts 1921, dts 1888, duration 17 at relative offset 947396 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1366[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=5461.3kbits/s speed=0.888x
1367[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1368[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1373[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1898, dts 1898, duration 21 at relative offset 955170 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1374[matroska @ 0x55bd4518a540] Writing block of size 15513 with pts 1938, dts 1904, duration 17 at relative offset 955182 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1375[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1376[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1377[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1382[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1920, dts 1920, duration 21 at relative offset 970702 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1383[matroska @ 0x55bd4518a540] Writing block of size 18487 with pts 2004, dts 1921, duration 17 at relative offset 970714 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1384[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1385[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1386[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1391[matroska @ 0x55bd4518a540] Writing block of size 476 with pts 1971, dts 1938, duration 17 at relative offset 989209 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1392[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1393[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1394[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1399[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1941, dts 1941, duration 21 at relative offset 989692 in cluster at offset 1346590. TrackNumber 2, keyframe 1
1400[matroska @ 0x55bd4518a540] Writing block of size 546 with pts 1988, dts 1954, duration 17 at relative offset 989704 in cluster at offset 1346590. TrackNumber 1, keyframe 0
1401[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1402[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1403[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1408[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 1962 at offset 2336854 bytes
1409[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1962, dts 1962, duration 21 at relative offset 10 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1410[matroska @ 0x55bd4518a540] Writing block of size 445396 with pts 2021, dts 1971, duration 17 at relative offset 22 in cluster at offset 2336854. TrackNumber 1, keyframe 1
1411[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1412[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1417[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1418[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 1984, dts 1984, duration 21 at relative offset 445426 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1419[matroska @ 0x55bd4518a540] Writing block of size 15471 with pts 2088, dts 1988, duration 17 at relative offset 445438 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1420[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1421[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1426[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1427[matroska @ 0x55bd4518a540] Writing block of size 18989 with pts 2038, dts 2004, duration 17 at relative offset 460916 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1428[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1429[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1434[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1435[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2005, dts 2005, duration 21 at relative offset 479913 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1436[matroska @ 0x55bd4518a540] Writing block of size 305 with pts 2054, dts 2021, duration 17 at relative offset 479925 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1437[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1438[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1443[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1444[matroska @ 0x55bd4518a540] Writing block of size 383 with pts 2071, dts 2038, duration 17 at relative offset 480237 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1445[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1446[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1447[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1452[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2053, dts 2053, duration 21 at relative offset 480627 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1453[matroska @ 0x55bd4518a540] Writing block of size 51244 with pts 2154, dts 2054, duration 17 at relative offset 480639 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1454[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1455[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1456[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1461[matroska @ 0x55bd4518a540] Writing block of size 747 with pts 2104, dts 2071, duration 17 at relative offset 531891 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1462[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1463[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1469[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2075, dts 2075, duration 21 at relative offset 532645 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1470[matroska @ 0x55bd4518a540] Writing block of size 538 with pts 2121, dts 2088, duration 17 at relative offset 532657 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1471[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1472[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1478[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2096, dts 2096, duration 21 at relative offset 533202 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1479[matroska @ 0x55bd4518a540] Writing block of size 670 with pts 2138, dts 2104, duration 17 at relative offset 533214 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1480[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1481[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1487[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2117, dts 2117, duration 21 at relative offset 533891 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1488[matroska @ 0x55bd4518a540] Writing block of size 11032 with pts 2221, dts 2121, duration 17 at relative offset 533903 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1489[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1490[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1496[matroska @ 0x55bd4518a540] Writing block of size 9784 with pts 2171, dts 2138, duration 17 at relative offset 544942 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1497[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1498[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1499[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1504[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2139, dts 2139, duration 21 at relative offset 554733 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1505[matroska @ 0x55bd4518a540] Writing block of size 9068 with pts 2188, dts 2154, duration 17 at relative offset 554745 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1506[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1507[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1513[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2160, dts 2160, duration 21 at relative offset 563820 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1514[matroska @ 0x55bd4518a540] Writing block of size 518 with pts 2204, dts 2171, duration 17 at relative offset 563832 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1515[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1516[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1522[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2181, dts 2181, duration 21 at relative offset 564357 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1523[matroska @ 0x55bd4518a540] Writing block of size 7816 with pts 2288, dts 2188, duration 17 at relative offset 564369 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1524[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1525[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1531[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2203, dts 2203, duration 21 at relative offset 572192 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1532[matroska @ 0x55bd4518a540] Writing block of size 11691 with pts 2238, dts 2204, duration 17 at relative offset 572204 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1533[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1534[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1540[matroska @ 0x55bd4518a540] Writing block of size 11426 with pts 2254, dts 2221, duration 17 at relative offset 583902 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1541[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1542[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1543[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1548[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2224, dts 2224, duration 21 at relative offset 595335 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1549[matroska @ 0x55bd4518a540] Writing block of size 10551 with pts 2271, dts 2238, duration 17 at relative offset 595347 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1550[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1551[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1557[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2245, dts 2245, duration 21 at relative offset 605905 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1558[matroska @ 0x55bd4518a540] Writing block of size 7089 with pts 2354, dts 2254, duration 17 at relative offset 605917 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1559[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1560[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1566[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2267, dts 2267, duration 21 at relative offset 613013 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1567[matroska @ 0x55bd4518a540] Writing block of size 31156 with pts 2304, dts 2271, duration 17 at relative offset 613025 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1568[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1569[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1570[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1575[matroska @ 0x55bd4518a540] Writing block of size 26854 with pts 2321, dts 2288, duration 17 at relative offset 644189 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1576[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1577[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1578[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1579[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1583[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2288, dts 2288, duration 21 at relative offset 671051 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1584[matroska @ 0x55bd4518a540] Writing block of size 762 with pts 2338, dts 2304, duration 17 at relative offset 671063 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1585[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1586[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1587[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1592[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2309, dts 2309, duration 21 at relative offset 671832 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1593[matroska @ 0x55bd4518a540] Writing block of size 14569 with pts 2421, dts 2321, duration 17 at relative offset 671844 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1594[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1595[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1596[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1601[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2331, dts 2331, duration 21 at relative offset 686420 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1602[matroska @ 0x55bd4518a540] Writing block of size 395 with pts 2371, dts 2338, duration 17 at relative offset 686432 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1603[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1604[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1605[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1610[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2352, dts 2352, duration 21 at relative offset 686834 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1611[matroska @ 0x55bd4518a540] Writing block of size 531 with pts 2388, dts 2354, duration 17 at relative offset 686846 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1612[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1613[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1614[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1618[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1619[matroska @ 0x55bd4518a540] Writing block of size 5115 with pts 2404, dts 2371, duration 17 at relative offset 687384 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1620[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1621[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1622[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1623[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1627[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2373, dts 2373, duration 21 at relative offset 692506 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1628[matroska @ 0x55bd4518a540] Writing block of size 9031 with pts 2488, dts 2388, duration 17 at relative offset 692518 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1629[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=4245.2kbits/s speed=1.48x
1630[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1631[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1636[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2395, dts 2395, duration 21 at relative offset 701556 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1637[matroska @ 0x55bd4518a540] Writing block of size 1049 with pts 2438, dts 2404, duration 17 at relative offset 701568 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1638[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1639[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1640[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1645[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2416, dts 2416, duration 21 at relative offset 702624 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1646[matroska @ 0x55bd4518a540] Writing block of size 18675 with pts 2454, dts 2421, duration 17 at relative offset 702636 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1647[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1648[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1649[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1654[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2437, dts 2437, duration 21 at relative offset 721319 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1655[matroska @ 0x55bd4518a540] Writing block of size 26101 with pts 2471, dts 2438, duration 17 at relative offset 721331 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1656[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1657[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1658[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1662[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1663[matroska @ 0x55bd4518a540] Writing block of size 28327 with pts 2554, dts 2454, duration 17 at relative offset 747440 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1664[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1665[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1666[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1667[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1671[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2459, dts 2459, duration 21 at relative offset 775775 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1672[matroska @ 0x55bd4518a540] Writing block of size 381 with pts 2504, dts 2471, duration 17 at relative offset 775787 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1673[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1674[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1675[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1680[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2480, dts 2480, duration 21 at relative offset 776175 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1681[matroska @ 0x55bd4518a540] Writing block of size 28035 with pts 2521, dts 2488, duration 17 at relative offset 776187 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1682[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1683[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1684[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1689[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2501, dts 2501, duration 21 at relative offset 804230 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1690[matroska @ 0x55bd4518a540] Writing block of size 20606 with pts 2538, dts 2504, duration 17 at relative offset 804242 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1691[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1692[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1693[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1697[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1698[matroska @ 0x55bd4518a540] Writing block of size 17565 with pts 2621, dts 2521, duration 17 at relative offset 824856 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1699[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1700[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1701[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1702[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1706[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2523, dts 2523, duration 21 at relative offset 842429 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1707[matroska @ 0x55bd4518a540] Writing block of size 817 with pts 2571, dts 2538, duration 17 at relative offset 842441 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1708[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1709[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1710[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1715[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2544, dts 2544, duration 21 at relative offset 843265 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1716[matroska @ 0x55bd4518a540] Writing block of size 1077 with pts 2588, dts 2554, duration 17 at relative offset 843277 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1717[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1718[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1719[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1724[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2565, dts 2565, duration 21 at relative offset 844361 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1725[matroska @ 0x55bd4518a540] Writing block of size 462 with pts 2604, dts 2571, duration 17 at relative offset 844373 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1726[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1727[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1728[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1733[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2587, dts 2587, duration 21 at relative offset 844842 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1734[matroska @ 0x55bd4518a540] Writing block of size 5781 with pts 2688, dts 2588, duration 17 at relative offset 844854 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1735[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1736[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1737[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1741[matroska @ 0x55bd4518a540] Writing block of size 366 with pts 2638, dts 2604, duration 17 at relative offset 850642 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1742[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1743[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1744[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1745[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1746[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1749[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2608, dts 2608, duration 21 at relative offset 851015 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1750[matroska @ 0x55bd4518a540] Writing block of size 26281 with pts 2654, dts 2621, duration 17 at relative offset 851027 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1751[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1752[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1753[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1754[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1758[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2629, dts 2629, duration 21 at relative offset 877316 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1759[matroska @ 0x55bd4518a540] Writing block of size 247 with pts 2671, dts 2638, duration 17 at relative offset 877328 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1760[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1761[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1762[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1763[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1767[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2651, dts 2651, duration 21 at relative offset 877582 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1768[matroska @ 0x55bd4518a540] Writing block of size 7038 with pts 2754, dts 2654, duration 17 at relative offset 877594 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1769[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1770[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1771[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1772[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1776[matroska @ 0x55bd4518a540] Writing block of size 163 with pts 2704, dts 2671, duration 17 at relative offset 884639 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1777[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1778[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1779[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1780[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1781[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1784[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2672, dts 2672, duration 21 at relative offset 884809 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1785[matroska @ 0x55bd4518a540] Writing block of size 261 with pts 2721, dts 2688, duration 17 at relative offset 884821 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1786[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1787[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1788[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1789[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1790[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1793[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2693, dts 2693, duration 21 at relative offset 885089 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1794[matroska @ 0x55bd4518a540] Writing block of size 26041 with pts 2738, dts 2704, duration 17 at relative offset 885101 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1795[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1796[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1797[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1798[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1802[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2715, dts 2715, duration 21 at relative offset 911150 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1803[matroska @ 0x55bd4518a540] Writing block of size 27716 with pts 2821, dts 2721, duration 17 at relative offset 911162 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1804[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1805[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1806[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1807[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1811[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2736, dts 2736, duration 21 at relative offset 938886 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1812[matroska @ 0x55bd4518a540] Writing block of size 316 with pts 2771, dts 2738, duration 17 at relative offset 938898 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1813[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1814[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1815[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1816[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1820[matroska @ 0x55bd4518a540] Writing block of size 915 with pts 2788, dts 2754, duration 17 at relative offset 939221 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1821[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1822[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1823[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1824[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1825[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1828[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2757, dts 2757, duration 21 at relative offset 940143 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1829[matroska @ 0x55bd4518a540] Writing block of size 402 with pts 2804, dts 2771, duration 17 at relative offset 940155 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1830[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1831[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1832[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1833[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1837[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2779, dts 2779, duration 21 at relative offset 940564 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1838[matroska @ 0x55bd4518a540] Writing block of size 5488 with pts 2888, dts 2788, duration 17 at relative offset 940576 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1839[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1840[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1841[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1842[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1846[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2800, dts 2800, duration 21 at relative offset 946071 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1847[matroska @ 0x55bd4518a540] Writing block of size 22242 with pts 2838, dts 2804, duration 17 at relative offset 946083 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1848[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1849[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1850[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1851[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1855[matroska @ 0x55bd4518a540] Writing block of size 13810 with pts 2854, dts 2821, duration 17 at relative offset 968333 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1856[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1857[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1858[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1859[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1860[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1863[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2821, dts 2821, duration 21 at relative offset 982150 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1864[matroska @ 0x55bd4518a540] Writing block of size 16298 with pts 2871, dts 2838, duration 17 at relative offset 982162 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1865[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1866[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1867[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1868[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1869[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1872[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2843, dts 2843, duration 21 at relative offset 998467 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1873[matroska @ 0x55bd4518a540] Writing block of size 5477 with pts 2954, dts 2854, duration 17 at relative offset 998479 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1874[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1875[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1876[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1877[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1881[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2864, dts 2864, duration 21 at relative offset 1003963 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1882[matroska @ 0x55bd4518a540] Writing block of size 182 with pts 2904, dts 2871, duration 17 at relative offset 1003975 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1883[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1884[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1885[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1890[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2885, dts 2885, duration 21 at relative offset 1004164 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1891[matroska @ 0x55bd4518a540] Writing block of size 182 with pts 2921, dts 2888, duration 17 at relative offset 1004176 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1892[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1893[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1894[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1899[matroska @ 0x55bd4518a540] Writing block of size 183 with pts 2938, dts 2904, duration 17 at relative offset 1004365 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1900[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=4245.2kbits/s speed=1.25x
1901[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1902[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1903[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1907[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2907, dts 2907, duration 21 at relative offset 1004555 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1908[matroska @ 0x55bd4518a540] Writing block of size 27239 with pts 3004, dts 2921, duration 17 at relative offset 1004567 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1909[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1910[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1911[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1916[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2928, dts 2928, duration 21 at relative offset 1031814 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1917[matroska @ 0x55bd4518a540] Writing block of size 185 with pts 2971, dts 2938, duration 17 at relative offset 1031826 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1918[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1919[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1920[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1925[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2949, dts 2949, duration 21 at relative offset 1032018 in cluster at offset 2336854. TrackNumber 2, keyframe 1
1926[matroska @ 0x55bd4518a540] Writing block of size 340 with pts 2988, dts 2954, duration 17 at relative offset 1032030 in cluster at offset 2336854. TrackNumber 1, keyframe 0
1927[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1928[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1929[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1934[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 3021 at offset 3369238 bytes
1935[matroska @ 0x55bd4518a540] Writing block of size 447146 with pts 3021, dts 2971, duration 17 at relative offset 10 in cluster at offset 3369238. TrackNumber 1, keyframe 1
1936[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1937[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1938[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1943[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2971, dts 2971, duration 21 at relative offset 447164 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1944[matroska @ 0x55bd4518a540] Writing block of size 9289 with pts 3088, dts 2988, duration 17 at relative offset 447176 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1945[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1946[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1947[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1952[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 2992, dts 2992, duration 21 at relative offset 456472 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1953[matroska @ 0x55bd4518a540] Writing block of size 46544 with pts 3038, dts 3004, duration 17 at relative offset 456484 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1954[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1955[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1961[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3013, dts 3013, duration 21 at relative offset 503036 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1962[matroska @ 0x55bd4518a540] Writing block of size 26177 with pts 3054, dts 3021, duration 17 at relative offset 503048 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1963[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1964[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1970[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3035, dts 3035, duration 21 at relative offset 529233 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1971[matroska @ 0x55bd4518a540] Writing block of size 183 with pts 3071, dts 3038, duration 17 at relative offset 529245 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1972[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1973[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1979[matroska @ 0x55bd4518a540] Writing block of size 64242 with pts 3154, dts 3054, duration 17 at relative offset 529435 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1980[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1981[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1982[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1987[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3056, dts 3056, duration 21 at relative offset 593685 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1988[matroska @ 0x55bd4518a540] Writing block of size 435 with pts 3104, dts 3071, duration 17 at relative offset 593697 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1989[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1990[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
1995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
1996[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3077, dts 3077, duration 21 at relative offset 594139 in cluster at offset 3369238. TrackNumber 2, keyframe 1
1997[matroska @ 0x55bd4518a540] Writing block of size 723 with pts 3121, dts 3088, duration 17 at relative offset 594151 in cluster at offset 3369238. TrackNumber 1, keyframe 0
1998[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
1999[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2005[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3099, dts 3099, duration 21 at relative offset 594881 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2006[matroska @ 0x55bd4518a540] Writing block of size 1067 with pts 3138, dts 3104, duration 17 at relative offset 594893 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2007[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2008[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2014[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3120, dts 3120, duration 21 at relative offset 595967 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2015[matroska @ 0x55bd4518a540] Writing block of size 17315 with pts 3221, dts 3121, duration 17 at relative offset 595979 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2016[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2017[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2022[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2023[matroska @ 0x55bd4518a540] Writing block of size 6003 with pts 3171, dts 3138, duration 17 at relative offset 613302 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2024[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2025[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2026[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2031[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3141, dts 3141, duration 21 at relative offset 619312 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2032[matroska @ 0x55bd4518a540] Writing block of size 3567 with pts 3188, dts 3154, duration 17 at relative offset 619324 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2033[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2034[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2040[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3163, dts 3163, duration 21 at relative offset 622898 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2041[matroska @ 0x55bd4518a540] Writing block of size 4480 with pts 3204, dts 3171, duration 17 at relative offset 622910 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2042[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2043[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2049[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3184, dts 3184, duration 21 at relative offset 627397 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2050[matroska @ 0x55bd4518a540] Writing block of size 80588 with pts 3288, dts 3188, duration 17 at relative offset 627409 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2051[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2052[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2058[matroska @ 0x55bd4518a540] Writing block of size 449 with pts 3238, dts 3204, duration 17 at relative offset 708005 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2059[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2060[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2061[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2066[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3205, dts 3205, duration 21 at relative offset 708461 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2067[matroska @ 0x55bd4518a540] Writing block of size 459 with pts 3254, dts 3221, duration 17 at relative offset 708473 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2068[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2069[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2070[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2075[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3227, dts 3227, duration 21 at relative offset 708939 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2076[matroska @ 0x55bd4518a540] Writing block of size 471 with pts 3271, dts 3238, duration 17 at relative offset 708951 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2077[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2078[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2084[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3248, dts 3248, duration 21 at relative offset 709429 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2085[matroska @ 0x55bd4518a540] Writing block of size 10035 with pts 3354, dts 3254, duration 17 at relative offset 709441 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2086[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2087[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2093[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3269, dts 3269, duration 21 at relative offset 719483 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2094[matroska @ 0x55bd4518a540] Writing block of size 717 with pts 3304, dts 3271, duration 17 at relative offset 719495 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2095[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2096[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2101[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2102[matroska @ 0x55bd4518a540] Writing block of size 30948 with pts 3321, dts 3288, duration 17 at relative offset 720219 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2103[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2104[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2105[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2110[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3291, dts 3291, duration 21 at relative offset 751175 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2111[matroska @ 0x55bd4518a540] Writing block of size 11101 with pts 3338, dts 3304, duration 17 at relative offset 751187 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2112[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2113[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2119[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3312, dts 3312, duration 21 at relative offset 762295 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2120[matroska @ 0x55bd4518a540] Writing block of size 7666 with pts 3421, dts 3321, duration 17 at relative offset 762307 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2121[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2122[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2128[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3333, dts 3333, duration 21 at relative offset 769980 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2129[matroska @ 0x55bd4518a540] Writing block of size 284 with pts 3371, dts 3338, duration 17 at relative offset 769992 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2130[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2131[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2137[matroska @ 0x55bd4518a540] Writing block of size 377 with pts 3388, dts 3354, duration 17 at relative offset 770283 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2138[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2139[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2140[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2145[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3355, dts 3355, duration 21 at relative offset 770667 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2146[matroska @ 0x55bd4518a540] Writing block of size 400 with pts 3404, dts 3371, duration 17 at relative offset 770679 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2147[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2148[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2149[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3376, dts 3376, duration 21 at relative offset 771086 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2154[matroska @ 0x55bd4518a540] Writing block of size 6098 with pts 3488, dts 3388, duration 17 at relative offset 771098 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2155[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2156[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2157[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2162[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3397, dts 3397, duration 21 at relative offset 777203 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2163[matroska @ 0x55bd4518a540] Writing block of size 11280 with pts 3438, dts 3404, duration 17 at relative offset 777215 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2164[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6367.9kbits/s speed=1.08x
2165[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2166[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2171[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3419, dts 3419, duration 21 at relative offset 788502 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2172[matroska @ 0x55bd4518a540] Writing block of size 14376 with pts 3454, dts 3421, duration 17 at relative offset 788514 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2173[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2174[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2175[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2180[matroska @ 0x55bd4518a540] Writing block of size 14045 with pts 3471, dts 3438, duration 17 at relative offset 802897 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2181[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2182[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2183[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2184[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2188[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3440, dts 3440, duration 21 at relative offset 816949 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2189[matroska @ 0x55bd4518a540] Writing block of size 10960 with pts 3554, dts 3454, duration 17 at relative offset 816961 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2190[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2191[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2192[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2197[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3461, dts 3461, duration 21 at relative offset 827928 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2198[matroska @ 0x55bd4518a540] Writing block of size 1637 with pts 3504, dts 3471, duration 17 at relative offset 827940 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2199[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2200[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2201[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2202[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2206[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3483, dts 3483, duration 21 at relative offset 829584 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2207[matroska @ 0x55bd4518a540] Writing block of size 1632 with pts 3521, dts 3488, duration 17 at relative offset 829596 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2208[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2209[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2210[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2211[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2215[matroska @ 0x55bd4518a540] Writing block of size 302 with pts 3538, dts 3504, duration 17 at relative offset 831235 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2216[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2217[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2218[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2219[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2223[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3504, dts 3504, duration 21 at relative offset 831544 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2224[matroska @ 0x55bd4518a540] Writing block of size 25971 with pts 3621, dts 3521, duration 17 at relative offset 831556 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2225[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2226[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2227[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2229[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2232[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3525, dts 3525, duration 21 at relative offset 857535 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2233[matroska @ 0x55bd4518a540] Writing block of size 2950 with pts 3571, dts 3538, duration 17 at relative offset 857547 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2234[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2235[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2236[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2241[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3547, dts 3547, duration 21 at relative offset 860504 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2242[matroska @ 0x55bd4518a540] Writing block of size 2895 with pts 3588, dts 3554, duration 17 at relative offset 860516 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2243[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2244[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2245[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2246[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2250[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3568, dts 3568, duration 21 at relative offset 863418 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2251[matroska @ 0x55bd4518a540] Writing block of size 359 with pts 3604, dts 3571, duration 17 at relative offset 863430 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2252[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2253[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2254[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2255[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2259[matroska @ 0x55bd4518a540] Writing block of size 8867 with pts 3688, dts 3588, duration 17 at relative offset 863796 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2260[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2261[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2262[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2263[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2264[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2267[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3589, dts 3589, duration 21 at relative offset 872670 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2268[matroska @ 0x55bd4518a540] Writing block of size 28994 with pts 3638, dts 3604, duration 17 at relative offset 872682 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2269[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2270[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2271[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2272[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2276[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3611, dts 3611, duration 21 at relative offset 901684 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2277[matroska @ 0x55bd4518a540] Writing block of size 19313 with pts 3654, dts 3621, duration 17 at relative offset 901696 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2278[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2279[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2280[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2285[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3632, dts 3632, duration 21 at relative offset 921017 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2286[matroska @ 0x55bd4518a540] Writing block of size 1045 with pts 3671, dts 3638, duration 17 at relative offset 921029 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2287[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2288[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2289[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2290[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2294[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3653, dts 3653, duration 21 at relative offset 922081 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2295[matroska @ 0x55bd4518a540] Writing block of size 11414 with pts 3754, dts 3654, duration 17 at relative offset 922093 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2296[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2297[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2298[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2303[matroska @ 0x55bd4518a540] Writing block of size 9823 with pts 3704, dts 3671, duration 17 at relative offset 933514 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2304[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2305[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2306[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2311[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3675, dts 3675, duration 21 at relative offset 943344 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2312[matroska @ 0x55bd4518a540] Writing block of size 8331 with pts 3721, dts 3688, duration 17 at relative offset 943356 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2313[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2314[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2315[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2320[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3696, dts 3696, duration 21 at relative offset 951694 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2321[matroska @ 0x55bd4518a540] Writing block of size 276 with pts 3738, dts 3704, duration 17 at relative offset 951706 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2322[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2323[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2324[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2329[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3717, dts 3717, duration 21 at relative offset 951989 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2330[matroska @ 0x55bd4518a540] Writing block of size 17136 with pts 3821, dts 3721, duration 17 at relative offset 952001 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2331[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2332[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2333[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2338[matroska @ 0x55bd4518a540] Writing block of size 830 with pts 3771, dts 3738, duration 17 at relative offset 969145 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2339[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2340[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2341[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2342[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2346[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3739, dts 3739, duration 21 at relative offset 969982 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2347[matroska @ 0x55bd4518a540] Writing block of size 912 with pts 3788, dts 3754, duration 17 at relative offset 969994 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2348[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2349[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2350[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2355[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3760, dts 3760, duration 21 at relative offset 970913 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2356[matroska @ 0x55bd4518a540] Writing block of size 372 with pts 3804, dts 3771, duration 17 at relative offset 970925 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2357[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2358[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2359[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2364[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3781, dts 3781, duration 21 at relative offset 971304 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2365[matroska @ 0x55bd4518a540] Writing block of size 5933 with pts 3888, dts 3788, duration 17 at relative offset 971316 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2366[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2367[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2368[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2373[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3803, dts 3803, duration 21 at relative offset 977256 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2374[matroska @ 0x55bd4518a540] Writing block of size 37631 with pts 3838, dts 3804, duration 17 at relative offset 977268 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2375[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2376[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2377[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2382[matroska @ 0x55bd4518a540] Writing block of size 29520 with pts 3854, dts 3821, duration 17 at relative offset 1014907 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2383[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2384[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2385[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2386[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2390[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3824, dts 3824, duration 21 at relative offset 1044435 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2391[matroska @ 0x55bd4518a540] Writing block of size 20802 with pts 3871, dts 3838, duration 17 at relative offset 1044447 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2392[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2393[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2394[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2399[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3845, dts 3845, duration 21 at relative offset 1065257 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2400[matroska @ 0x55bd4518a540] Writing block of size 36634 with pts 3954, dts 3854, duration 17 at relative offset 1065269 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2401[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2402[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2403[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2408[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3867, dts 3867, duration 21 at relative offset 1101911 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2409[matroska @ 0x55bd4518a540] Writing block of size 1072 with pts 3904, dts 3871, duration 17 at relative offset 1101923 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2410[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2411[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2412[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2417[matroska @ 0x55bd4518a540] Writing block of size 1236 with pts 3921, dts 3888, duration 17 at relative offset 1103002 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2418[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2419[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2420[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2421[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2425[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3888, dts 3888, duration 21 at relative offset 1104245 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2426[matroska @ 0x55bd4518a540] Writing block of size 1657 with pts 3938, dts 3904, duration 17 at relative offset 1104257 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2427[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6367.9kbits/s speed=0.946x
2428[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2429[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2434[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3909, dts 3909, duration 21 at relative offset 1105921 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2435[matroska @ 0x55bd4518a540] Writing block of size 6531 with pts 4004, dts 3921, duration 17 at relative offset 1105933 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2436[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2437[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2438[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2443[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3931, dts 3931, duration 21 at relative offset 1112471 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2444[matroska @ 0x55bd4518a540] Writing block of size 15862 with pts 3971, dts 3938, duration 17 at relative offset 1112483 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2445[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2446[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2447[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2452[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3952, dts 3952, duration 21 at relative offset 1128352 in cluster at offset 3369238. TrackNumber 2, keyframe 1
2453[matroska @ 0x55bd4518a540] Writing block of size 18107 with pts 3988, dts 3954, duration 17 at relative offset 1128364 in cluster at offset 3369238. TrackNumber 1, keyframe 0
2454[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2455[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2456[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2461[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 4021 at offset 4515724 bytes
2462[matroska @ 0x55bd4518a540] Writing block of size 445800 with pts 4021, dts 3971, duration 17 at relative offset 10 in cluster at offset 4515724. TrackNumber 1, keyframe 1
2463[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2470[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3973, dts 3973, duration 21 at relative offset 445818 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2471[matroska @ 0x55bd4518a540] Writing block of size 15346 with pts 4088, dts 3988, duration 17 at relative offset 445830 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2472[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2478[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2479[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 3995, dts 3995, duration 21 at relative offset 461183 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2480[matroska @ 0x55bd4518a540] Writing block of size 444 with pts 4038, dts 4004, duration 17 at relative offset 461195 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2481[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2487[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2488[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4016, dts 4016, duration 21 at relative offset 461646 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2489[matroska @ 0x55bd4518a540] Writing block of size 19352 with pts 4054, dts 4021, duration 17 at relative offset 461658 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2490[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2496[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2497[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4037, dts 4037, duration 21 at relative offset 481018 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2498[matroska @ 0x55bd4518a540] Writing block of size 16010 with pts 4071, dts 4038, duration 17 at relative offset 481030 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2499[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2504[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2505[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2506[matroska @ 0x55bd4518a540] Writing block of size 41473 with pts 4154, dts 4054, duration 17 at relative offset 497047 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2507[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2513[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2514[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4062, dts 4062, duration 21 at relative offset 538528 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2515[matroska @ 0x55bd4518a540] Writing block of size 2701 with pts 4104, dts 4071, duration 17 at relative offset 538540 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2516[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2523[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4084, dts 4084, duration 21 at relative offset 541248 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2524[matroska @ 0x55bd4518a540] Writing block of size 1871 with pts 4121, dts 4088, duration 17 at relative offset 541260 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2525[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2531[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2532[matroska @ 0x55bd4518a540] Writing block of size 2602 with pts 4138, dts 4104, duration 17 at relative offset 543138 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2533[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2534[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2540[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4105, dts 4105, duration 21 at relative offset 545747 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2541[matroska @ 0x55bd4518a540] Writing block of size 30892 with pts 4221, dts 4121, duration 17 at relative offset 545759 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2542[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2543[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2548[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2549[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4126, dts 4126, duration 21 at relative offset 576659 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2550[matroska @ 0x55bd4518a540] Writing block of size 4658 with pts 4171, dts 4138, duration 17 at relative offset 576671 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2551[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2557[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2558[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4148, dts 4148, duration 21 at relative offset 581336 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2559[matroska @ 0x55bd4518a540] Writing block of size 7419 with pts 4188, dts 4154, duration 17 at relative offset 581348 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2560[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2566[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2567[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4169, dts 4169, duration 21 at relative offset 588774 in cluster at offset 4515724. TrackNumber 2, keyframe 1[matroska @ 0x55bd4518a540] Writing block of size 6381 with pts 4204, dts 4171, duration 17 at relative offset 588786 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2568[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2569[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2570[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2575[matroska @ 0x55bd4518a540] Writing block of size 13331 with pts 4288, dts 4188, duration 17 at relative offset 595174 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2576[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2577[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2578[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2579[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2583[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4190, dts 4190, duration 21 at relative offset 608512 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2584[matroska @ 0x55bd4518a540] Writing block of size 1185 with pts 4238, dts 4204, duration 17 at relative offset 608524 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2585[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2586[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2587[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2592[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4212, dts 4212, duration 21 at relative offset 609716 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2593[matroska @ 0x55bd4518a540] Writing block of size 457 with pts 4254, dts 4221, duration 17 at relative offset 609728 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2594[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2595[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2596[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2601[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4233, dts 4233, duration 21 at relative offset 610192 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2602[matroska @ 0x55bd4518a540] Writing block of size 355 with pts 4271, dts 4238, duration 17 at relative offset 610204 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2603[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2604[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2605[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2610[matroska @ 0x55bd4518a540] Writing block of size 9635 with pts 4354, dts 4254, duration 17 at relative offset 610566 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2611[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2612[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2613[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2614[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2618[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4254, dts 4254, duration 21 at relative offset 620208 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2619[matroska @ 0x55bd4518a540] Writing block of size 409 with pts 4304, dts 4271, duration 17 at relative offset 620220 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2620[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2621[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2622[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2623[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2627[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4276, dts 4276, duration 21 at relative offset 620636 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2628[matroska @ 0x55bd4518a540] Writing block of size 1033 with pts 4321, dts 4288, duration 17 at relative offset 620648 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2629[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2630[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2631[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2636[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4297, dts 4297, duration 21 at relative offset 621688 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2637[matroska @ 0x55bd4518a540] Writing block of size 27050 with pts 4338, dts 4304, duration 17 at relative offset 621700 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2638[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2639[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2640[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2645[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4318, dts 4318, duration 21 at relative offset 648758 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2646[matroska @ 0x55bd4518a540] Writing block of size 6138 with pts 4421, dts 4321, duration 17 at relative offset 648770 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2647[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2648[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2649[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2654[matroska @ 0x55bd4518a540] Writing block of size 804 with pts 4371, dts 4338, duration 17 at relative offset 654915 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2655[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2656[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2657[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2658[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2662[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4340, dts 4340, duration 21 at relative offset 655726 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2663[matroska @ 0x55bd4518a540] Writing block of size 33678 with pts 4388, dts 4354, duration 17 at relative offset 655738 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2664[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2665[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2666[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2667[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2671[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4361, dts 4361, duration 21 at relative offset 689424 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2672[matroska @ 0x55bd4518a540] Writing block of size 30075 with pts 4404, dts 4371, duration 17 at relative offset 689436 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2673[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2674[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2675[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2680[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4382, dts 4382, duration 21 at relative offset 719519 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2681[matroska @ 0x55bd4518a540] Writing block of size 8467 with pts 4488, dts 4388, duration 17 at relative offset 719531 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2682[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2683[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2684[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2689[matroska @ 0x55bd4518a540] Writing block of size 1984 with pts 4438, dts 4404, duration 17 at relative offset 728005 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2690[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2691[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2692[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2693[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2697[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4404, dts 4404, duration 21 at relative offset 729996 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2698[matroska @ 0x55bd4518a540] Writing block of size 21613 with pts 4454, dts 4421, duration 17 at relative offset 730008 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2699[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6002.0kbits/s speed=1.27x
2700[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2701[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2702[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2706[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4425, dts 4425, duration 21 at relative offset 751629 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2707[matroska @ 0x55bd4518a540] Writing block of size 18549 with pts 4471, dts 4438, duration 17 at relative offset 751641 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2708[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2709[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2710[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2715[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4446, dts 4446, duration 21 at relative offset 770198 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2716[matroska @ 0x55bd4518a540] Writing block of size 5338 with pts 4554, dts 4454, duration 17 at relative offset 770210 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2717[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2718[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2719[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2724[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4468, dts 4468, duration 21 at relative offset 775555 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2725[matroska @ 0x55bd4518a540] Writing block of size 331 with pts 4504, dts 4471, duration 17 at relative offset 775567 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2726[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2727[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2728[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2733[matroska @ 0x55bd4518a540] Writing block of size 840 with pts 4521, dts 4488, duration 17 at relative offset 775905 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2734[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2735[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2736[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2737[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2741[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4489, dts 4489, duration 21 at relative offset 776752 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2742[matroska @ 0x55bd4518a540] Writing block of size 711 with pts 4538, dts 4504, duration 17 at relative offset 776764 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2743[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2744[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2745[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2746[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2749[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2750[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4510, dts 4510, duration 21 at relative offset 777482 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2751[matroska @ 0x55bd4518a540] Writing block of size 31355 with pts 4621, dts 4521, duration 17 at relative offset 777494 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2752[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2753[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2754[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2758[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2759[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4532, dts 4532, duration 21 at relative offset 808857 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2760[matroska @ 0x55bd4518a540] Writing block of size 322 with pts 4571, dts 4538, duration 17 at relative offset 808869 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2761[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2762[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2763[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2767[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2768[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4553, dts 4553, duration 21 at relative offset 809198 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2769[matroska @ 0x55bd4518a540] Writing block of size 776 with pts 4588, dts 4554, duration 17 at relative offset 809210 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2770[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2771[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2772[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2776[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2777[matroska @ 0x55bd4518a540] Writing block of size 777 with pts 4604, dts 4571, duration 17 at relative offset 809993 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2778[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2779[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2780[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2781[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2785[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4574, dts 4574, duration 21 at relative offset 810777 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2786[matroska @ 0x55bd4518a540] Writing block of size 5612 with pts 4688, dts 4588, duration 17 at relative offset 810789 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2787[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2788[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2789[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2790[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2793[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2794[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4596, dts 4596, duration 21 at relative offset 816408 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2795[matroska @ 0x55bd4518a540] Writing block of size 9764 with pts 4638, dts 4604, duration 17 at relative offset 816420 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2796[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2797[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2798[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2802[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2803[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4617, dts 4617, duration 21 at relative offset 826191 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2804[matroska @ 0x55bd4518a540] Writing block of size 9730 with pts 4654, dts 4621, duration 17 at relative offset 826203 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2805[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2806[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2807[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2811[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2812[matroska @ 0x55bd4518a540] Writing block of size 8148 with pts 4671, dts 4638, duration 17 at relative offset 835940 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2813[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2814[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2815[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2816[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2820[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4638, dts 4638, duration 21 at relative offset 844095 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2821[matroska @ 0x55bd4518a540] Writing block of size 14872 with pts 4754, dts 4654, duration 17 at relative offset 844107 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2822[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2823[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2824[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2825[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2829[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4660, dts 4660, duration 21 at relative offset 858986 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2830[matroska @ 0x55bd4518a540] Writing block of size 252 with pts 4704, dts 4671, duration 17 at relative offset 858998 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2831[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2832[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2833[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2837[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2838[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4681, dts 4681, duration 21 at relative offset 859257 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2839[matroska @ 0x55bd4518a540] Writing block of size 255 with pts 4721, dts 4688, duration 17 at relative offset 859269 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2840[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2841[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2842[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2846[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2847[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4702, dts 4702, duration 21 at relative offset 859531 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2848[matroska @ 0x55bd4518a540] Writing block of size 254 with pts 4738, dts 4704, duration 17 at relative offset 859543 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2849[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2850[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2851[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2855[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2856[matroska @ 0x55bd4518a540] Writing block of size 22422 with pts 4821, dts 4721, duration 17 at relative offset 859804 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2857[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2858[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2859[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2860[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2864[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4724, dts 4724, duration 21 at relative offset 882234 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2865[matroska @ 0x55bd4518a540] Writing block of size 868 with pts 4771, dts 4738, duration 17 at relative offset 882246 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2866[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2867[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2868[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2869[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2872[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2873[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4745, dts 4745, duration 21 at relative offset 883121 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2874[matroska @ 0x55bd4518a540] Writing block of size 834 with pts 4788, dts 4754, duration 17 at relative offset 883133 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2875[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2876[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2877[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2881[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2882[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4766, dts 4766, duration 21 at relative offset 883974 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2883[matroska @ 0x55bd4518a540] Writing block of size 304 with pts 4804, dts 4771, duration 17 at relative offset 883986 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2884[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2885[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2891[matroska @ 0x55bd4518a540] Writing block of size 5927 with pts 4888, dts 4788, duration 17 at relative offset 884297 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2892[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2893[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2894[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2899[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4788, dts 4788, duration 21 at relative offset 890231 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2900[matroska @ 0x55bd4518a540] Writing block of size 29044 with pts 4838, dts 4804, duration 17 at relative offset 890243 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2901[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2902[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2903[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2908[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4809, dts 4809, duration 21 at relative offset 919295 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2909[matroska @ 0x55bd4518a540] Writing block of size 23113 with pts 4854, dts 4821, duration 17 at relative offset 919307 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2910[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2911[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2916[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2917[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4830, dts 4830, duration 21 at relative offset 942428 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2918[matroska @ 0x55bd4518a540] Writing block of size 886 with pts 4871, dts 4838, duration 17 at relative offset 942440 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2919[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2920[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2925[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2926[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4852, dts 4852, duration 21 at relative offset 943333 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2927[matroska @ 0x55bd4518a540] Writing block of size 5001 with pts 4954, dts 4854, duration 17 at relative offset 943345 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2928[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2929[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2934[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2935[matroska @ 0x55bd4518a540] Writing block of size 198 with pts 4904, dts 4871, duration 17 at relative offset 948353 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2936[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2937[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2938[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2943[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4873, dts 4873, duration 21 at relative offset 948558 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2944[matroska @ 0x55bd4518a540] Writing block of size 744 with pts 4921, dts 4888, duration 17 at relative offset 948570 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2945[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2946[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2947[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2952[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4894, dts 4894, duration 21 at relative offset 949321 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2953[matroska @ 0x55bd4518a540] Writing block of size 737 with pts 4938, dts 4904, duration 17 at relative offset 949333 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2954[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2955[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2961[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4916, dts 4916, duration 21 at relative offset 950077 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2962[matroska @ 0x55bd4518a540] Writing block of size 27989 with pts 5004, dts 4921, duration 17 at relative offset 950089 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2963[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6002.0kbits/s speed=1.14x
2964[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2970[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4937, dts 4937, duration 21 at relative offset 978086 in cluster at offset 4515724. TrackNumber 2, keyframe 1
2971[matroska @ 0x55bd4518a540] Writing block of size 429 with pts 4971, dts 4938, duration 17 at relative offset 978098 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2972[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2973[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2979[matroska @ 0x55bd4518a540] Writing block of size 239 with pts 4988, dts 4954, duration 17 at relative offset 978534 in cluster at offset 4515724. TrackNumber 1, keyframe 0
2980[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2981[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2982[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2986[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 4958 at offset 5494511 bytes
2987[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4958, dts 4958, duration 21 at relative offset 10 in cluster at offset 5494511. TrackNumber 2, keyframe 1
2988[matroska @ 0x55bd4518a540] Writing block of size 441025 with pts 5021, dts 4971, duration 17 at relative offset 22 in cluster at offset 5494511. TrackNumber 1, keyframe 1
2989[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2990[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
2995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
2996[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 4980, dts 4980, duration 21 at relative offset 441055 in cluster at offset 5494511. TrackNumber 2, keyframe 1
2997[matroska @ 0x55bd4518a540] Writing block of size 19307 with pts 5088, dts 4988, duration 17 at relative offset 441067 in cluster at offset 5494511. TrackNumber 1, keyframe 0
2998[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
2999[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3005[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5001, dts 5001, duration 21 at relative offset 460382 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3006[matroska @ 0x55bd4518a540] Writing block of size 155 with pts 5038, dts 5004, duration 17 at relative offset 460394 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3007[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3008[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3014[matroska @ 0x55bd4518a540] Writing block of size 604 with pts 5054, dts 5021, duration 17 at relative offset 460556 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3015[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3016[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3017[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3022[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5022, dts 5022, duration 21 at relative offset 461167 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3023[matroska @ 0x55bd4518a540] Writing block of size 718 with pts 5071, dts 5038, duration 17 at relative offset 461179 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3024[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3025[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3026[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3031[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5044, dts 5044, duration 21 at relative offset 461904 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3032[matroska @ 0x55bd4518a540] Writing block of size 31658 with pts 5154, dts 5054, duration 17 at relative offset 461916 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3033[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3034[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3040[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5065, dts 5065, duration 21 at relative offset 493582 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3041[matroska @ 0x55bd4518a540] Writing block of size 276 with pts 5104, dts 5071, duration 17 at relative offset 493594 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3042[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3043[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3049[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5086, dts 5086, duration 21 at relative offset 493877 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3050[matroska @ 0x55bd4518a540] Writing block of size 343 with pts 5121, dts 5088, duration 17 at relative offset 493889 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3051[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3052[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3058[matroska @ 0x55bd4518a540] Writing block of size 324 with pts 5138, dts 5104, duration 17 at relative offset 494239 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3059[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3060[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3061[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3066[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5108, dts 5108, duration 21 at relative offset 494570 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3067[matroska @ 0x55bd4518a540] Writing block of size 6314 with pts 5221, dts 5121, duration 17 at relative offset 494582 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3068[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3069[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3070[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3075[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5129, dts 5129, duration 21 at relative offset 500903 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3076[matroska @ 0x55bd4518a540] Writing block of size 27672 with pts 5171, dts 5138, duration 17 at relative offset 500915 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3077[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3078[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3084[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5150, dts 5150, duration 21 at relative offset 528595 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3085[matroska @ 0x55bd4518a540] Writing block of size 19333 with pts 5188, dts 5154, duration 17 at relative offset 528607 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3086[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3087[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3093[matroska @ 0x55bd4518a540] Writing block of size 17736 with pts 5204, dts 5171, duration 17 at relative offset 547948 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3094[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3095[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3096[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3101[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5172, dts 5172, duration 21 at relative offset 565692 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3102[matroska @ 0x55bd4518a540] Writing block of size 17019 with pts 5288, dts 5188, duration 17 at relative offset 565704 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3103[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3104[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3105[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3110[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5193, dts 5193, duration 21 at relative offset 582731 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3111[matroska @ 0x55bd4518a540] Writing block of size 1304 with pts 5238, dts 5204, duration 17 at relative offset 582743 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3112[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3113[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3119[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5214, dts 5214, duration 21 at relative offset 584054 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3120[matroska @ 0x55bd4518a540] Writing block of size 962 with pts 5254, dts 5221, duration 17 at relative offset 584066 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3121[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3122[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3128[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5236, dts 5236, duration 21 at relative offset 585035 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3129[matroska @ 0x55bd4518a540] Writing block of size 1124 with pts 5271, dts 5238, duration 17 at relative offset 585047 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3130[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3131[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3137[matroska @ 0x55bd4518a540] Writing block of size 31755 with pts 5354, dts 5254, duration 17 at relative offset 586178 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3138[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3139[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3140[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3145[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5257, dts 5257, duration 21 at relative offset 617941 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3146[matroska @ 0x55bd4518a540] Writing block of size 34069 with pts 5304, dts 5271, duration 17 at relative offset 617953 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3147[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3148[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3149[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3154[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5278, dts 5278, duration 21 at relative offset 652030 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3155[matroska @ 0x55bd4518a540] Writing block of size 25270 with pts 5321, dts 5288, duration 17 at relative offset 652042 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3156[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3157[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3162[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3163[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5300, dts 5300, duration 21 at relative offset 677320 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3164[matroska @ 0x55bd4518a540] Writing block of size 19450 with pts 5338, dts 5304, duration 17 at relative offset 677332 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3165[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3166[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3171[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3172[matroska @ 0x55bd4518a540] Writing block of size 12152 with pts 5421, dts 5321, duration 17 at relative offset 696790 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3173[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3174[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3175[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3180[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5321, dts 5321, duration 21 at relative offset 708949 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3181[matroska @ 0x55bd4518a540] Writing block of size 1521 with pts 5371, dts 5338, duration 17 at relative offset 708961 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3182[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3183[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3184[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3189[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5342, dts 5342, duration 21 at relative offset 710489 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3190[matroska @ 0x55bd4518a540] Writing block of size 1098 with pts 5388, dts 5354, duration 17 at relative offset 710501 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3191[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3192[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3197[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3198[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5364, dts 5364, duration 21 at relative offset 711606 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3199[matroska @ 0x55bd4518a540] Writing block of size 275 with pts 5404, dts 5371, duration 17 at relative offset 711618 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3200[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3201[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3202[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3206[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3207[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5385, dts 5385, duration 21 at relative offset 711900 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3208[matroska @ 0x55bd4518a540] Writing block of size 6634 with pts 5488, dts 5388, duration 17 at relative offset 711912 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3209[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3210[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3211[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3215[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3216[matroska @ 0x55bd4518a540] Writing block of size 1828 with pts 5438, dts 5404, duration 17 at relative offset 718553 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3217[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3218[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3219[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3224[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5406, dts 5406, duration 21 at relative offset 720388 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3225[matroska @ 0x55bd4518a540] Writing block of size 1828 with pts 5454, dts 5421, duration 17 at relative offset 720400 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3226[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7061.1kbits/s speed=1.04x
3227[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3229[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3233[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5428, dts 5428, duration 21 at relative offset 722235 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3234[matroska @ 0x55bd4518a540] Writing block of size 277 with pts 5471, dts 5438, duration 17 at relative offset 722247 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3235[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3236[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3241[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3242[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5449, dts 5449, duration 21 at relative offset 722531 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3243[matroska @ 0x55bd4518a540] Writing block of size 11103 with pts 5554, dts 5454, duration 17 at relative offset 722543 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3244[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3245[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3246[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3250[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3251[matroska @ 0x55bd4518a540] Writing block of size 395 with pts 5470, dts 5470, duration 21 at relative offset 733653 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3252[matroska @ 0x55bd4518a540] Writing block of size 23298 with pts 5504, dts 5471, duration 17 at relative offset 734055 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3253[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3254[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3255[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3259[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3260[matroska @ 0x55bd4518a540] Writing block of size 17395 with pts 5521, dts 5488, duration 17 at relative offset 757361 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3261[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3262[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3263[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3264[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3268[matroska @ 0x55bd4518a540] Writing block of size 728 with pts 5492, dts 5492, duration 21 at relative offset 774764 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3269[matroska @ 0x55bd4518a540] Writing block of size 16814 with pts 5538, dts 5504, duration 17 at relative offset 775499 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3270[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3271[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3272[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3277[matroska @ 0x55bd4518a540] Writing block of size 127 with pts 5513, dts 5513, duration 21 at relative offset 792321 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3278[matroska @ 0x55bd4518a540] Writing block of size 6613 with pts 5621, dts 5521, duration 17 at relative offset 792455 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3279[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3280[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3285[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3286[matroska @ 0x55bd4518a540] Writing block of size 16 with pts 5534, dts 5534, duration 21 at relative offset 799075 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3287[matroska @ 0x55bd4518a540] Writing block of size 845 with pts 5571, dts 5538, duration 17 at relative offset 799097 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3288[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3289[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3290[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3295[matroska @ 0x55bd4518a540] Writing block of size 785 with pts 5588, dts 5554, duration 17 at relative offset 799949 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3296[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3297[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3298[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3303[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 5556, dts 5556, duration 21 at relative offset 800741 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3304[matroska @ 0x55bd4518a540] Writing block of size 799 with pts 5604, dts 5571, duration 17 at relative offset 800759 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3305[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3306[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3312[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 5577, dts 5577, duration 21 at relative offset 801565 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3313[matroska @ 0x55bd4518a540] Writing block of size 6712 with pts 5688, dts 5588, duration 17 at relative offset 801583 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3314[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3315[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3320[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3321[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 5598, dts 5598, duration 21 at relative offset 808302 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3322[matroska @ 0x55bd4518a540] Writing block of size 20837 with pts 5638, dts 5604, duration 17 at relative offset 808320 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3323[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3324[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3330[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 5620, dts 5620, duration 21 at relative offset 829165 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3331[matroska @ 0x55bd4518a540] Writing block of size 17222 with pts 5654, dts 5621, duration 17 at relative offset 829183 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3332[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3333[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3339[matroska @ 0x55bd4518a540] Writing block of size 15895 with pts 5671, dts 5638, duration 17 at relative offset 846413 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3340[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3341[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3342[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3347[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 5641, dts 5641, duration 21 at relative offset 862315 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3348[matroska @ 0x55bd4518a540] Writing block of size 12757 with pts 5754, dts 5654, duration 17 at relative offset 862332 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3349[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3350[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3356[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 5662, dts 5662, duration 21 at relative offset 875096 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3357[matroska @ 0x55bd4518a540] Writing block of size 202 with pts 5704, dts 5671, duration 17 at relative offset 875113 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3358[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3359[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3365[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 5684, dts 5684, duration 21 at relative offset 875322 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3366[matroska @ 0x55bd4518a540] Writing block of size 205 with pts 5721, dts 5688, duration 17 at relative offset 875339 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3367[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3368[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3373[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3374[matroska @ 0x55bd4518a540] Writing block of size 206 with pts 5738, dts 5704, duration 17 at relative offset 875551 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3375[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3376[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3377[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3382[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 5705, dts 5705, duration 21 at relative offset 875764 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3383[matroska @ 0x55bd4518a540] Writing block of size 9079 with pts 5821, dts 5721, duration 17 at relative offset 875781 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3384[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3385[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3386[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3391[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 5726, dts 5726, duration 21 at relative offset 884867 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3392[matroska @ 0x55bd4518a540] Writing block of size 215 with pts 5771, dts 5738, duration 17 at relative offset 884883 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3393[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3394[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3399[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5748, dts 5748, duration 21 at relative offset 885105 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3400[matroska @ 0x55bd4518a540] Writing block of size 939 with pts 5788, dts 5754, duration 17 at relative offset 885117 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3401[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3402[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3403[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3408[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5769, dts 5769, duration 21 at relative offset 886063 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3409[matroska @ 0x55bd4518a540] Writing block of size 831 with pts 5804, dts 5771, duration 17 at relative offset 886075 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3410[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3411[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3412[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3417[matroska @ 0x55bd4518a540] Writing block of size 5036 with pts 5888, dts 5788, duration 17 at relative offset 886913 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3418[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3419[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3420[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3421[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3425[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5790, dts 5790, duration 21 at relative offset 891956 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3426[matroska @ 0x55bd4518a540] Writing block of size 35390 with pts 5838, dts 5804, duration 17 at relative offset 891968 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3427[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3428[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3429[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3434[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5812, dts 5812, duration 21 at relative offset 927366 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3435[matroska @ 0x55bd4518a540] Writing block of size 3604 with pts 5854, dts 5821, duration 17 at relative offset 927378 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3436[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3437[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3438[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3443[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5833, dts 5833, duration 21 at relative offset 930989 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3444[matroska @ 0x55bd4518a540] Writing block of size 3417 with pts 5871, dts 5838, duration 17 at relative offset 931001 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3445[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3446[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3447[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3452[matroska @ 0x55bd4518a540] Writing block of size 7089 with pts 5954, dts 5854, duration 17 at relative offset 934425 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3453[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3454[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3455[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3456[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3460[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5854, dts 5854, duration 21 at relative offset 941521 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3461[matroska @ 0x55bd4518a540] Writing block of size 901 with pts 5904, dts 5871, duration 17 at relative offset 941533 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3462[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3463[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3469[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5876, dts 5876, duration 21 at relative offset 942441 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3470[matroska @ 0x55bd4518a540] Writing block of size 776 with pts 5921, dts 5888, duration 17 at relative offset 942453 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3471[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3472[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3478[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5897, dts 5897, duration 21 at relative offset 943236 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3479[matroska @ 0x55bd4518a540] Writing block of size 253 with pts 5938, dts 5904, duration 17 at relative offset 943248 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3480[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3481[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3487[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5918, dts 5918, duration 21 at relative offset 943508 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3488[matroska @ 0x55bd4518a540] Writing block of size 4690 with pts 6004, dts 5921, duration 17 at relative offset 943520 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3489[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3490[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3496[matroska @ 0x55bd4518a540] Writing block of size 759 with pts 5971, dts 5938, duration 17 at relative offset 948217 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3497[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7061.1kbits/s speed=0.957x
3498[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3499[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3504[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5940, dts 5940, duration 21 at relative offset 948983 in cluster at offset 5494511. TrackNumber 2, keyframe 1
3505[matroska @ 0x55bd4518a540] Writing block of size 741 with pts 5988, dts 5954, duration 17 at relative offset 948995 in cluster at offset 5494511. TrackNumber 1, keyframe 0
3506[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3507[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3513[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 5961 at offset 6444261 bytes
3514[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5961, dts 5961, duration 21 at relative offset 10 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3515[matroska @ 0x55bd4518a540] Writing block of size 443618 with pts 6021, dts 5971, duration 17 at relative offset 22 in cluster at offset 6444261. TrackNumber 1, keyframe 1
3516[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3523[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 5982, dts 5982, duration 21 at relative offset 443648 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3524[matroska @ 0x55bd4518a540] Writing block of size 16182 with pts 6088, dts 5988, duration 17 at relative offset 443660 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3525[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3531[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3532[matroska @ 0x55bd4518a540] Writing block of size 705 with pts 6038, dts 6004, duration 17 at relative offset 459849 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3533[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3534[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3540[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6004, dts 6004, duration 21 at relative offset 460561 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3541[matroska @ 0x55bd4518a540] Writing block of size 19113 with pts 6054, dts 6021, duration 17 at relative offset 460573 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3542[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3543[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3548[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3549[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6025, dts 6025, duration 21 at relative offset 479694 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3550[matroska @ 0x55bd4518a540] Writing block of size 16904 with pts 6071, dts 6038, duration 17 at relative offset 479706 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3551[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3557[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3558[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6045, dts 6045, duration 21 at relative offset 496618 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3559[matroska @ 0x55bd4518a540] Writing block of size 5444 with pts 6154, dts 6054, duration 17 at relative offset 496630 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3560[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3566[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3567[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6066, dts 6066, duration 21 at relative offset 502081 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3568[matroska @ 0x55bd4518a540] Writing block of size 214 with pts 6104, dts 6071, duration 17 at relative offset 502093 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3569[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3570[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3575[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3576[matroska @ 0x55bd4518a540] Writing block of size 214 with pts 6121, dts 6088, duration 17 at relative offset 502314 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3577[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3578[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3579[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3583[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3584[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6088, dts 6088, duration 21 at relative offset 502535 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3585[matroska @ 0x55bd4518a540] Writing block of size 219 with pts 6138, dts 6104, duration 17 at relative offset 502547 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3586[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3587[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3592[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3593[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6109, dts 6109, duration 21 at relative offset 502773 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3594[matroska @ 0x55bd4518a540] Writing block of size 7185 with pts 6221, dts 6121, duration 17 at relative offset 502785 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3595[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3596[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3601[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3602[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6130, dts 6130, duration 21 at relative offset 509977 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3603[matroska @ 0x55bd4518a540] Writing block of size 783 with pts 6171, dts 6138, duration 17 at relative offset 509989 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3604[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3605[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3610[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3611[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6152, dts 6152, duration 21 at relative offset 510779 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3612[matroska @ 0x55bd4518a540] Writing block of size 36164 with pts 6188, dts 6154, duration 17 at relative offset 510791 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3613[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3614[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3618[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3619[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3620[matroska @ 0x55bd4518a540] Writing block of size 30111 with pts 6204, dts 6171, duration 17 at relative offset 546963 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3621[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3622[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3623[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3627[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3628[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6173, dts 6173, duration 21 at relative offset 577082 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3629[matroska @ 0x55bd4518a540] Writing block of size 16015 with pts 6288, dts 6188, duration 17 at relative offset 577094 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3630[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3631[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3636[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3637[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6194, dts 6194, duration 21 at relative offset 593116 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3638[matroska @ 0x55bd4518a540] Writing block of size 605 with pts 6238, dts 6204, duration 17 at relative offset 593128 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3639[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3640[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3645[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3646[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6216, dts 6216, duration 21 at relative offset 593740 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3647[matroska @ 0x55bd4518a540] Writing block of size 1156 with pts 6254, dts 6221, duration 17 at relative offset 593752 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3648[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3649[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3654[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3655[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6237, dts 6237, duration 21 at relative offset 594915 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3656[matroska @ 0x55bd4518a540] Writing block of size 609 with pts 6271, dts 6238, duration 17 at relative offset 594927 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3657[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3658[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3662[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3663[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3664[matroska @ 0x55bd4518a540] Writing block of size 7091 with pts 6354, dts 6254, duration 17 at relative offset 595543 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3665[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3666[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3667[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3671[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3672[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6258, dts 6258, duration 21 at relative offset 602641 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3673[matroska @ 0x55bd4518a540] Writing block of size 755 with pts 6304, dts 6271, duration 17 at relative offset 602653 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3674[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3675[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3680[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3681[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6280, dts 6280, duration 21 at relative offset 603415 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3682[matroska @ 0x55bd4518a540] Writing block of size 46605 with pts 6321, dts 6288, duration 17 at relative offset 603427 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3683[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3684[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3689[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3690[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6301, dts 6301, duration 21 at relative offset 650040 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3691[matroska @ 0x55bd4518a540] Writing block of size 31444 with pts 6338, dts 6304, duration 17 at relative offset 650052 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3692[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3693[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3697[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3698[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3699[matroska @ 0x55bd4518a540] Writing block of size 10321 with pts 6421, dts 6321, duration 17 at relative offset 681504 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3700[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3701[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3702[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3706[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3707[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6322, dts 6322, duration 21 at relative offset 691832 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3708[matroska @ 0x55bd4518a540] Writing block of size 887 with pts 6371, dts 6338, duration 17 at relative offset 691844 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3709[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3710[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3715[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3716[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6344, dts 6344, duration 21 at relative offset 692738 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3717[matroska @ 0x55bd4518a540] Writing block of size 29970 with pts 6388, dts 6354, duration 17 at relative offset 692750 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3718[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3719[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3724[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3725[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6365, dts 6365, duration 21 at relative offset 722728 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3726[matroska @ 0x55bd4518a540] Writing block of size 19861 with pts 6404, dts 6371, duration 17 at relative offset 722740 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3727[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3728[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3733[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3734[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6386, dts 6386, duration 21 at relative offset 742609 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3735[matroska @ 0x55bd4518a540] Writing block of size 21750 with pts 6488, dts 6388, duration 17 at relative offset 742621 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3736[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3737[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3741[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3742[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3743[matroska @ 0x55bd4518a540] Writing block of size 15800 with pts 6438, dts 6404, duration 17 at relative offset 764379 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3744[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3745[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3746[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3749[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3750[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3751[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6408, dts 6408, duration 21 at relative offset 780186 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3752[matroska @ 0x55bd4518a540] Writing block of size 4958 with pts 6454, dts 6421, duration 17 at relative offset 780198 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3753[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3754[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3758[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3759[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3760[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6429, dts 6429, duration 21 at relative offset 785163 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3761[matroska @ 0x55bd4518a540] Writing block of size 2810 with pts 6471, dts 6438, duration 17 at relative offset 785175 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3762[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6335.8kbits/s speed=1.18x
3763[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3767[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3768[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3769[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6450, dts 6450, duration 21 at relative offset 787992 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3770[matroska @ 0x55bd4518a540] Writing block of size 5702 with pts 6554, dts 6454, duration 17 at relative offset 788004 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3771[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3772[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3776[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3777[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3778[matroska @ 0x55bd4518a540] Writing block of size 723 with pts 6504, dts 6471, duration 17 at relative offset 793713 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3779[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3780[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3781[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3785[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3786[matroska @ 0x55bd4518a540] Writing block of size 431 with pts 6472, dts 6472, duration 21 at relative offset 794443 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3787[matroska @ 0x55bd4518a540] Writing block of size 709 with pts 6521, dts 6488, duration 17 at relative offset 794881 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3788[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3789[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3790[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3793[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3794[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3795[matroska @ 0x55bd4518a540] Writing block of size 293 with pts 6493, dts 6493, duration 21 at relative offset 795597 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3796[matroska @ 0x55bd4518a540] Writing block of size 48004 with pts 6538, dts 6504, duration 17 at relative offset 795897 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3797[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3798[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3802[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3803[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3804[matroska @ 0x55bd4518a540] Writing block of size 80 with pts 6514, dts 6514, duration 21 at relative offset 843909 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3805[matroska @ 0x55bd4518a540] Writing block of size 6340 with pts 6621, dts 6521, duration 17 at relative offset 843995 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3806[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3807[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3811[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3812[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[matroska @ 0x55bd4518a540] Writing block of size 17 with pts 6536, dts 6536, duration 21 at relative offset 850342 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3813[matroska @ 0x55bd4518a540] Writing block of size 635 with pts 6571, dts 6538, duration 17 at relative offset 850365 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3814[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3815[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3816[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3820[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3821[matroska @ 0x55bd4518a540] Writing block of size 656 with pts 6588, dts 6554, duration 17 at relative offset 851007 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3822[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3823[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3824[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3825[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3829[matroska @ 0x55bd4518a540] Writing block of size 15 with pts 6557, dts 6557, duration 21 at relative offset 851670 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3830[matroska @ 0x55bd4518a540] Writing block of size 225 with pts 6604, dts 6571, duration 17 at relative offset 851691 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3831[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3832[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3833[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3837[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3838[matroska @ 0x55bd4518a540] Writing block of size 13 with pts 6578, dts 6578, duration 21 at relative offset 851923 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3839[matroska @ 0x55bd4518a540] Writing block of size 7884 with pts 6688, dts 6588, duration 17 at relative offset 851942 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3840[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3841[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3842[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3846[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3847[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 6600, dts 6600, duration 21 at relative offset 859833 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3848[matroska @ 0x55bd4518a540] Writing block of size 870 with pts 6638, dts 6604, duration 17 at relative offset 859851 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3849[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3850[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3851[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3855[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3856[matroska @ 0x55bd4518a540] Writing block of size 24003 with pts 6654, dts 6621, duration 17 at relative offset 860728 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3857[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3858[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3859[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3860[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3864[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 6621, dts 6621, duration 21 at relative offset 884739 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3865[matroska @ 0x55bd4518a540] Writing block of size 17514 with pts 6671, dts 6638, duration 17 at relative offset 884757 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3866[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3867[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3868[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3869[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3872[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3873[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 6642, dts 6642, duration 21 at relative offset 902279 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3874[matroska @ 0x55bd4518a540] Writing block of size 10384 with pts 6754, dts 6654, duration 17 at relative offset 902297 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3875[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3876[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3877[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3881[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3882[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 6664, dts 6664, duration 21 at relative offset 912688 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3883[matroska @ 0x55bd4518a540] Writing block of size 203 with pts 6704, dts 6671, duration 17 at relative offset 912706 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3884[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3885[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3891[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 6685, dts 6685, duration 21 at relative offset 912916 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3892[matroska @ 0x55bd4518a540] Writing block of size 204 with pts 6721, dts 6688, duration 17 at relative offset 912933 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3893[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3894[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3899[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3900[matroska @ 0x55bd4518a540] Writing block of size 204 with pts 6738, dts 6704, duration 17 at relative offset 913144 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3901[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3902[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3903[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3908[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 6706, dts 6706, duration 21 at relative offset 913355 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3909[matroska @ 0x55bd4518a540] Writing block of size 32937 with pts 6821, dts 6721, duration 17 at relative offset 913372 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3910[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3911[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3916[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3917[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 6728, dts 6728, duration 21 at relative offset 946317 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3918[matroska @ 0x55bd4518a540] Writing block of size 963 with pts 6771, dts 6738, duration 17 at relative offset 946334 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3919[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3920[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3925[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3926[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 6749, dts 6749, duration 21 at relative offset 947304 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3927[matroska @ 0x55bd4518a540] Writing block of size 957 with pts 6788, dts 6754, duration 17 at relative offset 947320 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3928[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3929[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3934[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3935[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 6770, dts 6770, duration 21 at relative offset 948284 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3936[matroska @ 0x55bd4518a540] Writing block of size 1018 with pts 6804, dts 6771, duration 17 at relative offset 948300 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3937[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3938[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3943[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3944[matroska @ 0x55bd4518a540] Writing block of size 5258 with pts 6888, dts 6788, duration 17 at relative offset 949325 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3945[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3946[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3947[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3952[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 6792, dts 6792, duration 21 at relative offset 954590 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3953[matroska @ 0x55bd4518a540] Writing block of size 25580 with pts 6838, dts 6804, duration 17 at relative offset 954606 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3954[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3955[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3961[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6813, dts 6813, duration 21 at relative offset 980194 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3962[matroska @ 0x55bd4518a540] Writing block of size 20462 with pts 6854, dts 6821, duration 17 at relative offset 980206 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3963[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3964[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3970[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6834, dts 6834, duration 21 at relative offset 1000676 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3971[matroska @ 0x55bd4518a540] Writing block of size 20896 with pts 6871, dts 6838, duration 17 at relative offset 1000688 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3972[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3973[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3979[matroska @ 0x55bd4518a540] Writing block of size 6538 with pts 6954, dts 6854, duration 17 at relative offset 1021592 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3980[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3981[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3982[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3987[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6856, dts 6856, duration 21 at relative offset 1028137 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3988[matroska @ 0x55bd4518a540] Writing block of size 906 with pts 6904, dts 6871, duration 17 at relative offset 1028149 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3989[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3990[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
3995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
3996[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6877, dts 6877, duration 21 at relative offset 1029062 in cluster at offset 6444261. TrackNumber 2, keyframe 1
3997[matroska @ 0x55bd4518a540] Writing block of size 769 with pts 6921, dts 6888, duration 17 at relative offset 1029074 in cluster at offset 6444261. TrackNumber 1, keyframe 0
3998[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
3999[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4005[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6898, dts 6898, duration 21 at relative offset 1029850 in cluster at offset 6444261. TrackNumber 2, keyframe 1
4006[matroska @ 0x55bd4518a540] Writing block of size 224 with pts 6938, dts 6904, duration 17 at relative offset 1029862 in cluster at offset 6444261. TrackNumber 1, keyframe 0
4007[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4008[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4014[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6920, dts 6920, duration 21 at relative offset 1030093 in cluster at offset 6444261. TrackNumber 2, keyframe 1
4015[matroska @ 0x55bd4518a540] Writing block of size 43320 with pts 7004, dts 6921, duration 17 at relative offset 1030105 in cluster at offset 6444261. TrackNumber 1, keyframe 0
4016[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4017[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4022[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4023[matroska @ 0x55bd4518a540] Writing block of size 999 with pts 6971, dts 6938, duration 17 at relative offset 1073433 in cluster at offset 6444261. TrackNumber 1, keyframe 0
4024[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6335.8kbits/s speed= 1.1x
4025[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4026[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4031[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6941, dts 6941, duration 21 at relative offset 1074439 in cluster at offset 6444261. TrackNumber 2, keyframe 1
4032[matroska @ 0x55bd4518a540] Writing block of size 877 with pts 6988, dts 6954, duration 17 at relative offset 1074451 in cluster at offset 6444261. TrackNumber 1, keyframe 0
4033[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4034[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4040[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 6962 at offset 7519603 bytes
4041[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6962, dts 6962, duration 21 at relative offset 10 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4042[matroska @ 0x55bd4518a540] Writing block of size 442197 with pts 7021, dts 6971, duration 17 at relative offset 22 in cluster at offset 7519603. TrackNumber 1, keyframe 1
4043[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4049[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4050[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 6984, dts 6984, duration 21 at relative offset 442227 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4051[matroska @ 0x55bd4518a540] Writing block of size 6653 with pts 7088, dts 6988, duration 17 at relative offset 442239 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4052[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4058[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4059[matroska @ 0x55bd4518a540] Writing block of size 644 with pts 7038, dts 7004, duration 17 at relative offset 448899 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4060[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4061[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4066[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4067[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7005, dts 7005, duration 21 at relative offset 449550 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4068[matroska @ 0x55bd4518a540] Writing block of size 26552 with pts 7054, dts 7021, duration 17 at relative offset 449562 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4069[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4070[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4075[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4076[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7026, dts 7026, duration 21 at relative offset 476122 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4077[matroska @ 0x55bd4518a540] Writing block of size 23993 with pts 7071, dts 7038, duration 17 at relative offset 476134 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4078[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4084[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4085[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7048, dts 7048, duration 21 at relative offset 500135 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4086[matroska @ 0x55bd4518a540] Writing block of size 15673 with pts 7154, dts 7054, duration 17 at relative offset 500147 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4087[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4093[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4094[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7069, dts 7069, duration 21 at relative offset 515827 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4095[matroska @ 0x55bd4518a540] Writing block of size 179 with pts 7104, dts 7071, duration 17 at relative offset 515839 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4096[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4101[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4102[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4103[matroska @ 0x55bd4518a540] Writing block of size 782 with pts 7121, dts 7088, duration 17 at relative offset 516025 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4104[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4105[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4110[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4111[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7090, dts 7090, duration 21 at relative offset 516814 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4112[matroska @ 0x55bd4518a540] Writing block of size 183 with pts 7138, dts 7104, duration 17 at relative offset 516826 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4113[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4119[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4120[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7112, dts 7112, duration 21 at relative offset 517016 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4121[matroska @ 0x55bd4518a540] Writing block of size 29714 with pts 7221, dts 7121, duration 17 at relative offset 517028 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4122[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4128[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4129[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7133, dts 7133, duration 21 at relative offset 546750 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4130[matroska @ 0x55bd4518a540] Writing block of size 778 with pts 7171, dts 7138, duration 17 at relative offset 546762 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4131[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4137[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4138[matroska @ 0x55bd4518a540] Writing block of size 722 with pts 7188, dts 7154, duration 17 at relative offset 547547 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4139[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4140[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4145[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4146[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7154, dts 7154, duration 21 at relative offset 548276 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4147[matroska @ 0x55bd4518a540] Writing block of size 307 with pts 7204, dts 7171, duration 17 at relative offset 548288 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4148[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4149[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4154[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4155[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7176, dts 7176, duration 21 at relative offset 548602 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4156[matroska @ 0x55bd4518a540] Writing block of size 10581 with pts 7288, dts 7188, duration 17 at relative offset 548614 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4157[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4162[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4163[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4164[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7197, dts 7197, duration 21 at relative offset 559202 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4165[matroska @ 0x55bd4518a540] Writing block of size 942 with pts 7238, dts 7204, duration 17 at relative offset 559214 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4166[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4171[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4172[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4173[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7218, dts 7218, duration 21 at relative offset 560163 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4174[matroska @ 0x55bd4518a540] Writing block of size 21472 with pts 7254, dts 7221, duration 17 at relative offset 560175 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4175[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4180[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4181[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4182[matroska @ 0x55bd4518a540] Writing block of size 21501 with pts 7271, dts 7238, duration 17 at relative offset 581655 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4183[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4184[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4189[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4190[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7240, dts 7240, duration 21 at relative offset 603164 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4191[matroska @ 0x55bd4518a540] Writing block of size 40489 with pts 7354, dts 7254, duration 17 at relative offset 603176 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4192[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4197[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4198[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4199[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7261, dts 7261, duration 21 at relative offset 643673 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4200[matroska @ 0x55bd4518a540] Writing block of size 1048 with pts 7304, dts 7271, duration 17 at relative offset 643685 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4201[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4202[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4206[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4207[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4208[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7282, dts 7282, duration 21 at relative offset 644740 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4209[matroska @ 0x55bd4518a540] Writing block of size 935 with pts 7321, dts 7288, duration 17 at relative offset 644752 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4210[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4211[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4215[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4216[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4217[matroska @ 0x55bd4518a540] Writing block of size 543 with pts 7338, dts 7304, duration 17 at relative offset 645694 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4218[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4219[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4224[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4225[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7304, dts 7304, duration 21 at relative offset 646244 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4226[matroska @ 0x55bd4518a540] Writing block of size 9208 with pts 7421, dts 7321, duration 17 at relative offset 646256 in cluster at offset 7519603. TrackNumber 1, keyframe 0[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4227[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4229[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4233[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7325, dts 7325, duration 21 at relative offset 655471 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4234[matroska @ 0x55bd4518a540] Writing block of size 1122 with pts 7371, dts 7338, duration 17 at relative offset 655483 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4235[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4236[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4241[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4242[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7346, dts 7346, duration 21 at relative offset 656612 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4243[matroska @ 0x55bd4518a540] Writing block of size 34401 with pts 7388, dts 7354, duration 17 at relative offset 656624 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4244[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4245[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4246[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4250[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4251[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7368, dts 7368, duration 21 at relative offset 691033 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4252[matroska @ 0x55bd4518a540] Writing block of size 32021 with pts 7404, dts 7371, duration 17 at relative offset 691045 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4253[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4254[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4255[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4259[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4260[matroska @ 0x55bd4518a540] Writing block of size 35835 with pts 7488, dts 7388, duration 17 at relative offset 723074 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4261[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4262[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4263[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4264[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4268[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7389, dts 7389, duration 21 at relative offset 758917 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4269[matroska @ 0x55bd4518a540] Writing block of size 2310 with pts 7438, dts 7404, duration 17 at relative offset 758929 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4270[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4271[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4272[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4277[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7410, dts 7410, duration 21 at relative offset 761246 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4278[matroska @ 0x55bd4518a540] Writing block of size 473 with pts 7454, dts 7421, duration 17 at relative offset 761258 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4279[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4280[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4285[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4286[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7432, dts 7432, duration 21 at relative offset 761738 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4287[matroska @ 0x55bd4518a540] Writing block of size 771 with pts 7471, dts 7438, duration 17 at relative offset 761750 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4288[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7391.8kbits/s speed=1.03x
4289[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4290[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4295[matroska @ 0x55bd4518a540] Writing block of size 190 with pts 7453, dts 7453, duration 21 at relative offset 762528 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4296[matroska @ 0x55bd4518a540] Writing block of size 10958 with pts 7554, dts 7454, duration 17 at relative offset 762725 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4297[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4298[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4303[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4304[matroska @ 0x55bd4518a540] Writing block of size 921 with pts 7504, dts 7471, duration 17 at relative offset 773690 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4305[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4306[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4312[matroska @ 0x55bd4518a540] Writing block of size 374 with pts 7474, dts 7474, duration 21 at relative offset 774618 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4313[matroska @ 0x55bd4518a540] Writing block of size 3257 with pts 7521, dts 7488, duration 17 at relative offset 774999 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4314[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4315[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4320[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4321[matroska @ 0x55bd4518a540] Writing block of size 798 with pts 7496, dts 7496, duration 21 at relative offset 778263 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4322[matroska @ 0x55bd4518a540] Writing block of size 2749 with pts 7538, dts 7504, duration 17 at relative offset 779068 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4323[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4324[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4330[matroska @ 0x55bd4518a540] Writing block of size 164 with pts 7517, dts 7517, duration 21 at relative offset 781824 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4331[matroska @ 0x55bd4518a540] Writing block of size 12095 with pts 7621, dts 7521, duration 17 at relative offset 781995 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4332[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4333[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4339[matroska @ 0x55bd4518a540] Writing block of size 275 with pts 7571, dts 7538, duration 17 at relative offset 794097 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4340[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4341[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4342[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4347[matroska @ 0x55bd4518a540] Writing block of size 16 with pts 7538, dts 7538, duration 21 at relative offset 794379 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4348[matroska @ 0x55bd4518a540] Writing block of size 705 with pts 7588, dts 7554, duration 17 at relative offset 794401 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4349[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4350[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4356[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 7560, dts 7560, duration 21 at relative offset 795113 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4357[matroska @ 0x55bd4518a540] Writing block of size 261 with pts 7604, dts 7571, duration 17 at relative offset 795131 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4358[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4359[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4365[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 7581, dts 7581, duration 21 at relative offset 795399 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4366[matroska @ 0x55bd4518a540] Writing block of size 5066 with pts 7688, dts 7588, duration 17 at relative offset 795417 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4367[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4368[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4373[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4374[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 7602, dts 7602, duration 21 at relative offset 800490 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4375[matroska @ 0x55bd4518a540] Writing block of size 770 with pts 7638, dts 7604, duration 17 at relative offset 800508 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4376[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4377[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4382[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4383[matroska @ 0x55bd4518a540] Writing block of size 719 with pts 7654, dts 7621, duration 17 at relative offset 801285 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4384[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4385[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4386[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4391[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 7624, dts 7624, duration 21 at relative offset 802011 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4392[matroska @ 0x55bd4518a540] Writing block of size 167 with pts 7671, dts 7638, duration 17 at relative offset 802029 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4393[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4394[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4399[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4400[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 7645, dts 7645, duration 21 at relative offset 802203 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4401[matroska @ 0x55bd4518a540] Writing block of size 11079 with pts 7754, dts 7654, duration 17 at relative offset 802220 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4402[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4403[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4408[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4409[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 7666, dts 7666, duration 21 at relative offset 813306 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4410[matroska @ 0x55bd4518a540] Writing block of size 703 with pts 7704, dts 7671, duration 17 at relative offset 813323 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4411[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4412[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4417[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4418[matroska @ 0x55bd4518a540] Writing block of size 719 with pts 7721, dts 7688, duration 17 at relative offset 814033 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4419[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4420[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4421[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4426[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 7688, dts 7688, duration 21 at relative offset 814759 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4427[matroska @ 0x55bd4518a540] Writing block of size 251 with pts 7738, dts 7704, duration 17 at relative offset 814776 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4428[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4429[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4434[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4435[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 7709, dts 7709, duration 21 at relative offset 815034 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4436[matroska @ 0x55bd4518a540] Writing block of size 10749 with pts 7821, dts 7721, duration 17 at relative offset 815051 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4437[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4438[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4443[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4444[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 7730, dts 7730, duration 21 at relative offset 825807 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4445[matroska @ 0x55bd4518a540] Writing block of size 30066 with pts 7771, dts 7738, duration 17 at relative offset 825823 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4446[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4447[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4452[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4453[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 7752, dts 7752, duration 21 at relative offset 855897 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4454[matroska @ 0x55bd4518a540] Writing block of size 23417 with pts 7788, dts 7754, duration 17 at relative offset 855913 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4455[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4456[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4461[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4462[matroska @ 0x55bd4518a540] Writing block of size 21595 with pts 7804, dts 7771, duration 17 at relative offset 879338 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4463[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4470[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7773, dts 7773, duration 21 at relative offset 900941 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4471[matroska @ 0x55bd4518a540] Writing block of size 6069 with pts 7888, dts 7788, duration 17 at relative offset 900953 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4472[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4478[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4479[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7794, dts 7794, duration 21 at relative offset 907029 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4480[matroska @ 0x55bd4518a540] Writing block of size 848 with pts 7838, dts 7804, duration 17 at relative offset 907041 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4481[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4487[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4488[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7816, dts 7816, duration 21 at relative offset 907896 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4489[matroska @ 0x55bd4518a540] Writing block of size 724 with pts 7854, dts 7821, duration 17 at relative offset 907908 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4490[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4496[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4497[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7837, dts 7837, duration 21 at relative offset 908639 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4498[matroska @ 0x55bd4518a540] Writing block of size 177 with pts 7871, dts 7838, duration 17 at relative offset 908651 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4499[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4504[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4505[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4506[matroska @ 0x55bd4518a540] Writing block of size 5858 with pts 7954, dts 7854, duration 17 at relative offset 908835 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4507[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4513[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4514[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7858, dts 7858, duration 21 at relative offset 914700 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4515[matroska @ 0x55bd4518a540] Writing block of size 888 with pts 7904, dts 7871, duration 17 at relative offset 914712 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4516[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4523[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7880, dts 7880, duration 21 at relative offset 915607 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4524[matroska @ 0x55bd4518a540] Writing block of size 41893 with pts 7921, dts 7888, duration 17 at relative offset 915619 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4525[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4531[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4532[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7901, dts 7901, duration 21 at relative offset 957520 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4533[matroska @ 0x55bd4518a540] Writing block of size 31963 with pts 7938, dts 7904, duration 17 at relative offset 957532 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4534[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4540[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4541[matroska @ 0x55bd4518a540] Writing block of size 28794 with pts 8004, dts 7921, duration 17 at relative offset 989503 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4542[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4543[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4548[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4549[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7922, dts 7922, duration 21 at relative offset 1018305 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4550[matroska @ 0x55bd4518a540] Writing block of size 1269 with pts 7971, dts 7938, duration 17 at relative offset 1018317 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4551[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4557[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4558[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7944, dts 7944, duration 21 at relative offset 1019593 in cluster at offset 7519603. TrackNumber 2, keyframe 1
4559[matroska @ 0x55bd4518a540] Writing block of size 966 with pts 7988, dts 7954, duration 17 at relative offset 1019605 in cluster at offset 7519603. TrackNumber 1, keyframe 0
4560[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7391.8kbits/s speed=0.966x
4561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4566[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4567[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 7965 at offset 8540188 bytes
4568[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7965, dts 7965, duration 21 at relative offset 10 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4569[matroska @ 0x55bd4518a540] Writing block of size 442094 with pts 8021, dts 7971, duration 17 at relative offset 22 in cluster at offset 8540188. TrackNumber 1, keyframe 1
4570[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4575[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4576[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4577[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 7986, dts 7986, duration 21 at relative offset 442124 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4578[matroska @ 0x55bd4518a540] Writing block of size 66671 with pts 8088, dts 7988, duration 17 at relative offset 442136 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4579[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4583[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4584[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4585[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4586[matroska @ 0x55bd4518a540] Writing block of size 740 with pts 8038, dts 8004, duration 17 at relative offset 508815 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4587[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4592[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4593[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4594[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8008, dts 8008, duration 21 at relative offset 509562 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4595[matroska @ 0x55bd4518a540] Writing block of size 3317 with pts 8054, dts 8021, duration 17 at relative offset 509574 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4596[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4601[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4602[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4603[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8029, dts 8029, duration 21 at relative offset 512898 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4604[matroska @ 0x55bd4518a540] Writing block of size 2853 with pts 8071, dts 8038, duration 17 at relative offset 512910 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4605[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4610[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4611[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4612[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8048, dts 8048, duration 21 at relative offset 515770 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4613[matroska @ 0x55bd4518a540] Writing block of size 7396 with pts 8154, dts 8054, duration 17 at relative offset 515782 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4614[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4618[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4619[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4620[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4621[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8070, dts 8070, duration 21 at relative offset 523185 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4622[matroska @ 0x55bd4518a540] Writing block of size 994 with pts 8104, dts 8071, duration 17 at relative offset 523197 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4623[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4627[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4628[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4629[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4630[matroska @ 0x55bd4518a540] Writing block of size 974 with pts 8121, dts 8088, duration 17 at relative offset 524198 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4631[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4636[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4637[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4638[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8091, dts 8091, duration 21 at relative offset 525179 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4639[matroska @ 0x55bd4518a540] Writing block of size 470 with pts 8138, dts 8104, duration 17 at relative offset 525191 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4640[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4645[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4646[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8112, dts 8112, duration 21 at relative offset 525668 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4647[matroska @ 0x55bd4518a540] Writing block of size 7212 with pts 8221, dts 8121, duration 17 at relative offset 525680 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4648[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4649[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4654[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4655[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8134, dts 8134, duration 21 at relative offset 532899 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4656[matroska @ 0x55bd4518a540] Writing block of size 675 with pts 8171, dts 8138, duration 17 at relative offset 532911 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4657[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4658[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4662[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4663[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4664[matroska @ 0x55bd4518a540] Writing block of size 712 with pts 8188, dts 8154, duration 17 at relative offset 533593 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4665[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4666[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4667[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4671[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4672[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8155, dts 8155, duration 21 at relative offset 534312 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4673[matroska @ 0x55bd4518a540] Writing block of size 197 with pts 8204, dts 8171, duration 17 at relative offset 534324 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4674[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4675[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4680[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4681[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8176, dts 8176, duration 21 at relative offset 534528 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4682[matroska @ 0x55bd4518a540] Writing block of size 45858 with pts 8288, dts 8188, duration 17 at relative offset 534540 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4683[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4684[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4689[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4690[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8198, dts 8198, duration 21 at relative offset 580406 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4691[matroska @ 0x55bd4518a540] Writing block of size 1162 with pts 8238, dts 8204, duration 17 at relative offset 580418 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4692[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4693[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4697[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4698[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4699[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8219, dts 8219, duration 21 at relative offset 581587 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4700[matroska @ 0x55bd4518a540] Writing block of size 24536 with pts 8254, dts 8221, duration 17 at relative offset 581599 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4701[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4702[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4706[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4707[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4708[matroska @ 0x55bd4518a540] Writing block of size 19612 with pts 8271, dts 8238, duration 17 at relative offset 606143 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4709[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4710[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4715[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4716[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8240, dts 8240, duration 21 at relative offset 625763 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4717[matroska @ 0x55bd4518a540] Writing block of size 10324 with pts 8354, dts 8254, duration 17 at relative offset 625775 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4718[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4719[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4724[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4725[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8262, dts 8262, duration 21 at relative offset 636106 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4726[matroska @ 0x55bd4518a540] Writing block of size 447 with pts 8304, dts 8271, duration 17 at relative offset 636118 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4727[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4728[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4733[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4734[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8283, dts 8283, duration 21 at relative offset 636572 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4735[matroska @ 0x55bd4518a540] Writing block of size 492 with pts 8321, dts 8288, duration 17 at relative offset 636584 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4736[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4737[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4741[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4742[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4743[matroska @ 0x55bd4518a540] Writing block of size 737 with pts 8338, dts 8304, duration 17 at relative offset 637083 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4744[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4745[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4746[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4749[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4750[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4751[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8304, dts 8304, duration 21 at relative offset 637827 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4752[matroska @ 0x55bd4518a540] Writing block of size 28363 with pts 8421, dts 8321, duration 17 at relative offset 637839 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4753[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4754[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4758[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4759[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4760[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8326, dts 8326, duration 21 at relative offset 666210 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4761[matroska @ 0x55bd4518a540] Writing block of size 27683 with pts 8371, dts 8338, duration 17 at relative offset 666222 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4762[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4763[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4767[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4768[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4769[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8347, dts 8347, duration 21 at relative offset 693913 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4770[matroska @ 0x55bd4518a540] Writing block of size 18431 with pts 8388, dts 8354, duration 17 at relative offset 693925 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4771[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4772[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4776[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4777[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4778[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8368, dts 8368, duration 21 at relative offset 712364 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4779[matroska @ 0x55bd4518a540] Writing block of size 18843 with pts 8404, dts 8371, duration 17 at relative offset 712376 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4780[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4781[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4785[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4786[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4787[matroska @ 0x55bd4518a540] Writing block of size 7352 with pts 8488, dts 8388, duration 17 at relative offset 731227 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4788[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4789[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4790[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4793[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4794[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4795[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8390, dts 8390, duration 21 at relative offset 738586 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4796[matroska @ 0x55bd4518a540] Writing block of size 2162 with pts 8438, dts 8404, duration 17 at relative offset 738598 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4797[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4798[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4802[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4803[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4804[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8411, dts 8411, duration 21 at relative offset 740767 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4805[matroska @ 0x55bd4518a540] Writing block of size 22135 with pts 8454, dts 8421, duration 17 at relative offset 740779 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4806[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4807[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4811[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4812[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4813[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8432, dts 8432, duration 21 at relative offset 762922 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4814[matroska @ 0x55bd4518a540] Writing block of size 12425 with pts 8471, dts 8438, duration 17 at relative offset 762934 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4815[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4816[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4820[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4821[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4822[matroska @ 0x55bd4518a540] Writing block of size 31955 with pts 8554, dts 8454, duration 17 at relative offset 775366 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4823[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6746.6kbits/s speed=1.14x
4824[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4825[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4829[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4830[matroska @ 0x55bd4518a540] Writing block of size 8 with pts 8454, dts 8454, duration 21 at relative offset 807329 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4831[matroska @ 0x55bd4518a540] Writing block of size 1529 with pts 8504, dts 8471, duration 17 at relative offset 807343 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4832[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4833[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4837[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4838[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4839[matroska @ 0x55bd4518a540] Writing block of size 516 with pts 8475, dts 8475, duration 21 at relative offset 808879 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4840[matroska @ 0x55bd4518a540] Writing block of size 1201 with pts 8521, dts 8488, duration 17 at relative offset 809402 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4841[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4842[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4846[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4847[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4848[matroska @ 0x55bd4518a540] Writing block of size 200 with pts 8496, dts 8496, duration 21 at relative offset 810610 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4849[matroska @ 0x55bd4518a540] Writing block of size 592 with pts 8538, dts 8504, duration 17 at relative offset 810817 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4850[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4851[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4855[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4856[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4857[matroska @ 0x55bd4518a540] Writing block of size 32 with pts 8518, dts 8518, duration 21 at relative offset 811416 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4858[matroska @ 0x55bd4518a540] Writing block of size 6116 with pts 8621, dts 8521, duration 17 at relative offset 811454 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4859[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4860[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4864[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4865[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4866[matroska @ 0x55bd4518a540] Writing block of size 733 with pts 8571, dts 8538, duration 17 at relative offset 817577 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4867[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4868[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4869[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4872[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4873[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4874[matroska @ 0x55bd4518a540] Writing block of size 17 with pts 8539, dts 8539, duration 21 at relative offset 818317 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4875[matroska @ 0x55bd4518a540] Writing block of size 715 with pts 8588, dts 8554, duration 17 at relative offset 818340 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4876[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4877[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4881[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4882[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4883[matroska @ 0x55bd4518a540] Writing block of size 13 with pts 8560, dts 8560, duration 21 at relative offset 819062 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4884[matroska @ 0x55bd4518a540] Writing block of size 228 with pts 8604, dts 8571, duration 17 at relative offset 819081 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4885[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4891[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4892[matroska @ 0x55bd4518a540] Writing block of size 13 with pts 8582, dts 8582, duration 21 at relative offset 819316 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4893[matroska @ 0x55bd4518a540] Writing block of size 6427 with pts 8688, dts 8588, duration 17 at relative offset 819335 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4894[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4899[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4900[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4901[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 8603, dts 8603, duration 21 at relative offset 825769 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4902[matroska @ 0x55bd4518a540] Writing block of size 712 with pts 8638, dts 8604, duration 17 at relative offset 825787 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4903[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4908[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4909[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4910[matroska @ 0x55bd4518a540] Writing block of size 21328 with pts 8654, dts 8621, duration 17 at relative offset 826506 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4911[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4916[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4917[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4918[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 8624, dts 8624, duration 21 at relative offset 847842 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4919[matroska @ 0x55bd4518a540] Writing block of size 16529 with pts 8671, dts 8638, duration 17 at relative offset 847860 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4920[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4925[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4926[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4927[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 8646, dts 8646, duration 21 at relative offset 864397 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4928[matroska @ 0x55bd4518a540] Writing block of size 6117 with pts 8754, dts 8654, duration 17 at relative offset 864415 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4929[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4934[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4935[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4936[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 8667, dts 8667, duration 21 at relative offset 870539 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4937[matroska @ 0x55bd4518a540] Writing block of size 662 with pts 8704, dts 8671, duration 17 at relative offset 870557 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4938[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4943[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4944[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4945[matroska @ 0x55bd4518a540] Writing block of size 649 with pts 8721, dts 8688, duration 17 at relative offset 871226 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4946[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4947[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4952[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4953[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 8688, dts 8688, duration 21 at relative offset 871882 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4954[matroska @ 0x55bd4518a540] Writing block of size 194 with pts 8738, dts 8704, duration 17 at relative offset 871899 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4955[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4961[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4962[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 8710, dts 8710, duration 21 at relative offset 872100 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4963[matroska @ 0x55bd4518a540] Writing block of size 12548 with pts 8821, dts 8721, duration 17 at relative offset 872117 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4964[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4970[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4971[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 8731, dts 8731, duration 21 at relative offset 884672 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4972[matroska @ 0x55bd4518a540] Writing block of size 700 with pts 8771, dts 8738, duration 17 at relative offset 884689 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4973[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4979[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4980[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 8752, dts 8752, duration 21 at relative offset 885396 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4981[matroska @ 0x55bd4518a540] Writing block of size 44040 with pts 8788, dts 8754, duration 17 at relative offset 885413 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4982[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4987[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4988[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4989[matroska @ 0x55bd4518a540] Writing block of size 34848 with pts 8804, dts 8771, duration 17 at relative offset 929461 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4990[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
4991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
4996[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
4997[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 8774, dts 8774, duration 21 at relative offset 964317 in cluster at offset 8540188. TrackNumber 2, keyframe 1
4998[matroska @ 0x55bd4518a540] Writing block of size 14043 with pts 8888, dts 8788, duration 17 at relative offset 964333 in cluster at offset 8540188. TrackNumber 1, keyframe 0
4999[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5005[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5006[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 8795, dts 8795, duration 21 at relative offset 978383 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5007[matroska @ 0x55bd4518a540] Writing block of size 943 with pts 8838, dts 8804, duration 17 at relative offset 978399 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5008[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5014[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5015[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8816, dts 8816, duration 21 at relative offset 979349 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5016[matroska @ 0x55bd4518a540] Writing block of size 2106 with pts 8854, dts 8821, duration 17 at relative offset 979361 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5017[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5022[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5023[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5024[matroska @ 0x55bd4518a540] Writing block of size 377 with pts 8871, dts 8838, duration 17 at relative offset 981474 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5025[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5026[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5031[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5032[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8838, dts 8838, duration 21 at relative offset 981858 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5033[matroska @ 0x55bd4518a540] Writing block of size 7159 with pts 8954, dts 8854, duration 17 at relative offset 981870 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5034[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5040[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5041[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8859, dts 8859, duration 21 at relative offset 989036 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5042[matroska @ 0x55bd4518a540] Writing block of size 935 with pts 8904, dts 8871, duration 17 at relative offset 989048 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5043[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5049[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5050[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8880, dts 8880, duration 21 at relative offset 989990 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5051[matroska @ 0x55bd4518a540] Writing block of size 780 with pts 8921, dts 8888, duration 17 at relative offset 990002 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5052[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5058[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8902, dts 8902, duration 21 at relative offset 990789 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5059[matroska @ 0x55bd4518a540] Writing block of size 249 with pts 8938, dts 8904, duration 17 at relative offset 990801 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5060[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5061[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5066[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5067[matroska @ 0x55bd4518a540] Writing block of size 5357 with pts 9004, dts 8921, duration 17 at relative offset 991057 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5068[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5069[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5070[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5075[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8923, dts 8923, duration 21 at relative offset 996421 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5076[matroska @ 0x55bd4518a540] Writing block of size 789 with pts 8971, dts 8938, duration 17 at relative offset 996433 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5077[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5078[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5084[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8944, dts 8944, duration 21 at relative offset 997229 in cluster at offset 8540188. TrackNumber 2, keyframe 1
5085[matroska @ 0x55bd4518a540] Writing block of size 765 with pts 8988, dts 8954, duration 17 at relative offset 997241 in cluster at offset 8540188. TrackNumber 1, keyframe 0
5086[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6746.6kbits/s speed=1.08x
5087[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5093[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 8966 at offset 9538208 bytes
5094[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8966, dts 8966, duration 21 at relative offset 10 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5095[matroska @ 0x55bd4518a540] Writing block of size 442675 with pts 9021, dts 8971, duration 17 at relative offset 22 in cluster at offset 9538208. TrackNumber 1, keyframe 1
5096[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5101[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5102[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5103[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 8987, dts 8987, duration 21 at relative offset 442705 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5104[matroska @ 0x55bd4518a540] Writing block of size 45211 with pts 9088, dts 8988, duration 17 at relative offset 442717 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5105[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5110[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5111[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5112[matroska @ 0x55bd4518a540] Writing block of size 790 with pts 9038, dts 9004, duration 17 at relative offset 487936 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5113[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5119[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5120[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9008, dts 9008, duration 21 at relative offset 488733 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5121[matroska @ 0x55bd4518a540] Writing block of size 763 with pts 9054, dts 9021, duration 17 at relative offset 488745 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5122[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5128[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5129[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9030, dts 9030, duration 21 at relative offset 489515 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5130[matroska @ 0x55bd4518a540] Writing block of size 260 with pts 9071, dts 9038, duration 17 at relative offset 489527 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5131[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5137[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5138[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9051, dts 9051, duration 21 at relative offset 489794 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5139[matroska @ 0x55bd4518a540] Writing block of size 7244 with pts 9154, dts 9054, duration 17 at relative offset 489806 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5140[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5145[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5146[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5147[matroska @ 0x55bd4518a540] Writing block of size 814 with pts 9104, dts 9071, duration 17 at relative offset 497057 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5148[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5149[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5154[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5155[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9072, dts 9072, duration 21 at relative offset 497878 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5156[matroska @ 0x55bd4518a540] Writing block of size 711 with pts 9121, dts 9088, duration 17 at relative offset 497890 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5157[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5162[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5163[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5164[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9094, dts 9094, duration 21 at relative offset 498608 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5165[matroska @ 0x55bd4518a540] Writing block of size 212 with pts 9138, dts 9104, duration 17 at relative offset 498620 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5166[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5171[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5172[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5173[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9115, dts 9115, duration 21 at relative offset 498839 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5174[matroska @ 0x55bd4518a540] Writing block of size 8115 with pts 9221, dts 9121, duration 17 at relative offset 498851 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5175[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5180[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5181[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5182[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9136, dts 9136, duration 21 at relative offset 506973 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5183[matroska @ 0x55bd4518a540] Writing block of size 35728 with pts 9171, dts 9138, duration 17 at relative offset 506985 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5184[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5189[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5190[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5191[matroska @ 0x55bd4518a540] Writing block of size 28628 with pts 9188, dts 9154, duration 17 at relative offset 542721 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5192[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5197[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5198[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5199[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9158, dts 9158, duration 21 at relative offset 571357 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5200[matroska @ 0x55bd4518a540] Writing block of size 23613 with pts 9204, dts 9171, duration 17 at relative offset 571369 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5201[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5202[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5206[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5207[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5208[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9179, dts 9179, duration 21 at relative offset 594990 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5209[matroska @ 0x55bd4518a540] Writing block of size 21954 with pts 9288, dts 9188, duration 17 at relative offset 595002 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5210[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5211[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5215[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5216[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5217[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9200, dts 9200, duration 21 at relative offset 616964 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5218[matroska @ 0x55bd4518a540] Writing block of size 1076 with pts 9238, dts 9204, duration 17 at relative offset 616976 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5219[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5220[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5224[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5225[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5226[matroska @ 0x55bd4518a540] Writing block of size 874 with pts 9254, dts 9221, duration 17 at relative offset 618059 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5227[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5228[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5229[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5233[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5234[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9222, dts 9222, duration 21 at relative offset 618940 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5235[matroska @ 0x55bd4518a540] Writing block of size 308 with pts 9271, dts 9238, duration 17 at relative offset 618952 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5236[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5237[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5241[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5242[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5243[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9243, dts 9243, duration 21 at relative offset 619267 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5244[matroska @ 0x55bd4518a540] Writing block of size 7671 with pts 9354, dts 9254, duration 17 at relative offset 619279 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5245[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5246[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5250[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5251[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5252[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9264, dts 9264, duration 21 at relative offset 626957 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5253[matroska @ 0x55bd4518a540] Writing block of size 693 with pts 9304, dts 9271, duration 17 at relative offset 626969 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5254[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5255[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5259[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5260[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5261[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9286, dts 9286, duration 21 at relative offset 627669 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5262[matroska @ 0x55bd4518a540] Writing block of size 39884 with pts 9321, dts 9288, duration 17 at relative offset 627681 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5263[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5264[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5268[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5269[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5270[matroska @ 0x55bd4518a540] Writing block of size 32260 with pts 9338, dts 9304, duration 17 at relative offset 667573 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5271[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5272[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5277[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5278[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9307, dts 9307, duration 21 at relative offset 699841 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5279[matroska @ 0x55bd4518a540] Writing block of size 6741 with pts 9421, dts 9321, duration 17 at relative offset 699853 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5280[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5281[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5285[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5286[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5287[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9328, dts 9328, duration 21 at relative offset 706601 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5288[matroska @ 0x55bd4518a540] Writing block of size 673 with pts 9371, dts 9338, duration 17 at relative offset 706613 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5289[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5290[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5295[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5296[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9350, dts 9350, duration 21 at relative offset 707293 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5297[matroska @ 0x55bd4518a540] Writing block of size 655 with pts 9388, dts 9354, duration 17 at relative offset 707305 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5298[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5299[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5303[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5304[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5305[matroska @ 0x55bd4518a540] Writing block of size 213 with pts 9404, dts 9371, duration 17 at relative offset 707967 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5306[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5307[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5312[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5313[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9371, dts 9371, duration 21 at relative offset 708187 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5314[matroska @ 0x55bd4518a540] Writing block of size 20085 with pts 9488, dts 9388, duration 17 at relative offset 708199 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5315[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5320[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5321[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5322[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9392, dts 9392, duration 21 at relative offset 728292 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5323[matroska @ 0x55bd4518a540] Writing block of size 1723 with pts 9438, dts 9404, duration 17 at relative offset 728304 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5324[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5330[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5331[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9414, dts 9414, duration 21 at relative offset 730034 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5332[matroska @ 0x55bd4518a540] Writing block of size 1834 with pts 9454, dts 9421, duration 17 at relative offset 730046 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5333[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5339[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5340[matroska @ 0x55bd4518a540] Writing block of size 8 with pts 9435, dts 9435, duration 21 at relative offset 731887 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5341[matroska @ 0x55bd4518a540] Writing block of size 309 with pts 9471, dts 9438, duration 17 at relative offset 731901 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5342[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5347[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5348[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5349[matroska @ 0x55bd4518a540] Writing block of size 5056 with pts 9554, dts 9454, duration 17 at relative offset 732217 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5350[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7590.0kbits/s speed=1.02x
5351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5356[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5357[matroska @ 0x55bd4518a540] Writing block of size 319 with pts 9456, dts 9456, duration 21 at relative offset 737280 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5358[matroska @ 0x55bd4518a540] Writing block of size 770 with pts 9504, dts 9471, duration 17 at relative offset 737606 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5359[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5365[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5366[matroska @ 0x55bd4518a540] Writing block of size 544 with pts 9478, dts 9478, duration 21 at relative offset 738383 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5367[matroska @ 0x55bd4518a540] Writing block of size 5900 with pts 9521, dts 9488, duration 17 at relative offset 738934 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5368[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5373[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5374[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5375[matroska @ 0x55bd4518a540] Writing block of size 405 with pts 9499, dts 9499, duration 21 at relative offset 744841 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5376[matroska @ 0x55bd4518a540] Writing block of size 3248 with pts 9538, dts 9504, duration 17 at relative offset 745253 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5377[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5382[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5383[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5384[matroska @ 0x55bd4518a540] Writing block of size 53 with pts 9520, dts 9520, duration 21 at relative offset 748508 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5385[matroska @ 0x55bd4518a540] Writing block of size 8106 with pts 9621, dts 9521, duration 17 at relative offset 748567 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5386[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5391[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5392[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5393[matroska @ 0x55bd4518a540] Writing block of size 779 with pts 9571, dts 9538, duration 17 at relative offset 756680 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5394[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5399[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5400[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5401[matroska @ 0x55bd4518a540] Writing block of size 16 with pts 9542, dts 9542, duration 21 at relative offset 757466 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5402[matroska @ 0x55bd4518a540] Writing block of size 321 with pts 9588, dts 9554, duration 17 at relative offset 757488 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5403[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5408[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5409[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5410[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 9563, dts 9563, duration 21 at relative offset 757816 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5411[matroska @ 0x55bd4518a540] Writing block of size 313 with pts 9604, dts 9571, duration 17 at relative offset 757834 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5412[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5417[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5418[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5419[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 9584, dts 9584, duration 21 at relative offset 758154 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5420[matroska @ 0x55bd4518a540] Writing block of size 4596 with pts 9688, dts 9588, duration 17 at relative offset 758172 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5421[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5426[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5427[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5428[matroska @ 0x55bd4518a540] Writing block of size 856 with pts 9638, dts 9604, duration 17 at relative offset 762775 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5429[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5430[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5434[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5435[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5436[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 9606, dts 9606, duration 21 at relative offset 763638 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5437[matroska @ 0x55bd4518a540] Writing block of size 734 with pts 9654, dts 9621, duration 17 at relative offset 763656 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5438[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5443[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5444[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5445[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 9627, dts 9627, duration 21 at relative offset 764397 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5446[matroska @ 0x55bd4518a540] Writing block of size 678 with pts 9671, dts 9638, duration 17 at relative offset 764414 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5447[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5452[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5453[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5454[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 9648, dts 9648, duration 21 at relative offset 765099 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5455[matroska @ 0x55bd4518a540] Writing block of size 6773 with pts 9754, dts 9654, duration 17 at relative offset 765116 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5456[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5461[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5462[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5463[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 9670, dts 9670, duration 21 at relative offset 771896 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5464[matroska @ 0x55bd4518a540] Writing block of size 168 with pts 9704, dts 9671, duration 17 at relative offset 771913 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5465[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5470[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5471[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)[matroska @ 0x55bd4518a540] Writing block of size 21933 with pts 9721, dts 9688, duration 17 at relative offset 772088 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5472[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5473[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5478[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5479[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 9691, dts 9691, duration 21 at relative offset 794029 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5480[matroska @ 0x55bd4518a540] Writing block of size 16642 with pts 9738, dts 9704, duration 17 at relative offset 794046 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5481[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5487[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5488[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 9712, dts 9712, duration 21 at relative offset 810696 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5489[matroska @ 0x55bd4518a540] Writing block of size 11475 with pts 9821, dts 9721, duration 17 at relative offset 810712 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5490[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5491[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5496[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5497[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 9734, dts 9734, duration 21 at relative offset 822194 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5498[matroska @ 0x55bd4518a540] Writing block of size 763 with pts 9771, dts 9738, duration 17 at relative offset 822210 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5499[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5504[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5505[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5506[matroska @ 0x55bd4518a540] Writing block of size 736 with pts 9788, dts 9754, duration 17 at relative offset 822980 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5507[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5508[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5513[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5514[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9755, dts 9755, duration 21 at relative offset 823723 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5515[matroska @ 0x55bd4518a540] Writing block of size 214 with pts 9804, dts 9771, duration 17 at relative offset 823735 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5516[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5523[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9776, dts 9776, duration 21 at relative offset 823956 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5524[matroska @ 0x55bd4518a540] Writing block of size 51500 with pts 9888, dts 9788, duration 17 at relative offset 823968 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5525[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5531[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5532[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9798, dts 9798, duration 21 at relative offset 875476 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5533[matroska @ 0x55bd4518a540] Writing block of size 770 with pts 9838, dts 9804, duration 17 at relative offset 875488 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5534[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5540[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5541[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9819, dts 9819, duration 21 at relative offset 876265 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5542[matroska @ 0x55bd4518a540] Writing block of size 930 with pts 9854, dts 9821, duration 17 at relative offset 876277 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5543[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5544[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5548[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5549[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5550[matroska @ 0x55bd4518a540] Writing block of size 476 with pts 9871, dts 9838, duration 17 at relative offset 877214 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5551[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5552[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5557[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5558[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9840, dts 9840, duration 21 at relative offset 877697 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5559[matroska @ 0x55bd4518a540] Writing block of size 5578 with pts 9954, dts 9854, duration 17 at relative offset 877709 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5560[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5561[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5566[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5567[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9862, dts 9862, duration 21 at relative offset 883294 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5568[matroska @ 0x55bd4518a540] Writing block of size 1012 with pts 9904, dts 9871, duration 17 at relative offset 883306 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5569[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5570[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5575[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5576[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9883, dts 9883, duration 21 at relative offset 884325 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5577[matroska @ 0x55bd4518a540] Writing block of size 10168 with pts 9921, dts 9888, duration 17 at relative offset 884337 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5578[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5579[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5583[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5584[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5585[matroska @ 0x55bd4518a540] Writing block of size 9356 with pts 9938, dts 9904, duration 17 at relative offset 894512 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5586[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5587[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5588[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5592[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5593[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9904, dts 9904, duration 21 at relative offset 903875 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5594[matroska @ 0x55bd4518a540] Writing block of size 12042 with pts 10004, dts 9921, duration 17 at relative offset 903887 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5595[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5596[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5601[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5602[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9926, dts 9926, duration 21 at relative offset 915936 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5603[matroska @ 0x55bd4518a540] Writing block of size 182 with pts 9971, dts 9938, duration 17 at relative offset 915948 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5604[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5605[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5610[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5611[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9947, dts 9947, duration 21 at relative offset 916137 in cluster at offset 9538208. TrackNumber 2, keyframe 1
5612[matroska @ 0x55bd4518a540] Writing block of size 169 with pts 9988, dts 9954, duration 17 at relative offset 916149 in cluster at offset 9538208. TrackNumber 1, keyframe 0
5613[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5614[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5618[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5619[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5620[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 9968 at offset 10454540 bytesx
5621[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9968, dts 9968, duration 21 at relative offset 10 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5622[matroska @ 0x55bd4518a540] Writing block of size 442144 with pts 10021, dts 9971, duration 17 at relative offset 22 in cluster at offset 10454540. TrackNumber 1, keyframe 1
5623[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5627[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5628[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5629[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5630[matroska @ 0x55bd4518a540] Writing block of size 10604 with pts 10088, dts 9988, duration 17 at relative offset 442174 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5631[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5632[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5636[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5637[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5638[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 9990, dts 9990, duration 21 at relative offset 452785 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5639[matroska @ 0x55bd4518a540] Writing block of size 652 with pts 10038, dts 10004, duration 17 at relative offset 452797 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5640[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5645[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5646[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5647[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10011, dts 10011, duration 21 at relative offset 453456 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5648[matroska @ 0x55bd4518a540] Writing block of size 51509 with pts 10054, dts 10021, duration 17 at relative offset 453468 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5649[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5654[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5655[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5656[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10032, dts 10032, duration 21 at relative offset 504985 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5657[matroska @ 0x55bd4518a540] Writing block of size 192 with pts 10071, dts 10038, duration 17 at relative offset 504997 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5658[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5662[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5663[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5664[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5665[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10052, dts 10052, duration 21 at relative offset 505196 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5666[matroska @ 0x55bd4518a540] Writing block of size 64121 with pts 10154, dts 10054, duration 17 at relative offset 505208 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5667[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5671[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5672[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5673[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5674[matroska @ 0x55bd4518a540] Writing block of size 920 with pts 10104, dts 10071, duration 17 at relative offset 569337 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5675[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5676[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5680[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5681[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5682[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10074, dts 10074, duration 21 at relative offset 570264 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5683[matroska @ 0x55bd4518a540] Writing block of size 5432 with pts 10121, dts 10088, duration 17 at relative offset 570276 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5684[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5685[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5689[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5690[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5691[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10095, dts 10095, duration 21 at relative offset 575715 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5692[matroska @ 0x55bd4518a540] Writing block of size 3452 with pts 10138, dts 10104, duration 17 at relative offset 575727 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5693[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5694[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5697[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5698[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5699[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5700[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10116, dts 10116, duration 21 at relative offset 579186 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5701[matroska @ 0x55bd4518a540] Writing block of size 7335 with pts 10221, dts 10121, duration 17 at relative offset 579198 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5702[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5703[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5706[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5707[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5708[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5709[matroska @ 0x55bd4518a540] Writing block of size 986 with pts 10171, dts 10138, duration 17 at relative offset 586540 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5710[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5711[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5712[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5715[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5716[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5717[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10138, dts 10138, duration 21 at relative offset 587533 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5718[matroska @ 0x55bd4518a540] Writing block of size 911 with pts 10188, dts 10154, duration 17 at relative offset 587545 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5719[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5724[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5725[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5726[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10159, dts 10159, duration 21 at relative offset 588463 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5727[matroska @ 0x55bd4518a540] Writing block of size 471 with pts 10204, dts 10171, duration 17 at relative offset 588475 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5728[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5733[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5734[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5735[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10180, dts 10180, duration 21 at relative offset 588953 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5736[matroska @ 0x55bd4518a540] Writing block of size 40221 with pts 10288, dts 10188, duration 17 at relative offset 588965 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5737[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5741[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5742[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5743[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5744[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10202, dts 10202, duration 21 at relative offset 629194 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5745[matroska @ 0x55bd4518a540] Writing block of size 1512 with pts 10238, dts 10204, duration 17 at relative offset 629206 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5746[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5749[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5750[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5751[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5752[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5753[matroska @ 0x55bd4518a540] Writing block of size 11435 with pts 10254, dts 10221, duration 17 at relative offset 630725 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5754[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5758[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5759[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5760[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5761[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10223, dts 10223, duration 21 at relative offset 642167 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5762[matroska @ 0x55bd4518a540] Writing block of size 9355 with pts 10271, dts 10238, duration 17 at relative offset 642179 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5763[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5767[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5768[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5769[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5770[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10244, dts 10244, duration 21 at relative offset 651541 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5771[matroska @ 0x55bd4518a540] Writing block of size 17535 with pts 10354, dts 10254, duration 17 at relative offset 651553 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5772[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5776[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5777[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5778[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5779[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10266, dts 10266, duration 21 at relative offset 669096 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5780[matroska @ 0x55bd4518a540] Writing block of size 978 with pts 10304, dts 10271, duration 17 at relative offset 669108 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5781[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5785[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5786[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5787[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5788[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10287, dts 10287, duration 21 at relative offset 670093 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5789[matroska @ 0x55bd4518a540] Writing block of size 405 with pts 10321, dts 10288, duration 17 at relative offset 670105 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5790[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5793[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5794[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5795[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5796[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5797[matroska @ 0x55bd4518a540] Writing block of size 290 with pts 10338, dts 10304, duration 17 at relative offset 670517 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5798[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5802[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5803[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5804[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5805[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10308, dts 10308, duration 21 at relative offset 670814 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5806[matroska @ 0x55bd4518a540] Writing block of size 43700 with pts 10421, dts 10321, duration 17 at relative offset 670826 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5807[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5811[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5812[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5813[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5814[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10330, dts 10330, duration 21 at relative offset 714534 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5815[matroska @ 0x55bd4518a540] Writing block of size 10565 with pts 10371, dts 10338, duration 17 at relative offset 714546 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5816[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5820[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5821[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5822[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5823[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10351, dts 10351, duration 21 at relative offset 725118 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5824[matroska @ 0x55bd4518a540] Writing block of size 1482 with pts 10388, dts 10354, duration 17 at relative offset 725130 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5825[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5829[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5830[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5831[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5832[matroska @ 0x55bd4518a540] Writing block of size 651 with pts 10404, dts 10371, duration 17 at relative offset 726619 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5833[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5837[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5838[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5839[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5840[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10372, dts 10372, duration 21 at relative offset 727277 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5841[matroska @ 0x55bd4518a540] Writing block of size 10201 with pts 10488, dts 10388, duration 17 at relative offset 727289 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5842[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5846[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5847[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5848[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5849[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10394, dts 10394, duration 21 at relative offset 737497 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5850[matroska @ 0x55bd4518a540] Writing block of size 2214 with pts 10438, dts 10404, duration 17 at relative offset 737509 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5851[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5855[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5856[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5857[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5858[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10415, dts 10415, duration 21 at relative offset 739730 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5859[matroska @ 0x55bd4518a540] Writing block of size 11724 with pts 10454, dts 10421, duration 17 at relative offset 739742 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5860[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5864[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5865[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5866[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5867[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10436, dts 10436, duration 21 at relative offset 751473 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5868[matroska @ 0x55bd4518a540] Writing block of size 9651 with pts 10471, dts 10438, duration 17 at relative offset 751485 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5869[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5872[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5873[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5874[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5875[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5876[matroska @ 0x55bd4518a540] Writing block of size 11501 with pts 10554, dts 10454, duration 17 at relative offset 761143 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5877[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5881[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5882[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5883[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5884[matroska @ 0x55bd4518a540] Writing block of size 134 with pts 10458, dts 10458, duration 21 at relative offset 772651 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5885[matroska @ 0x55bd4518a540] Writing block of size 765 with pts 10504, dts 10471, duration 17 at relative offset 772792 in cluster at offset 10454540. TrackNumber 1, keyframe 0[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6855.7kbits/s speed=1.11x
5886[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5891[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5892[matroska @ 0x55bd4518a540] Writing block of size 409 with pts 10479, dts 10479, duration 21 at relative offset 773564 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5893[matroska @ 0x55bd4518a540] Writing block of size 759 with pts 10521, dts 10488, duration 17 at relative offset 773980 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5894[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5895[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5899[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5900[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5901[matroska @ 0x55bd4518a540] Writing block of size 138 with pts 10500, dts 10500, duration 21 at relative offset 774746 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5902[matroska @ 0x55bd4518a540] Writing block of size 253 with pts 10538, dts 10504, duration 17 at relative offset 774891 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5903[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5904[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5908[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5909[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5910[matroska @ 0x55bd4518a540] Writing block of size 18883 with pts 10621, dts 10521, duration 17 at relative offset 775151 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5911[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5912[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5916[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5917[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5918[matroska @ 0x55bd4518a540] Writing block of size 17 with pts 10522, dts 10522, duration 21 at relative offset 794042 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5919[matroska @ 0x55bd4518a540] Writing block of size 874 with pts 10571, dts 10538, duration 17 at relative offset 794065 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5920[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5921[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5925[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5926[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5927[matroska @ 0x55bd4518a540] Writing block of size 17 with pts 10543, dts 10543, duration 21 at relative offset 794946 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5928[matroska @ 0x55bd4518a540] Writing block of size 660 with pts 10588, dts 10554, duration 17 at relative offset 794969 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5929[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5930[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5934[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5935[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5936[matroska @ 0x55bd4518a540] Writing block of size 15 with pts 10564, dts 10564, duration 21 at relative offset 795636 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5937[matroska @ 0x55bd4518a540] Writing block of size 241 with pts 10604, dts 10571, duration 17 at relative offset 795657 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5938[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5939[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5943[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5944[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5945[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 10586, dts 10586, duration 21 at relative offset 795905 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5946[matroska @ 0x55bd4518a540] Writing block of size 7739 with pts 10688, dts 10588, duration 17 at relative offset 795923 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5947[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5948[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5952[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5953[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5954[matroska @ 0x55bd4518a540] Writing block of size 904 with pts 10638, dts 10604, duration 17 at relative offset 803669 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5955[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5956[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5961[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5962[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 10607, dts 10607, duration 21 at relative offset 804580 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5963[matroska @ 0x55bd4518a540] Writing block of size 5099 with pts 10654, dts 10621, duration 17 at relative offset 804598 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5964[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5965[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5970[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5971[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 10628, dts 10628, duration 21 at relative offset 809704 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5972[matroska @ 0x55bd4518a540] Writing block of size 2945 with pts 10671, dts 10638, duration 17 at relative offset 809722 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5973[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5974[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5979[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5980[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 10650, dts 10650, duration 21 at relative offset 812674 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5981[matroska @ 0x55bd4518a540] Writing block of size 7441 with pts 10754, dts 10654, duration 17 at relative offset 812692 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5982[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5983[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5987[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5988[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5989[matroska @ 0x55bd4518a540] Writing block of size 297 with pts 10704, dts 10671, duration 17 at relative offset 820140 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5990[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
5991[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5992[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
5996[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
5997[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 10671, dts 10671, duration 21 at relative offset 820444 in cluster at offset 10454540. TrackNumber 2, keyframe 1
5998[matroska @ 0x55bd4518a540] Writing block of size 806 with pts 10721, dts 10688, duration 17 at relative offset 820461 in cluster at offset 10454540. TrackNumber 1, keyframe 0
5999[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6000[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6005[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6006[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 10692, dts 10692, duration 21 at relative offset 821274 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6007[matroska @ 0x55bd4518a540] Writing block of size 268 with pts 10738, dts 10704, duration 17 at relative offset 821291 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6008[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6009[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6014[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6015[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 10714, dts 10714, duration 21 at relative offset 821566 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6016[matroska @ 0x55bd4518a540] Writing block of size 16439 with pts 10821, dts 10721, duration 17 at relative offset 821583 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6017[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6018[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6022[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6023[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6024[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 10735, dts 10735, duration 21 at relative offset 838030 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6025[matroska @ 0x55bd4518a540] Writing block of size 759 with pts 10771, dts 10738, duration 17 at relative offset 838047 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6026[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6027[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6031[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6032[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6033[matroska @ 0x55bd4518a540] Writing block of size 776 with pts 10788, dts 10754, duration 17 at relative offset 838813 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6034[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6035[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6040[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6041[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 10756, dts 10756, duration 21 at relative offset 839596 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6042[matroska @ 0x55bd4518a540] Writing block of size 231 with pts 10804, dts 10771, duration 17 at relative offset 839612 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6043[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6044[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6049[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6050[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 10778, dts 10778, duration 21 at relative offset 839850 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6051[matroska @ 0x55bd4518a540] Writing block of size 6976 with pts 10888, dts 10788, duration 17 at relative offset 839866 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6052[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6053[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6058[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6059[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10799, dts 10799, duration 21 at relative offset 846849 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6060[matroska @ 0x55bd4518a540] Writing block of size 840 with pts 10838, dts 10804, duration 17 at relative offset 846861 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6061[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6062[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6066[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6067[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6068[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10820, dts 10820, duration 21 at relative offset 847708 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6069[matroska @ 0x55bd4518a540] Writing block of size 21630 with pts 10854, dts 10821, duration 17 at relative offset 847720 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6070[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6071[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6075[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6076[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6077[matroska @ 0x55bd4518a540] Writing block of size 16743 with pts 10871, dts 10838, duration 17 at relative offset 869358 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6078[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6079[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6084[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6085[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10842, dts 10842, duration 21 at relative offset 886109 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6086[matroska @ 0x55bd4518a540] Writing block of size 5711 with pts 10954, dts 10854, duration 17 at relative offset 886121 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6087[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6088[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6093[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6094[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10863, dts 10863, duration 21 at relative offset 891839 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6095[matroska @ 0x55bd4518a540] Writing block of size 906 with pts 10904, dts 10871, duration 17 at relative offset 891851 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6096[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6097[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6101[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6102[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6103[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10884, dts 10884, duration 21 at relative offset 892764 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6104[matroska @ 0x55bd4518a540] Writing block of size 781 with pts 10921, dts 10888, duration 17 at relative offset 892776 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6105[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6106[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6110[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6111[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6112[matroska @ 0x55bd4518a540] Writing block of size 260 with pts 10938, dts 10904, duration 17 at relative offset 893564 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6113[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6114[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6119[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6120[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10906, dts 10906, duration 21 at relative offset 893831 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6121[matroska @ 0x55bd4518a540] Writing block of size 28734 with pts 11004, dts 10921, duration 17 at relative offset 893843 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6122[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6123[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6128[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6129[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10927, dts 10927, duration 21 at relative offset 922585 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6130[matroska @ 0x55bd4518a540] Writing block of size 807 with pts 10971, dts 10938, duration 17 at relative offset 922597 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6131[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6137[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6138[matroska @ 0x55bd4518a540] Writing block of size 24 with pts 10948, dts 10948, duration 21 at relative offset 923411 in cluster at offset 10454540. TrackNumber 2, keyframe 1
6139[matroska @ 0x55bd4518a540] Writing block of size 917 with pts 10988, dts 10954, duration 17 at relative offset 923441 in cluster at offset 10454540. TrackNumber 1, keyframe 0
6140[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6145[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6146[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6147[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 10970 at offset 11378912 bytes
6148[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10970, dts 10970, duration 21 at relative offset 10 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6149[matroska @ 0x55bd4518a540] Writing block of size 444078 with pts 11021, dts 10971, duration 17 at relative offset 22 in cluster at offset 11378912. TrackNumber 1, keyframe 1
6150[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6154[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6155[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6156[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6157[matroska @ 0x55bd4518a540] Writing block of size 29834 with pts 11088, dts 10988, duration 17 at relative offset 444108 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6158[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7558.9kbits/s speed=1.06x
6159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6162[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6163[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6164[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6165[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 10991, dts 10991, duration 21 at relative offset 473950 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6166[matroska @ 0x55bd4518a540] Writing block of size 728 with pts 11038, dts 11004, duration 17 at relative offset 473962 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6167[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6171[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6172[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6173[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6174[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11012, dts 11012, duration 21 at relative offset 474697 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6175[matroska @ 0x55bd4518a540] Writing block of size 27491 with pts 11054, dts 11021, duration 17 at relative offset 474709 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6176[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6180[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6181[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6182[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6183[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11034, dts 11034, duration 21 at relative offset 502208 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6184[matroska @ 0x55bd4518a540] Writing block of size 20550 with pts 11071, dts 11038, duration 17 at relative offset 502220 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6185[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6189[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6190[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6191[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6192[matroska @ 0x55bd4518a540] Writing block of size 21963 with pts 11154, dts 11054, duration 17 at relative offset 522778 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6193[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6197[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6198[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6199[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6200[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11055, dts 11055, duration 21 at relative offset 544749 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6201[matroska @ 0x55bd4518a540] Writing block of size 523 with pts 11104, dts 11071, duration 17 at relative offset 544761 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6202[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6206[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6207[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6208[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6209[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11076, dts 11076, duration 21 at relative offset 545291 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6210[matroska @ 0x55bd4518a540] Writing block of size 1600 with pts 11121, dts 11088, duration 17 at relative offset 545303 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6211[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6215[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6216[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6217[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6218[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11098, dts 11098, duration 21 at relative offset 546910 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6219[matroska @ 0x55bd4518a540] Writing block of size 607 with pts 11138, dts 11104, duration 17 at relative offset 546922 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6220[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6224[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6225[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6226[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6227[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11119, dts 11119, duration 21 at relative offset 547536 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6228[matroska @ 0x55bd4518a540] Writing block of size 6395 with pts 11221, dts 11121, duration 17 at relative offset 547548 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6229[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6233[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6234[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6235[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6236[matroska @ 0x55bd4518a540] Writing block of size 877 with pts 11171, dts 11138, duration 17 at relative offset 553950 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6237[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6241[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6242[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6243[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6244[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11140, dts 11140, duration 21 at relative offset 554834 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6245[matroska @ 0x55bd4518a540] Writing block of size 3537 with pts 11188, dts 11154, duration 17 at relative offset 554846 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6246[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6250[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6251[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6252[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6253[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11162, dts 11162, duration 21 at relative offset 558390 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6254[matroska @ 0x55bd4518a540] Writing block of size 3078 with pts 11204, dts 11171, duration 17 at relative offset 558402 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6255[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6259[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6260[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6261[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6262[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11183, dts 11183, duration 21 at relative offset 561487 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6263[matroska @ 0x55bd4518a540] Writing block of size 10166 with pts 11288, dts 11188, duration 17 at relative offset 561499 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6264[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6268[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6269[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6270[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6271[matroska @ 0x55bd4518a540] Writing block of size 803 with pts 11238, dts 11204, duration 17 at relative offset 571672 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6272[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6273[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6277[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6278[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6279[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11204, dts 11204, duration 21 at relative offset 572482 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6280[matroska @ 0x55bd4518a540] Writing block of size 771 with pts 11254, dts 11221, duration 17 at relative offset 572494 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6281[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6285[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6286[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6287[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6288[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11226, dts 11226, duration 21 at relative offset 573272 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6289[matroska @ 0x55bd4518a540] Writing block of size 274 with pts 11271, dts 11238, duration 17 at relative offset 573284 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6290[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6295[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6296[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6297[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11247, dts 11247, duration 21 at relative offset 573565 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6298[matroska @ 0x55bd4518a540] Writing block of size 23116 with pts 11354, dts 11254, duration 17 at relative offset 573577 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6299[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6303[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6304[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6305[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11268, dts 11268, duration 21 at relative offset 596701 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6306[matroska @ 0x55bd4518a540] Writing block of size 32998 with pts 11304, dts 11271, duration 17 at relative offset 596713 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6307[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6308[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6312[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6313[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6314[matroska @ 0x55bd4518a540] Writing block of size 18838 with pts 11321, dts 11288, duration 17 at relative offset 629719 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6315[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6316[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6320[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6321[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6322[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11290, dts 11290, duration 21 at relative offset 648565 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6323[matroska @ 0x55bd4518a540] Writing block of size 740 with pts 11338, dts 11304, duration 17 at relative offset 648577 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6324[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6325[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6330[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6331[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11311, dts 11311, duration 21 at relative offset 649324 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6332[matroska @ 0x55bd4518a540] Writing block of size 8180 with pts 11421, dts 11321, duration 17 at relative offset 649336 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6333[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6334[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6339[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6340[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11332, dts 11332, duration 21 at relative offset 657523 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6341[matroska @ 0x55bd4518a540] Writing block of size 9915 with pts 11371, dts 11338, duration 17 at relative offset 657535 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6342[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6343[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6347[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6348[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6349[matroska @ 0x55bd4518a540] Writing block of size 9439 with pts 11388, dts 11354, duration 17 at relative offset 667457 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6350[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6351[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6352[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6356[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6357[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11354, dts 11354, duration 21 at relative offset 676903 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6358[matroska @ 0x55bd4518a540] Writing block of size 7635 with pts 11404, dts 11371, duration 17 at relative offset 676915 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6359[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6360[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6365[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6366[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11375, dts 11375, duration 21 at relative offset 684557 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6367[matroska @ 0x55bd4518a540] Writing block of size 33028 with pts 11488, dts 11388, duration 17 at relative offset 684569 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6368[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6369[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6373[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6374[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6375[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11396, dts 11396, duration 21 at relative offset 717605 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6376[matroska @ 0x55bd4518a540] Writing block of size 1922 with pts 11438, dts 11404, duration 17 at relative offset 717617 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6377[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6378[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6382[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6383[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6384[matroska @ 0x55bd4518a540] Writing block of size 147 with pts 11418, dts 11418, duration 21 at relative offset 719546 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6385[matroska @ 0x55bd4518a540] Writing block of size 2075 with pts 11454, dts 11421, duration 17 at relative offset 719700 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6386[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6387[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6391[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6392[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6393[matroska @ 0x55bd4518a540] Writing block of size 509 with pts 11471, dts 11438, duration 17 at relative offset 721782 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6394[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6395[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6399[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6400[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6401[matroska @ 0x55bd4518a540] Writing block of size 301 with pts 11439, dts 11439, duration 21 at relative offset 722298 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6402[matroska @ 0x55bd4518a540] Writing block of size 6003 with pts 11554, dts 11454, duration 17 at relative offset 722606 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6403[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6404[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6408[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6409[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6410[matroska @ 0x55bd4518a540] Writing block of size 790 with pts 11460, dts 11460, duration 21 at relative offset 728616 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6411[matroska @ 0x55bd4518a540] Writing block of size 929 with pts 11504, dts 11471, duration 17 at relative offset 729413 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6412[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6413[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6417[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6418[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6419[matroska @ 0x55bd4518a540] Writing block of size 150 with pts 11482, dts 11482, duration 21 at relative offset 730349 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6420[matroska @ 0x55bd4518a540] Writing block of size 11897 with pts 11521, dts 11488, duration 17 at relative offset 730506 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6421[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7558.9kbits/s speed=1.01x
6422[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6426[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6427[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6428[matroska @ 0x55bd4518a540] Writing block of size 27 with pts 11503, dts 11503, duration 21 at relative offset 742410 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6429[matroska @ 0x55bd4518a540] Writing block of size 9823 with pts 11538, dts 11504, duration 17 at relative offset 742443 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6430[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6431[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6434[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6435[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6436[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6437[matroska @ 0x55bd4518a540] Writing block of size 11856 with pts 11621, dts 11521, duration 17 at relative offset 752273 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6438[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6439[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6443[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6444[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6445[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 11524, dts 11524, duration 21 at relative offset 764136 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6446[matroska @ 0x55bd4518a540] Writing block of size 699 with pts 11571, dts 11538, duration 17 at relative offset 764154 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6447[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6448[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6452[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6453[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6454[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 11546, dts 11546, duration 21 at relative offset 764860 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6455[matroska @ 0x55bd4518a540] Writing block of size 699 with pts 11588, dts 11554, duration 17 at relative offset 764878 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6456[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6461[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6462[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6463[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 11567, dts 11567, duration 21 at relative offset 765584 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6464[matroska @ 0x55bd4518a540] Writing block of size 262 with pts 11604, dts 11571, duration 17 at relative offset 765602 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6465[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6467[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6468[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6470[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6471[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6472[matroska @ 0x55bd4518a540] Writing block of size 15863 with pts 11688, dts 11588, duration 17 at relative offset 765871 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6473[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6478[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6479[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6480[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 11588, dts 11588, duration 21 at relative offset 781741 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6481[matroska @ 0x55bd4518a540] Writing block of size 797 with pts 11638, dts 11604, duration 17 at relative offset 781759 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6482[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6484[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6485[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6487[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6488[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6489[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 11610, dts 11610, duration 21 at relative offset 782563 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6490[matroska @ 0x55bd4518a540] Writing block of size 800 with pts 11654, dts 11621, duration 17 at relative offset 782580 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6491[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6496[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6497[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6498[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 11631, dts 11631, duration 21 at relative offset 783387 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6499[matroska @ 0x55bd4518a540] Writing block of size 262 with pts 11671, dts 11638, duration 17 at relative offset 783404 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6500[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6501[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6502[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6504[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6505[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6506[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6507[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 11652, dts 11652, duration 21 at relative offset 783673 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6508[matroska @ 0x55bd4518a540] Writing block of size 8097 with pts 11754, dts 11654, duration 17 at relative offset 783690 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6509[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6513[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6514[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6515[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6516[matroska @ 0x55bd4518a540] Writing block of size 732 with pts 11704, dts 11671, duration 17 at relative offset 791794 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6517[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6519[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6520[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6523[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6524[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 11674, dts 11674, duration 21 at relative offset 792533 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6525[matroska @ 0x55bd4518a540] Writing block of size 3363 with pts 11721, dts 11688, duration 17 at relative offset 792549 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6526[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6530[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6531[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6532[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6533[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 11695, dts 11695, duration 21 at relative offset 795919 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6534[matroska @ 0x55bd4518a540] Writing block of size 2886 with pts 11738, dts 11704, duration 17 at relative offset 795935 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6535[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6536[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6537[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6539[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6540[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6541[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6542[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 11716, dts 11716, duration 21 at relative offset 798828 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6543[matroska @ 0x55bd4518a540] Writing block of size 18216 with pts 11821, dts 11721, duration 17 at relative offset 798844 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6544[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6545[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6546[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6547[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6548[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6549[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6550[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6551[matroska @ 0x55bd4518a540] Writing block of size 761 with pts 11771, dts 11738, duration 17 at relative offset 817068 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6552[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6553[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6554[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6555[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6556[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6557[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6558[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6559[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11738, dts 11738, duration 21 at relative offset 817836 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6560[matroska @ 0x55bd4518a540] Writing block of size 794 with pts 11788, dts 11754, duration 17 at relative offset 817848 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6561[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6562[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6563[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6564[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6565[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6566[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6567[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6568[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11759, dts 11759, duration 21 at relative offset 818649 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6569[matroska @ 0x55bd4518a540] Writing block of size 362 with pts 11804, dts 11771, duration 17 at relative offset 818661 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6570[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6574[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6575[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6576[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6577[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11780, dts 11780, duration 21 at relative offset 819030 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6578[matroska @ 0x55bd4518a540] Writing block of size 7013 with pts 11888, dts 11788, duration 17 at relative offset 819042 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6579[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6580[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6581[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6582[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6583[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6584[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6585[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6586[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11802, dts 11802, duration 21 at relative offset 826062 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6587[matroska @ 0x55bd4518a540] Writing block of size 829 with pts 11838, dts 11804, duration 17 at relative offset 826074 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6588[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6589[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6590[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6591[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6592[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6593[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6594[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6595[matroska @ 0x55bd4518a540] Writing block of size 27377 with pts 11854, dts 11821, duration 17 at relative offset 826910 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6596[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6597[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6598[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6599[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6600[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6601[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6602[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6603[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11823, dts 11823, duration 21 at relative offset 854295 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6604[matroska @ 0x55bd4518a540] Writing block of size 23015 with pts 11871, dts 11838, duration 17 at relative offset 854307 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6605[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6606[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6607[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6608[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6609[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6610[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6611[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6612[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11844, dts 11844, duration 21 at relative offset 877330 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6613[matroska @ 0x55bd4518a540] Writing block of size 5008 with pts 11954, dts 11854, duration 17 at relative offset 877342 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6614[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6615[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6616[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6617[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6618[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6619[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6620[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6621[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11866, dts 11866, duration 21 at relative offset 882357 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6622[matroska @ 0x55bd4518a540] Writing block of size 817 with pts 11904, dts 11871, duration 17 at relative offset 882369 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6623[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6624[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6625[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6626[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6627[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6628[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6629[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6630[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11887, dts 11887, duration 21 at relative offset 883193 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6631[matroska @ 0x55bd4518a540] Writing block of size 672 with pts 11921, dts 11888, duration 17 at relative offset 883205 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6632[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6633[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6634[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6635[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6636[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6637[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6638[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6639[matroska @ 0x55bd4518a540] Writing block of size 155 with pts 11938, dts 11904, duration 17 at relative offset 883884 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6640[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6641[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6642[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6643[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6644[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6645[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6646[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6647[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11908, dts 11908, duration 21 at relative offset 884046 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6648[matroska @ 0x55bd4518a540] Writing block of size 44192 with pts 12004, dts 11921, duration 17 at relative offset 884058 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6649[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6650[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6651[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6652[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6653[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6654[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6655[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6656[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11930, dts 11930, duration 21 at relative offset 928258 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6657[matroska @ 0x55bd4518a540] Writing block of size 925 with pts 11971, dts 11938, duration 17 at relative offset 928270 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6658[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6659[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6660[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6661[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6662[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6663[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6664[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6665[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11951, dts 11951, duration 21 at relative offset 929202 in cluster at offset 11378912. TrackNumber 2, keyframe 1
6666[matroska @ 0x55bd4518a540] Writing block of size 1053 with pts 11988, dts 11954, duration 17 at relative offset 929214 in cluster at offset 11378912. TrackNumber 1, keyframe 0
6667[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6668[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6669[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6670[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6671[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6672[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6673[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6674[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 12021 at offset 12309193 bytes
6675[matroska @ 0x55bd4518a540] Writing block of size 444119 with pts 12021, dts 11971, duration 17 at relative offset 10 in cluster at offset 12309193. TrackNumber 1, keyframe 1
6676[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6922.3kbits/s speed=1.14x
6677[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6678[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6679[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6680[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6681[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6682[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6683[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11972, dts 11972, duration 21 at relative offset 444137 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6684[matroska @ 0x55bd4518a540] Writing block of size 51224 with pts 12088, dts 11988, duration 17 at relative offset 444149 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6685[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6686[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6687[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6688[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6689[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6690[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6691[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6692[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 11994, dts 11994, duration 21 at relative offset 495381 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6693[matroska @ 0x55bd4518a540] Writing block of size 802 with pts 12038, dts 12004, duration 17 at relative offset 495393 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6694[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6695[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6696[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6697[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6698[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6699[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6700[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6701[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12015, dts 12015, duration 21 at relative offset 496202 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6702[matroska @ 0x55bd4518a540] Writing block of size 12627 with pts 12054, dts 12021, duration 17 at relative offset 496214 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6703[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6704[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6705[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6706[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6707[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6708[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6709[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6710[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12037, dts 12037, duration 21 at relative offset 508848 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6711[matroska @ 0x55bd4518a540] Writing block of size 10795 with pts 12071, dts 12038, duration 17 at relative offset 508860 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6712[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6713[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6714[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6715[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6716[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6717[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6718[matroska @ 0x55bd4518a540] Writing block of size 8530 with pts 12154, dts 12054, duration 17 at relative offset 519662 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6719[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6720[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6721[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6722[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6723[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6724[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6725[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6726[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12058, dts 12058, duration 21 at relative offset 528199 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6727[matroska @ 0x55bd4518a540] Writing block of size 1311 with pts 12104, dts 12071, duration 17 at relative offset 528211 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6728[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6729[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6730[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6731[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6732[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6733[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6734[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6735[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12079, dts 12079, duration 21 at relative offset 529529 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6736[matroska @ 0x55bd4518a540] Writing block of size 924 with pts 12121, dts 12088, duration 17 at relative offset 529541 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6737[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6738[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6739[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6740[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6741[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6742[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6743[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6744[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12101, dts 12101, duration 21 at relative offset 530472 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6745[matroska @ 0x55bd4518a540] Writing block of size 1098 with pts 12138, dts 12104, duration 17 at relative offset 530484 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6746[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6747[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6748[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6749[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6750[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6751[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6752[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6753[matroska @ 0x55bd4518a540] Writing block of size 22113 with pts 12221, dts 12121, duration 17 at relative offset 531589 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6754[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6755[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6756[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6757[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6758[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6759[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6760[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6761[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12122, dts 12122, duration 21 at relative offset 553710 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6762[matroska @ 0x55bd4518a540] Writing block of size 261 with pts 12171, dts 12138, duration 17 at relative offset 553722 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6763[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6764[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6765[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6766[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6767[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6768[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6769[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6770[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12143, dts 12143, duration 21 at relative offset 553990 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6771[matroska @ 0x55bd4518a540] Writing block of size 822 with pts 12188, dts 12154, duration 17 at relative offset 554002 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6772[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6773[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6774[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6775[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6776[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6777[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6778[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6779[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12165, dts 12165, duration 21 at relative offset 554831 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6780[matroska @ 0x55bd4518a540] Writing block of size 635 with pts 12204, dts 12171, duration 17 at relative offset 554843 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6781[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6782[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6783[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6784[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6785[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6786[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6787[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6788[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12186, dts 12186, duration 21 at relative offset 555485 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6789[matroska @ 0x55bd4518a540] Writing block of size 7375 with pts 12288, dts 12188, duration 17 at relative offset 555497 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6790[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6791[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6792[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6793[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6794[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6795[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6796[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6797[matroska @ 0x55bd4518a540] Writing block of size 824 with pts 12238, dts 12204, duration 17 at relative offset 562879 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6798[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6799[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6800[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6801[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6802[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6803[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6804[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6805[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12207, dts 12207, duration 21 at relative offset 563710 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6806[matroska @ 0x55bd4518a540] Writing block of size 863 with pts 12254, dts 12221, duration 17 at relative offset 563722 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6807[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6808[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6809[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6810[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6811[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6812[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6813[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6814[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12229, dts 12229, duration 21 at relative offset 564592 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6815[matroska @ 0x55bd4518a540] Writing block of size 838 with pts 12271, dts 12238, duration 17 at relative offset 564604 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6816[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6817[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6818[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6819[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6820[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6821[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6822[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6823[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12250, dts 12250, duration 21 at relative offset 565449 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6824[matroska @ 0x55bd4518a540] Writing block of size 10550 with pts 12354, dts 12254, duration 17 at relative offset 565461 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6825[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6826[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6827[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6828[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6829[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6830[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6831[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6832[matroska @ 0x55bd4518a540] Writing block of size 4418 with pts 12304, dts 12271, duration 17 at relative offset 576018 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6833[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6834[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6835[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6836[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6837[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6838[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6839[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6840[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12271, dts 12271, duration 21 at relative offset 580443 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6841[matroska @ 0x55bd4518a540] Writing block of size 4414 with pts 12321, dts 12288, duration 17 at relative offset 580455 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6842[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6843[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6844[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6845[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6846[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6847[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6848[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6849[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12293, dts 12293, duration 21 at relative offset 584876 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6850[matroska @ 0x55bd4518a540] Writing block of size 3933 with pts 12338, dts 12304, duration 17 at relative offset 584888 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6851[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6852[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6853[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6854[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6855[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6856[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6857[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6858[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12314, dts 12314, duration 21 at relative offset 588828 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6859[matroska @ 0x55bd4518a540] Writing block of size 6078 with pts 12421, dts 12321, duration 17 at relative offset 588840 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6860[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6861[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6862[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6863[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6864[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6865[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6866[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6867[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12335, dts 12335, duration 21 at relative offset 594925 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6868[matroska @ 0x55bd4518a540] Writing block of size 38433 with pts 12371, dts 12338, duration 17 at relative offset 594937 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6869[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6870[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6871[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6872[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6873[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6874[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6875[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6876[matroska @ 0x55bd4518a540] Writing block of size 25308 with pts 12388, dts 12354, duration 17 at relative offset 633378 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6877[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6878[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6879[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6880[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6881[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6882[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6883[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6884[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12357, dts 12357, duration 21 at relative offset 658694 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6885[matroska @ 0x55bd4518a540] Writing block of size 30677 with pts 12404, dts 12371, duration 17 at relative offset 658706 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6886[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6887[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6888[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6889[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6890[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6891[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6892[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6893[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12378, dts 12378, duration 21 at relative offset 689391 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6894[matroska @ 0x55bd4518a540] Writing block of size 7244 with pts 12488, dts 12388, duration 17 at relative offset 689403 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6895[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6896[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6897[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6898[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6899[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6900[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6901[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6902[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12399, dts 12399, duration 21 at relative offset 696654 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6903[matroska @ 0x55bd4518a540] Writing block of size 1866 with pts 12438, dts 12404, duration 17 at relative offset 696666 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6904[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6905[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6906[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6907[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6908[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6909[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6910[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6911[matroska @ 0x55bd4518a540] Writing block of size 16336 with pts 12454, dts 12421, duration 17 at relative offset 698539 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6912[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6913[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6914[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6915[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6916[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6917[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6918[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6919[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12421, dts 12421, duration 21 at relative offset 714882 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6920[matroska @ 0x55bd4518a540] Writing block of size 15578 with pts 12471, dts 12438, duration 17 at relative offset 714894 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6921[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6922[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6923[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6924[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6925[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6926[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6927[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6928[matroska @ 0x55bd4518a540] Writing block of size 231 with pts 12442, dts 12442, duration 21 at relative offset 730479 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6929[matroska @ 0x55bd4518a540] Writing block of size 21179 with pts 12554, dts 12454, duration 17 at relative offset 730717 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6930[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6931[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6932[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6933[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6934[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6935[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6936[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6937[matroska @ 0x55bd4518a540] Writing block of size 786 with pts 12463, dts 12463, duration 21 at relative offset 751904 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6938[matroska @ 0x55bd4518a540] Writing block of size 1151 with pts 12504, dts 12471, duration 17 at relative offset 752697 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6939[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6940[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6941[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6942[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6943[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6944[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6945[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6946[matroska @ 0x55bd4518a540] Writing block of size 89 with pts 12485, dts 12485, duration 21 at relative offset 753855 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6947[matroska @ 0x55bd4518a540] Writing block of size 1070 with pts 12521, dts 12488, duration 17 at relative offset 753950 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6948[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6949[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6950[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6951[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6952[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6953[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6954[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6955[matroska @ 0x55bd4518a540] Writing block of size 457 with pts 12538, dts 12504, duration 17 at relative offset 755027 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6956[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=6922.3kbits/s speed=1.09x
6957[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6958[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6959[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6960[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6961[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6962[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6963[matroska @ 0x55bd4518a540] Writing block of size 17 with pts 12506, dts 12506, duration 21 at relative offset 755491 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6964[matroska @ 0x55bd4518a540] Writing block of size 29325 with pts 12621, dts 12521, duration 17 at relative offset 755514 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6965[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6966[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6967[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6968[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6969[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6970[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6971[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6972[matroska @ 0x55bd4518a540] Writing block of size 19 with pts 12527, dts 12527, duration 21 at relative offset 784847 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6973[matroska @ 0x55bd4518a540] Writing block of size 688 with pts 12571, dts 12538, duration 17 at relative offset 784872 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6974[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6975[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6976[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6977[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6978[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6979[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6980[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6981[matroska @ 0x55bd4518a540] Writing block of size 13 with pts 12549, dts 12549, duration 21 at relative offset 785567 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6982[matroska @ 0x55bd4518a540] Writing block of size 675 with pts 12588, dts 12554, duration 17 at relative offset 785586 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6983[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6984[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6985[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6986[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6987[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6988[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6989[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6990[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 12570, dts 12570, duration 21 at relative offset 786268 in cluster at offset 12309193. TrackNumber 2, keyframe 1
6991[matroska @ 0x55bd4518a540] Writing block of size 901 with pts 12604, dts 12571, duration 17 at relative offset 786286 in cluster at offset 12309193. TrackNumber 1, keyframe 0
6992[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
6993[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6994[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6995[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6996[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6997[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
6998[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
6999[matroska @ 0x55bd4518a540] Writing block of size 8259 with pts 12688, dts 12588, duration 17 at relative offset 787194 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7000[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7001[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7002[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7003[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7004[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7005[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7006[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7007[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 12591, dts 12591, duration 21 at relative offset 795460 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7008[matroska @ 0x55bd4518a540] Writing block of size 853 with pts 12638, dts 12604, duration 17 at relative offset 795478 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7009[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7010[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7011[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7012[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7013[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7014[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7015[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7016[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 12613, dts 12613, duration 21 at relative offset 796338 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7017[matroska @ 0x55bd4518a540] Writing block of size 28515 with pts 12654, dts 12621, duration 17 at relative offset 796356 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7018[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7019[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7020[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7021[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7022[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7023[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7024[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7025[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 12634, dts 12634, duration 21 at relative offset 824879 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7026[matroska @ 0x55bd4518a540] Writing block of size 20557 with pts 12671, dts 12638, duration 17 at relative offset 824897 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7027[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7028[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7029[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7030[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7031[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7032[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7033[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7034[matroska @ 0x55bd4518a540] Writing block of size 7806 with pts 12754, dts 12654, duration 17 at relative offset 845462 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7035[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7036[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7037[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7038[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7039[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7040[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7041[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7042[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 12655, dts 12655, duration 21 at relative offset 853275 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7043[matroska @ 0x55bd4518a540] Writing block of size 687 with pts 12704, dts 12671, duration 17 at relative offset 853292 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7044[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7045[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7046[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7047[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7048[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7049[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7050[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7051[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 12677, dts 12677, duration 21 at relative offset 853986 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7052[matroska @ 0x55bd4518a540] Writing block of size 22248 with pts 12721, dts 12688, duration 17 at relative offset 854003 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7053[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7054[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7055[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7056[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7057[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7058[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7059[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7060[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 12698, dts 12698, duration 21 at relative offset 876259 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7061[matroska @ 0x55bd4518a540] Writing block of size 14047 with pts 12738, dts 12704, duration 17 at relative offset 876276 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7062[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7063[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7064[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7065[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7066[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7067[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7068[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7069[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 12719, dts 12719, duration 21 at relative offset 890330 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7070[matroska @ 0x55bd4518a540] Writing block of size 36443 with pts 12821, dts 12721, duration 17 at relative offset 890346 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7071[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7072[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7073[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7074[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7075[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7076[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7077[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7078[matroska @ 0x55bd4518a540] Writing block of size 369 with pts 12771, dts 12738, duration 17 at relative offset 926797 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7079[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7080[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7081[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7082[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7083[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7084[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7085[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7086[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 12741, dts 12741, duration 21 at relative offset 927173 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7087[matroska @ 0x55bd4518a540] Writing block of size 950 with pts 12788, dts 12754, duration 17 at relative offset 927189 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7088[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7089[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7090[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7091[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7092[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7093[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7094[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7095[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 12762, dts 12762, duration 21 at relative offset 928146 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7096[matroska @ 0x55bd4518a540] Writing block of size 362 with pts 12804, dts 12771, duration 17 at relative offset 928162 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7097[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7098[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7099[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7100[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7101[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7102[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7103[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7104[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12783, dts 12783, duration 21 at relative offset 928531 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7105[matroska @ 0x55bd4518a540] Writing block of size 49630 with pts 12888, dts 12788, duration 17 at relative offset 928543 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7106[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7107[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7108[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7109[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7110[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7111[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7112[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7113[matroska @ 0x55bd4518a540] Writing block of size 405 with pts 12838, dts 12804, duration 17 at relative offset 978181 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7114[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7115[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7116[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7117[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7118[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7119[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7120[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7121[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12805, dts 12805, duration 21 at relative offset 978593 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7122[matroska @ 0x55bd4518a540] Writing block of size 6003 with pts 12854, dts 12821, duration 17 at relative offset 978605 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7123[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7124[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7125[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7126[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7127[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7128[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7129[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7130[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12826, dts 12826, duration 21 at relative offset 984615 in cluster at offset 12309193. TrackNumber 2, keyframe 1[matroska @ 0x55bd4518a540] Writing block of size 1267 with pts 12871, dts 12838, duration 17 at relative offset 984627 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7131[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7132[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7133[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7134[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7135[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7136[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7137[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7138[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12847, dts 12847, duration 21 at relative offset 985901 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7139[matroska @ 0x55bd4518a540] Writing block of size 7722 with pts 12954, dts 12854, duration 17 at relative offset 985913 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7140[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7141[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7142[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7143[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7144[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7145[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7146[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7147[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12869, dts 12869, duration 21 at relative offset 993642 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7148[matroska @ 0x55bd4518a540] Writing block of size 1025 with pts 12904, dts 12871, duration 17 at relative offset 993654 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7149[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7150[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7151[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7152[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7153[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7154[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7155[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7156[matroska @ 0x55bd4518a540] Writing block of size 36094 with pts 12921, dts 12888, duration 17 at relative offset 994686 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7157[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7158[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7159[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7160[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7161[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7162[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7163[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7164[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12890, dts 12890, duration 21 at relative offset 1030788 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7165[matroska @ 0x55bd4518a540] Writing block of size 33916 with pts 12938, dts 12904, duration 17 at relative offset 1030800 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7166[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7167[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7168[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7169[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7170[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7171[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7172[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7173[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12911, dts 12911, duration 21 at relative offset 1064724 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7174[matroska @ 0x55bd4518a540] Writing block of size 24469 with pts 13004, dts 12921, duration 17 at relative offset 1064736 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7175[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7176[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7177[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7178[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7179[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7180[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7181[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7182[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12933, dts 12933, duration 21 at relative offset 1089213 in cluster at offset 12309193. TrackNumber 2, keyframe 1
7183[matroska @ 0x55bd4518a540] Writing block of size 251 with pts 12971, dts 12938, duration 17 at relative offset 1089225 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7184[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7185[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7186[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7187[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7188[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7189[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7190[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7191[matroska @ 0x55bd4518a540] Writing block of size 251 with pts 12988, dts 12954, duration 17 at relative offset 1089483 in cluster at offset 12309193. TrackNumber 1, keyframe 0
7192[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7193[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7194[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7195[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7196[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7197[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7198[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7199[matroska @ 0x55bd4518a540] Starting new cluster with timestamp 12954 at offset 13398941 bytes
7200[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12954, dts 12954, duration 21 at relative offset 10 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7201[matroska @ 0x55bd4518a540] Writing block of size 443793 with pts 13021, dts 12971, duration 17 at relative offset 22 in cluster at offset 13398941. TrackNumber 1, keyframe 1
7202[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7203[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7204[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7205[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7206[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7207[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7208[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7209[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12975, dts 12975, duration 21 at relative offset 443823 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7210[matroska @ 0x55bd4518a540] Writing block of size 6470 with pts 13088, dts 12988, duration 17 at relative offset 443835 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7211[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7212[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7213[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7214[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7215[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7216[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7217[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7218[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 12997, dts 12997, duration 21 at relative offset 450312 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7219[matroska @ 0x55bd4518a540] Writing block of size 26548 with pts 13038, dts 13004, duration 17 at relative offset 450324 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7220[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680trate=7674.7kbits/s speed=1.05x
7221[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7222[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7223[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7224[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7225[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7226[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7227[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13018, dts 13018, duration 21 at relative offset 476880 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7228[matroska @ 0x55bd4518a540] Writing block of size 19683 with pts 13054, dts 13021, duration 17 at relative offset 476892 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7229[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7230[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7231[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7232[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7233[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7234[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7235[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7236[matroska @ 0x55bd4518a540] Writing block of size 16791 with pts 13071, dts 13038, duration 17 at relative offset 496583 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7237[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7238[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7239[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7240[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7241[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7242[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7243[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7244[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13039, dts 13039, duration 21 at relative offset 513382 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7245[matroska @ 0x55bd4518a540] Writing block of size 28701 with pts 13154, dts 13054, duration 17 at relative offset 513394 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7246[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7247[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7248[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7249[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7250[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7251[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7252[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7253[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13061, dts 13061, duration 21 at relative offset 542103 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7254[matroska @ 0x55bd4518a540] Writing block of size 813 with pts 13104, dts 13071, duration 17 at relative offset 542115 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7255[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7256[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7257[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7258[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7259[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7260[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7261[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7262[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13082, dts 13082, duration 21 at relative offset 542935 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7263[matroska @ 0x55bd4518a540] Writing block of size 814 with pts 13121, dts 13088, duration 17 at relative offset 542947 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7264[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7265[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7266[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7267[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7268[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7269[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7270[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7271[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13103, dts 13103, duration 21 at relative offset 543768 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7272[matroska @ 0x55bd4518a540] Writing block of size 381 with pts 13138, dts 13104, duration 17 at relative offset 543780 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7273[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7274[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7275[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7276[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7277[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7278[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7279[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7280[matroska @ 0x55bd4518a540] Writing block of size 9716 with pts 13221, dts 13121, duration 17 at relative offset 544168 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7281[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7282[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7283[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7284[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7285[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7286[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7287[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7288[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13125, dts 13125, duration 21 at relative offset 553891 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7289[matroska @ 0x55bd4518a540] Writing block of size 338 with pts 13171, dts 13138, duration 17 at relative offset 553903 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7290[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7291[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7292[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7293[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7294[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7295[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7296[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7297[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13146, dts 13146, duration 21 at relative offset 554248 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7298[matroska @ 0x55bd4518a540] Writing block of size 27828 with pts 13188, dts 13154, duration 17 at relative offset 554260 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7299[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7300[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7301[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7302[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7303[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7304[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7305[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7306[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13167, dts 13167, duration 21 at relative offset 582096 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7307[matroska @ 0x55bd4518a540] Writing block of size 20188 with pts 13204, dts 13171, duration 17 at relative offset 582108 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7308[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7309[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7310[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7311[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7312[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7313[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7314[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7315[matroska @ 0x55bd4518a540] Writing block of size 8676 with pts 13288, dts 13188, duration 17 at relative offset 602304 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7316[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7317[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7318[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7319[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7320[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7321[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7322[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7323[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13189, dts 13189, duration 21 at relative offset 610987 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7324[matroska @ 0x55bd4518a540] Writing block of size 801 with pts 13238, dts 13204, duration 17 at relative offset 610999 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7325[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7326[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7327[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7328[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7329[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7330[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7331[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7332[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13210, dts 13210, duration 21 at relative offset 611807 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7333[matroska @ 0x55bd4518a540] Writing block of size 727 with pts 13254, dts 13221, duration 17 at relative offset 611819 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7334[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7335[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7336[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7337[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7338[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7339[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7340[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7341[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13231, dts 13231, duration 21 at relative offset 612553 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7342[matroska @ 0x55bd4518a540] Writing block of size 238 with pts 13271, dts 13238, duration 17 at relative offset 612565 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7343[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7344[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7345[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7346[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7347[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7348[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7349[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7350[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13253, dts 13253, duration 21 at relative offset 612810 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7351[matroska @ 0x55bd4518a540] Writing block of size 56766 with pts 13354, dts 13254, duration 17 at relative offset 612822 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7352[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7353[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7354[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7355[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7356[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7357[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7358[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7359[matroska @ 0x55bd4518a540] Writing block of size 833 with pts 13304, dts 13271, duration 17 at relative offset 669596 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7360[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7361[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7362[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7363[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7364[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7365[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7366[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7367[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13274, dts 13274, duration 21 at relative offset 670436 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7368[matroska @ 0x55bd4518a540] Writing block of size 1387 with pts 13321, dts 13288, duration 17 at relative offset 670448 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7369[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7370[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7371[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7372[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7373[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7374[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7375[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7376[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13295, dts 13295, duration 21 at relative offset 671842 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7377[matroska @ 0x55bd4518a540] Writing block of size 1076 with pts 13338, dts 13304, duration 17 at relative offset 671854 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7378[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7379[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7380[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7381[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7382[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7383[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7384[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7385[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13317, dts 13317, duration 21 at relative offset 672937 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7386[matroska @ 0x55bd4518a540] Writing block of size 12861 with pts 13421, dts 13321, duration 17 at relative offset 672949 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7387[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7388[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7389[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7390[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7391[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7392[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7393[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7394[matroska @ 0x55bd4518a540] Writing block of size 351 with pts 13371, dts 13338, duration 17 at relative offset 685817 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7395[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7396[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7397[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7398[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7399[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7400[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7401[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7402[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13338, dts 13338, duration 21 at relative offset 686175 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7403[matroska @ 0x55bd4518a540] Writing block of size 23606 with pts 13388, dts 13354, duration 17 at relative offset 686187 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7404[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7405[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7406[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7407[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7408[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7409[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7410[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7411[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13359, dts 13359, duration 21 at relative offset 709801 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7412[matroska @ 0x55bd4518a540] Writing block of size 22918 with pts 13404, dts 13371, duration 17 at relative offset 709813 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7413[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7414[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7415[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7416[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7417[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7418[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7419[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7420[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13381, dts 13381, duration 21 at relative offset 732739 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7421[matroska @ 0x55bd4518a540] Writing block of size 5393 with pts 13488, dts 13388, duration 17 at relative offset 732751 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7422[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7423[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7424[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7425[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7426[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7427[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7428[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7429[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13402, dts 13402, duration 21 at relative offset 738151 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7430[matroska @ 0x55bd4518a540] Writing block of size 1737 with pts 13438, dts 13404, duration 17 at relative offset 738163 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7431[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7432[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7433[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7434[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7435[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7436[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7437[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7438[matroska @ 0x55bd4518a540] Writing block of size 1777 with pts 13454, dts 13421, duration 17 at relative offset 739907 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7439[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7440[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7441[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7442[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7443[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7444[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7445[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7446[matroska @ 0x55bd4518a540] Writing block of size 186 with pts 13423, dts 13423, duration 21 at relative offset 741691 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7447[matroska @ 0x55bd4518a540] Writing block of size 214 with pts 13471, dts 13438, duration 17 at relative offset 741884 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7448[rawvideo @ 0x55bd45189600] PACKET SIZE: 8294400, STRIDE: 7680
7449[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7450[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7451[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7452[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7453[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7454[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7455[matroska @ 0x55bd4518a540] Writing block of size 332 with pts 13445, dts 13445, duration 21 at relative offset 742105 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7456[matroska @ 0x55bd4518a540] Writing block of size 30267 with pts 13554, dts 13454, duration 17 at relative offset 742444 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7457[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7458[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7459[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7460[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7461[matroska @ 0x55bd4518a540] Writing block of size 752 with pts 13466, dts 13466, duration 21 at relative offset 772719 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7462[matroska @ 0x55bd4518a540] Writing block of size 807 with pts 13504, dts 13471, duration 17 at relative offset 773478 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7463[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7464[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7465[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7466[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7467[matroska @ 0x55bd4518a540] Writing block of size 124 with pts 13487, dts 13487, duration 21 at relative offset 774292 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7468[matroska @ 0x55bd4518a540] Writing block of size 860 with pts 13521, dts 13488, duration 17 at relative offset 774423 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7469[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7470[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7471[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7472[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7473[matroska @ 0x55bd4518a540] Writing block of size 336 with pts 13538, dts 13504, duration 17 at relative offset 775290 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7474[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7475[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7476[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7477[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7478[matroska @ 0x55bd4518a540] Writing block of size 16 with pts 13509, dts 13509, duration 21 at relative offset 775633 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7479[matroska @ 0x55bd4518a540] Writing block of size 9166 with pts 13621, dts 13521, duration 17 at relative offset 775655 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7480[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7481[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7482[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7483[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7484[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 13530, dts 13530, duration 21 at relative offset 784828 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7485[matroska @ 0x55bd4518a540] Writing block of size 794 with pts 13571, dts 13538, duration 17 at relative offset 784846 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7486[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7487[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7488[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7489[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7490[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 13551, dts 13551, duration 21 at relative offset 785647 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7491[matroska @ 0x55bd4518a540] Writing block of size 768 with pts 13588, dts 13554, duration 17 at relative offset 785665 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7492[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7493[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7494[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7495[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7496[matroska @ 0x55bd4518a540] Writing block of size 298 with pts 13604, dts 13571, duration 17 at relative offset 786440 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7497[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7498[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7499[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7500[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7501[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 13573, dts 13573, duration 21 at relative offset 786745 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7502[matroska @ 0x55bd4518a540] Writing block of size 6454 with pts 13688, dts 13588, duration 17 at relative offset 786763 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7503[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7504[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7505[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7506[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7507[matroska @ 0x55bd4518a540] Writing block of size 12 with pts 13594, dts 13594, duration 21 at relative offset 793224 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7508[matroska @ 0x55bd4518a540] Writing block of size 2394 with pts 13638, dts 13604, duration 17 at relative offset 793242 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7509[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7510[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7511[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7512[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7513[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 13615, dts 13615, duration 21 at relative offset 795643 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7514[matroska @ 0x55bd4518a540] Writing block of size 2959 with pts 13654, dts 13621, duration 17 at relative offset 795660 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7515[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7516[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7517[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7518[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7519[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 13637, dts 13637, duration 21 at relative offset 798626 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7520[matroska @ 0x55bd4518a540] Writing block of size 2374 with pts 13671, dts 13638, duration 17 at relative offset 798643 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7521[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7522[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7523[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7524[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7525[matroska @ 0x55bd4518a540] Writing block of size 10668 with pts 13738, dts 13654, duration 17 at relative offset 801024 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7526[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7527[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7528[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7529[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7530[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 13658, dts 13658, duration 21 at relative offset 811699 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7531[matroska @ 0x55bd4518a540] Writing block of size 689 with pts 13704, dts 13671, duration 17 at relative offset 811716 in cluster at offset 13398941. TrackNumber 1, keyframe 0
7532[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7533[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7534[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7535[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7536[matroska @ 0x55bd4518a540] Writing block of size 11 with pts 13679, dts 13679, duration 21 at relative offset 812412 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7537[matroska @ 0x55bd4518a540] Writing block of size 698 with pts 13721, dts 13688, duration 17 at relative offset 812429 in cluster at offset 13398941. TrackNumber 1, keyframe 0[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7538[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7539[matroska @ 0x55bd4518a540] Writing block of size 10 with pts 13701, dts 13701, duration 21 at relative offset 813134 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7540[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13722, dts 13722, duration 21 at relative offset 813150 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7541[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13743, dts 13743, duration 21 at relative offset 813162 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7542[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13765, dts 13765, duration 21 at relative offset 813174 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7543[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13786, dts 13786, duration 21 at relative offset 813186 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7544[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13807, dts 13807, duration 21 at relative offset 813198 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7545[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13829, dts 13829, duration 21 at relative offset 813210 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7546[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13850, dts 13850, duration 21 at relative offset 813222 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7547[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13871, dts 13871, duration 21 at relative offset 813234 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7548[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13893, dts 13893, duration 21 at relative offset 813246 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7549[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13914, dts 13914, duration 21 at relative offset 813258 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7550[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13935, dts 13935, duration 21 at relative offset 813270 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7551[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13957, dts 13957, duration 21 at relative offset 813282 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7552[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13978, dts 13978, duration 21 at relative offset 813294 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7553[matroska @ 0x55bd4518a540] Writing block of size 6 with pts 13999, dts 13999, duration 21 at relative offset 813306 in cluster at offset 13398941. TrackNumber 2, keyframe 1
7554[matroska @ 0x55bd4518a540] end duration = 14020
7555[matroska @ 0x55bd4518a540] stream 0 end duration = 13755
7556[matroska @ 0x55bd4518a540] stream 1 end duration = 14020
7557frame= 824 fps= 59 q=23.0 Lsize= 13879kB time=00:00:13.97 bitrate=8134.2kbits/s speed= 1x
7558video:13854kB audio:14kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.079105%
7559Input file #0 (alsa_output.pci-0000_00_1f.3.analog-stereo.monitor):
7560 Input stream #0:0 (audio): 7 packets read (5370048 bytes); 7 frames decoded (671256 samples);
7561 Total: 7 packets (5370048 bytes) demuxed
7562Input file #1 (:0.0+0,0):
7563 Input stream #1:0 (video): 824 packets read (6834585600 bytes); 824 frames decoded;
7564 Total: 824 packets (6834585600 bytes) demuxed
7565Output file #0 (/media/user/video12/2022-12-21--15-30-55_TEST.mkv):
7566 Output stream #0:0 (video): 824 frames encoded; 824 packets muxed (14186674 bytes);
7567 Output stream #0:1 (audio): 655 frames encoded (670720 samples); 656 packets muxed (14634 bytes);
7568 Total: 1480 packets (14201308 bytes) muxed
7569831 frames successfully decoded, 0 decoding errors
7570[AVIOContext @ 0x55bd451a93c0] Statistics: 2 seeks, 56 writeouts
7571[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)
7572[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
7573[h264_nvenc @ 0x55bd4518b5c0] Calling dl_fn->cuda_dl->cuCtxDestroy(ctx->cu_context_internal)
7574[h264_nvenc @ 0x55bd4518b5c0] Nvenc unloaded
7575[aac @ 0x55bd451a8040] Qavg: 64729.750
7576Exiting normally, received signal 2.
7577
75782022-12-21--15:31:11
7579user@betlogbeast:~$