Ticket #10332: nvenc-audioprofile-unknown-ffmpeg.log

File nvenc-audioprofile-unknown-ffmpeg.log, 871.3 KB (added by Jordan Fearnley, 3 years ago)

Impacted transcode - FFMPEG output

Line 
1ffmpeg started on 2023-04-23 at 20:42:22
2Report written to "ffmpeg-20230423-204222.log"
3Log level: 48
4Command line:
5"C:\\Path\\ffmpeg.2023.04.20.exe" -report -i nvenc-audioprofile-source.mkv -c:v hevc_nvenc -c:a copy -y -f matroska output.mkv
6ffmpeg version N-110330-gc17e33c058-20230420 Copyright (c) 2000-2023 the FFmpeg developers
7 built with gcc 12.2.0 (crosstool-NG 1.25.0.152_89671bf)
8 configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --disable-libpulse --enable-libvmaf --disable-libxcb --disable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-chromaprint --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librist --enable-libssh --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --disable-libmfx --enable-libvpl --enable-openal --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libo libavutil 58. 6.100 / 58. 6.100
9 libavcodec 60. 9.100 / 60. 9.100
10 libavformat 60. 4.101 / 60. 4.101
11 libavdevice 60. 2.100 / 60. 2.100
12 libavfilter 9. 5.100 / 9. 5.100
13 libswscale 7. 2.100 / 7. 2.100
14 libswresample 4. 11.100 / 4. 11.100
15 libpostproc 57. 2.100 / 57. 2.100
16Splitting the commandline.
17Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
18Reading option '-i' ... matched as input url with argument 'nvenc-audioprofile-source.mkv'.
19Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'hevc_nvenc'.
20Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'.
21Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
22Reading option '-f' ... matched as option 'f' (force format) with argument 'matroska'.
23Reading option 'output.mkv' ... matched as output url.
24Finished splitting the commandline.
25Parsing a group of options: global .
26Applying option report (generate a report) with argument 1.
27Applying option y (overwrite output files) with argument 1.
28Successfully parsed a group of options.
29Parsing a group of options: input url nvenc-audioprofile-source.mkv.
30Successfully parsed a group of options.
31Opening an input file: nvenc-audioprofile-source.mkv.
32[AVFormatContext @ 00000187b93ae940] Opening 'nvenc-audioprofile-source.mkv' for reading
33[file @ 00000187b93aa7c0] Setting default whitelist 'file,crypto,data'
34[matroska,webm @ 00000187b93ae940] Format matroska,webm probed with size=2048 and score=100
35st:0 removing common factor 1000000 from timebase
36st:1 removing common factor 1000000 from timebase
37st:2 removing common factor 1000000 from timebase
38st:3 removing common factor 1000000 from timebase
39[matroska,webm @ 00000187b93ae940] Before avformat_find_stream_info() pos: 3822 bytes read:32768 seeks:0 nb_streams:4
40[hevc @ 00000187bb038e40] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
41[hevc @ 00000187bb038e40] Decoding VPS
42[hevc @ 00000187bb038e40] Main 10 profile bitstream
43[hevc @ 00000187bb038e40] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
44[hevc @ 00000187bb038e40] Decoding SPS
45[hevc @ 00000187bb038e40] Main 10 profile bitstream
46[hevc @ 00000187bb038e40] Decoding VUI
47[hevc @ 00000187bb038e40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
48[hevc @ 00000187bb038e40] Decoding PPS
49[hevc @ 00000187bb038e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
50[hevc @ 00000187bb038e40] Decoding SEI
51For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
52 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
53 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
54 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
55For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
56 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
57 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
58Transform tree:
59 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
60 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
61For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
62 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
63 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
64 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
65For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
66 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
67 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
68Transform tree:
69 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
70 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
71For transform of length 120, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
72 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
73 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
74 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
75 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
76 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
77 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
78For transform of length 60, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
79 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
80For transform of length 4, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
81 1: fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 352
82Transform tree:
83 mdct_inv_float_avx2 - type: mdct_float, len: 120, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
84 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 60, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
85 fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
86For transform of length 128, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
87 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
88 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
89 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
90For transform of length 64, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
91 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
92 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
93 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
94Transform tree:
95 mdct_inv_float_avx2 - type: mdct_float, len: 128, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
96 fft_sr_asm_float_fma3 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
97For transform of length 480, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
98 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
99 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
100 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
101 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
102 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
103 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
104For transform of length 240, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
105 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
106For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
107 1: fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
108 2: fft16_asm_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
109Transform tree:
110 mdct_inv_float_avx2 - type: mdct_float, len: 480, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
111 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 240, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
112 fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
113For transform of length 512, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
114 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
115 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
116 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
117For transform of length 256, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
118 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
119 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
120 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
121Transform tree:
122 mdct_inv_float_avx2 - type: mdct_float, len: 512, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
123 fft_sr_asm_float_fma3 - type: fft_float, len: 256, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
124For transform of length 960, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
125 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
126 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
127 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
128 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
129 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
130 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
131For transform of length 480, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
132 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
133For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
134 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
135 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
136Transform tree:
137 mdct_inv_float_avx2 - type: mdct_float, len: 960, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
138 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 480, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
139 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
140For transform of length 1024, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
141 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
142 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
143 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
144For transform of length 512, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
145 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
146 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
147 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
148Transform tree:
149 mdct_inv_float_avx2 - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
150 fft_sr_asm_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
151For transform of length 1024, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
152 1: mdct_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
153 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
154For transform of length 512, forward, fft_float, flags: [aligned, inplace, preshuf], found 5 matches:
155 1: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 448
156 2: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 447
157 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 416
158 4: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
159 5: fft512_ns_float_c - type: fft_float, len: 512, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
160Transform tree:
161 mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
162 fft_sr_ns_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
163[mjpeg @ 00000187bb043400] marker=d8 avail_size_in_buf=161793
164[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
165[mjpeg @ 00000187bb043400] marker=e0 avail_size_in_buf=161791
166[mjpeg @ 00000187bb043400] marker parser used 16 bytes (128 bits)
167[mjpeg @ 00000187bb043400] marker=db avail_size_in_buf=161773
168[mjpeg @ 00000187bb043400] index=0
169[mjpeg @ 00000187bb043400] qscale[0]: 0
170[mjpeg @ 00000187bb043400] index=1
171[mjpeg @ 00000187bb043400] qscale[1]: 0
172[mjpeg @ 00000187bb043400] marker parser used 132 bytes (1056 bits)
173[mjpeg @ 00000187bb043400] marker=c2 avail_size_in_buf=161639
174[mjpeg @ 00000187bb043400] Changing bps from 0 to 8
175[mjpeg @ 00000187bb043400] sof0: picture: 400x564
176[mjpeg @ 00000187bb043400] component 0 2:2 id: 1 quant:0
177[mjpeg @ 00000187bb043400] component 1 1:1 id: 2 quant:1
178[mjpeg @ 00000187bb043400] component 2 1:1 id: 3 quant:1
179[mjpeg @ 00000187bb043400] pix fmt id 22111100
180[mjpeg @ 00000187bb043400] Format yuvj420p chosen by get_format().
181[mjpeg @ 00000187bb043400] marker parser used 17 bytes (136 bits)
182[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=161620
183[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
184[mjpeg @ 00000187bb043400] escaping removed 157186 bytes
185[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=161587
186[mjpeg @ 00000187bb043400] marker parser used 4401 bytes (35208 bits)
187[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=157171
188[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
189[mjpeg @ 00000187bb043400] escaping removed 156288 bytes
190[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=157140
191[mjpeg @ 00000187bb043400] marker parser used 852 bytes (6816 bits)
192[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=156283
193[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
194[mjpeg @ 00000187bb043400] escaping removed 155389 bytes
195[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=156252
196[mjpeg @ 00000187bb043400] marker parser used 863 bytes (6904 bits)
197[mjpeg @ 00000187bb043400] escaping removed 137050 bytes
198[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=155319
199[mjpeg @ 00000187bb043400] marker parser used 18269 bytes (146152 bits)
200[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=136955
201[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
202[mjpeg @ 00000187bb043400] escaping removed 110754 bytes
203[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=136862
204[mjpeg @ 00000187bb043400] marker parser used 26108 bytes (208864 bits)
205[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=110651
206[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
207[mjpeg @ 00000187bb043400] escaping removed 88528 bytes
208[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=110610
209[mjpeg @ 00000187bb043400] marker parser used 22082 bytes (176656 bits)
210[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=88454
211[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
212[mjpeg @ 00000187bb043400] escaping removed 59928 bytes
213[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=88413
214[mjpeg @ 00000187bb043400] marker parser used 28485 bytes (227880 bits)
215[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=59861
216[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
217[mjpeg @ 00000187bb043400] escaping removed 28692 bytes
218[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=59820
219[mjpeg @ 00000187bb043400] marker parser used 31128 bytes (249024 bits)
220[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=28611
221[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
222[mjpeg @ 00000187bb043400] escaping removed 22289 bytes
223[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=28554
224[mjpeg @ 00000187bb043400] marker parser used 6265 bytes (50120 bits)
225[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=22264
226[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
227[mjpeg @ 00000187bb043400] escaping removed 14516 bytes
228[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=22187
229[mjpeg @ 00000187bb043400] marker parser used 7671 bytes (61368 bits)
230[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=14490
231[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
232[mjpeg @ 00000187bb043400] escaping removed 8137 bytes
233[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=14434
234[mjpeg @ 00000187bb043400] marker parser used 6297 bytes (50376 bits)
235[mjpeg @ 00000187bb043400] marker=c4 avail_size_in_buf=8118
236[mjpeg @ 00000187bb043400] marker parser used 0 bytes (0 bits)
237[mjpeg @ 00000187bb043400] escaping removed 20 bytes
238[mjpeg @ 00000187bb043400] marker=da avail_size_in_buf=8039
239[mjpeg @ 00000187bb043400] marker parser used 8019 bytes (64152 bits)
240[mjpeg @ 00000187bb043400] marker=d9 avail_size_in_buf=0
241[mjpeg @ 00000187bb043400] decode frame unused 0 bytes
242[matroska,webm @ 00000187b93ae940] first_dts 0 not matching first dts NOPTS (pts 0, duration 41) in the queue
243[matroska,webm @ 00000187b93ae940] max_analyze_duration 5000000 reached at 5005000 microseconds st:0
244[matroska,webm @ 00000187b93ae940] After avformat_find_stream_info() pos: 633287 bytes read:633541 seeks:0 frames:352
245Input #0, matroska,webm, from 'nvenc-audioprofile-source.mkv':
246 Metadata:
247 title : S01E04-Kuku
248 ENCODER : Lavf60.4.101
249 Duration: 00:00:30.11, start: 0.000000, bitrate: 2354 kb/s
250 Chapters:
251 Chapter #0:0: start 0.000000, end 30.000000
252 Metadata:
253 title : Intro
254 Stream #0:0, 120, 1/1000: Video: hevc (Main 10), yuv420p10le(tv, bt709), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)
255 Metadata:
256 title : Presented By EMBER
257 BPS : 1948166
258 NUMBER_OF_FRAMES: 34151
259 NUMBER_OF_BYTES : 346866700
260 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
261 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
262 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
263 DURATION : 00:00:30.113000000
264 Stream #0:1(jpn), 231, 1/1000: Audio: aac (LC), 48000 Hz, stereo, fltp (default)
265 Metadata:
266 BPS : 160000
267 NUMBER_OF_FRAMES: 66770
268 NUMBER_OF_BYTES : 28488534
269 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
270 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
271 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
272 DURATION : 00:00:30.015000000
273 Stream #0:2(eng), 0, 1/1000: Subtitle: subrip (default)
274 Metadata:
275 BPS : 49
276 NUMBER_OF_FRAMES: 297
277 NUMBER_OF_BYTES : 8128
278 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
279 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
280 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
281 DURATION : 00:00:28.483000000
282 Stream #0:3, 1, 1/1000: Video: mjpeg (Progressive), yuvj420p(pc, bt470bg/unknown/unknown), 400x564 [SAR 96:96 DAR 100:141], 1k tbr, 1k tbn
283 Metadata:
284 FILENAME : cover.jpg
285 MIMETYPE : image/jpeg
286 DURATION : 00:00:00.000000000
287Successfully opened the file.
288Parsing a group of options: output url output.mkv.
289Applying option c:v (codec name) with argument hevc_nvenc.
290Applying option c:a (codec name) with argument copy.
291Applying option f (force format) with argument matroska.
292Successfully parsed a group of options.
293Opening an output file: output.mkv.
294detected 12 logical cores
295[hevc @ 00000187bb10aa80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
296[hevc @ 00000187bb10aa80] Decoding VPS
297[hevc @ 00000187bb10aa80] Main 10 profile bitstream
298[hevc @ 00000187bb10aa80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
299[hevc @ 00000187bb10aa80] Decoding SPS
300[hevc @ 00000187bb10aa80] Main 10 profile bitstream
301[hevc @ 00000187bb10aa80] Decoding VUI
302[hevc @ 00000187bb10aa80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
303[hevc @ 00000187bb10aa80] Decoding PPS
304[hevc @ 00000187bb10aa80] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
305[hevc @ 00000187bb10aa80] Decoding SEI
306[file @ 00000187bb10b3c0] Setting default whitelist 'file,crypto,data'
307Successfully opened the file.
308Stream mapping:
309 Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))
310 Stream #0:1 -> #0:1 (copy)
311 Stream #0:2 -> #0:2 (subrip (srt) -> ass (ssa))
312Press [q] to stop, [?] for help
313[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
314[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
315[hevc @ 00000187bb10aa80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
316[hevc @ 00000187bb10aa80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
317[hevc @ 00000187bb10aa80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
318[hevc @ 00000187bb10aa80] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
319[hevc @ 00000187bb10aa80] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
320[hevc @ 00000187bb10aa80] Decoding VPS
321[hevc @ 00000187bb10aa80] Main 10 profile bitstream
322[hevc @ 00000187bb10aa80] Decoding SPS
323[hevc @ 00000187bb10aa80] Main 10 profile bitstream
324[hevc @ 00000187bb10aa80] Decoding VUI
325[hevc @ 00000187bb10aa80] Decoding PPS
326[hevc @ 00000187bb10aa80] Decoding SEI
327[hevc @ 00000187bb10aa80] Format yuv420p10le chosen by get_format().
328[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
329[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
330[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
331[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
332[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
333[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
334[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
335[hevc @ 00000187bb052dc0] Output frame with POC 0.
336[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
337[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
338[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
339[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
340[hevc @ 00000187bb107780] Output frame with POC 1.
341[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
342[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
343[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
344[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
345[hevc @ 00000187bb107b80] Output frame with POC 2.
346[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
347[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
348[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
349[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
350[hevc @ 00000187bb108280] Output frame with POC 3.
351[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
352[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
353[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
354[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
355[hevc @ 00000187bb108c80] Output frame with POC 4.
356[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
357[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
358[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
359[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
360[hevc @ 00000187bb0b8a80] Output frame with POC 5.
361[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
362[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
363[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
364[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
365[hevc @ 00000187bb0b8280] Output frame with POC 6.
366[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
367[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
368[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
369[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
370[hevc @ 00000187bb0b7680] Output frame with POC 7.
371[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
372[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
373[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
374[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
375[hevc @ 00000187bb10aa80] Decoded frame with POC 0.
376[hevc @ 00000187bb0ba680] Output frame with POC 8.
377[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
378[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
379[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
380[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
381[hevc @ 00000187bb0529c0] Decoded frame with POC 9.
382[hevc @ 00000187bb0b7280] Output frame with POC 9.
383[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
384[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
385[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
386[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
387[hevc @ 00000187bb052dc0] Decoded frame with POC 5.
388[hevc @ 00000187bb107780] Decoded frame with POC 1.
389[hevc @ 00000187bb108280] Decoded frame with POC 3.
390[hevc @ 00000187bb107b80] Decoded frame with POC 2.
391[hevc @ 00000187bb108c80] Decoded frame with POC 4.
392[hevc @ 00000187bb0b8a80] Decoded frame with POC 6.
393[hevc @ 00000187bb0b8280] Decoded frame with POC 7.
394[hevc @ 00000187bb0b7680] Decoded frame with POC 8.
395[hevc @ 00000187bb0b6e80] Output frame with POC 10.
396[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
397[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
398[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
399[vost#0:0/hevc_nvenc @ 00000187bb10a380] cur_dts is invalid [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
400[hevc @ 00000187bb10aa80] Output frame with POC 11.
401[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
402[hevc @ 00000187bb0ba680] Decoded frame with POC 15.
403[hevc @ 00000187bb0b7280] Decoded frame with POC 12.
404[hevc @ 00000187bb0529c0] Output frame with POC 12.
405[graph 0 input from stream 0:0 @ 00000187bb1186c0] Setting 'video_size' to value '1920x1080'
406[graph 0 input from stream 0:0 @ 00000187bb1186c0] Setting 'pix_fmt' to value '62'
407[graph 0 input from stream 0:0 @ 00000187bb1186c0] Setting 'time_base' to value '1/1000'
408[graph 0 input from stream 0:0 @ 00000187bb1186c0] Setting 'pixel_aspect' to value '1/1'
409[graph 0 input from stream 0:0 @ 00000187bb1186c0] Setting 'frame_rate' to value '24000/1001'
410[graph 0 input from stream 0:0 @ 00000187bb1186c0] w:1920 h:1080 pixfmt:yuv420p10le tb:1/1000 fr:24000/1001 sar:1/1
411[format @ 00000187bb1180c0] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|bgra|rgb0|rgba|x2rgb10le|x2bgr10le|gbrp|gbrp16le|cuda|d3d11'
412[auto_scale_0 @ 00000187bb11a5c0] w:iw h:ih flags:'' interl:0
413[format @ 00000187bb1180c0] auto-inserting filter 'auto_scale_0' between the filter 'Parsed_null_0' and the filter 'format'
414[AVFilterGraph @ 00000187bd868c00] query_formats: 4 queried, 3 merged, 1 already done, 0 delayed
415[auto_scale_0 @ 00000187bb11a5c0] picking p010le out of 14 ref:yuv420p10le alpha:0
416[hevc @ 00000187bb0b6e80] Decoded frame with POC 10.
417[auto_scale_0 @ 00000187bb11a5c0] w:1920 h:1080 fmt:yuv420p10le sar:1/1 -> w:1920 h:1080 fmt:p010le sar:1/1 flags:0x00000004
418[hevc @ 00000187bb10aa80] Decoded frame with POC 11.
419[hevc @ 00000187bb0529c0] Decoded frame with POC 13.
420[auto_scale_0 @ 00000187bb11a5c0] w:1920 h:1080 fmt:yuv420p10le sar:1/1 -> w:1920 h:1080 fmt:p010le sar:1/1 flags:0x00000004
421[auto_scale_0 @ 00000187bb11a5c0] w:1920 h:1080 fmt:yuv420p10le sar:1/1 -> w:1920 h:1080 fmt:p010le sar:1/1 flags:0x00000004
422[auto_scale_0 @ 00000187bb11a5c0] w:1920 h:1080 fmt:yuv420p10le sar:1/1 -> w:1920 h:1080 fmt:p010le sar:1/1 flags:0x00000004
423[hevc_nvenc @ 00000187bb10a680] Loaded lib: nvcuda.dll
424[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuInit
425[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceGetCount
426[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceGet
427[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceGetAttribute
428[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceGetName
429[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceComputeCapability
430[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxCreate_v2
431[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxSetLimit
432[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxPushCurrent_v2
433[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxPopCurrent_v2
434[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxDestroy_v2
435[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemAlloc_v2
436[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemAllocPitch_v2
437[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemAllocManaged
438[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemsetD8Async
439[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemFree_v2
440[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpy
441[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyAsync
442[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpy2D_v2
443[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpy2DAsync_v2
444[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyHtoD_v2
445[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyHtoDAsync_v2
446[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyDtoH_v2
447[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyDtoHAsync_v2
448[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyDtoD_v2
449[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMemcpyDtoDAsync_v2
450[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGetErrorName
451[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGetErrorString
452[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuCtxGetDevice
453[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDevicePrimaryCtxRetain
454[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDevicePrimaryCtxRelease
455[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDevicePrimaryCtxSetFlags
456[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDevicePrimaryCtxGetState
457[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDevicePrimaryCtxReset
458[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuStreamCreate
459[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuStreamQuery
460[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuStreamSynchronize
461[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuStreamDestroy_v2
462[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuStreamAddCallback
463[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuEventCreate
464[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuEventDestroy_v2
465[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuEventSynchronize
466[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuEventQuery
467[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuEventRecord
468[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuLaunchKernel
469[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuLinkCreate
470[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuLinkAddData
471[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuLinkComplete
472[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuLinkDestroy
473[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuModuleLoadData
474[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuModuleUnload
475[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuModuleGetFunction
476[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuModuleGetGlobal
477[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuTexObjectCreate
478[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuTexObjectDestroy
479[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGLGetDevices_v2
480[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsGLRegisterImage
481[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsUnregisterResource
482[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsMapResources
483[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsUnmapResources
484[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsSubResourceGetMappedArray
485[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
486[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDeviceGetUuid
487[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuImportExternalMemory
488[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDestroyExternalMemory
489[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuExternalMemoryGetMappedBuffer
490[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
491[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMipmappedArrayGetLevel
492[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuMipmappedArrayDestroy
493[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuImportExternalSemaphore
494[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuDestroyExternalSemaphore
495[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuSignalExternalSemaphoresAsync
496[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuWaitExternalSemaphoresAsync
497[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuArrayCreate_v2
498[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuArray3DCreate_v2
499[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuArrayDestroy
500[hevc_nvenc @ 00000187bb10a680] Cannot load optional cuEGLStreamProducerConnect
501[hevc_nvenc @ 00000187bb10a680] Cannot load optional cuEGLStreamProducerDisconnect
502[hevc_nvenc @ 00000187bb10a680] Cannot load optional cuEGLStreamConsumerDisconnect
503[hevc_nvenc @ 00000187bb10a680] Cannot load optional cuEGLStreamProducerPresentFrame
504[hevc_nvenc @ 00000187bb10a680] Cannot load optional cuEGLStreamProducerReturnFrame
505[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuD3D11GetDevice
506[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuD3D11GetDevices
507[hevc_nvenc @ 00000187bb10a680] Loaded sym: cuGraphicsD3D11RegisterResource
508[hevc_nvenc @ 00000187bb10a680] Loaded lib: nvEncodeAPI64.dll
509[hevc_nvenc @ 00000187bb10a680] Loaded sym: NvEncodeAPICreateInstance
510[hevc_nvenc @ 00000187bb10a680] Loaded sym: NvEncodeAPIGetMaxSupportedVersion
511[hevc_nvenc @ 00000187bb10a680] Loaded Nvenc version 12.1
512[hevc_nvenc @ 00000187bb10a680] Nvenc initialized successfully
513[hevc_nvenc @ 00000187bb10a680] 1 CUDA capable devices found
514[hevc_nvenc @ 00000187bb10a680] [ GPU #0 - < NVIDIA GeForce RTX 3060 Ti > has Compute SM 8.6 ]
515[hevc_nvenc @ 00000187bb10a680] supports NVENC
516[matroska @ 00000187bb2b7680] get_metadata_duration returned: 30113000
517[matroska @ 00000187bb2b7680] Write early duration from metadata = 30113
518Output #0, matroska, to 'output.mkv':
519 Metadata:
520 title : S01E04-Kuku
521 encoder : Lavf60.4.101
522 Chapters:
523 Chapter #0:0: start 0.000000, end 30.000000
524 Metadata:
525 title : Intro
526 Stream #0:0, 0, 1/1000: Video: hevc (Main 10), p010le(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2000 kb/s, 23.98 fps, 1k tbn (default)
527 Metadata:
528 title : Presented By EMBER
529 BPS : 1948166
530 NUMBER_OF_FRAMES: 34151
531 NUMBER_OF_BYTES : 346866700
532 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
533 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
534 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
535 DURATION : 00:00:30.113000000
536 encoder : Lavc60.9.100 hevc_nvenc
537 Side data:
538 cpb: bitrate max/min/avg: 0/0/2000000 buffer size: 4000000 vbv_delay: N/A
539 Stream #0:1(jpn), 0, 1/1000: Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp (default)
540 Metadata:
541 BPS : 160000
542 NUMBER_OF_FRAMES: 66770
543 NUMBER_OF_BYTES : 28488534
544 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
545 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
546 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
547 DURATION : 00:00:30.015000000
548 Stream #0:2(eng), 0, 1/1000: Subtitle: ass (default)
549 Metadata:
550 BPS : 49
551 NUMBER_OF_FRAMES: 297
552 NUMBER_OF_BYTES : 8128
553 _STATISTICS_WRITING_APP: mkvmerge v69.0.0 ('Day And Age') 64-bit
554 _STATISTICS_WRITING_DATE_UTC: 2023-04-22 16:26:39
555 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
556 DURATION : 00:00:28.483000000
557 encoder : Lavc60.9.100 ssa
558[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000008
559frame= 0 fps=0.0 q=0.0 size= 2kB time=00:00:00.49 bitrate= 40.8kbits/s speed= 23x
560[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
561[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
562[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
563[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
564[hevc @ 00000187bb052dc0] Output frame with POC 13.
565[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
566[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
567[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
568[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
569[hevc @ 00000187bb107780] Output frame with POC 14.
570[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
571[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
572[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
573[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
574[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
575[hevc @ 00000187bb107b80] Output frame with POC 15.
576[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
577[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
578[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
579[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
580[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
581[hevc @ 00000187bb108280] Output frame with POC 16.
582[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
583[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
584[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
585[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
586[hevc @ 00000187bb052dc0] Decoded frame with POC 14.
587[hevc @ 00000187bb108c80] Output frame with POC 17.
588[hevc @ 00000187bb107780] Decoded frame with POC 24.
589[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
590[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
591[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
592[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
593[hevc @ 00000187bb107b80] Decoded frame with POC 20.
594[hevc @ 00000187bb0b8a80] Output frame with POC 18.
595[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
596[hevc @ 00000187bb108280] Decoded frame with POC 16.
597[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
598[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
599[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
600[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
601[hevc @ 00000187bb0b8280] Output frame with POC 19.
602[hevc @ 00000187bb108c80] Decoded frame with POC 17.
603[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
604[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
605[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
606[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
607[hevc @ 00000187bb0b7680] Output frame with POC 20.
608[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
609[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
610[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
611[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
612[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
613[hevc @ 00000187bb0ba680] Output frame with POC 21.
614[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
615[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
616[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
617[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
618[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
619[hevc @ 00000187bb0b7280] Output frame with POC 22.
620[hevc @ 00000187bb0b8a80] Decoded frame with POC 18.
621[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
622[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
623[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
624[hevc @ 00000187bb0b6e80] Output frame with POC 23.
625[hevc @ 00000187bb0b7680] Decoded frame with POC 21.
626[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
627[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
628[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
629[hevc @ 00000187bb0b8280] Decoded frame with POC 19.
630[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
631[hevc @ 00000187bb10aa80] Output frame with POC 24.
632[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
633[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
634[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
635[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
636[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
637[hevc @ 00000187bb0ba680] Decoded frame with POC 22.
638[hevc @ 00000187bb0b7280] Decoded frame with POC 23.
639[hevc @ 00000187bb0529c0] Output frame with POC 25.
640[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
641[hevc @ 00000187bb0b6e80] Decoded frame with POC 28.
642[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
643[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
644[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
645[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
646[hevc @ 00000187bb052dc0] Output frame with POC 26.
647[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
648[hevc @ 00000187bb10aa80] Decoded frame with POC 26.
649[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
650[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
651[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
652[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 0 at offset 2500 bytes
653[matroska @ 00000187bb2b7680] Writing block of size 11459 with pts 0, dts -125250, duration 42 at relative offset 9 in cluster at offset 2500. TrackNumber 1, keyframe 1
654[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
655[hevc @ 00000187bb107780] Output frame with POC 27.
656[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
657[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
658[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
659[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
660[matroska @ 00000187bb2b7680] Writing block of size 1849 with pts 167, dts -125208, duration 42 at relative offset 11475 in cluster at offset 2500. TrackNumber 1, keyframe 0
661[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
662[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
663[hevc @ 00000187bb107b80] Output frame with POC 28.
664[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
665[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
666[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
667[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
668[matroska @ 00000187bb2b7680] Writing block of size 757 with pts 83, dts -125167, duration 42 at relative offset 13331 in cluster at offset 2500. TrackNumber 1, keyframe 0
669[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
670[hevc @ 00000187bb108280] Output frame with POC 29.
671[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
672[hevc @ 00000187bb0529c0] Decoded frame with POC 25.
673[hevc @ 00000187bb052dc0] Decoded frame with POC 27.
674[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
675[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
676[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
677[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
678[matroska @ 00000187bb2b7680] Writing block of size 531 with pts 42, dts -125125, duration 42 at relative offset 14095 in cluster at offset 2500. TrackNumber 1, keyframe 0
679[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
680[hevc @ 00000187bb108c80] Output frame with POC 30.
681[hevc @ 00000187bb107780] Decoded frame with POC 32.
682[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
683[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
684[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
685[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
686[matroska @ 00000187bb2b7680] Writing block of size 799 with pts 125, dts -125083, duration 42 at relative offset 14633 in cluster at offset 2500. TrackNumber 1, keyframe 0
687[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
688[hevc @ 00000187bb0b8a80] Output frame with POC 31.
689[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
690[hevc @ 00000187bb107b80] Decoded frame with POC 30.
691[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
692[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
693[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
694[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
695[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
696[matroska @ 00000187bb2b7680] Writing block of size 1637 with pts 334, dts -125042, duration 42 at relative offset 15439 in cluster at offset 2500. TrackNumber 1, keyframe 0
697[hevc @ 00000187bb0b8280] Output frame with POC 32.
698[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
699[hevc @ 00000187bb108280] Decoded frame with POC 29.
700[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
701[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
702[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
703[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
704[matroska @ 00000187bb2b7680] Writing block of size 1055 with pts 250, dts -125000, duration 42 at relative offset 17083 in cluster at offset 2500. TrackNumber 1, keyframe 0
705[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
706[hevc @ 00000187bb108c80] Decoded frame with POC 31.
707[hevc @ 00000187bb0b7680] Output frame with POC 33.
708[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
709[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
710[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
711[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
712[matroska @ 00000187bb2b7680] Writing block of size 1247 with pts 209, dts -124958, duration 42 at relative offset 18145 in cluster at offset 2500. TrackNumber 1, keyframe 0
713[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
714[hevc @ 00000187bb0ba680] Output frame with POC 34.
715[hevc @ 00000187bb0b8a80] Decoded frame with POC 36.
716[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
717[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
718[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
719[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
720[matroska @ 00000187bb2b7680] Writing block of size 1223 with pts 292, dts -124916, duration 42 at relative offset 19399 in cluster at offset 2500. TrackNumber 1, keyframe 0
721[hevc @ 00000187bb0b8280] Decoded frame with POC 34.
722[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
723[hevc @ 00000187bb0b7280] Output frame with POC 35.
724[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
725[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
726[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
727[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
728[matroska @ 00000187bb2b7680] Writing block of size 1952 with pts 501, dts -124875, duration 42 at relative offset 20629 in cluster at offset 2500. TrackNumber 1, keyframe 0
729[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
730[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
731[hevc @ 00000187bb0b6e80] Output frame with POC 36.
732[hevc @ 00000187bb0b7680] Decoded frame with POC 33.
733[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
734[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
735[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
736[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
737[matroska @ 00000187bb2b7680] Writing block of size 291 with pts 417, dts -124833, duration 42 at relative offset 22588 in cluster at offset 2500. TrackNumber 1, keyframe 0
738[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
739[hevc @ 00000187bb10aa80] Output frame with POC 37.
740[hevc @ 00000187bb0ba680] Decoded frame with POC 35.
741[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
742[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
743[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
744[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
745[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 375, dts -124791, duration 42 at relative offset 22886 in cluster at offset 2500. TrackNumber 1, keyframe 0
746[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
747[hevc @ 00000187bb0529c0] Output frame with POC 38.
748[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
749[hevc @ 00000187bb0b7280] Decoded frame with POC 40.
750[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
751[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
752[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
753[matroska @ 00000187bb2b7680] Writing block of size 360 with pts 459, dts -124750, duration 42 at relative offset 23314 in cluster at offset 2500. TrackNumber 1, keyframe 0
754[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
755[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
756[hevc @ 00000187bb052dc0] Output frame with POC 39.
757[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
758[hevc @ 00000187bb0b6e80] Decoded frame with POC 38.
759[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
760[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
761[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
762[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
763[matroska @ 00000187bb2b7680] Writing block of size 2862 with pts 667, dts -124708, duration 42 at relative offset 23681 in cluster at offset 2500. TrackNumber 1, keyframe 0
764[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
765[hevc @ 00000187bb107780] Output frame with POC 40.
766[hevc @ 00000187bb10aa80] Decoded frame with POC 37.
767[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
768[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
769[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
770[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
771[matroska @ 00000187bb2b7680] Writing block of size 499 with pts 584, dts -124666, duration 42 at relative offset 26550 in cluster at offset 2500. TrackNumber 1, keyframe 0
772[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
773[hevc @ 00000187bb107b80] Output frame with POC 41.
774[hevc @ 00000187bb0529c0] Decoded frame with POC 39.
775[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
776[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
777[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
778[matroska @ 00000187bb2b7680] Writing block of size 297 with pts 542, dts -124625, duration 42 at relative offset 27056 in cluster at offset 2500. TrackNumber 1, keyframe 0
779[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
780[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
781[hevc @ 00000187bb108280] Output frame with POC 42.
782[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
783[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
784[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
785[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
786[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
787[matroska @ 00000187bb2b7680] Writing block of size 578 with pts 626, dts -124583, duration 42 at relative offset 27360 in cluster at offset 2500. TrackNumber 1, keyframe 0
788[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
789[hevc @ 00000187bb108c80] Output frame with POC 43.
790[hevc @ 00000187bb052dc0] Decoded frame with POC 44.
791[hevc @ 00000187bb107780] Decoded frame with POC 42.
792[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
793[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
794[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
795[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
796[matroska @ 00000187bb2b7680] Writing block of size 3946 with pts 834, dts -124541, duration 42 at relative offset 27945 in cluster at offset 2500. TrackNumber 1, keyframe 0
797[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
798[hevc @ 00000187bb0b8a80] Output frame with POC 44.
799[hevc @ 00000187bb107b80] Decoded frame with POC 41.
800[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
801[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
802[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
803[matroska @ 00000187bb2b7680] Writing block of size 829 with pts 751, dts -124499, duration 42 at relative offset 31898 in cluster at offset 2500. TrackNumber 1, keyframe 0
804[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
805[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
806[hevc @ 00000187bb0b8280] Output frame with POC 45.
807[hevc @ 00000187bb108280] Decoded frame with POC 43.
808[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
809[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
810[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126313000 > 10000000: forcing output
811[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
812[matroska @ 00000187bb2b7680] Writing block of size 1871 with pts 709, dts -124458, duration 42 at relative offset 32734 in cluster at offset 2500. TrackNumber 1, keyframe 0
813[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
814[hevc @ 00000187bb0b7680] Output frame with POC 46.
815[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
816[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
817[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
818[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
819[matroska @ 00000187bb2b7680] Writing block of size 1633 with pts 792, dts -124416, duration 42 at relative offset 34612 in cluster at offset 2500. TrackNumber 1, keyframe 0
820[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
821[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
822[hevc @ 00000187bb0ba680] Output frame with POC 47.
823[hevc @ 00000187bb108c80] Decoded frame with POC 48.
824[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
825[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
826[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
827[matroska @ 00000187bb2b7680] Writing block of size 4442 with pts 1001, dts -124374, duration 42 at relative offset 36252 in cluster at offset 2500. TrackNumber 1, keyframe 0
828[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
829[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
830[hevc @ 00000187bb0b7280] Output frame with POC 48.
831[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
832[hevc @ 00000187bb0b8a80] Decoded frame with POC 46.
833[hevc @ 00000187bb0b8280] Decoded frame with POC 45.
834[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
835[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
836[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
837[matroska @ 00000187bb2b7680] Writing block of size 1396 with pts 918, dts -124333, duration 42 at relative offset 40701 in cluster at offset 2500. TrackNumber 1, keyframe 0
838[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
839[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
840[hevc @ 00000187bb0b6e80] Output frame with POC 49.
841[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
842[hevc @ 00000187bb0b7680] Decoded frame with POC 47.
843[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
844[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
845[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
846[matroska @ 00000187bb2b7680] Writing block of size 669 with pts 876, dts -124291, duration 42 at relative offset 42104 in cluster at offset 2500. TrackNumber 1, keyframe 0
847[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
848[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
849[hevc @ 00000187bb10aa80] Output frame with POC 50.
850[hevc @ 00000187bb0ba680] Decoded frame with POC 52.
851[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
852[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
853[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
854[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
855[matroska @ 00000187bb2b7680] Writing block of size 985 with pts 959, dts -124249, duration 42 at relative offset 42780 in cluster at offset 2500. TrackNumber 1, keyframe 0
856[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
857[hevc @ 00000187bb0529c0] Output frame with POC 51.
858[hevc @ 00000187bb0b7280] Decoded frame with POC 50.
859[hevc @ 00000187bb0b6e80] Decoded frame with POC 49.
860[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
861[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
862[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
863[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
864[matroska @ 00000187bb2b7680] Writing block of size 3877 with pts 1168, dts -124207, duration 42 at relative offset 43772 in cluster at offset 2500. TrackNumber 1, keyframe 0
865[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
866[hevc @ 00000187bb052dc0] Output frame with POC 52.
867[hevc @ 00000187bb10aa80] Decoded frame with POC 51.
868[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
869[hevc @ 00000187bb0529c0] Decoded frame with POC 55.
870[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
871[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
872[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
873[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
874[matroska @ 00000187bb2b7680] Writing block of size 581 with pts 1084, dts -124166, duration 42 at relative offset 47656 in cluster at offset 2500. TrackNumber 1, keyframe 0
875[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
876[hevc @ 00000187bb107780] Output frame with POC 53.
877[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
878[hevc @ 00000187bb052dc0] Decoded frame with POC 54.
879[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
880[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
881[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
882[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
883[matroska @ 00000187bb2b7680] Writing block of size 329 with pts 1043, dts -124124, duration 42 at relative offset 48244 in cluster at offset 2500. TrackNumber 1, keyframe 0
884[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
885[hevc @ 00000187bb107b80] Output frame with POC 54.
886[hevc @ 00000187bb107780] Decoded frame with POC 53.
887[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
888[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
889[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
890[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
891[matroska @ 00000187bb2b7680] Writing block of size 253 with pts 1126, dts -124082, duration 42 at relative offset 48580 in cluster at offset 2500. TrackNumber 1, keyframe 0
892[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
893[hevc @ 00000187bb108280] Output frame with POC 55.
894[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
895[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
896[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
897[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
898[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
899[matroska @ 00000187bb2b7680] Writing block of size 5504 with pts 1335, dts -124041, duration 42 at relative offset 48840 in cluster at offset 2500. TrackNumber 1, keyframe 0
900[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
901[hevc @ 00000187bb107b80] Decoded frame with POC 61.
902[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
903[hevc @ 00000187bb108c80] Output frame with POC 56.
904[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
905[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
906[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
907[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
908[matroska @ 00000187bb2b7680] Writing block of size 681 with pts 1251, dts -123999, duration 42 at relative offset 54351 in cluster at offset 2500. TrackNumber 1, keyframe 0
909[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
910[hevc @ 00000187bb0b8a80] Output frame with POC 57.
911[hevc @ 00000187bb108280] Decoded frame with POC 58.
912[hevc @ 00000187bb108c80] Decoded frame with POC 56.
913[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
914[matroska @ 00000187bb2b7680] Writing block of size 538 with pts 1210, dts -123957, duration 42 at relative offset 55039 in cluster at offset 2500. TrackNumber 1, keyframe 0
915[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
916[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
917[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
918[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
919[hevc @ 00000187bb0b8280] Output frame with POC 58.
920[hevc @ 00000187bb0b8a80] Decoded frame with POC 57.
921[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
922[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
923[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
924[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
925[matroska @ 00000187bb2b7680] Writing block of size 266 with pts 1293, dts -123915, duration 42 at relative offset 55584 in cluster at offset 2500. TrackNumber 1, keyframe 0
926[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
927[hevc @ 00000187bb0b7680] Output frame with POC 59.
928[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
929[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
930[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
931[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
932[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
933[matroska @ 00000187bb2b7680] Writing block of size 5347 with pts 1502, dts -123874, duration 42 at relative offset 55857 in cluster at offset 2500. TrackNumber 1, keyframe 0
934[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
935[hevc @ 00000187bb0ba680] Output frame with POC 60.
936[hevc @ 00000187bb0b8280] Decoded frame with POC 59.
937[hevc @ 00000187bb0b7680] Decoded frame with POC 60.
938[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
939[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
940[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
941[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
942[matroska @ 00000187bb2b7680] Writing block of size 1040 with pts 1418, dts -123832, duration 42 at relative offset 61211 in cluster at offset 2500. TrackNumber 1, keyframe 0
943[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
944[hevc @ 00000187bb0b7280] Output frame with POC 61.
945[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
946[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
947[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
948[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
949[hevc @ 00000187bb0ba680] Decoded frame with POC 64.
950[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 1376, dts -123790, duration 42 at relative offset 62258 in cluster at offset 2500. TrackNumber 1, keyframe 0
951[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
952[hevc @ 00000187bb0b6e80] Output frame with POC 62.
953[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
954[hevc @ 00000187bb0b7280] Decoded frame with POC 63.
955[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
956[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
957[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
958[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
959[hevc @ 00000187bb10aa80] Output frame with POC 63.
960[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
961[matroska @ 00000187bb2b7680] Writing block of size 782 with pts 1460, dts -123749, duration 42 at relative offset 62666 in cluster at offset 2500. TrackNumber 1, keyframe 0
962[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
963[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
964[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
965[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
966[matroska @ 00000187bb2b7680] Writing block of size 8597 with pts 1668, dts -123707, duration 42 at relative offset 63455 in cluster at offset 2500. TrackNumber 1, keyframe 0
967[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
968[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
969[hevc @ 00000187bb0529c0] Output frame with POC 64.
970[hevc @ 00000187bb0b6e80] Decoded frame with POC 62.
971[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
972[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
973[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
974[matroska @ 00000187bb2b7680] Writing block of size 1151 with pts 1585, dts -123665, duration 42 at relative offset 72059 in cluster at offset 2500. TrackNumber 1, keyframe 0
975[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
976[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
977[hevc @ 00000187bb052dc0] Output frame with POC 65.
978[hevc @ 00000187bb10aa80] Decoded frame with POC 66.
979[hevc @ 00000187bb0529c0] Decoded frame with POC 65.
980[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
981[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
982[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
983[matroska @ 00000187bb2b7680] Writing block of size 678 with pts 1543, dts -123624, duration 42 at relative offset 73217 in cluster at offset 2500. TrackNumber 1, keyframe 0
984[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
985[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
986[hevc @ 00000187bb107780] Output frame with POC 66.
987[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
988[hevc @ 00000187bb052dc0] Decoded frame with POC 71.
989[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
990[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
991[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126334000 > 10000000: forcing output
992[matroska @ 00000187bb2b7680] Writing block of size 507 with pts 1627, dts -123582, duration 42 at relative offset 73902 in cluster at offset 2500. TrackNumber 1, keyframe 0
993[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
994[hevc @ 00000187bb107b80] Output frame with POC 67.
995[hevc @ 00000187bb107780] Decoded frame with POC 69.
996[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
997[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
998[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126313000 > 10000000: forcing output
999[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1000[matroska @ 00000187bb2b7680] Writing block of size 8049 with pts 1835, dts -123540, duration 42 at relative offset 74416 in cluster at offset 2500. TrackNumber 1, keyframe 0
1001[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1002[hevc @ 00000187bb108280] Output frame with POC 68.
1003[hevc @ 00000187bb107b80] Decoded frame with POC 67.
1004[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1005[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1006[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1007[matroska @ 00000187bb2b7680] Writing block of size 948 with pts 1752, dts -123498, duration 42 at relative offset 82472 in cluster at offset 2500. TrackNumber 1, keyframe 0
1008[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1009[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1010[hevc @ 00000187bb108c80] Output frame with POC 69.
1011[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
1012[hevc @ 00000187bb108280] Decoded frame with POC 68.
1013[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1014[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1015[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1016[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
1017[matroska @ 00000187bb2b7680] Writing block of size 487 with pts 1710, dts -123457, duration 42 at relative offset 83427 in cluster at offset 2500. TrackNumber 1, keyframe 0
1018[hevc @ 00000187bb0b8a80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
1019[hevc @ 00000187bb0b8a80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
1020[hevc @ 00000187bb0b8a80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
1021[hevc @ 00000187bb0b8a80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
1022[hevc @ 00000187bb0b8a80] Decoding VPS
1023[hevc @ 00000187bb0b8a80] Main 10 profile bitstream
1024[hevc @ 00000187bb0b8a80] Decoding SPS
1025[hevc @ 00000187bb0b8a80] Main 10 profile bitstream
1026[hevc @ 00000187bb0b8a80] Decoding VUI
1027[hevc @ 00000187bb0b8a80] Decoding PPS
1028[hevc @ 00000187bb0b8a80] Output frame with POC 70.
1029[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
1030[hevc @ 00000187bb108c80] Decoded frame with POC 70.
1031[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1032[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1033[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
1034[matroska @ 00000187bb2b7680] Writing block of size 359 with pts 1793, dts -123415, duration 42 at relative offset 83921 in cluster at offset 2500. TrackNumber 1, keyframe 0
1035[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1036[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1037[hevc @ 00000187bb0b8280] Output frame with POC 71.
1038[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1039[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1040[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1041[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
1042[matroska @ 00000187bb2b7680] Writing block of size 7299 with pts 2002, dts -123373, duration 42 at relative offset 84287 in cluster at offset 2500. TrackNumber 1, keyframe 0
1043[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1044[hevc @ 00000187bb0b7680] Output frame with POC 72.
1045[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
1046[hevc @ 00000187bb0b8a80] Decoded frame with POC 72.
1047[hevc @ 00000187bb0b8280] Decoded frame with POC 77.
1048[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1049[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1050[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1051[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1052[matroska @ 00000187bb2b7680] Writing block of size 1336 with pts 1919, dts -123332, duration 42 at relative offset 91593 in cluster at offset 2500. TrackNumber 1, keyframe 0
1053[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1054[hevc @ 00000187bb0ba680] Output frame with POC 73.
1055[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
1056[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1057[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1058[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
1059[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1060[matroska @ 00000187bb2b7680] Writing block of size 888 with pts 1877, dts -123290, duration 42 at relative offset 92936 in cluster at offset 2500. TrackNumber 1, keyframe 0
1061[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1062[hevc @ 00000187bb0b7280] Output frame with POC 74.
1063[hevc @ 00000187bb0b7680] Decoded frame with POC 75.
1064[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1065[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1066[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1067[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
1068[matroska @ 00000187bb2b7680] Writing block of size 560 with pts 1960, dts -123248, duration 42 at relative offset 93831 in cluster at offset 2500. TrackNumber 1, keyframe 0
1069[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1070[hevc @ 00000187bb0b6e80] Output frame with POC 75.
1071[hevc @ 00000187bb0ba680] Decoded frame with POC 73.
1072[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1073[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1074[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
1075[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1076[matroska @ 00000187bb2b7680] Writing block of size 7332 with pts 2169, dts -123206, duration 42 at relative offset 94398 in cluster at offset 2500. TrackNumber 1, keyframe 0
1077[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1078[hevc @ 00000187bb10aa80] Output frame with POC 76.
1079[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
1080[hevc @ 00000187bb0b7280] Decoded frame with POC 74.
1081[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1082[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1083[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
1084[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1085[matroska @ 00000187bb2b7680] Writing block of size 1240 with pts 2085, dts -123165, duration 42 at relative offset 101737 in cluster at offset 2500. TrackNumber 1, keyframe 0
1086[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1087[hevc @ 00000187bb0529c0] Output frame with POC 77.
1088[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
1089[hevc @ 00000187bb0b6e80] Decoded frame with POC 76.
1090[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1091[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1092[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1093[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1094[matroska @ 00000187bb2b7680] Writing block of size 966 with pts 2044, dts -123123, duration 42 at relative offset 102984 in cluster at offset 2500. TrackNumber 1, keyframe 0
1095[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1096[hevc @ 00000187bb052dc0] Output frame with POC 78.
1097[hevc @ 00000187bb10aa80] Decoded frame with POC 80.
1098[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1099[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1100[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1101[matroska @ 00000187bb2b7680] Writing block of size 506 with pts 2127, dts -123081, duration 42 at relative offset 103957 in cluster at offset 2500. TrackNumber 1, keyframe 0
1102[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1103[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1104[hevc @ 00000187bb107780] Output frame with POC 79.
1105[hevc @ 00000187bb0529c0] Decoded frame with POC 79.
1106[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
1107[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1108[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1109[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1110[matroska @ 00000187bb2b7680] Writing block of size 7086 with pts 2336, dts -123040, duration 42 at relative offset 104470 in cluster at offset 2500. TrackNumber 1, keyframe 0
1111[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1112[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1113[hevc @ 00000187bb107b80] Output frame with POC 80.
1114[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
1115[hevc @ 00000187bb052dc0] Decoded frame with POC 78.
1116[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1117[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1118[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1119[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1120[matroska @ 00000187bb2b7680] Writing block of size 2632 with pts 2252, dts -122998, duration 42 at relative offset 111563 in cluster at offset 2500. TrackNumber 1, keyframe 0
1121[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1122[hevc @ 00000187bb108280] Output frame with POC 81.
1123[hevc @ 00000187bb107780] Decoded frame with POC 81.
1124[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1125[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1126[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1127[matroska @ 00000187bb2b7680] Writing block of size 928 with pts 2211, dts -122956, duration 42 at relative offset 114202 in cluster at offset 2500. TrackNumber 1, keyframe 0
1128[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1129[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1130[hevc @ 00000187bb107b80] Decoded frame with POC 82.
1131[hevc @ 00000187bb108c80] Output frame with POC 82.
1132[hevc @ 00000187bb108280] Decoded frame with POC 91.
1133[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1134[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1135[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1136[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1137[matroska @ 00000187bb2b7680] Writing block of size 2526 with pts 2294, dts -122914, duration 42 at relative offset 115137 in cluster at offset 2500. TrackNumber 1, keyframe 0
1138[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1139[hevc @ 00000187bb0b8a80] Output frame with POC 83.
1140[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
1141[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1142[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1143[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1144[matroska @ 00000187bb2b7680] Writing block of size 6138 with pts 2503, dts -122873, duration 42 at relative offset 117670 in cluster at offset 2500. TrackNumber 1, keyframe 0
1145[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1146[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1147[hevc @ 00000187bb0b8280] Output frame with POC 84.
1148[hevc @ 00000187bb108c80] Decoded frame with POC 87.
1149[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1150[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1151[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1152[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1153[matroska @ 00000187bb2b7680] Writing block of size 2806 with pts 2419, dts -122831, duration 42 at relative offset 123815 in cluster at offset 2500. TrackNumber 1, keyframe 0
1154[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1155[hevc @ 00000187bb0b8a80] Decoded frame with POC 83.
1156[hevc @ 00000187bb0b7680] Output frame with POC 85.
1157[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1158[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1159[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
1160[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1161[matroska @ 00000187bb2b7680] Writing block of size 1949 with pts 2377, dts -122789, duration 42 at relative offset 126628 in cluster at offset 2500. TrackNumber 1, keyframe 0
1162[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1163[hevc @ 00000187bb0b8280] Decoded frame with POC 84.
1164[hevc @ 00000187bb0ba680] Output frame with POC 86.
1165[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
1166[hevc @ 00000187bb0b7680] Decoded frame with POC 85.
1167[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1168[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1169[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1170[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
1171[matroska @ 00000187bb2b7680] Writing block of size 1641 with pts 2461, dts -122748, duration 42 at relative offset 128584 in cluster at offset 2500. TrackNumber 1, keyframe 0
1172[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1173[hevc @ 00000187bb0b7280] Output frame with POC 87.
1174[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
1175[hevc @ 00000187bb0ba680] Decoded frame with POC 86.
1176[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1177[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1178[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1179[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1180[matroska @ 00000187bb2b7680] Writing block of size 5646 with pts 2669, dts -122706, duration 42 at relative offset 130232 in cluster at offset 2500. TrackNumber 1, keyframe 0
1181[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1182[hevc @ 00000187bb0b6e80] Output frame with POC 88.
1183[hevc @ 00000187bb0b7280] Decoded frame with POC 88.
1184[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1185[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1186[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1187[matroska @ 00000187bb2b7680] Writing block of size 1498 with pts 2586, dts -122664, duration 42 at relative offset 135885 in cluster at offset 2500. TrackNumber 1, keyframe 0
1188[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1189[hevc @ 00000187bb10aa80] Output frame with POC 89.
1190[hevc @ 00000187bb0b6e80] Decoded frame with POC 89.
1191[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1192[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1193[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1194[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1195[matroska @ 00000187bb2b7680] Writing block of size 1873 with pts 2544, dts -122623, duration 42 at relative offset 137390 in cluster at offset 2500. TrackNumber 1, keyframe 0
1196[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1197[hevc @ 00000187bb0529c0] Output frame with POC 90.
1198[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
1199[hevc @ 00000187bb10aa80] Decoded frame with POC 90.
1200[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1201[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1202[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1203[matroska @ 00000187bb2b7680] Writing block of size 1013 with pts 2628, dts -122581, duration 42 at relative offset 139270 in cluster at offset 2500. TrackNumber 1, keyframe 0
1204[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1205[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1206[hevc @ 00000187bb052dc0] Output frame with POC 91.
1207[hevc @ 00000187bb0529c0] Decoded frame with POC 93.
1208[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
1209[matroska @ 00000187bb2b7680] Writing block of size 3203 with pts 2836, dts -122539, duration 42 at relative offset 140290 in cluster at offset 2500. TrackNumber 1, keyframe 0
1210[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1211[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1212[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1213[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1214[hevc @ 00000187bb107780] Output frame with POC 92.
1215[hevc @ 00000187bb052dc0] Decoded frame with POC 92.
1216[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1217[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1218[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
1219[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1220[matroska @ 00000187bb2b7680] Writing block of size 1475 with pts 2753, dts -122497, duration 42 at relative offset 143500 in cluster at offset 2500. TrackNumber 1, keyframe 0
1221[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1222[hevc @ 00000187bb107b80] Output frame with POC 93.
1223[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
1224[hevc @ 00000187bb107780] Decoded frame with POC 94.
1225[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1226[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1227[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1228[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1229[matroska @ 00000187bb2b7680] Writing block of size 329 with pts 2711, dts -122456, duration 42 at relative offset 144982 in cluster at offset 2500. TrackNumber 1, keyframe 0
1230[hevc @ 00000187bb108280] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
1231[hevc @ 00000187bb108280] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
1232[hevc @ 00000187bb108280] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
1233[hevc @ 00000187bb108280] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
1234[hevc @ 00000187bb108280] Decoding VPS
1235[hevc @ 00000187bb108280] Main 10 profile bitstream
1236[hevc @ 00000187bb108280] Decoding SPS
1237[hevc @ 00000187bb108280] Main 10 profile bitstream
1238[hevc @ 00000187bb108280] Decoding VUI
1239[hevc @ 00000187bb108280] Decoding PPS
1240[hevc @ 00000187bb108280] Output frame with POC 94.
1241[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
1242[hevc @ 00000187bb107b80] Decoded frame with POC 95.
1243[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1244[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1245[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1246[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1247[matroska @ 00000187bb2b7680] Writing block of size 793 with pts 2794, dts -122414, duration 42 at relative offset 145318 in cluster at offset 2500. TrackNumber 1, keyframe 0
1248[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1249[hevc @ 00000187bb108c80] Output frame with POC 95.
1250[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1251[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1252[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1253[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1254[matroska @ 00000187bb2b7680] Writing block of size 580 with pts 3003, dts -122372, duration 42 at relative offset 146118 in cluster at offset 2500. TrackNumber 1, keyframe 0
1255[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1256[hevc @ 00000187bb0b8a80] Output frame with POC 96.
1257[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
1258[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1259[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1260[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
1261[matroska @ 00000187bb2b7680] Writing block of size 2923 with pts 2920, dts -122331, duration 42 at relative offset 146705 in cluster at offset 2500. TrackNumber 1, keyframe 0
1262[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1263[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1264[hevc @ 00000187bb0b8280] Output frame with POC 97.
1265[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
1266[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1267[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1268[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
1269[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1270[matroska @ 00000187bb2b7680] Writing block of size 1091 with pts 2878, dts -122289, duration 42 at relative offset 149635 in cluster at offset 2500. TrackNumber 1, keyframe 0
1271[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1272[hevc @ 00000187bb0b7680] Output frame with POC 98.
1273[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1274[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1275[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
1276[matroska @ 00000187bb2b7680] Writing block of size 1753 with pts 2961, dts -122247, duration 42 at relative offset 150733 in cluster at offset 2500. TrackNumber 1, keyframe 0
1277[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1278[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1279[hevc @ 00000187bb0ba680] Output frame with POC 99.
1280[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1281[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1282[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
1283[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1284[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 3170, dts -122205, duration 42 at relative offset 152493 in cluster at offset 2500. TrackNumber 1, keyframe 0
1285[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1286[hevc @ 00000187bb0b7280] Output frame with POC 100.
1287[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
1288[hevc @ 00000187bb108280] Decoded frame with POC 96.
1289[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1290[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1291[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1292[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1293[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3086, dts -122164, duration 42 at relative offset 152585 in cluster at offset 2500. TrackNumber 1, keyframe 0
1294[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1295[hevc @ 00000187bb0b6e80] Output frame with POC 101.
1296[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
1297[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1298[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1299[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1300[matroska @ 00000187bb2b7680] Writing block of size 84 with pts 3045, dts -122122, duration 42 at relative offset 152676 in cluster at offset 2500. TrackNumber 1, keyframe 0
1301[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1302[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1303[hevc @ 00000187bb108c80] Decoded frame with POC 102.
1304[hevc @ 00000187bb10aa80] Output frame with POC 102.
1305[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1306[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1307[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1308[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1309[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3128, dts -122080, duration 42 at relative offset 152766 in cluster at offset 2500. TrackNumber 1, keyframe 0
1310[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1311[hevc @ 00000187bb0b8a80] Decoded frame with POC 99.
1312[hevc @ 00000187bb0529c0] Output frame with POC 103.
1313[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
1314[hevc @ 00000187bb0b7280] Decoded frame with POC 101.
1315[hevc @ 00000187bb0ba680] Decoded frame with POC 100.
1316[hevc @ 00000187bb0b7680] Decoded frame with POC 98.
1317[hevc @ 00000187bb0b8280] Decoded frame with POC 97.
1318[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1319[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1320[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1321[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1322[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 3337, dts -122039, duration 42 at relative offset 152857 in cluster at offset 2500. TrackNumber 1, keyframe 0
1323[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1324[hevc @ 00000187bb052dc0] Output frame with POC 104.
1325[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
1326[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1327[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1328[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1329[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3253, dts -121997, duration 42 at relative offset 152949 in cluster at offset 2500. TrackNumber 1, keyframe 0
1330[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1331[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1332[hevc @ 00000187bb107780] Output frame with POC 105.
1333[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1334[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1335[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1336[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
1337[matroska @ 00000187bb2b7680] Writing block of size 84 with pts 3212, dts -121955, duration 42 at relative offset 153040 in cluster at offset 2500. TrackNumber 1, keyframe 0
1338[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1339[hevc @ 00000187bb107b80] Output frame with POC 106.
1340[hevc @ 00000187bb0b6e80] Decoded frame with POC 106.
1341[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1342[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1343[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
1344[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1345[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3295, dts -121913, duration 42 at relative offset 153130 in cluster at offset 2500. TrackNumber 1, keyframe 0
1346[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1347[hevc @ 00000187bb108280] Output frame with POC 107.
1348[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
1349[hevc @ 00000187bb10aa80] Decoded frame with POC 104.
1350[hevc @ 00000187bb0529c0] Decoded frame with POC 103.
1351[hevc @ 00000187bb052dc0] Decoded frame with POC 105.
1352[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1353[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1354[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1355[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
1356[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 3504, dts -121872, duration 42 at relative offset 153221 in cluster at offset 2500. TrackNumber 1, keyframe 0
1357[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1358[hevc @ 00000187bb108c80] Output frame with POC 108.
1359[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1360[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1361[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
1362[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3420, dts -121830, duration 42 at relative offset 153313 in cluster at offset 2500. TrackNumber 1, keyframe 0
1363[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1364[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1365[hevc @ 00000187bb0b8a80] Output frame with POC 109.
1366[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1367[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1368[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
1369[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1370[matroska @ 00000187bb2b7680] Writing block of size 84 with pts 3378, dts -121788, duration 42 at relative offset 153404 in cluster at offset 2500. TrackNumber 1, keyframe 0
1371[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1372[hevc @ 00000187bb0b8280] Output frame with POC 110.
1373[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
1374[hevc @ 00000187bb107780] Decoded frame with POC 110.
1375[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1376[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1377[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1378[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1379[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3462, dts -121747, duration 42 at relative offset 153494 in cluster at offset 2500. TrackNumber 1, keyframe 0
1380[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1381[hevc @ 00000187bb0b7680] Output frame with POC 111.
1382[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
1383[hevc @ 00000187bb107b80] Decoded frame with POC 108.
1384[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1385[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1386[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126334000 > 10000000: forcing output
1387[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 3670, dts -121705, duration 42 at relative offset 153585 in cluster at offset 2500. TrackNumber 1, keyframe 0
1388[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1389[hevc @ 00000187bb0ba680] Output frame with POC 112.
1390[hevc @ 00000187bb108c80] Decoded frame with POC 109.
1391[hevc @ 00000187bb108280] Decoded frame with POC 107.
1392[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1393[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1394[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126313000 > 10000000: forcing output
1395[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1396[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3587, dts -121663, duration 42 at relative offset 153677 in cluster at offset 2500. TrackNumber 1, keyframe 0
1397[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1398[hevc @ 00000187bb0b7280] Output frame with POC 113.
1399[hevc @ 00000187bb0b8a80] Decoded frame with POC 114.
1400[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1401[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1402[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1403[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1404[matroska @ 00000187bb2b7680] Writing block of size 84 with pts 3545, dts -121622, duration 42 at relative offset 153768 in cluster at offset 2500. TrackNumber 1, keyframe 0
1405[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1406[hevc @ 00000187bb0b6e80] Output frame with POC 114.
1407[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
1408[hevc @ 00000187bb0b8280] Decoded frame with POC 112.
1409[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1410[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1411[hevc @ 00000187bb0ba680] Decoded frame with POC 113.
1412[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1413[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1414[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3629, dts -121580, duration 42 at relative offset 153858 in cluster at offset 2500. TrackNumber 1, keyframe 0
1415[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1416[hevc @ 00000187bb0b7680] Decoded frame with POC 111.
1417[hevc @ 00000187bb10aa80] Output frame with POC 115.
1418[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1419[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1420[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
1421[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 3837, dts -121538, duration 42 at relative offset 153949 in cluster at offset 2500. TrackNumber 1, keyframe 0
1422[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1423[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1424[hevc @ 00000187bb0529c0] Output frame with POC 116.
1425[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1426[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1427[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
1428[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1429[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3754, dts -121496, duration 42 at relative offset 154041 in cluster at offset 2500. TrackNumber 1, keyframe 0
1430[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1431[hevc @ 00000187bb052dc0] Output frame with POC 117.
1432[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
1433[hevc @ 00000187bb0b7280] Decoded frame with POC 120.
1434[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1435[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1436[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1437[matroska @ 00000187bb2b7680] Writing block of size 84 with pts 3712, dts -121455, duration 42 at relative offset 154132 in cluster at offset 2500. TrackNumber 1, keyframe 0
1438[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1439[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1440[hevc @ 00000187bb107780] Output frame with POC 118.
1441[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
1442[hevc @ 00000187bb0b6e80] Decoded frame with POC 117.
1443[hevc @ 00000187bb10aa80] Decoded frame with POC 115.
1444[hevc @ 00000187bb0529c0] Decoded frame with POC 116.
1445[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1446[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1447[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1448[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1449[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3795, dts -121413, duration 42 at relative offset 154222 in cluster at offset 2500. TrackNumber 1, keyframe 0
1450[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1451[hevc @ 00000187bb107b80] Output frame with POC 119.
1452[hevc @ 00000187bb052dc0] Decoded frame with POC 118.
1453[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1454[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1455[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
1456[matroska @ 00000187bb2b7680] Writing block of size 84002 with pts 4004, dts -121371, duration 42 at relative offset 154313 in cluster at offset 2500. TrackNumber 1, keyframe 0
1457[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1458[hevc @ 00000187bb107780] Decoded frame with POC 119.
1459[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1460[hevc @ 00000187bb108280] Output frame with POC 120.
1461[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
1462[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1463[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1464[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
1465[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1466[matroska @ 00000187bb2b7680] Writing block of size 87 with pts 3921, dts -121330, duration 42 at relative offset 238323 in cluster at offset 2500. TrackNumber 1, keyframe 0
1467[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1468[hevc @ 00000187bb108c80] Output frame with POC 121.
1469[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
1470[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1471[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1472[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1473[matroska @ 00000187bb2b7680] Writing block of size 85 with pts 3879, dts -121288, duration 42 at relative offset 238416 in cluster at offset 2500. TrackNumber 1, keyframe 0
1474[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1475[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1476[hevc @ 00000187bb0b8a80] Output frame with POC 122.
1477[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1478[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1479[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1480[matroska @ 00000187bb2b7680] Writing block of size 87 with pts 3962, dts -121246, duration 42 at relative offset 238507 in cluster at offset 2500. TrackNumber 1, keyframe 0
1481frame= 97 fps=0.0 q=10.0 size= 2kB time=00:00:05.12 bitrate= 3.9kbits/s speed=9.82x
1482[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1483[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1484[hevc @ 00000187bb0b8280] Output frame with POC 123.
1485[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1486[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1487[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
1488[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1489[matroska @ 00000187bb2b7680] Writing block of size 38416 with pts 4171, dts -121204, duration 42 at relative offset 238600 in cluster at offset 2500. TrackNumber 1, keyframe 0
1490[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1491[hevc @ 00000187bb0b7680] Output frame with POC 124.
1492[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
1493[hevc @ 00000187bb107b80] Decoded frame with POC 122.
1494[hevc @ 00000187bb108280] Decoded frame with POC 121.
1495[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1496[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1497[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1498[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1499[matroska @ 00000187bb2b7680] Writing block of size 4946 with pts 4087, dts -121163, duration 42 at relative offset 277024 in cluster at offset 2500. TrackNumber 1, keyframe 0
1500[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1501[hevc @ 00000187bb0ba680] Output frame with POC 125.
1502[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
1503[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1504[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1505[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1506[matroska @ 00000187bb2b7680] Writing block of size 3558 with pts 4046, dts -121121, duration 42 at relative offset 281977 in cluster at offset 2500. TrackNumber 1, keyframe 0
1507[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1508[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1509[hevc @ 00000187bb108c80] Decoded frame with POC 124.
1510[hevc @ 00000187bb0b7280] Output frame with POC 126.
1511[hevc @ 00000187bb0b8a80] Decoded frame with POC 123.
1512[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1513[matroska @ 00000187bb2b7680] Writing block of size 6847 with pts 4129, dts -121079, duration 42 at relative offset 285542 in cluster at offset 2500. TrackNumber 1, keyframe 0
1514[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1515[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1516[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1517[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1518[hevc @ 00000187bb0b6e80] Output frame with POC 127.
1519[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
1520[hevc @ 00000187bb0b8280] Decoded frame with POC 128.
1521[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1522[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1523[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1524[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1525[matroska @ 00000187bb2b7680] Writing block of size 84035 with pts 4338, dts -121038, duration 42 at relative offset 292396 in cluster at offset 2500. TrackNumber 1, keyframe 0
1526[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1527[hevc @ 00000187bb10aa80] Output frame with POC 128.
1528[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
1529[hevc @ 00000187bb0b7680] Decoded frame with POC 126.
1530[hevc @ 00000187bb0ba680] Decoded frame with POC 125.
1531[hevc @ 00000187bb0b7280] Decoded frame with POC 127.
1532[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1533[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1534[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1535[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1536[matroska @ 00000187bb2b7680] Writing block of size 57944 with pts 4254, dts -120996, duration 42 at relative offset 376439 in cluster at offset 2500. TrackNumber 1, keyframe 0
1537[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1538[hevc @ 00000187bb0529c0] Output frame with POC 129.
1539[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1540[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1541[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
1542[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1543[matroska @ 00000187bb2b7680] Writing block of size 7534 with pts 4213, dts -120954, duration 42 at relative offset 434391 in cluster at offset 2500. TrackNumber 1, keyframe 0
1544[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1545[hevc @ 00000187bb052dc0] Output frame with POC 130.
1546[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1547[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1548[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
1549[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1550[matroska @ 00000187bb2b7680] Writing block of size 5783 with pts 4296, dts -120912, duration 42 at relative offset 441932 in cluster at offset 2500. TrackNumber 1, keyframe 0
1551[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1552[hevc @ 00000187bb107780] Output frame with POC 131.
1553[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
1554[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1555[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1556[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
1557[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1558[matroska @ 00000187bb2b7680] Writing block of size 91897 with pts 4505, dts -120871, duration 42 at relative offset 447722 in cluster at offset 2500. TrackNumber 1, keyframe 0
1559[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1560[hevc @ 00000187bb107b80] Output frame with POC 132.
1561[hevc @ 00000187bb0b6e80] Decoded frame with POC 130.
1562[hevc @ 00000187bb10aa80] Decoded frame with POC 129.
1563[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1564[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1565[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
1566[matroska @ 00000187bb2b7680] Writing block of size 19236 with pts 4421, dts -120829, duration 42 at relative offset 539627 in cluster at offset 2500. TrackNumber 1, keyframe 0
1567[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1568[hevc @ 00000187bb108280] Output frame with POC 133.
1569[hevc @ 00000187bb0529c0] Decoded frame with POC 134.
1570[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1571[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1572[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126311000 > 10000000: forcing output
1573[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1574[matroska @ 00000187bb2b7680] Writing block of size 3655 with pts 4379, dts -120787, duration 42 at relative offset 558871 in cluster at offset 2500. TrackNumber 1, keyframe 0
1575[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1576[hevc @ 00000187bb108c80] Output frame with POC 134.
1577[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
1578[hevc @ 00000187bb052dc0] Decoded frame with POC 132.
1579[hevc @ 00000187bb107780] Decoded frame with POC 131.
1580[hevc @ 00000187bb107b80] Decoded frame with POC 133.
1581[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1582[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1583[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1584[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1585[matroska @ 00000187bb2b7680] Writing block of size 3780 with pts 4463, dts -120746, duration 42 at relative offset 562533 in cluster at offset 2500. TrackNumber 1, keyframe 0
1586[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1587[hevc @ 00000187bb0b8a80] Output frame with POC 135.
1588[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
1589[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1590[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1591[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1592[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1593[matroska @ 00000187bb2b7680] Writing block of size 86639 with pts 4671, dts -120704, duration 42 at relative offset 566320 in cluster at offset 2500. TrackNumber 1, keyframe 0
1594[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1595[hevc @ 00000187bb0b8280] Output frame with POC 136.
1596[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1597[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1598[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1599[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
1600[matroska @ 00000187bb2b7680] Writing block of size 18007 with pts 4588, dts -120662, duration 42 at relative offset 652967 in cluster at offset 2500. TrackNumber 1, keyframe 0
1601[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1602[hevc @ 00000187bb0b7680] Output frame with POC 137.
1603[hevc @ 00000187bb108280] Decoded frame with POC 136.
1604[hevc @ 00000187bb108c80] Decoded frame with POC 135.
1605[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1606[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1607[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1608[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1609[matroska @ 00000187bb2b7680] Writing block of size 3415 with pts 4546, dts -120621, duration 42 at relative offset 670982 in cluster at offset 2500. TrackNumber 1, keyframe 0
1610[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1611[hevc @ 00000187bb0ba680] Output frame with POC 138.
1612[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
1613[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1614[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1615[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1616[matroska @ 00000187bb2b7680] Writing block of size 1393 with pts 4630, dts -120579, duration 42 at relative offset 674404 in cluster at offset 2500. TrackNumber 1, keyframe 0
1617[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1618[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1619[hevc @ 00000187bb0b7280] Output frame with POC 139.
1620[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1621[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1622[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1623[matroska @ 00000187bb2b7680] Writing block of size 23993 with pts 4838, dts -120537, duration 42 at relative offset 675804 in cluster at offset 2500. TrackNumber 1, keyframe 0
1624[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1625[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1626[hevc @ 00000187bb0b6e80] Output frame with POC 140.
1627[hevc @ 00000187bb0b8a80] Decoded frame with POC 141.
1628[hevc @ 00000187bb0b8280] Decoded frame with POC 139.
1629[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1630[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1631[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1632[matroska @ 00000187bb2b7680] Writing block of size 4582 with pts 4755, dts -120495, duration 42 at relative offset 699805 in cluster at offset 2500. TrackNumber 1, keyframe 0
1633[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1634[hevc @ 00000187bb10aa80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
1635[hevc @ 00000187bb10aa80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
1636[hevc @ 00000187bb10aa80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
1637[hevc @ 00000187bb10aa80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
1638[hevc @ 00000187bb10aa80] Decoding VPS
1639[hevc @ 00000187bb10aa80] Main 10 profile bitstream
1640[hevc @ 00000187bb10aa80] Decoding SPS
1641[hevc @ 00000187bb10aa80] Main 10 profile bitstream
1642[hevc @ 00000187bb10aa80] Decoding VUI
1643[hevc @ 00000187bb10aa80] Decoding PPS
1644[hevc @ 00000187bb10aa80] Output frame with POC 141.
1645[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
1646[hevc @ 00000187bb0b7280] Decoded frame with POC 140.
1647[hevc @ 00000187bb0ba680] Decoded frame with POC 138.
1648[hevc @ 00000187bb0b7680] Decoded frame with POC 137.
1649[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1650[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1651[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1652[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
1653[matroska @ 00000187bb2b7680] Writing block of size 1025 with pts 4713, dts -120454, duration 42 at relative offset 704394 in cluster at offset 2500. TrackNumber 1, keyframe 0
1654[hevc @ 00000187bb0b6e80] Decoded frame with POC 142.
1655[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1656[hevc @ 00000187bb0529c0] Output frame with POC 142.
1657[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
1658[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1659[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1660[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
1661[matroska @ 00000187bb2b7680] Writing block of size 1446 with pts 4796, dts -120412, duration 42 at relative offset 705426 in cluster at offset 2500. TrackNumber 1, keyframe 0
1662[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1663[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1664[hevc @ 00000187bb052dc0] Output frame with POC 143.
1665[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1666[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1667[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1668[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
1669[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1670[hevc @ 00000187bb107780] Output frame with POC 144.
1671[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
1672[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5005 at offset 709386 bytes
1673[matroska @ 00000187bb2b7680] Writing block of size 43040 with pts 5005, dts -120370, duration 42 at relative offset 10 in cluster at offset 709386. TrackNumber 1, keyframe 0
1674[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1675[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
1676[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1677[matroska @ 00000187bb2b7680] Writing block of size 5849 with pts 4922, dts -120329, duration 42 at relative offset 43058 in cluster at offset 709386. TrackNumber 1, keyframe 0
1678[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1679[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1680[hevc @ 00000187bb107b80] Output frame with POC 145.
1681[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
1682[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1683[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
1684[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1685[matroska @ 00000187bb2b7680] Writing block of size 1988 with pts 4880, dts -120287, duration 42 at relative offset 48914 in cluster at offset 709386. TrackNumber 1, keyframe 0
1686[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1687[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1688[hevc @ 00000187bb108280] Output frame with POC 146.
1689[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1690[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1691[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1692[matroska @ 00000187bb2b7680] Writing block of size 1151 with pts 4963, dts -120245, duration 42 at relative offset 50909 in cluster at offset 709386. TrackNumber 1, keyframe 0
1693[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1694[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1695[hevc @ 00000187bb108c80] Output frame with POC 147.
1696[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1697[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1698[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
1699[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1700[matroska @ 00000187bb2b7680] Writing block of size 48902 with pts 5172, dts -120203, duration 42 at relative offset 52067 in cluster at offset 709386. TrackNumber 1, keyframe 0
1701[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1702[hevc @ 00000187bb0b8a80] Output frame with POC 148.
1703[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
1704[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1705[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1706[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1707[matroska @ 00000187bb2b7680] Writing block of size 28472 with pts 5088, dts -120162, duration 42 at relative offset 100977 in cluster at offset 709386. TrackNumber 1, keyframe 0
1708[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1709[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1710[hevc @ 00000187bb0b8280] Output frame with POC 149.
1711[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
1712[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1713[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1714[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1715[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1716[matroska @ 00000187bb2b7680] Writing block of size 3540 with pts 5047, dts -120120, duration 42 at relative offset 129457 in cluster at offset 709386. TrackNumber 1, keyframe 0
1717[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1718[hevc @ 00000187bb0b7680] Output frame with POC 150.
1719[hevc @ 00000187bb10aa80] Decoded frame with POC 143.
1720[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1721[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
1722[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1723[matroska @ 00000187bb2b7680] Writing block of size 834 with pts 5130, dts -120078, duration 42 at relative offset 133004 in cluster at offset 709386. TrackNumber 1, keyframe 0
1724[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1725[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1726[hevc @ 00000187bb0ba680] Output frame with POC 151.
1727[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
1728[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1729[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1730[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1731[matroska @ 00000187bb2b7680] Writing block of size 43714 with pts 5339, dts -120037, duration 42 at relative offset 133845 in cluster at offset 709386. TrackNumber 1, keyframe 0
1732[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1733[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1734[hevc @ 00000187bb0b7280] Output frame with POC 152.
1735[hevc @ 00000187bb0529c0] Decoded frame with POC 147.
1736[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
1737[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1738[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
1739[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1740[matroska @ 00000187bb2b7680] Writing block of size 6168 with pts 5255, dts -119995, duration 42 at relative offset 177567 in cluster at offset 709386. TrackNumber 1, keyframe 0
1741[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1742[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1743[hevc @ 00000187bb0b6e80] Output frame with POC 153.
1744[hevc @ 00000187bb052dc0] Decoded frame with POC 145.
1745[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1746[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
1747[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1748[matroska @ 00000187bb2b7680] Writing block of size 1055 with pts 5214, dts -119953, duration 42 at relative offset 183742 in cluster at offset 709386. TrackNumber 1, keyframe 0
1749[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1750[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1751[hevc @ 00000187bb10aa80] Output frame with POC 154.
1752[hevc @ 00000187bb107b80] Decoded frame with POC 146.
1753[hevc @ 00000187bb107780] Decoded frame with POC 144.
1754[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1755[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1756[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
1757[matroska @ 00000187bb2b7680] Writing block of size 677 with pts 5297, dts -119911, duration 42 at relative offset 184804 in cluster at offset 709386. TrackNumber 1, keyframe 0
1758[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1759[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1760[hevc @ 00000187bb0529c0] Output frame with POC 155.
1761[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
1762[hevc @ 00000187bb108280] Decoded frame with POC 151.
1763[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1764[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1765[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1766[matroska @ 00000187bb2b7680] Writing block of size 48777 with pts 5506, dts -119870, duration 42 at relative offset 185488 in cluster at offset 709386. TrackNumber 1, keyframe 0
1767[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1768[hevc @ 00000187bb052dc0] Output frame with POC 156.
1769[hevc @ 00000187bb108c80] Decoded frame with POC 149.
1770[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1771[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1772[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1773[matroska @ 00000187bb2b7680] Writing block of size 25919 with pts 5422, dts -119828, duration 42 at relative offset 234273 in cluster at offset 709386. TrackNumber 1, keyframe 0
1774[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1775[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1776[hevc @ 00000187bb107780] Output frame with POC 157.
1777[hevc @ 00000187bb0b8a80] Decoded frame with POC 148.
1778[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1779[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1780[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1781[matroska @ 00000187bb2b7680] Writing block of size 2043 with pts 5380, dts -119786, duration 42 at relative offset 260200 in cluster at offset 709386. TrackNumber 1, keyframe 0
1782[hevc @ 00000187bb0b8280] Decoded frame with POC 150.
1783[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1784[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1785[hevc @ 00000187bb107b80] Output frame with POC 158.
1786[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
1787[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1788[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1789[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1790[matroska @ 00000187bb2b7680] Writing block of size 1217 with pts 5464, dts -119745, duration 42 at relative offset 262250 in cluster at offset 709386. TrackNumber 1, keyframe 0
1791[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1792[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1793[hevc @ 00000187bb108280] Output frame with POC 159.
1794[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
1795[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1796[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1797[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1798[matroska @ 00000187bb2b7680] Writing block of size 46175 with pts 5672, dts -119703, duration 42 at relative offset 263474 in cluster at offset 709386. TrackNumber 1, keyframe 0
1799[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1800[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1801[hevc @ 00000187bb108c80] Output frame with POC 160.
1802[hevc @ 00000187bb0b7680] Decoded frame with POC 155.
1803[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1804[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
1805[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1806[matroska @ 00000187bb2b7680] Writing block of size 5963 with pts 5589, dts -119661, duration 42 at relative offset 309657 in cluster at offset 709386. TrackNumber 1, keyframe 0
1807[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1808[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1809[hevc @ 00000187bb0b8a80] Output frame with POC 161.
1810[hevc @ 00000187bb0ba680] Decoded frame with POC 153.
1811[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1812[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
1813[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1814[matroska @ 00000187bb2b7680] Writing block of size 796 with pts 5547, dts -119620, duration 42 at relative offset 315627 in cluster at offset 709386. TrackNumber 1, keyframe 0
1815[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1816[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1817[hevc @ 00000187bb0b8280] Output frame with POC 162.
1818[hevc @ 00000187bb0b6e80] Decoded frame with POC 154.
1819[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
1820[hevc @ 00000187bb0b7280] Decoded frame with POC 152.
1821[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1822[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1823[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1824[matroska @ 00000187bb2b7680] Writing block of size 715 with pts 5631, dts -119578, duration 42 at relative offset 316430 in cluster at offset 709386. TrackNumber 1, keyframe 0
1825[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1826[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1827[hevc @ 00000187bb0b7680] Output frame with POC 163.
1828[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
1829[matroska @ 00000187bb2b7680] Writing block of size 47447 with pts 5839, dts -119536, duration 42 at relative offset 317152 in cluster at offset 709386. TrackNumber 1, keyframe 0
1830[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1831[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1832[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1833[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1834[hevc @ 00000187bb0ba680] Output frame with POC 164.
1835[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1836[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
1837[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1838[matroska @ 00000187bb2b7680] Writing block of size 20363 with pts 5756, dts -119494, duration 42 at relative offset 364607 in cluster at offset 709386. TrackNumber 1, keyframe 0
1839[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1840[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1841[hevc @ 00000187bb0b7280] Output frame with POC 165.
1842[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
1843[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1844[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
1845[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1846[matroska @ 00000187bb2b7680] Writing block of size 15036 with pts 5714, dts -119453, duration 42 at relative offset 384978 in cluster at offset 709386. TrackNumber 1, keyframe 0
1847[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1848[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1849[hevc @ 00000187bb0b6e80] Output frame with POC 166.
1850[hevc @ 00000187bb10aa80] Decoded frame with POC 163.
1851[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
1852[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1853[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1854[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1855[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1856[matroska @ 00000187bb2b7680] Writing block of size 2512 with pts 5797, dts -119411, duration 42 at relative offset 400021 in cluster at offset 709386. TrackNumber 1, keyframe 0
1857[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1858[hevc @ 00000187bb10aa80] Output frame with POC 167.
1859[hevc @ 00000187bb0529c0] Decoded frame with POC 159.
1860[hevc @ 00000187bb0b8a80] Decoded frame with POC 162.
1861[hevc @ 00000187bb108280] Decoded frame with POC 160.
1862[hevc @ 00000187bb108c80] Decoded frame with POC 161.
1863[hevc @ 00000187bb052dc0] Decoded frame with POC 156.
1864[hevc @ 00000187bb107780] Decoded frame with POC 157.
1865[hevc @ 00000187bb107b80] Decoded frame with POC 158.
1866[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1867[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
1868[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1869[matroska @ 00000187bb2b7680] Writing block of size 136382 with pts 6006, dts -119369, duration 42 at relative offset 402540 in cluster at offset 709386. TrackNumber 1, keyframe 0
1870[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1871[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1872[hevc @ 00000187bb0529c0] Output frame with POC 168.
1873[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
1874[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1875[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
1876[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1877[matroska @ 00000187bb2b7680] Writing block of size 2679 with pts 5923, dts -119328, duration 42 at relative offset 538930 in cluster at offset 709386. TrackNumber 1, keyframe 0
1878[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1879[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1880[hevc @ 00000187bb052dc0] Output frame with POC 169.
1881[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
1882[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1883[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
1884[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1885[matroska @ 00000187bb2b7680] Writing block of size 822 with pts 5881, dts -119286, duration 42 at relative offset 541616 in cluster at offset 709386. TrackNumber 1, keyframe 0
1886[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1887[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1888[hevc @ 00000187bb107780] Output frame with POC 170.
1889[hevc @ 00000187bb0b8280] Decoded frame with POC 167.
1890[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1891[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1892[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1893[matroska @ 00000187bb2b7680] Writing block of size 25050 with pts 5964, dts -119244, duration 42 at relative offset 542445 in cluster at offset 709386. TrackNumber 1, keyframe 0
1894[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1895[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1896[hevc @ 00000187bb107b80] Output frame with POC 171.
1897[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1898[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
1899[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1900[matroska @ 00000187bb2b7680] Writing block of size 47930 with pts 6173, dts -119202, duration 42 at relative offset 567503 in cluster at offset 709386. TrackNumber 1, keyframe 0
1901[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1902[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1903[hevc @ 00000187bb108280] Output frame with POC 172.
1904[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
1905[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1906[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1907[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1908[matroska @ 00000187bb2b7680] Writing block of size 7195 with pts 6089, dts -119161, duration 42 at relative offset 615441 in cluster at offset 709386. TrackNumber 1, keyframe 0
1909[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1910[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1911[hevc @ 00000187bb108c80] Output frame with POC 173.
1912[hevc @ 00000187bb0b7680] Decoded frame with POC 165.
1913[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
1914[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1915[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
1916[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1917[matroska @ 00000187bb2b7680] Writing block of size 5142 with pts 6048, dts -119119, duration 42 at relative offset 622643 in cluster at offset 709386. TrackNumber 1, keyframe 0
1918[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1919[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1920[hevc @ 00000187bb0b8a80] Output frame with POC 174.
1921[hevc @ 00000187bb0b7280] Decoded frame with POC 166.
1922[hevc @ 00000187bb0ba680] Decoded frame with POC 164.
1923[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1924[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
1925[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1926[matroska @ 00000187bb2b7680] Writing block of size 4418 with pts 6131, dts -119077, duration 42 at relative offset 627792 in cluster at offset 709386. TrackNumber 1, keyframe 0
1927[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1928[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1929[hevc @ 00000187bb0b8280] Output frame with POC 175.
1930[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
1931[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1932[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
1933[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1934[matroska @ 00000187bb2b7680] Writing block of size 57673 with pts 6340, dts -119036, duration 42 at relative offset 632217 in cluster at offset 709386. TrackNumber 1, keyframe 0
1935[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1936[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1937[hevc @ 00000187bb0b7680] Output frame with POC 176.
1938[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
1939[hevc @ 00000187bb0b6e80] Decoded frame with POC 171.
1940[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1941[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1942[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1943[matroska @ 00000187bb2b7680] Writing block of size 8743 with pts 6256, dts -118994, duration 42 at relative offset 689898 in cluster at offset 709386. TrackNumber 1, keyframe 0
1944[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1945[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1946[hevc @ 00000187bb0ba680] Output frame with POC 177.
1947[hevc @ 00000187bb10aa80] Decoded frame with POC 169.
1948[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1949[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
1950[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1951[matroska @ 00000187bb2b7680] Writing block of size 4706 with pts 6215, dts -118952, duration 42 at relative offset 698648 in cluster at offset 709386. TrackNumber 1, keyframe 0
1952[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1953[hevc @ 00000187bb0b7280] Output frame with POC 178.
1954[hevc @ 00000187bb052dc0] Decoded frame with POC 170.
1955[hevc @ 00000187bb0529c0] Decoded frame with POC 168.
1956[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1957[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126312000 > 10000000: forcing output
1958[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1959[matroska @ 00000187bb2b7680] Writing block of size 4348 with pts 6298, dts -118910, duration 42 at relative offset 703361 in cluster at offset 709386. TrackNumber 1, keyframe 0
1960[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1961[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
1962[hevc @ 00000187bb0b6e80] Output frame with POC 179.
1963[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
1964[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1965[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1966[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1967[matroska @ 00000187bb2b7680] Writing block of size 57935 with pts 6507, dts -118869, duration 42 at relative offset 707716 in cluster at offset 709386. TrackNumber 1, keyframe 0
1968[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1969[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1970[hevc @ 00000187bb10aa80] Output frame with POC 180.
1971[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1972[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
1973[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1974[matroska @ 00000187bb2b7680] Writing block of size 7261 with pts 6423, dts -118827, duration 42 at relative offset 765659 in cluster at offset 709386. TrackNumber 1, keyframe 0
1975[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1976[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1977[hevc @ 00000187bb0529c0] Output frame with POC 181.
1978[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1979[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126315000 > 10000000: forcing output
1980[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1981[matroska @ 00000187bb2b7680] Writing block of size 4626 with pts 6381, dts -118785, duration 42 at relative offset 772927 in cluster at offset 709386. TrackNumber 1, keyframe 0
1982[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1983[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1984[hevc @ 00000187bb052dc0] Output frame with POC 182.
1985[hevc @ 00000187bb107780] Decoded frame with POC 179.
1986[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
1987[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1988[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
1989[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1990[matroska @ 00000187bb2b7680] Writing block of size 4830 with pts 6465, dts -118744, duration 42 at relative offset 777560 in cluster at offset 709386. TrackNumber 1, keyframe 0
1991[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
1992[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
1993[hevc @ 00000187bb107780] Output frame with POC 183.
1994[hevc @ 00000187bb107b80] Decoded frame with POC 175.
1995[hevc @ 00000187bb108c80] Decoded frame with POC 173.
1996[hevc @ 00000187bb0b7680] Decoded frame with POC 177.
1997[hevc @ 00000187bb0ba680] Decoded frame with POC 178.
1998[hevc @ 00000187bb0b8a80] Decoded frame with POC 174.
1999[hevc @ 00000187bb0b8280] Decoded frame with POC 176.
2000[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
2001[hevc @ 00000187bb108280] Decoded frame with POC 172.
2002[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2003[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
2004[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2005[matroska @ 00000187bb2b7680] Writing block of size 54577 with pts 6673, dts -118702, duration 42 at relative offset 782397 in cluster at offset 709386. TrackNumber 1, keyframe 0
2006[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2007[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2008[hevc @ 00000187bb107b80] Output frame with POC 184.
2009[hevc @ 00000187bb0b7280] Decoded frame with POC 187.
2010[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2011[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126317000 > 10000000: forcing output
2012[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2013[matroska @ 00000187bb2b7680] Writing block of size 6523 with pts 6590, dts -118660, duration 42 at relative offset 836982 in cluster at offset 709386. TrackNumber 1, keyframe 0
2014[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2015[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2016[hevc @ 00000187bb108280] Output frame with POC 185.
2017[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2018[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
2019[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2020[matroska @ 00000187bb2b7680] Writing block of size 5781 with pts 6548, dts -118619, duration 42 at relative offset 843512 in cluster at offset 709386. TrackNumber 1, keyframe 0
2021[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2022[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2023[hevc @ 00000187bb108c80] Output frame with POC 186.
2024[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
2025[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2026[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
2027[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2028[matroska @ 00000187bb2b7680] Writing block of size 4921 with pts 6632, dts -118577, duration 42 at relative offset 849300 in cluster at offset 709386. TrackNumber 1, keyframe 0
2029[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2030[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2031[hevc @ 00000187bb0b8a80] Output frame with POC 187.
2032[hevc @ 00000187bb0b6e80] Decoded frame with POC 183.
2033[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2034[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
2035[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2036[matroska @ 00000187bb2b7680] Writing block of size 57315 with pts 6840, dts -118535, duration 42 at relative offset 854228 in cluster at offset 709386. TrackNumber 1, keyframe 0
2037[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2038[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2039[hevc @ 00000187bb0b8280] Output frame with POC 188.
2040[hevc @ 00000187bb052dc0] Decoded frame with POC 182.
2041[hevc @ 00000187bb0529c0] Decoded frame with POC 181.
2042[hevc @ 00000187bb10aa80] Decoded frame with POC 180.
2043[hevc @ 00000187bb107780] Decoded frame with POC 184.
2044[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2045[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126321000 > 10000000: forcing output
2046[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2047[matroska @ 00000187bb2b7680] Writing block of size 7000 with pts 6757, dts -118493, duration 42 at relative offset 911551 in cluster at offset 709386. TrackNumber 1, keyframe 0
2048[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2049[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2050[hevc @ 00000187bb0b7680] Output frame with POC 189.
2051[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
2052[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2053[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
2054[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2055[matroska @ 00000187bb2b7680] Writing block of size 6308 with pts 6715, dts -118452, duration 42 at relative offset 918558 in cluster at offset 709386. TrackNumber 1, keyframe 0
2056[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2057[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2058[hevc @ 00000187bb0ba680] Output frame with POC 190.
2059[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
2060[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2061[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126324000 > 10000000: forcing output
2062[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2063[matroska @ 00000187bb2b7680] Writing block of size 6976 with pts 6798, dts -118410, duration 42 at relative offset 924873 in cluster at offset 709386. TrackNumber 1, keyframe 0
2064[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2065[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2066[hevc @ 00000187bb0b7280] Output frame with POC 191.
2067[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2068[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126325000 > 10000000: forcing output
2069[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2070[matroska @ 00000187bb2b7680] Writing block of size 59041 with pts 7007, dts -118368, duration 42 at relative offset 931856 in cluster at offset 709386. TrackNumber 1, keyframe 0
2071[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2072[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2073[hevc @ 00000187bb0b6e80] Output frame with POC 192.
2074[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
2075[hevc @ 00000187bb107b80] Decoded frame with POC 185.
2076[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2077[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
2078[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2079[matroska @ 00000187bb2b7680] Writing block of size 7283 with pts 6924, dts -118327, duration 42 at relative offset 990905 in cluster at offset 709386. TrackNumber 1, keyframe 0
2080[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2081[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2082[hevc @ 00000187bb10aa80] Output frame with POC 193.
2083[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
2084[hevc @ 00000187bb108280] Decoded frame with POC 186.
2085[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2086[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
2087[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2088[matroska @ 00000187bb2b7680] Writing block of size 6420 with pts 6882, dts -118285, duration 42 at relative offset 998195 in cluster at offset 709386. TrackNumber 1, keyframe 0
2089[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2090[hevc @ 00000187bb0529c0] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
2091[hevc @ 00000187bb0529c0] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
2092[hevc @ 00000187bb0529c0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
2093[hevc @ 00000187bb0529c0] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
2094[hevc @ 00000187bb0529c0] Decoding VPS
2095[hevc @ 00000187bb0529c0] Main 10 profile bitstream
2096[hevc @ 00000187bb0529c0] Decoding SPS
2097[hevc @ 00000187bb0529c0] Main 10 profile bitstream
2098[hevc @ 00000187bb0529c0] Decoding VUI
2099[hevc @ 00000187bb0529c0] Decoding PPS
2100[hevc @ 00000187bb0529c0] Output frame with POC 194.
2101[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2102[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
2103[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2104[matroska @ 00000187bb2b7680] Writing block of size 7375 with pts 6965, dts -118243, duration 42 at relative offset 1004622 in cluster at offset 709386. TrackNumber 1, keyframe 0
2105[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2106[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2107[hevc @ 00000187bb052dc0] Output frame with POC 195.
2108[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2109[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
2110[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2111[matroska @ 00000187bb2b7680] Writing block of size 61435 with pts 7174, dts -118201, duration 42 at relative offset 1012004 in cluster at offset 709386. TrackNumber 1, keyframe 0
2112[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2113[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2114[hevc @ 00000187bb107780] Output frame with POC 196.
2115[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
2116[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2117[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2118[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126329000 > 10000000: forcing output
2119[matroska @ 00000187bb2b7680] Writing block of size 8135 with pts 7090, dts -118160, duration 42 at relative offset 1073447 in cluster at offset 709386. TrackNumber 1, keyframe 0
2120[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2121[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2122[hevc @ 00000187bb107b80] Output frame with POC 197.
2123[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
2124[hevc @ 00000187bb108c80] Decoded frame with POC 191.
2125[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2126[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2127[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2128[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2129[hevc @ 00000187bb108280] Output frame with POC 198.
2130[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
2131[matroska @ 00000187bb2b7680] Writing block of size 5469 with pts 7049, dts -118118, duration 42 at relative offset 1081589 in cluster at offset 709386. TrackNumber 1, keyframe 0
2132[hevc @ 00000187bb0b8a80] Decoded frame with POC 189.
2133[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2134[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2135[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2136[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2137[hevc @ 00000187bb108c80] Output frame with POC 199.
2138[hevc @ 00000187bb0b8280] Decoded frame with POC 188.
2139[hevc @ 00000187bb0b7680] Decoded frame with POC 190.
2140[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
2141[matroska @ 00000187bb2b7680] Writing block of size 5697 with pts 7132, dts -118076, duration 42 at relative offset 1087065 in cluster at offset 709386. TrackNumber 1, keyframe 0
2142[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
2143[hevc @ 00000187bb0ba680] Decoded frame with POC 195.
2144[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2145[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
2146[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2147[matroska @ 00000187bb2b7680] Writing block of size 50923 with pts 7341, dts -118035, duration 42 at relative offset 1092769 in cluster at offset 709386. TrackNumber 1, keyframe 0
2148[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2149[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
2150[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2151[hevc @ 00000187bb0b8a80] Output frame with POC 200.
2152[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
2153[matroska @ 00000187bb2b7680] Writing block of size 8163 with pts 7257, dts -117993, duration 42 at relative offset 1143700 in cluster at offset 709386. TrackNumber 1, keyframe 0
2154[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2155[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2156[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2157[hevc @ 00000187bb0b8280] Output frame with POC 201.
2158[hevc @ 00000187bb0b7280] Decoded frame with POC 193.
2159[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2160[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
2161[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2162[matroska @ 00000187bb2b7680] Writing block of size 6926 with pts 7216, dts -117951, duration 42 at relative offset 1151870 in cluster at offset 709386. TrackNumber 1, keyframe 0
2163[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2164[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2165[hevc @ 00000187bb10aa80] Decoded frame with POC 194.
2166[hevc @ 00000187bb0b7680] Output frame with POC 202.
2167[hevc @ 00000187bb0b6e80] Decoded frame with POC 192.
2168[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2169[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
2170[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2171[matroska @ 00000187bb2b7680] Writing block of size 4746 with pts 7299, dts -117909, duration 42 at relative offset 1158803 in cluster at offset 709386. TrackNumber 1, keyframe 0
2172[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2173[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2174[hevc @ 00000187bb0ba680] Output frame with POC 203.
2175[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
2176[hevc @ 00000187bb0529c0] Decoded frame with POC 196.
2177[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2178[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
2179[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2180[matroska @ 00000187bb2b7680] Writing block of size 56233 with pts 7508, dts -117868, duration 42 at relative offset 1163556 in cluster at offset 709386. TrackNumber 1, keyframe 0
2181[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2182[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2183[hevc @ 00000187bb0b7280] Output frame with POC 204.
2184[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2185[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
2186[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2187[matroska @ 00000187bb2b7680] Writing block of size 6393 with pts 7424, dts -117826, duration 42 at relative offset 1219797 in cluster at offset 709386. TrackNumber 1, keyframe 0
2188[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2189[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2190[hevc @ 00000187bb0b6e80] Output frame with POC 205.
2191[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2192[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126318000 > 10000000: forcing output
2193[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2194[matroska @ 00000187bb2b7680] Writing block of size 6111 with pts 7382, dts -117784, duration 42 at relative offset 1226197 in cluster at offset 709386. TrackNumber 1, keyframe 0
2195[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2196[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2197[hevc @ 00000187bb10aa80] Output frame with POC 206.
2198[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
2199[hevc @ 00000187bb052dc0] Decoded frame with POC 200.
2200[hevc @ 00000187bb107780] Decoded frame with POC 198.
2201[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2202[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126319000 > 10000000: forcing output
2203[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2204[matroska @ 00000187bb2b7680] Writing block of size 5706 with pts 7466, dts -117743, duration 42 at relative offset 1232315 in cluster at offset 709386. TrackNumber 1, keyframe 0
2205[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2206[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2207[hevc @ 00000187bb0529c0] Output frame with POC 207.
2208[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
2209[hevc @ 00000187bb108280] Decoded frame with POC 199.
2210[hevc @ 00000187bb107b80] Decoded frame with POC 197.
2211[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2212[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2213[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2214[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
2215[matroska @ 00000187bb2b7680] Writing block of size 51309 with pts 7674, dts -117701, duration 42 at relative offset 1238028 in cluster at offset 709386. TrackNumber 1, keyframe 0
2216[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2217[hevc @ 00000187bb052dc0] Output frame with POC 208.
2218[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2219[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126320000 > 10000000: forcing output
2220[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2221[matroska @ 00000187bb2b7680] Writing block of size 6979 with pts 7591, dts -117659, duration 42 at relative offset 1289345 in cluster at offset 709386. TrackNumber 1, keyframe 0
2222[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2223[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2224[hevc @ 00000187bb107780] Output frame with POC 209.
2225[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2226[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
2227[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2228[matroska @ 00000187bb2b7680] Writing block of size 6247 with pts 7549, dts -117618, duration 42 at relative offset 1296331 in cluster at offset 709386. TrackNumber 1, keyframe 0
2229[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2230[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2231[hevc @ 00000187bb107b80] Output frame with POC 210.
2232[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
2233[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2234[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126322000 > 10000000: forcing output
2235[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2236[matroska @ 00000187bb2b7680] Writing block of size 5364 with pts 7633, dts -117576, duration 42 at relative offset 1302585 in cluster at offset 709386. TrackNumber 1, keyframe 0
2237[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2238[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2239[hevc @ 00000187bb108280] Output frame with POC 211.
2240[hevc @ 00000187bb108c80] Decoded frame with POC 206.
2241[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2242[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
2243[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2244[matroska @ 00000187bb2b7680] Writing block of size 53579 with pts 7841, dts -117534, duration 42 at relative offset 1307956 in cluster at offset 709386. TrackNumber 1, keyframe 0
2245[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2246[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2247[hevc @ 00000187bb108c80] Output frame with POC 212.
2248[hevc @ 00000187bb0b8a80] Decoded frame with POC 203.
2249[hevc @ 00000187bb0b7680] Decoded frame with POC 202.
2250[hevc @ 00000187bb0b8280] Decoded frame with POC 201.
2251[hevc @ 00000187bb0b7280] Decoded frame with POC 205.
2252[hevc @ 00000187bb0ba680] Decoded frame with POC 204.
2253[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2254[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126323000 > 10000000: forcing output
2255[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2256[matroska @ 00000187bb2b7680] Writing block of size 5575 with pts 7758, dts -117492, duration 42 at relative offset 1361543 in cluster at offset 709386. TrackNumber 1, keyframe 0
2257[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2258[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2259[hevc @ 00000187bb0b8a80] Output frame with POC 213.
2260[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
2261[hevc @ 00000187bb0b6e80] Decoded frame with POC 212.
2262[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2263[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
2264[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2265[matroska @ 00000187bb2b7680] Writing block of size 4841 with pts 7716, dts -117451, duration 42 at relative offset 1367125 in cluster at offset 709386. TrackNumber 1, keyframe 0
2266[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2267[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2268[hevc @ 00000187bb0b8280] Output frame with POC 214.
2269[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
2270[hevc @ 00000187bb10aa80] Decoded frame with POC 209.
2271[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2272[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126326000 > 10000000: forcing output
2273[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2274[matroska @ 00000187bb2b7680] Writing block of size 5246 with pts 7799, dts -117409, duration 42 at relative offset 1371973 in cluster at offset 709386. TrackNumber 1, keyframe 0
2275[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2276[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2277[hevc @ 00000187bb0b7680] Output frame with POC 215.
2278[hevc @ 00000187bb052dc0] Decoded frame with POC 208.
2279[hevc @ 00000187bb0529c0] Decoded frame with POC 207.
2280[hevc @ 00000187bb107b80] Decoded frame with POC 211.
2281[hevc @ 00000187bb107780] Decoded frame with POC 210.
2282[hevc @ 00000187bb108280] Decoded frame with POC 216.
2283[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2284[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126327000 > 10000000: forcing output
2285[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2286[matroska @ 00000187bb2b7680] Writing block of size 46567 with pts 8008, dts -117367, duration 42 at relative offset 1377226 in cluster at offset 709386. TrackNumber 1, keyframe 0
2287[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2288[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2289[hevc @ 00000187bb0ba680] Output frame with POC 216.
2290[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
2291[hevc @ 00000187bb108c80] Decoded frame with POC 214.
2292[hevc @ 00000187bb0b8a80] Decoded frame with POC 213.
2293[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2294[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126328000 > 10000000: forcing output
2295[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2296[matroska @ 00000187bb2b7680] Writing block of size 8837 with pts 7925, dts -117326, duration 42 at relative offset 1423801 in cluster at offset 709386. TrackNumber 1, keyframe 0
2297[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2298[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2299[hevc @ 00000187bb0b7280] Output frame with POC 217.
2300[hevc @ 00000187bb0b8280] Decoded frame with POC 215.
2301[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
2302[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2303[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
2304[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2305[matroska @ 00000187bb2b7680] Writing block of size 4945 with pts 7883, dts -117284, duration 42 at relative offset 1432645 in cluster at offset 709386. TrackNumber 1, keyframe 0
2306[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2307[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2308[hevc @ 00000187bb0b6e80] Output frame with POC 218.
2309[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2310[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126330000 > 10000000: forcing output
2311[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2312[matroska @ 00000187bb2b7680] Writing block of size 8626 with pts 7966, dts -117242, duration 42 at relative offset 1437597 in cluster at offset 709386. TrackNumber 1, keyframe 0
2313[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2314[hevc @ 00000187bb0b7680] Decoded frame with POC 222.
2315[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2316[hevc @ 00000187bb10aa80] Output frame with POC 219.
2317[hevc @ 00000187bb0ba680] Decoded frame with POC 219.
2318[hevc @ 00000187bb0b6e80] Decoded frame with POC 218.
2319[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2320[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126331000 > 10000000: forcing output
2321[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2322[matroska @ 00000187bb2b7680] Writing block of size 67674 with pts 8175, dts -117200, duration 42 at relative offset 1446230 in cluster at offset 709386. TrackNumber 1, keyframe 0
2323[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2324[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2325[hevc @ 00000187bb0529c0] Output frame with POC 220.
2326[hevc @ 00000187bb0b7280] Decoded frame with POC 217.
2327[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
2328[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2329[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126332000 > 10000000: forcing output
2330[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2331[matroska @ 00000187bb2b7680] Writing block of size 11770 with pts 8091, dts -117159, duration 42 at relative offset 1513912 in cluster at offset 709386. TrackNumber 1, keyframe 0
2332[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2333[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2334[hevc @ 00000187bb052dc0] Output frame with POC 221.
2335[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
2336[hevc @ 00000187bb10aa80] Decoded frame with POC 220.
2337[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2338[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
2339[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2340[matroska @ 00000187bb2b7680] Writing block of size 7787 with pts 8050, dts -117117, duration 42 at relative offset 1525689 in cluster at offset 709386. TrackNumber 1, keyframe 0
2341[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2342[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2343[hevc @ 00000187bb107780] Output frame with POC 222.
2344[hevc @ 00000187bb0529c0] Decoded frame with POC 221.
2345[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2346[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126333000 > 10000000: forcing output
2347[matroska @ 00000187bb2b7680] Writing block of size 16717 with pts 8133, dts -117075, duration 42 at relative offset 1533483 in cluster at offset 709386. TrackNumber 1, keyframe 0
2348[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2349[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2350[hevc @ 00000187bb107b80] Output frame with POC 223.
2351[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
2352[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2353[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126313000 > 10000000: forcing output
2354[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2355[matroska @ 00000187bb2b7680] Writing block of size 36371 with pts 8342, dts -117034, duration 42 at relative offset 1550208 in cluster at offset 709386. TrackNumber 1, keyframe 0
2356[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2357[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2358[hevc @ 00000187bb108280] Output frame with POC 224.
2359[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
2360[hevc @ 00000187bb052dc0] Decoded frame with POC 228.
2361[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2362[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
2363[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2364[matroska @ 00000187bb2b7680] Writing block of size 650 with pts 8258, dts -116992, duration 42 at relative offset 1586587 in cluster at offset 709386. TrackNumber 1, keyframe 0
2365[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2366[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2367[hevc @ 00000187bb108c80] Output frame with POC 225.
2368[hevc @ 00000187bb107780] Decoded frame with POC 225.
2369[hevc @ 00000187bb107b80] Decoded frame with POC 223.
2370[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2371[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126314000 > 10000000: forcing output
2372[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2373[matroska @ 00000187bb2b7680] Writing block of size 244 with pts 8217, dts -116950, duration 42 at relative offset 1587244 in cluster at offset 709386. TrackNumber 1, keyframe 0
2374[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2375[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2376[hevc @ 00000187bb0b8a80] Output frame with POC 226.
2377[hevc @ 00000187bb108280] Decoded frame with POC 224.
2378[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2379[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 126316000 > 10000000: forcing output
2380[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2381[matroska @ 00000187bb2b7680] Writing block of size 509 with pts 8300, dts -116908, duration 42 at relative offset 1587495 in cluster at offset 709386. TrackNumber 1, keyframe 0
2382[sost#0:2/ssa @ 00000187bbca8700] cur_dts is invalid [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2383[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2384[hevc @ 00000187bb0b8280] Output frame with POC 227.
2385[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
2386[hevc @ 00000187bb108c80] Decoded frame with POC 226.
2387[matroska @ 00000187bb2b7680] Writing block of size 48810 with pts 8509, dts -116867, duration 42 at relative offset 1588011 in cluster at offset 709386. TrackNumber 1, keyframe 0
2388[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2389[hevc @ 00000187bb0b7680] Output frame with POC 228.
2390[hevc @ 00000187bb0b8a80] Decoded frame with POC 227.
2391[matroska @ 00000187bb2b7680] Writing block of size 540 with pts 8425, dts -116825, duration 42 at relative offset 1636829 in cluster at offset 709386. TrackNumber 1, keyframe 0
2392[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2393[hevc @ 00000187bb0ba680] Output frame with POC 229.
2394[hevc @ 00000187bb0b8280] Decoded frame with POC 232.
2395[matroska @ 00000187bb2b7680] Writing block of size 551 with pts 8383, dts -116783, duration 42 at relative offset 1637376 in cluster at offset 709386. TrackNumber 1, keyframe 0
2396[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2397[hevc @ 00000187bb0b7280] Output frame with POC 230.
2398[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
2399[hevc @ 00000187bb0b7680] Decoded frame with POC 230.
2400[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 8467, dts -116742, duration 42 at relative offset 1637934 in cluster at offset 709386. TrackNumber 1, keyframe 0
2401[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2402[hevc @ 00000187bb0b6e80] Output frame with POC 231.
2403[hevc @ 00000187bb0ba680] Decoded frame with POC 229.
2404[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
2405[matroska @ 00000187bb2b7680] Writing block of size 33502 with pts 8675, dts -116700, duration 42 at relative offset 1638324 in cluster at offset 709386. TrackNumber 1, keyframe 0
2406[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2407[hevc @ 00000187bb10aa80] Output frame with POC 232.
2408[hevc @ 00000187bb0b7280] Decoded frame with POC 231.
2409[matroska @ 00000187bb2b7680] Writing block of size 13573 with pts 8592, dts -116658, duration 42 at relative offset 1671834 in cluster at offset 709386. TrackNumber 1, keyframe 0
2410[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2411[hevc @ 00000187bb0529c0] Output frame with POC 233.
2412[hevc @ 00000187bb0b6e80] Decoded frame with POC 238.
2413[matroska @ 00000187bb2b7680] Writing block of size 1394 with pts 8550, dts -116617, duration 42 at relative offset 1685414 in cluster at offset 709386. TrackNumber 1, keyframe 0
2414[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2415[hevc @ 00000187bb052dc0] Output frame with POC 234.
2416[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
2417[hevc @ 00000187bb10aa80] Decoded frame with POC 235.
2418[hevc @ 00000187bb0529c0] Decoded frame with POC 233.
2419[matroska @ 00000187bb2b7680] Writing block of size 1345 with pts 8634, dts -116575, duration 42 at relative offset 1686815 in cluster at offset 709386. TrackNumber 1, keyframe 0
2420[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2421[hevc @ 00000187bb107780] Output frame with POC 235.
2422[hevc @ 00000187bb052dc0] Decoded frame with POC 234.
2423[matroska @ 00000187bb2b7680] Writing block of size 32520 with pts 8842, dts -116533, duration 42 at relative offset 1688167 in cluster at offset 709386. TrackNumber 1, keyframe 0
2424[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2425[hevc @ 00000187bb107b80] Output frame with POC 236.
2426[hevc @ 00000187bb107780] Decoded frame with POC 236.
2427[matroska @ 00000187bb2b7680] Writing block of size 614 with pts 8759, dts -116491, duration 42 at relative offset 1720695 in cluster at offset 709386. TrackNumber 1, keyframe 0
2428[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2429[hevc @ 00000187bb108280] Output frame with POC 237.
2430[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
2431[hevc @ 00000187bb107b80] Decoded frame with POC 237.
2432[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 8717, dts -116450, duration 42 at relative offset 1721316 in cluster at offset 709386. TrackNumber 1, keyframe 0
2433[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2434[hevc @ 00000187bb108c80] Output frame with POC 238.
2435[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
2436[matroska @ 00000187bb2b7680] Writing block of size 375 with pts 8800, dts -116408, duration 42 at relative offset 1721758 in cluster at offset 709386. TrackNumber 1, keyframe 0
2437[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2438[hevc @ 00000187bb0b8a80] Output frame with POC 239.
2439[matroska @ 00000187bb2b7680] Writing block of size 17254 with pts 9009, dts -116366, duration 42 at relative offset 1722140 in cluster at offset 709386. TrackNumber 1, keyframe 0
2440[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2441[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2442[hevc @ 00000187bb0b8280] Output frame with POC 240.
2443[hevc @ 00000187bb108280] Decoded frame with POC 245.
2444[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
2445[hevc @ 00000187bb108c80] Decoded frame with POC 242.
2446[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 0, dts 0, duration 21 at relative offset 1739402 in cluster at offset 709386. TrackNumber 2, keyframe 1
2447[matroska @ 00000187bb2b7680] Writing block of size 378 with pts 8926, dts -116325, duration 42 at relative offset 1739835 in cluster at offset 709386. TrackNumber 1, keyframe 0
2448[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2449[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2450[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 21, dts 21, duration 21 at relative offset 1740220 in cluster at offset 709386. TrackNumber 2, keyframe 1
2451[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2452[hevc @ 00000187bb0b7680] Output frame with POC 241.
2453[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
2454[hevc @ 00000187bb0b8a80] Decoded frame with POC 239.
2455[hevc @ 00000187bb0b8280] Decoded frame with POC 240.
2456[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 42, dts 42, duration 21 at relative offset 1740654 in cluster at offset 709386. TrackNumber 2, keyframe 1
2457[matroska @ 00000187bb2b7680] Writing block of size 330 with pts 8884, dts -116283, duration 42 at relative offset 1741088 in cluster at offset 709386. TrackNumber 1, keyframe 0
2458[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
2459[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2460[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 63, dts 63, duration 21 at relative offset 1741425 in cluster at offset 709386. TrackNumber 2, keyframe 1
2461[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2462[hevc @ 00000187bb0ba680] Output frame with POC 242.
2463[hevc @ 00000187bb0b7680] Decoded frame with POC 241.
2464[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 85, dts 85, duration 21 at relative offset 1741858 in cluster at offset 709386. TrackNumber 2, keyframe 1
2465[matroska @ 00000187bb2b7680] Writing block of size 148 with pts 8967, dts -116241, duration 42 at relative offset 1742292 in cluster at offset 709386. TrackNumber 1, keyframe 0
2466[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2467[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2468[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 106, dts 106, duration 21 at relative offset 1742447 in cluster at offset 709386. TrackNumber 2, keyframe 1
2469[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2470[hevc @ 00000187bb0b7280] Output frame with POC 243.
2471[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 127, dts 127, duration 21 at relative offset 1742881 in cluster at offset 709386. TrackNumber 2, keyframe 1
2472[matroska @ 00000187bb2b7680] Writing block of size 6204 with pts 9176, dts -116199, duration 42 at relative offset 1743314 in cluster at offset 709386. TrackNumber 1, keyframe 0
2473[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
2474[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2475[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 148, dts 148, duration 21 at relative offset 1749525 in cluster at offset 709386. TrackNumber 2, keyframe 1
2476[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2477[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
2478[hevc @ 00000187bb0b6e80] Output frame with POC 244.
2479[hevc @ 00000187bb0ba680] Decoded frame with POC 243.
2480[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 171, dts 171, duration 21 at relative offset 1749959 in cluster at offset 709386. TrackNumber 2, keyframe 1
2481[matroska @ 00000187bb2b7680] Writing block of size 299 with pts 9092, dts -116158, duration 42 at relative offset 1750393 in cluster at offset 709386. TrackNumber 1, keyframe 0
2482[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2483[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2484[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 192, dts 192, duration 21 at relative offset 1750699 in cluster at offset 709386. TrackNumber 2, keyframe 1
2485[hevc @ 00000187bb10aa80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
2486[hevc @ 00000187bb10aa80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
2487[hevc @ 00000187bb10aa80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
2488[hevc @ 00000187bb10aa80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
2489[hevc @ 00000187bb10aa80] Decoding VPS
2490[hevc @ 00000187bb10aa80] Main 10 profile bitstream
2491[hevc @ 00000187bb10aa80] Decoding SPS
2492[hevc @ 00000187bb10aa80] Main 10 profile bitstream
2493[hevc @ 00000187bb10aa80] Decoding VUI
2494[hevc @ 00000187bb10aa80] Decoding PPS
2495[hevc @ 00000187bb10aa80] Output frame with POC 245.
2496[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
2497[hevc @ 00000187bb0b7280] Decoded frame with POC 244.
2498[hevc @ 00000187bb0b6e80] Decoded frame with POC 246.
2499[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 213, dts 213, duration 21 at relative offset 1751132 in cluster at offset 709386. TrackNumber 2, keyframe 1
2500[matroska @ 00000187bb2b7680] Writing block of size 315 with pts 9051, dts -116116, duration 42 at relative offset 1751566 in cluster at offset 709386. TrackNumber 1, keyframe 0
2501[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2502[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2503[hevc @ 00000187bb0529c0] Output frame with POC 246.
2504[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 234, dts 234, duration 21 at relative offset 1751888 in cluster at offset 709386. TrackNumber 2, keyframe 1
2505[matroska @ 00000187bb2b7680] Writing block of size 134 with pts 9134, dts -116074, duration 42 at relative offset 1752322 in cluster at offset 709386. TrackNumber 1, keyframe 0
2506[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2507[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2508[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 256, dts 256, duration 21 at relative offset 1752463 in cluster at offset 709386. TrackNumber 2, keyframe 1
2509[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2510[hevc @ 00000187bb052dc0] Output frame with POC 247.
2511[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
2512[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 277, dts 277, duration 21 at relative offset 1752896 in cluster at offset 709386. TrackNumber 2, keyframe 1
2513[matroska @ 00000187bb2b7680] Writing block of size 7827 with pts 9343, dts -116033, duration 42 at relative offset 1753330 in cluster at offset 709386. TrackNumber 1, keyframe 0
2514[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2515[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2516[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 298, dts 298, duration 21 at relative offset 1761164 in cluster at offset 709386. TrackNumber 2, keyframe 1
2517[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2518[hevc @ 00000187bb107780] Output frame with POC 248.
2519[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
2520[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 319, dts 319, duration 21 at relative offset 1761598 in cluster at offset 709386. TrackNumber 2, keyframe 1
2521[matroska @ 00000187bb2b7680] Writing block of size 267 with pts 9259, dts -115991, duration 42 at relative offset 1762031 in cluster at offset 709386. TrackNumber 1, keyframe 0
2522[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2523[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2524[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 342, dts 342, duration 21 at relative offset 1762305 in cluster at offset 709386. TrackNumber 2, keyframe 1
2525[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2526[hevc @ 00000187bb107b80] Output frame with POC 249.
2527[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 363, dts 363, duration 21 at relative offset 1762739 in cluster at offset 709386. TrackNumber 2, keyframe 1
2528[matroska @ 00000187bb2b7680] Writing block of size 299 with pts 9218, dts -115949, duration 42 at relative offset 1763173 in cluster at offset 709386. TrackNumber 1, keyframe 0
2529[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2530[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2531[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 384, dts 384, duration 21 at relative offset 1763479 in cluster at offset 709386. TrackNumber 2, keyframe 1
2532[hevc @ 00000187bb10aa80] Decoded frame with POC 247.
2533[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2534[hevc @ 00000187bb108280] Output frame with POC 250.
2535[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 405, dts 405, duration 21 at relative offset 1763912 in cluster at offset 709386. TrackNumber 2, keyframe 1
2536[matroska @ 00000187bb2b7680] Writing block of size 175 with pts 9301, dts -115907, duration 42 at relative offset 1764346 in cluster at offset 709386. TrackNumber 1, keyframe 0
2537[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2538[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2539[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 427, dts 427, duration 21 at relative offset 1764528 in cluster at offset 709386. TrackNumber 2, keyframe 1
2540[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2541[hevc @ 00000187bb108c80] Output frame with POC 251.
2542[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
2543[hevc @ 00000187bb0529c0] Decoded frame with POC 249.
2544[hevc @ 00000187bb052dc0] Decoded frame with POC 248.
2545[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 448, dts 448, duration 21 at relative offset 1764962 in cluster at offset 709386. TrackNumber 2, keyframe 1
2546[matroska @ 00000187bb2b7680] Writing block of size 13147 with pts 9510, dts -115866, duration 42 at relative offset 1765395 in cluster at offset 709386. TrackNumber 1, keyframe 0
2547[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2548[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2549[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 469, dts 469, duration 21 at relative offset 1778549 in cluster at offset 709386. TrackNumber 2, keyframe 1
2550[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2551[hevc @ 00000187bb0b8a80] Output frame with POC 252.
2552[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 490, dts 490, duration 21 at relative offset 1778983 in cluster at offset 709386. TrackNumber 2, keyframe 1
2553[matroska @ 00000187bb2b7680] Writing block of size 287 with pts 9426, dts -115824, duration 42 at relative offset 1779417 in cluster at offset 709386. TrackNumber 1, keyframe 0
2554[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2555[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2556[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 512, dts 512, duration 21 at relative offset 1779711 in cluster at offset 709386. TrackNumber 2, keyframe 1
2557[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2558[hevc @ 00000187bb0b8280] Output frame with POC 253.
2559[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 533, dts 533, duration 21 at relative offset 1780144 in cluster at offset 709386. TrackNumber 2, keyframe 1
2560[matroska @ 00000187bb2b7680] Writing block of size 332 with pts 9384, dts -115782, duration 42 at relative offset 1780578 in cluster at offset 709386. TrackNumber 1, keyframe 0
2561[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2562[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2563[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 554, dts 554, duration 21 at relative offset 1780917 in cluster at offset 709386. TrackNumber 2, keyframe 1
2564[hevc @ 00000187bb107780] Decoded frame with POC 251.
2565[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2566[hevc @ 00000187bb0b7680] Output frame with POC 254.
2567[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
2568[hevc @ 00000187bb107b80] Decoded frame with POC 250.
2569[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 575, dts 575, duration 21 at relative offset 1781351 in cluster at offset 709386. TrackNumber 2, keyframe 1
2570[matroska @ 00000187bb2b7680] Writing block of size 107 with pts 9468, dts -115741, duration 42 at relative offset 1781784 in cluster at offset 709386. TrackNumber 1, keyframe 0
2571[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2572[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2573[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 597, dts 597, duration 21 at relative offset 1781897 in cluster at offset 709386. TrackNumber 2, keyframe 1
2574[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2575[hevc @ 00000187bb0ba680] Output frame with POC 255.
2576[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
2577[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 618, dts 618, duration 21 at relative offset 1782331 in cluster at offset 709386. TrackNumber 2, keyframe 1
2578[matroska @ 00000187bb2b7680] Writing block of size 2380 with pts 9676, dts -115699, duration 42 at relative offset 1782765 in cluster at offset 709386. TrackNumber 1, keyframe 0
2579[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2580[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2581[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2582[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 639, dts 639, duration 21 at relative offset 1785152 in cluster at offset 709386. TrackNumber 2, keyframe 1
2583[hevc @ 00000187bb0b7280] Output frame with POC 256.
2584[hevc @ 00000187bb108280] Decoded frame with POC 253.
2585[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 660, dts 660, duration 21 at relative offset 1785585 in cluster at offset 709386. TrackNumber 2, keyframe 1
2586[matroska @ 00000187bb2b7680] Writing block of size 2462 with pts 9593, dts -115657, duration 42 at relative offset 1786019 in cluster at offset 709386. TrackNumber 1, keyframe 0
2587[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2588[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2589[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 683, dts 683, duration 21 at relative offset 1788488 in cluster at offset 709386. TrackNumber 2, keyframe 1
2590[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2591[hevc @ 00000187bb108c80] Decoded frame with POC 252.
2592[hevc @ 00000187bb0b6e80] Output frame with POC 257.
2593[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 704, dts 704, duration 21 at relative offset 1788922 in cluster at offset 709386. TrackNumber 2, keyframe 1
2594[matroska @ 00000187bb2b7680] Writing block of size 466 with pts 9551, dts -115616, duration 42 at relative offset 1789355 in cluster at offset 709386. TrackNumber 1, keyframe 0
2595[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2596[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2597[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 725, dts 725, duration 21 at relative offset 1789828 in cluster at offset 709386. TrackNumber 2, keyframe 1
2598[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2599[hevc @ 00000187bb0b8a80] Decoded frame with POC 255.
2600[hevc @ 00000187bb10aa80] Output frame with POC 258.
2601[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
2602[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 746, dts 746, duration 21 at relative offset 1790262 in cluster at offset 709386. TrackNumber 2, keyframe 1
2603[matroska @ 00000187bb2b7680] Writing block of size 340 with pts 9635, dts -115574, duration 42 at relative offset 1790696 in cluster at offset 709386. TrackNumber 1, keyframe 0
2604[hevc @ 00000187bb0b8280] Decoded frame with POC 254.
2605[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2606[hevc @ 00000187bb0529c0] Output frame with POC 259.
2607[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2608[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2609[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 768, dts 768, duration 21 at relative offset 1791043 in cluster at offset 709386. TrackNumber 2, keyframe 1
2610[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 789, dts 789, duration 21 at relative offset 1791476 in cluster at offset 709386. TrackNumber 2, keyframe 1
2611[matroska @ 00000187bb2b7680] Writing block of size 4890 with pts 9843, dts -115532, duration 42 at relative offset 1791910 in cluster at offset 709386. TrackNumber 1, keyframe 0
2612[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2613[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2614[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 810, dts 810, duration 21 at relative offset 1796807 in cluster at offset 709386. TrackNumber 2, keyframe 1
2615[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2616[hevc @ 00000187bb052dc0] Output frame with POC 260.
2617[hevc @ 00000187bb0b7680] Decoded frame with POC 257.
2618[hevc @ 00000187bb0ba680] Decoded frame with POC 256.
2619[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 831, dts 831, duration 21 at relative offset 1797241 in cluster at offset 709386. TrackNumber 2, keyframe 1
2620[matroska @ 00000187bb2b7680] Writing block of size 176 with pts 9760, dts -115490, duration 42 at relative offset 1797674 in cluster at offset 709386. TrackNumber 1, keyframe 0
2621[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2622[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2623[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 854, dts 854, duration 21 at relative offset 1797857 in cluster at offset 709386. TrackNumber 2, keyframe 1
2624[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2625[hevc @ 00000187bb107780] Output frame with POC 261.
2626[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
2627[hevc @ 00000187bb0b7280] Decoded frame with POC 259.
2628[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 875, dts 875, duration 21 at relative offset 1798291 in cluster at offset 709386. TrackNumber 2, keyframe 1
2629[matroska @ 00000187bb2b7680] Writing block of size 140 with pts 9718, dts -115449, duration 42 at relative offset 1798725 in cluster at offset 709386. TrackNumber 1, keyframe 0
2630[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2631[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2632[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 896, dts 896, duration 21 at relative offset 1798872 in cluster at offset 709386. TrackNumber 2, keyframe 1
2633[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2634[hevc @ 00000187bb107b80] Output frame with POC 262.
2635[hevc @ 00000187bb0b6e80] Decoded frame with POC 258.
2636[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
2637[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 917, dts 917, duration 21 at relative offset 1799305 in cluster at offset 709386. TrackNumber 2, keyframe 1
2638[matroska @ 00000187bb2b7680] Writing block of size 154 with pts 9801, dts -115407, duration 42 at relative offset 1799739 in cluster at offset 709386. TrackNumber 1, keyframe 0
2639[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2640[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2641[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 939, dts 939, duration 21 at relative offset 1799900 in cluster at offset 709386. TrackNumber 2, keyframe 1
2642[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2643[hevc @ 00000187bb108280] Output frame with POC 263.
2644[hevc @ 00000187bb10aa80] Decoded frame with POC 261.
2645[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2646[hevc @ 00000187bb108c80] Output frame with POC 264.
2647[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
2648[hevc @ 00000187bb0529c0] Decoded frame with POC 260.
2649[hevc @ 00000187bb052dc0] Decoded frame with POC 262.
2650[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 960 at offset 2509727 bytes
2651[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 960, dts 960, duration 21 at relative offset 10 in cluster at offset 2509727. TrackNumber 2, keyframe 1
2652[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2653[matroska @ 00000187bb2b7680] Writing block of size 4358 with pts 10010, dts -115365, duration 42 at relative offset 443 in cluster at offset 2509727. TrackNumber 1, keyframe 0
2654[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2655[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2656[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 981, dts 981, duration 21 at relative offset 4808 in cluster at offset 2509727. TrackNumber 2, keyframe 1
2657[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1002 at offset 2514975 bytes
2658[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1002, dts 1002, duration 21 at relative offset 10 in cluster at offset 2514975. TrackNumber 2, keyframe 1
2659[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 9927, dts -115324, duration 42 at relative offset 444 in cluster at offset 2514975. TrackNumber 1, keyframe 0
2660[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2661[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2662[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1024, dts 1024, duration 21 at relative offset 851 in cluster at offset 2514975. TrackNumber 2, keyframe 1
2663[hevc @ 00000187bb0b8a80] Output frame with POC 265.
2664[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
2665[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1045 at offset 2516265 bytes
2666[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1045, dts 1045, duration 21 at relative offset 10 in cluster at offset 2516265. TrackNumber 2, keyframe 1
2667[matroska @ 00000187bb2b7680] Writing block of size 306 with pts 9885, dts -115282, duration 42 at relative offset 444 in cluster at offset 2516265. TrackNumber 1, keyframe 0
2668[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2669[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2670[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1066, dts 1066, duration 21 at relative offset 757 in cluster at offset 2516265. TrackNumber 2, keyframe 1
2671[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2672[hevc @ 00000187bb0b8280] Output frame with POC 266.
2673[hevc @ 00000187bb107780] Decoded frame with POC 264.
2674[hevc @ 00000187bb107b80] Decoded frame with POC 263.
2675[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1087 at offset 2517462 bytes
2676[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1087, dts 1087, duration 21 at relative offset 10 in cluster at offset 2517462. TrackNumber 2, keyframe 1
2677[matroska @ 00000187bb2b7680] Writing block of size 377 with pts 9968, dts -115240, duration 42 at relative offset 443 in cluster at offset 2517462. TrackNumber 1, keyframe 0
2678[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2679[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2680[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1109, dts 1109, duration 21 at relative offset 827 in cluster at offset 2517462. TrackNumber 2, keyframe 1
2681[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2682[hevc @ 00000187bb0b7680] Output frame with POC 267.
2683[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1130 at offset 2518729 bytes
2684[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1130, dts 1130, duration 21 at relative offset 10 in cluster at offset 2518729. TrackNumber 2, keyframe 1
2685[matroska @ 00000187bb2b7680] Writing block of size 8240 with pts 10177, dts -115198, duration 42 at relative offset 444 in cluster at offset 2518729. TrackNumber 1, keyframe 0
2686[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2687[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2688[hevc @ 00000187bb0ba680] Output frame with POC 268.
2689[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
2690[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1151 at offset 2527426 bytes
2691[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1151, dts 1151, duration 21 at relative offset 10 in cluster at offset 2527426. TrackNumber 2, keyframe 1
2692[matroska @ 00000187bb2b7680] Writing block of size 257 with pts 10093, dts -115157, duration 42 at relative offset 443 in cluster at offset 2527426. TrackNumber 1, keyframe 0
2693[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2694[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2695[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1172, dts 1172, duration 21 at relative offset 707 in cluster at offset 2527426. TrackNumber 2, keyframe 1
2696[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2697[hevc @ 00000187bb0b7280] Output frame with POC 269.
2698[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
2699[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1195 at offset 2528573 bytes
2700[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1195, dts 1195, duration 21 at relative offset 10 in cluster at offset 2528573. TrackNumber 2, keyframe 1
2701[matroska @ 00000187bb2b7680] Writing block of size 378 with pts 10052, dts -115115, duration 42 at relative offset 444 in cluster at offset 2528573. TrackNumber 1, keyframe 0
2702[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2703[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2704[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1216, dts 1216, duration 21 at relative offset 829 in cluster at offset 2528573. TrackNumber 2, keyframe 1
2705[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2706[hevc @ 00000187bb0b6e80] Output frame with POC 270.
2707[hevc @ 00000187bb108280] Decoded frame with POC 266.
2708[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1237 at offset 2529841 bytes
2709[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1237, dts 1237, duration 21 at relative offset 10 in cluster at offset 2529841. TrackNumber 2, keyframe 1
2710[matroska @ 00000187bb2b7680] Writing block of size 314 with pts 10135, dts -115073, duration 42 at relative offset 444 in cluster at offset 2529841. TrackNumber 1, keyframe 0
2711[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2712[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2713[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1258, dts 1258, duration 21 at relative offset 765 in cluster at offset 2529841. TrackNumber 2, keyframe 1
2714[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2715[hevc @ 00000187bb10aa80] Output frame with POC 271.
2716[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
2717[hevc @ 00000187bb108c80] Decoded frame with POC 265.
2718[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1280 at offset 2531046 bytes
2719[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1280, dts 1280, duration 21 at relative offset 10 in cluster at offset 2531046. TrackNumber 2, keyframe 1
2720[matroska @ 00000187bb2b7680] Writing block of size 38492 with pts 10344, dts -115032, duration 42 at relative offset 443 in cluster at offset 2531046. TrackNumber 1, keyframe 0
2721[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2722[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2723[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1301, dts 1301, duration 21 at relative offset 38943 in cluster at offset 2531046. TrackNumber 2, keyframe 1
2724[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2725[hevc @ 00000187bb0529c0] Output frame with POC 272.
2726[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
2727[hevc @ 00000187bb0b8a80] Decoded frame with POC 269.
2728[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1322 at offset 2570430 bytes
2729[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1322, dts 1322, duration 21 at relative offset 10 in cluster at offset 2570430. TrackNumber 2, keyframe 1
2730[matroska @ 00000187bb2b7680] Writing block of size 623 with pts 10260, dts -114990, duration 42 at relative offset 444 in cluster at offset 2570430. TrackNumber 1, keyframe 0
2731[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2732[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2733[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1343, dts 1343, duration 21 at relative offset 1074 in cluster at offset 2570430. TrackNumber 2, keyframe 1
2734[hevc @ 00000187bb0b8280] Decoded frame with POC 268.
2735[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2736[hevc @ 00000187bb052dc0] Output frame with POC 273.
2737[hevc @ 00000187bb0b7680] Decoded frame with POC 267.
2738[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1366 at offset 2571943 bytes
2739[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1366, dts 1366, duration 21 at relative offset 10 in cluster at offset 2571943. TrackNumber 2, keyframe 1
2740[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 10219, dts -114948, duration 42 at relative offset 444 in cluster at offset 2571943. TrackNumber 1, keyframe 0
2741[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2742[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2743[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1387, dts 1387, duration 21 at relative offset 874 in cluster at offset 2571943. TrackNumber 2, keyframe 1
2744[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2745[hevc @ 00000187bb107780] Output frame with POC 274.
2746[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1408 at offset 2573257 bytes
2747[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1408, dts 1408, duration 21 at relative offset 10 in cluster at offset 2573257. TrackNumber 2, keyframe 1
2748[matroska @ 00000187bb2b7680] Writing block of size 28619 with pts 10302, dts -114906, duration 42 at relative offset 443 in cluster at offset 2573257. TrackNumber 1, keyframe 0
2749[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2750[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2751[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1429, dts 1429, duration 21 at relative offset 29070 in cluster at offset 2573257. TrackNumber 2, keyframe 1
2752[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2753[hevc @ 00000187bb107b80] Output frame with POC 275.
2754[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
2755[hevc @ 00000187bb0ba680] Decoded frame with POC 273.
2756[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1451 at offset 2602768 bytes
2757[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1451, dts 1451, duration 21 at relative offset 10 in cluster at offset 2602768. TrackNumber 2, keyframe 1
2758[matroska @ 00000187bb2b7680] Writing block of size 4796 with pts 10385, dts -114865, duration 42 at relative offset 444 in cluster at offset 2602768. TrackNumber 1, keyframe 0
2759[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2760[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2761[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1472, dts 1472, duration 21 at relative offset 5247 in cluster at offset 2602768. TrackNumber 2, keyframe 1
2762[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2763[hevc @ 00000187bb108280] Output frame with POC 276.
2764[hevc @ 00000187bb0b7280] Decoded frame with POC 271.
2765[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1493 at offset 2608454 bytes
2766[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1493, dts 1493, duration 21 at relative offset 10 in cluster at offset 2608454. TrackNumber 2, keyframe 1
2767[matroska @ 00000187bb2b7680] Writing block of size 52977 with pts 10427, dts -114823, duration 42 at relative offset 444 in cluster at offset 2608454. TrackNumber 1, keyframe 1
2768[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2769[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2770[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2771[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1514, dts 1514, duration 21 at relative offset 53429 in cluster at offset 2608454. TrackNumber 2, keyframe 1
2772[hevc @ 00000187bb108c80] Output frame with POC 277.
2773[hevc @ 00000187bb0b6e80] Decoded frame with POC 270.
2774[hevc @ 00000187bb10aa80] Decoded frame with POC 272.
2775[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2776[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1536 at offset 2662324 bytes
2777[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1536, dts 1536, duration 21 at relative offset 10 in cluster at offset 2662324. TrackNumber 2, keyframe 1
2778[matroska @ 00000187bb2b7680] Writing block of size 40455 with pts 10594, dts -114781, duration 42 at relative offset 443 in cluster at offset 2662324. TrackNumber 1, keyframe 0
2779[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2780[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2781[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1557, dts 1557, duration 21 at relative offset 40906 in cluster at offset 2662324. TrackNumber 2, keyframe 1
2782[hevc @ 00000187bb0b8a80] Output frame with POC 278.
2783[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
2784[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1578 at offset 2703671 bytes
2785[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1578, dts 1578, duration 21 at relative offset 10 in cluster at offset 2703671. TrackNumber 2, keyframe 1
2786[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2787[matroska @ 00000187bb2b7680] Writing block of size 37273 with pts 10511, dts -114740, duration 42 at relative offset 444 in cluster at offset 2703671. TrackNumber 1, keyframe 0
2788[hevc @ 00000187bb0b8280] Output frame with POC 279.
2789[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2790[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2791[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1599, dts 1599, duration 21 at relative offset 37725 in cluster at offset 2703671. TrackNumber 2, keyframe 1
2792[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
2793[hevc @ 00000187bb0529c0] Decoded frame with POC 277.
2794[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1621 at offset 2741836 bytes
2795[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1621, dts 1621, duration 21 at relative offset 10 in cluster at offset 2741836. TrackNumber 2, keyframe 1
2796[matroska @ 00000187bb2b7680] Writing block of size 779 with pts 10469, dts -114698, duration 42 at relative offset 444 in cluster at offset 2741836. TrackNumber 1, keyframe 0
2797[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2798[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2799[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1642, dts 1642, duration 21 at relative offset 1230 in cluster at offset 2741836. TrackNumber 2, keyframe 1
2800[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2801[hevc @ 00000187bb0b7680] Output frame with POC 280.
2802[hevc @ 00000187bb052dc0] Decoded frame with POC 275.
2803[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1663 at offset 2743506 bytes
2804[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1663, dts 1663, duration 21 at relative offset 10 in cluster at offset 2743506. TrackNumber 2, keyframe 1
2805[matroska @ 00000187bb2b7680] Writing block of size 2812 with pts 10552, dts -114656, duration 42 at relative offset 443 in cluster at offset 2743506. TrackNumber 1, keyframe 0
2806[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2807[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2808[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1684, dts 1684, duration 21 at relative offset 3262 in cluster at offset 2743506. TrackNumber 2, keyframe 1
2809[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2810[hevc @ 00000187bb0ba680] Output frame with POC 281.
2811[hevc @ 00000187bb107b80] Decoded frame with POC 276.
2812[hevc @ 00000187bb107780] Decoded frame with POC 274.
2813[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1707 at offset 2747208 bytes
2814[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1707, dts 1707, duration 21 at relative offset 10 in cluster at offset 2747208. TrackNumber 2, keyframe 1
2815[matroska @ 00000187bb2b7680] Writing block of size 25837 with pts 10761, dts -114615, duration 42 at relative offset 444 in cluster at offset 2747208. TrackNumber 1, keyframe 0
2816[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2817[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2818[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1728, dts 1728, duration 21 at relative offset 26289 in cluster at offset 2747208. TrackNumber 2, keyframe 1
2819[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2820[hevc @ 00000187bb0b7280] Output frame with POC 282.
2821[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
2822[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1749 at offset 2773937 bytes
2823[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1749, dts 1749, duration 21 at relative offset 10 in cluster at offset 2773937. TrackNumber 2, keyframe 1
2824[matroska @ 00000187bb2b7680] Writing block of size 21611 with pts 10677, dts -114573, duration 42 at relative offset 444 in cluster at offset 2773937. TrackNumber 1, keyframe 0
2825[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2826[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2827[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2828[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1770, dts 1770, duration 21 at relative offset 22063 in cluster at offset 2773937. TrackNumber 2, keyframe 1
2829[hevc @ 00000187bb0b6e80] Output frame with POC 283.
2830[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1792 at offset 2796441 bytes
2831[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1792, dts 1792, duration 21 at relative offset 10 in cluster at offset 2796441. TrackNumber 2, keyframe 1
2832[matroska @ 00000187bb2b7680] Writing block of size 4504 with pts 10636, dts -114531, duration 42 at relative offset 443 in cluster at offset 2796441. TrackNumber 1, keyframe 0
2833[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2834[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2835[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1813, dts 1813, duration 21 at relative offset 4954 in cluster at offset 2796441. TrackNumber 2, keyframe 1
2836[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2837[hevc @ 00000187bb10aa80] Output frame with POC 284.
2838[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1834 at offset 2801835 bytes
2839[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1834, dts 1834, duration 21 at relative offset 10 in cluster at offset 2801835. TrackNumber 2, keyframe 1
2840[matroska @ 00000187bb2b7680] Writing block of size 6605 with pts 10719, dts -114489, duration 42 at relative offset 444 in cluster at offset 2801835. TrackNumber 1, keyframe 0
2841[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2842[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2843[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1855, dts 1855, duration 21 at relative offset 7056 in cluster at offset 2801835. TrackNumber 2, keyframe 1
2844[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2845[hevc @ 00000187bb0529c0] Output frame with POC 285.
2846[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
2847[hevc @ 00000187bb108280] Decoded frame with POC 281.
2848[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1878 at offset 2809330 bytes
2849[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1878, dts 1878, duration 21 at relative offset 10 in cluster at offset 2809330. TrackNumber 2, keyframe 1
2850[matroska @ 00000187bb2b7680] Writing block of size 33102 with pts 10928, dts -114448, duration 42 at relative offset 444 in cluster at offset 2809330. TrackNumber 1, keyframe 0
2851[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2852[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2853[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2854[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1899, dts 1899, duration 21 at relative offset 33554 in cluster at offset 2809330. TrackNumber 2, keyframe 1
2855[hevc @ 00000187bb052dc0] Output frame with POC 286.
2856[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
2857[hevc @ 00000187bb108c80] Decoded frame with POC 279.
2858[hevc @ 00000187bb0b8280] Decoded frame with POC 280.
2859[hevc @ 00000187bb0b8a80] Decoded frame with POC 278.
2860[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1920 at offset 2843325 bytes
2861[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1920, dts 1920, duration 21 at relative offset 10 in cluster at offset 2843325. TrackNumber 2, keyframe 1
2862[matroska @ 00000187bb2b7680] Writing block of size 19650 with pts 10844, dts -114406, duration 42 at relative offset 443 in cluster at offset 2843325. TrackNumber 1, keyframe 0
2863[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2864[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2865[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1941, dts 1941, duration 21 at relative offset 20101 in cluster at offset 2843325. TrackNumber 2, keyframe 1
2866[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2867[hevc @ 00000187bb107780] Output frame with POC 287.
2868[hevc @ 00000187bb0b7680] Decoded frame with POC 285.
2869[hevc @ 00000187bb0ba680] Decoded frame with POC 283.
2870[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 1963 at offset 2863867 bytes
2871[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 1963, dts 1963, duration 21 at relative offset 10 in cluster at offset 2863867. TrackNumber 2, keyframe 1
2872[matroska @ 00000187bb2b7680] Writing block of size 4873 with pts 10802, dts -114364, duration 42 at relative offset 444 in cluster at offset 2863867. TrackNumber 1, keyframe 0
2873[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2874[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2875[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 1984, dts 1984, duration 21 at relative offset 5324 in cluster at offset 2863867. TrackNumber 2, keyframe 1
2876[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2877[hevc @ 00000187bb107b80] Output frame with POC 288.
2878[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
2879[hevc @ 00000187bb0b7280] Decoded frame with POC 282.
2880[hevc @ 00000187bb0b6e80] Decoded frame with POC 284.
2881[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2005 at offset 2869630 bytes
2882[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2005, dts 2005, duration 21 at relative offset 10 in cluster at offset 2869630. TrackNumber 2, keyframe 1
2883[matroska @ 00000187bb2b7680] Writing block of size 4018 with pts 10886, dts -114323, duration 42 at relative offset 444 in cluster at offset 2869630. TrackNumber 1, keyframe 0
2884[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2885[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2886[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2887[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2026, dts 2026, duration 21 at relative offset 4469 in cluster at offset 2869630. TrackNumber 2, keyframe 1
2888[hevc @ 00000187bb108280] Output frame with POC 289.
2889[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
2890[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2048 at offset 2874539 bytes
2891[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2048, dts 2048, duration 21 at relative offset 10 in cluster at offset 2874539. TrackNumber 2, keyframe 1
2892[matroska @ 00000187bb2b7680] Writing block of size 57379 with pts 11094, dts -114281, duration 42 at relative offset 443 in cluster at offset 2874539. TrackNumber 1, keyframe 0
2893[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2894[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2895[hevc @ 00000187bb108c80] Output frame with POC 290.
2896[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2897[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2069 at offset 2932376 bytes
2898[hevc @ 00000187bb0b8a80] Output frame with POC 291.
2899[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2069, dts 2069, duration 21 at relative offset 10 in cluster at offset 2932376. TrackNumber 2, keyframe 1
2900[matroska @ 00000187bb2b7680] Writing block of size 25788 with pts 11011, dts -114239, duration 42 at relative offset 444 in cluster at offset 2932376. TrackNumber 1, keyframe 0
2901[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2902[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2903[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2090, dts 2090, duration 21 at relative offset 26240 in cluster at offset 2932376. TrackNumber 2, keyframe 1
2904[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2111 at offset 2959057 bytes
2905[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2111, dts 2111, duration 21 at relative offset 10 in cluster at offset 2959057. TrackNumber 2, keyframe 1
2906[matroska @ 00000187bb2b7680] Writing block of size 3335 with pts 10969, dts -114197, duration 42 at relative offset 443 in cluster at offset 2959057. TrackNumber 1, keyframe 0
2907[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2908[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2909[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2133, dts 2133, duration 21 at relative offset 3785 in cluster at offset 2959057. TrackNumber 2, keyframe 1
2910[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2911[hevc @ 00000187bb0b8280] Output frame with POC 292.
2912[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
2913[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2154 at offset 2963282 bytes
2914[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2154, dts 2154, duration 21 at relative offset 10 in cluster at offset 2963282. TrackNumber 2, keyframe 1
2915[matroska @ 00000187bb2b7680] Writing block of size 9646 with pts 11053, dts -114156, duration 42 at relative offset 444 in cluster at offset 2963282. TrackNumber 1, keyframe 0
2916[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2917[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2918[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2175, dts 2175, duration 21 at relative offset 10097 in cluster at offset 2963282. TrackNumber 2, keyframe 1
2919[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2920[hevc @ 00000187bb0b7680] Output frame with POC 293.
2921[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
2922[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2196 at offset 2973818 bytes
2923[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2196, dts 2196, duration 21 at relative offset 10 in cluster at offset 2973818. TrackNumber 2, keyframe 1
2924[matroska @ 00000187bb2b7680] Writing block of size 66991 with pts 11261, dts -114114, duration 42 at relative offset 444 in cluster at offset 2973818. TrackNumber 1, keyframe 0
2925[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2926[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2927[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2219, dts 2219, duration 21 at relative offset 67443 in cluster at offset 2973818. TrackNumber 2, keyframe 1
2928[hevc @ 00000187bb10aa80] Decoded frame with POC 289.
2929[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2930[hevc @ 00000187bb0ba680] Output frame with POC 294.
2931[hevc @ 00000187bb0529c0] Decoded frame with POC 287.
2932[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2240 at offset 3041702 bytes
2933[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2240, dts 2240, duration 21 at relative offset 10 in cluster at offset 3041702. TrackNumber 2, keyframe 1
2934[matroska @ 00000187bb2b7680] Writing block of size 26408 with pts 11178, dts -114072, duration 42 at relative offset 443 in cluster at offset 3041702. TrackNumber 1, keyframe 0
2935[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2936[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2937[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2261, dts 2261, duration 21 at relative offset 26859 in cluster at offset 3041702. TrackNumber 2, keyframe 1
2938[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2939[hevc @ 00000187bb0b7280] Output frame with POC 295.
2940[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
2941[hevc @ 00000187bb107780] Decoded frame with POC 288.
2942[hevc @ 00000187bb052dc0] Decoded frame with POC 286.
2943[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2282 at offset 3069002 bytes
2944[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2282, dts 2282, duration 21 at relative offset 10 in cluster at offset 3069002. TrackNumber 2, keyframe 1
2945[matroska @ 00000187bb2b7680] Writing block of size 4308 with pts 11136, dts -114031, duration 42 at relative offset 444 in cluster at offset 3069002. TrackNumber 1, keyframe 0
2946[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2947[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2948[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2304, dts 2304, duration 21 at relative offset 4759 in cluster at offset 3069002. TrackNumber 2, keyframe 1
2949[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2950[hevc @ 00000187bb0b6e80] Output frame with POC 296.
2951[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
2952[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2325 at offset 3074200 bytes
2953[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2325, dts 2325, duration 21 at relative offset 10 in cluster at offset 3074200. TrackNumber 2, keyframe 1
2954[matroska @ 00000187bb2b7680] Writing block of size 3935 with pts 11220, dts -113989, duration 42 at relative offset 444 in cluster at offset 3074200. TrackNumber 1, keyframe 0
2955[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2956[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2957[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2346, dts 2346, duration 21 at relative offset 4386 in cluster at offset 3074200. TrackNumber 2, keyframe 1
2958[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2959[hevc @ 00000187bb10aa80] Output frame with POC 297.
2960[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2367 at offset 3079026 bytes
2961[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2367, dts 2367, duration 21 at relative offset 10 in cluster at offset 3079026. TrackNumber 2, keyframe 1
2962[matroska @ 00000187bb2b7680] Writing block of size 56365 with pts 11428, dts -113947, duration 42 at relative offset 443 in cluster at offset 3079026. TrackNumber 1, keyframe 0
2963[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2964[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2965[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2966[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2390, dts 2390, duration 21 at relative offset 56816 in cluster at offset 3079026. TrackNumber 2, keyframe 1
2967[hevc @ 00000187bb0529c0] Output frame with POC 298.
2968[hevc @ 00000187bb107b80] Decoded frame with POC 295.
2969[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2411 at offset 3136283 bytes
2970[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2411, dts 2411, duration 21 at relative offset 10 in cluster at offset 3136283. TrackNumber 2, keyframe 1
2971[matroska @ 00000187bb2b7680] Writing block of size 11581 with pts 11345, dts -113905, duration 42 at relative offset 444 in cluster at offset 3136283. TrackNumber 1, keyframe 0
2972[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2973[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
2974[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2432, dts 2432, duration 21 at relative offset 12032 in cluster at offset 3136283. TrackNumber 2, keyframe 1
2975[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
2976[hevc @ 00000187bb052dc0] Output frame with POC 299.
2977[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
2978[hevc @ 00000187bb108280] Decoded frame with POC 292.
2979[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2453 at offset 3148754 bytes
2980[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2453, dts 2453, duration 21 at relative offset 10 in cluster at offset 3148754. TrackNumber 2, keyframe 1
2981[matroska @ 00000187bb2b7680] Writing block of size 664 with pts 11303, dts -113864, duration 42 at relative offset 444 in cluster at offset 3148754. TrackNumber 1, keyframe 0
2982[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2983[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
2984[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2475, dts 2475, duration 21 at relative offset 1115 in cluster at offset 3148754. TrackNumber 2, keyframe 1
2985[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2986[hevc @ 00000187bb107780] Output frame with POC 300.
2987[hevc @ 00000187bb0b8a80] Decoded frame with POC 291.
2988[hevc @ 00000187bb0b8280] Decoded frame with POC 293.
2989[hevc @ 00000187bb0b7680] Decoded frame with POC 294.
2990[hevc @ 00000187bb108c80] Decoded frame with POC 290.
2991[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2496 at offset 3150309 bytes
2992[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2496, dts 2496, duration 21 at relative offset 10 in cluster at offset 3150309. TrackNumber 2, keyframe 1
2993[matroska @ 00000187bb2b7680] Writing block of size 4909 with pts 11386, dts -113822, duration 42 at relative offset 443 in cluster at offset 3150309. TrackNumber 1, keyframe 0
2994[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2995[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
2996[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2517, dts 2517, duration 21 at relative offset 5359 in cluster at offset 3150309. TrackNumber 2, keyframe 1
2997[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
2998[hevc @ 00000187bb107b80] Output frame with POC 301.
2999[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2538 at offset 3156108 bytes
3000[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2538, dts 2538, duration 21 at relative offset 10 in cluster at offset 3156108. TrackNumber 2, keyframe 1
3001[matroska @ 00000187bb2b7680] Writing block of size 50782 with pts 11595, dts -113780, duration 42 at relative offset 444 in cluster at offset 3156108. TrackNumber 1, keyframe 0
3002[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3003[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3004[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2560, dts 2560, duration 21 at relative offset 51234 in cluster at offset 3156108. TrackNumber 2, keyframe 1
3005[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3006[hevc @ 00000187bb108280] Output frame with POC 302.
3007[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
3008[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2581 at offset 3207782 bytes
3009[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2581, dts 2581, duration 21 at relative offset 10 in cluster at offset 3207782. TrackNumber 2, keyframe 1
3010[matroska @ 00000187bb2b7680] Writing block of size 14579 with pts 11512, dts -113739, duration 42 at relative offset 444 in cluster at offset 3207782. TrackNumber 1, keyframe 0
3011[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3012[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3013[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2602, dts 2602, duration 21 at relative offset 15030 in cluster at offset 3207782. TrackNumber 2, keyframe 1
3014[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3015[hevc @ 00000187bb108c80] Output frame with POC 303.
3016[hevc @ 00000187bb0ba680] Decoded frame with POC 301.
3017[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
3018[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2623 at offset 3223252 bytes
3019[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2623, dts 2623, duration 21 at relative offset 10 in cluster at offset 3223252. TrackNumber 2, keyframe 1
3020[matroska @ 00000187bb2b7680] Writing block of size 5366 with pts 11470, dts -113697, duration 42 at relative offset 443 in cluster at offset 3223252. TrackNumber 1, keyframe 0
3021[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3022[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3023[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3024[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2645, dts 2645, duration 21 at relative offset 5816 in cluster at offset 3223252. TrackNumber 2, keyframe 1
3025[hevc @ 00000187bb0b8a80] Output frame with POC 304.
3026[hevc @ 00000187bb0b7280] Decoded frame with POC 298.
3027[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2666 at offset 3229508 bytes
3028[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2666, dts 2666, duration 21 at relative offset 10 in cluster at offset 3229508. TrackNumber 2, keyframe 1
3029[matroska @ 00000187bb2b7680] Writing block of size 1399 with pts 11553, dts -113655, duration 42 at relative offset 444 in cluster at offset 3229508. TrackNumber 1, keyframe 0
3030[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3031[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3032[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2687, dts 2687, duration 21 at relative offset 1850 in cluster at offset 3229508. TrackNumber 2, keyframe 1
3033[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3034[hevc @ 00000187bb0b8280] Output frame with POC 305.
3035[hevc @ 00000187bb10aa80] Decoded frame with POC 297.
3036[hevc @ 00000187bb0b6e80] Decoded frame with POC 296.
3037[hevc @ 00000187bb0529c0] Decoded frame with POC 299.
3038[hevc @ 00000187bb052dc0] Decoded frame with POC 300.
3039[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2708 at offset 3231797 bytes
3040[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2708, dts 2708, duration 21 at relative offset 10 in cluster at offset 3231797. TrackNumber 2, keyframe 1
3041[matroska @ 00000187bb2b7680] Writing block of size 34972 with pts 11762, dts -113614, duration 42 at relative offset 444 in cluster at offset 3231797. TrackNumber 1, keyframe 0
3042[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3043[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3044[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2731, dts 2731, duration 21 at relative offset 35424 in cluster at offset 3231797. TrackNumber 2, keyframe 1
3045[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3046[hevc @ 00000187bb0b7680] Output frame with POC 306.
3047[hevc @ 00000187bb107780] Decoded frame with POC 307.
3048[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
3049[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2752 at offset 3267662 bytes
3050[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2752, dts 2752, duration 21 at relative offset 10 in cluster at offset 3267662. TrackNumber 2, keyframe 1
3051[matroska @ 00000187bb2b7680] Writing block of size 4496 with pts 11678, dts -113572, duration 42 at relative offset 443 in cluster at offset 3267662. TrackNumber 1, keyframe 0
3052[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3053[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3054[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2773, dts 2773, duration 21 at relative offset 4946 in cluster at offset 3267662. TrackNumber 2, keyframe 1
3055[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3056[hevc @ 00000187bb0ba680] Output frame with POC 307.
3057[hevc @ 00000187bb107b80] Decoded frame with POC 304.
3058[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2794 at offset 3273048 bytes
3059[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2794, dts 2794, duration 21 at relative offset 10 in cluster at offset 3273048. TrackNumber 2, keyframe 1
3060[matroska @ 00000187bb2b7680] Writing block of size 782 with pts 11637, dts -113530, duration 42 at relative offset 444 in cluster at offset 3273048. TrackNumber 1, keyframe 0
3061[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3062[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3063[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2816, dts 2816, duration 21 at relative offset 1233 in cluster at offset 3273048. TrackNumber 2, keyframe 1
3064[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3065[hevc @ 00000187bb0b7280] Output frame with POC 308.
3066[hevc @ 00000187bb108c80] Decoded frame with POC 303.
3067[hevc @ 00000187bb108280] Decoded frame with POC 302.
3068[hevc @ 00000187bb0b8a80] Decoded frame with POC 305.
3069[hevc @ 00000187bb0b8280] Decoded frame with POC 306.
3070[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2837 at offset 3274720 bytes
3071[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2837, dts 2837, duration 21 at relative offset 10 in cluster at offset 3274720. TrackNumber 2, keyframe 1
3072[matroska @ 00000187bb2b7680] Writing block of size 822 with pts 11720, dts -113488, duration 42 at relative offset 444 in cluster at offset 3274720. TrackNumber 1, keyframe 0
3073[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3074[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3075[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2858, dts 2858, duration 21 at relative offset 1273 in cluster at offset 3274720. TrackNumber 2, keyframe 1
3076[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3077[hevc @ 00000187bb0b6e80] Output frame with POC 309.
3078[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
3079[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2879 at offset 3276433 bytes
3080[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2879, dts 2879, duration 21 at relative offset 10 in cluster at offset 3276433. TrackNumber 2, keyframe 1
3081[matroska @ 00000187bb2b7680] Writing block of size 25626 with pts 11929, dts -113447, duration 42 at relative offset 443 in cluster at offset 3276433. TrackNumber 1, keyframe 0
3082[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3083[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3084[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2902, dts 2902, duration 21 at relative offset 26077 in cluster at offset 3276433. TrackNumber 2, keyframe 1
3085[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3086[hevc @ 00000187bb10aa80] Output frame with POC 310.
3087[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
3088[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3089[hevc @ 00000187bb0529c0] Output frame with POC 311.
3090[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2923 at offset 3302951 bytes
3091[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2923, dts 2923, duration 21 at relative offset 10 in cluster at offset 3302951. TrackNumber 2, keyframe 1
3092[matroska @ 00000187bb2b7680] Writing block of size 2818 with pts 11845, dts -113405, duration 42 at relative offset 444 in cluster at offset 3302951. TrackNumber 1, keyframe 0
3093[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3094[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3095[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 2944, dts 2944, duration 21 at relative offset 3269 in cluster at offset 3302951. TrackNumber 2, keyframe 1
3096[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 2965 at offset 3306659 bytes
3097[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2965, dts 2965, duration 21 at relative offset 10 in cluster at offset 3306659. TrackNumber 2, keyframe 1
3098[matroska @ 00000187bb2b7680] Writing block of size 779 with pts 11803, dts -113363, duration 42 at relative offset 444 in cluster at offset 3306659. TrackNumber 1, keyframe 0
3099[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3100[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
3101[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 2986, dts 2986, duration 21 at relative offset 1230 in cluster at offset 3306659. TrackNumber 2, keyframe 1
3102[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3103[hevc @ 00000187bb052dc0] Output frame with POC 312.
3104[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
3105[hevc @ 00000187bb0b7680] Decoded frame with POC 311.
3106[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3009 at offset 3308329 bytes
3107[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3009, dts 3009, duration 21 at relative offset 10 in cluster at offset 3308329. TrackNumber 2, keyframe 1
3108[matroska @ 00000187bb2b7680] Writing block of size 1009 with pts 11887, dts -113322, duration 42 at relative offset 443 in cluster at offset 3308329. TrackNumber 1, keyframe 0
3109[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3110[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3111[hevc @ 00000187bb107780] Output frame with POC 313.
3112[hevc @ 00000187bb0ba680] Decoded frame with POC 309.
3113[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
3114[hevc @ 00000187bb0b7280] Decoded frame with POC 308.
3115[hevc @ 00000187bb0b6e80] Decoded frame with POC 310.
3116[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3030 at offset 3309794 bytes
3117[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3030, dts 3030, duration 21 at relative offset 10 in cluster at offset 3309794. TrackNumber 2, keyframe 1
3118[matroska @ 00000187bb2b7680] Writing block of size 69310 with pts 12095, dts -113280, duration 42 at relative offset 444 in cluster at offset 3309794. TrackNumber 1, keyframe 0
3119[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3120[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3121[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3122[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3051, dts 3051, duration 21 at relative offset 69762 in cluster at offset 3309794. TrackNumber 2, keyframe 1
3123[hevc @ 00000187bb107b80] Output frame with POC 314.
3124[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3072 at offset 3379997 bytes
3125[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3072, dts 3072, duration 21 at relative offset 10 in cluster at offset 3379997. TrackNumber 2, keyframe 1
3126[matroska @ 00000187bb2b7680] Writing block of size 633 with pts 12012, dts -113238, duration 42 at relative offset 443 in cluster at offset 3379997. TrackNumber 1, keyframe 0
3127[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3128frame= 289 fps=282 q=21.0 size= 3072kB time=00:00:13.09 bitrate=1921.3kbits/s speed=12.8x
3129[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3130[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3094, dts 3094, duration 21 at relative offset 1083 in cluster at offset 3379997. TrackNumber 2, keyframe 1
3131[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3132[hevc @ 00000187bb108280] Output frame with POC 315.
3133[hevc @ 00000187bb10aa80] Decoded frame with POC 315.
3134[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3115 at offset 3381520 bytes
3135[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3115, dts 3115, duration 21 at relative offset 10 in cluster at offset 3381520. TrackNumber 2, keyframe 1
3136[matroska @ 00000187bb2b7680] Writing block of size 1165 with pts 11970, dts -113196, duration 42 at relative offset 444 in cluster at offset 3381520. TrackNumber 1, keyframe 0
3137[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3138[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3139[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3136, dts 3136, duration 21 at relative offset 1616 in cluster at offset 3381520. TrackNumber 2, keyframe 1
3140[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3141[hevc @ 00000187bb108c80] Output frame with POC 316.
3142[hevc @ 00000187bb0529c0] Decoded frame with POC 313.
3143[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
3144[hevc @ 00000187bb052dc0] Decoded frame with POC 312.
3145[hevc @ 00000187bb107780] Decoded frame with POC 314.
3146[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3157 at offset 3383575 bytes
3147[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3157, dts 3157, duration 21 at relative offset 10 in cluster at offset 3383575. TrackNumber 2, keyframe 1
3148[matroska @ 00000187bb2b7680] Writing block of size 578 with pts 12054, dts -113155, duration 42 at relative offset 444 in cluster at offset 3383575. TrackNumber 1, keyframe 0
3149[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3150[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3151[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3179, dts 3179, duration 21 at relative offset 1029 in cluster at offset 3383575. TrackNumber 2, keyframe 1
3152[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3153[hevc @ 00000187bb0b8a80] Output frame with POC 317.
3154[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
3155[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3200 at offset 3385044 bytes
3156[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3200, dts 3200, duration 21 at relative offset 10 in cluster at offset 3385044. TrackNumber 2, keyframe 1
3157[matroska @ 00000187bb2b7680] Writing block of size 37894 with pts 12262, dts -113113, duration 42 at relative offset 443 in cluster at offset 3385044. TrackNumber 1, keyframe 0
3158[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3159[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3160[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3221, dts 3221, duration 21 at relative offset 38345 in cluster at offset 3385044. TrackNumber 2, keyframe 1
3161[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3162[hevc @ 00000187bb0b8280] Output frame with POC 318.
3163[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3164[hevc @ 00000187bb0b7680] Output frame with POC 319.
3165[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3242 at offset 3423830 bytes
3166[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3242, dts 3242, duration 21 at relative offset 10 in cluster at offset 3423830. TrackNumber 2, keyframe 1
3167[matroska @ 00000187bb2b7680] Writing block of size 6695 with pts 12179, dts -113071, duration 42 at relative offset 444 in cluster at offset 3423830. TrackNumber 1, keyframe 0
3168[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3169[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3170[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3264, dts 3264, duration 21 at relative offset 7146 in cluster at offset 3423830. TrackNumber 2, keyframe 1
3171[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
3172[hevc @ 00000187bb107b80] Decoded frame with POC 323.
3173[hevc @ 00000187bb108280] Decoded frame with POC 319.
3174[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3285 at offset 3431415 bytes
3175[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3285, dts 3285, duration 21 at relative offset 10 in cluster at offset 3431415. TrackNumber 2, keyframe 1
3176[matroska @ 00000187bb2b7680] Writing block of size 749 with pts 12137, dts -113030, duration 42 at relative offset 444 in cluster at offset 3431415. TrackNumber 1, keyframe 0
3177[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3178[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3179[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3306, dts 3306, duration 21 at relative offset 1200 in cluster at offset 3431415. TrackNumber 2, keyframe 1
3180[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3181[hevc @ 00000187bb0ba680] Output frame with POC 320.
3182[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
3183[hevc @ 00000187bb0b8a80] Decoded frame with POC 317.
3184[hevc @ 00000187bb108c80] Decoded frame with POC 316.
3185[hevc @ 00000187bb0b8280] Decoded frame with POC 318.
3186[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3327 at offset 3433055 bytes
3187[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3327, dts 3327, duration 21 at relative offset 10 in cluster at offset 3433055. TrackNumber 2, keyframe 1
3188[matroska @ 00000187bb2b7680] Writing block of size 708 with pts 12221, dts -112988, duration 42 at relative offset 443 in cluster at offset 3433055. TrackNumber 1, keyframe 0
3189[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
3190[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3191[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3350, dts 3350, duration 21 at relative offset 1158 in cluster at offset 3433055. TrackNumber 2, keyframe 1
3192[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3193[hevc @ 00000187bb0b7280] Output frame with POC 321.
3194[hevc @ 00000187bb0b7680] Decoded frame with POC 320.
3195[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3371 at offset 3434653 bytes
3196[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3371, dts 3371, duration 21 at relative offset 10 in cluster at offset 3434653. TrackNumber 2, keyframe 1
3197[matroska @ 00000187bb2b7680] Writing block of size 24983 with pts 12429, dts -112946, duration 42 at relative offset 444 in cluster at offset 3434653. TrackNumber 1, keyframe 0
3198[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3199[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3200[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3392, dts 3392, duration 21 at relative offset 25435 in cluster at offset 3434653. TrackNumber 2, keyframe 1
3201[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3202[hevc @ 00000187bb0b6e80] Output frame with POC 322.
3203[hevc @ 00000187bb0ba680] Decoded frame with POC 321.
3204[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3413 at offset 3460528 bytes
3205[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3413, dts 3413, duration 21 at relative offset 10 in cluster at offset 3460528. TrackNumber 2, keyframe 1
3206[matroska @ 00000187bb2b7680] Writing block of size 829 with pts 12346, dts -112904, duration 42 at relative offset 444 in cluster at offset 3460528. TrackNumber 1, keyframe 0
3207[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3208[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3209[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3435, dts 3435, duration 21 at relative offset 1280 in cluster at offset 3460528. TrackNumber 2, keyframe 1
3210[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3211[hevc @ 00000187bb10aa80] Output frame with POC 323.
3212[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
3213[hevc @ 00000187bb0b7280] Decoded frame with POC 322.
3214[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3456 at offset 3462248 bytes
3215[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3456, dts 3456, duration 21 at relative offset 10 in cluster at offset 3462248. TrackNumber 2, keyframe 1
3216[matroska @ 00000187bb2b7680] Writing block of size 1160 with pts 12304, dts -112863, duration 42 at relative offset 443 in cluster at offset 3462248. TrackNumber 1, keyframe 0
3217[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3218[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3219[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3477, dts 3477, duration 21 at relative offset 1610 in cluster at offset 3462248. TrackNumber 2, keyframe 1
3220[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3221[hevc @ 00000187bb0529c0] Output frame with POC 324.
3222[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3498 at offset 3464298 bytes
3223[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3498, dts 3498, duration 21 at relative offset 10 in cluster at offset 3464298. TrackNumber 2, keyframe 1
3224[matroska @ 00000187bb2b7680] Writing block of size 544 with pts 12387, dts -112821, duration 42 at relative offset 444 in cluster at offset 3464298. TrackNumber 1, keyframe 0
3225[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
3226[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3227[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3521, dts 3521, duration 21 at relative offset 995 in cluster at offset 3464298. TrackNumber 2, keyframe 1
3228[hevc @ 00000187bb052dc0] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
3229[hevc @ 00000187bb052dc0] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
3230[hevc @ 00000187bb052dc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
3231[hevc @ 00000187bb052dc0] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
3232[hevc @ 00000187bb052dc0] Decoding VPS
3233[hevc @ 00000187bb052dc0] Main 10 profile bitstream
3234[hevc @ 00000187bb052dc0] Decoding SPS
3235[hevc @ 00000187bb052dc0] Main 10 profile bitstream
3236[hevc @ 00000187bb052dc0] Decoding VUI
3237[hevc @ 00000187bb052dc0] Decoding PPS
3238[hevc @ 00000187bb052dc0] Output frame with POC 325.
3239[hevc @ 00000187bb0b6e80] Decoded frame with POC 326.
3240[hevc @ 00000187bb10aa80] Decoded frame with POC 325.
3241[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3542 at offset 3465732 bytes
3242[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3542, dts 3542, duration 21 at relative offset 10 in cluster at offset 3465732. TrackNumber 2, keyframe 1
3243[matroska @ 00000187bb2b7680] Writing block of size 27624 with pts 12596, dts -112779, duration 42 at relative offset 444 in cluster at offset 3465732. TrackNumber 1, keyframe 0
3244[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3245[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3246[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3563, dts 3563, duration 21 at relative offset 28076 in cluster at offset 3465732. TrackNumber 2, keyframe 1
3247[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3248[hevc @ 00000187bb107780] Output frame with POC 326.
3249[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
3250[hevc @ 00000187bb0529c0] Decoded frame with POC 324.
3251[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3584 at offset 3494249 bytes
3252[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3584, dts 3584, duration 21 at relative offset 10 in cluster at offset 3494249. TrackNumber 2, keyframe 1
3253[matroska @ 00000187bb2b7680] Writing block of size 538 with pts 12513, dts -112738, duration 42 at relative offset 443 in cluster at offset 3494249. TrackNumber 1, keyframe 0
3254[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3255[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3256[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3257[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3606, dts 3606, duration 21 at relative offset 988 in cluster at offset 3494249. TrackNumber 2, keyframe 1
3258[hevc @ 00000187bb107b80] Output frame with POC 327.
3259[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
3260[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3627 at offset 3495677 bytes
3261[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3627, dts 3627, duration 21 at relative offset 10 in cluster at offset 3495677. TrackNumber 2, keyframe 1
3262[matroska @ 00000187bb2b7680] Writing block of size 805 with pts 12471, dts -112696, duration 42 at relative offset 444 in cluster at offset 3495677. TrackNumber 1, keyframe 0
3263[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3264[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3265[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3648, dts 3648, duration 21 at relative offset 1256 in cluster at offset 3495677. TrackNumber 2, keyframe 1
3266[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3267[hevc @ 00000187bb108280] Output frame with POC 328.
3268[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3669 at offset 3497372 bytes
3269[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3669, dts 3669, duration 21 at relative offset 10 in cluster at offset 3497372. TrackNumber 2, keyframe 1
3270[matroska @ 00000187bb2b7680] Writing block of size 606 with pts 12554, dts -112654, duration 42 at relative offset 444 in cluster at offset 3497372. TrackNumber 1, keyframe 0
3271[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3272[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3273[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3691, dts 3691, duration 21 at relative offset 1057 in cluster at offset 3497372. TrackNumber 2, keyframe 1
3274[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3275[hevc @ 00000187bb108c80] Output frame with POC 329.
3276[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3712 at offset 3498869 bytes
3277[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3712, dts 3712, duration 21 at relative offset 10 in cluster at offset 3498869. TrackNumber 2, keyframe 1
3278[matroska @ 00000187bb2b7680] Writing block of size 12203 with pts 12763, dts -112613, duration 42 at relative offset 443 in cluster at offset 3498869. TrackNumber 1, keyframe 0
3279[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3280[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3281[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3733, dts 3733, duration 21 at relative offset 12653 in cluster at offset 3498869. TrackNumber 2, keyframe 1
3282[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3283[hevc @ 00000187bb0b8a80] Output frame with POC 330.
3284[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
3285[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3754 at offset 3511962 bytes
3286[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3754, dts 3754, duration 21 at relative offset 10 in cluster at offset 3511962. TrackNumber 2, keyframe 1
3287[matroska @ 00000187bb2b7680] Writing block of size 662 with pts 12679, dts -112571, duration 42 at relative offset 444 in cluster at offset 3511962. TrackNumber 1, keyframe 0
3288[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3289[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3290[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3776, dts 3776, duration 21 at relative offset 1113 in cluster at offset 3511962. TrackNumber 2, keyframe 1
3291[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3292[hevc @ 00000187bb0b8280] Output frame with POC 331.
3293[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3797 at offset 3513514 bytes
3294[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3797, dts 3797, duration 21 at relative offset 10 in cluster at offset 3513514. TrackNumber 2, keyframe 1
3295[matroska @ 00000187bb2b7680] Writing block of size 516 with pts 12638, dts -112529, duration 42 at relative offset 444 in cluster at offset 3513514. TrackNumber 1, keyframe 0
3296[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3297[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3298[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3818, dts 3818, duration 21 at relative offset 967 in cluster at offset 3513514. TrackNumber 2, keyframe 1
3299[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3300[hevc @ 00000187bb0b7680] Output frame with POC 332.
3301[hevc @ 00000187bb052dc0] Decoded frame with POC 327.
3302[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3839 at offset 3514921 bytes
3303[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3839, dts 3839, duration 21 at relative offset 10 in cluster at offset 3514921. TrackNumber 2, keyframe 1
3304[matroska @ 00000187bb2b7680] Writing block of size 352 with pts 12721, dts -112487, duration 42 at relative offset 443 in cluster at offset 3514921. TrackNumber 1, keyframe 0
3305[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3306[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3307[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3862, dts 3862, duration 21 at relative offset 802 in cluster at offset 3514921. TrackNumber 2, keyframe 1
3308[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3309[hevc @ 00000187bb0ba680] Output frame with POC 333.
3310[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
3311[hevc @ 00000187bb107780] Decoded frame with POC 331.
3312[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3883 at offset 3516163 bytes
3313[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3883, dts 3883, duration 21 at relative offset 10 in cluster at offset 3516163. TrackNumber 2, keyframe 1
3314[matroska @ 00000187bb2b7680] Writing block of size 14123 with pts 12930, dts -112446, duration 42 at relative offset 444 in cluster at offset 3516163. TrackNumber 1, keyframe 0
3315[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3316[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3317[hevc @ 00000187bb0b7280] Output frame with POC 334.
3318[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3319[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3904, dts 3904, duration 21 at relative offset 14574 in cluster at offset 3516163. TrackNumber 2, keyframe 1
3320[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
3321[hevc @ 00000187bb107b80] Decoded frame with POC 329.
3322[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3925 at offset 3531176 bytes
3323[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3925, dts 3925, duration 21 at relative offset 10 in cluster at offset 3531176. TrackNumber 2, keyframe 1
3324[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 12846, dts -112404, duration 42 at relative offset 444 in cluster at offset 3531176. TrackNumber 1, keyframe 0
3325[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3326[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3327[hevc @ 00000187bb0b6e80] Output frame with POC 335.
3328[hevc @ 00000187bb108280] Decoded frame with POC 328.
3329[hevc @ 00000187bb108c80] Decoded frame with POC 330.
3330[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3947 at offset 3532038 bytes
3331[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3947, dts 3947, duration 21 at relative offset 10 in cluster at offset 3532038. TrackNumber 2, keyframe 1
3332[matroska @ 00000187bb2b7680] Writing block of size 737 with pts 12804, dts -112362, duration 42 at relative offset 444 in cluster at offset 3532038. TrackNumber 1, keyframe 0
3333[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3334[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3335[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 3968, dts 3968, duration 21 at relative offset 1188 in cluster at offset 3532038. TrackNumber 2, keyframe 1
3336[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3337[hevc @ 00000187bb10aa80] Output frame with POC 336.
3338[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
3339[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 3989 at offset 3533665 bytes
3340[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 3989, dts 3989, duration 21 at relative offset 10 in cluster at offset 3533665. TrackNumber 2, keyframe 1
3341[matroska @ 00000187bb2b7680] Writing block of size 342 with pts 12888, dts -112321, duration 42 at relative offset 444 in cluster at offset 3533665. TrackNumber 1, keyframe 0
3342[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3343[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3344[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4011, dts 4011, duration 21 at relative offset 793 in cluster at offset 3533665. TrackNumber 2, keyframe 1
3345[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3346[hevc @ 00000187bb0529c0] Output frame with POC 337.
3347[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
3348[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4032 at offset 3534898 bytes
3349[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4032, dts 4032, duration 21 at relative offset 10 in cluster at offset 3534898. TrackNumber 2, keyframe 1
3350[matroska @ 00000187bb2b7680] Writing block of size 12141 with pts 13096, dts -112279, duration 42 at relative offset 443 in cluster at offset 3534898. TrackNumber 1, keyframe 0
3351[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3352[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3353[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4053, dts 4053, duration 21 at relative offset 12591 in cluster at offset 3534898. TrackNumber 2, keyframe 1
3354[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3355[hevc @ 00000187bb052dc0] Output frame with POC 338.
3356[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4074 at offset 3547929 bytes
3357[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4074, dts 4074, duration 21 at relative offset 10 in cluster at offset 3547929. TrackNumber 2, keyframe 1
3358[matroska @ 00000187bb2b7680] Writing block of size 385 with pts 13013, dts -112237, duration 42 at relative offset 444 in cluster at offset 3547929. TrackNumber 1, keyframe 0
3359[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3360[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3361[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4096, dts 4096, duration 21 at relative offset 836 in cluster at offset 3547929. TrackNumber 2, keyframe 1
3362[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3363[hevc @ 00000187bb107780] Output frame with POC 339.
3364[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4117 at offset 3549204 bytes
3365[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4117, dts 4117, duration 21 at relative offset 10 in cluster at offset 3549204. TrackNumber 2, keyframe 1
3366[matroska @ 00000187bb2b7680] Writing block of size 619 with pts 12971, dts -112195, duration 42 at relative offset 444 in cluster at offset 3549204. TrackNumber 1, keyframe 0
3367[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3368[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3369[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4138, dts 4138, duration 21 at relative offset 1070 in cluster at offset 3549204. TrackNumber 2, keyframe 1
3370[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3371[hevc @ 00000187bb107b80] Output frame with POC 340.
3372[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
3373[hevc @ 00000187bb0b8a80] Decoded frame with POC 335.
3374[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4159 at offset 3550714 bytes
3375[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4159, dts 4159, duration 21 at relative offset 10 in cluster at offset 3550714. TrackNumber 2, keyframe 1
3376[matroska @ 00000187bb2b7680] Writing block of size 271 with pts 13055, dts -112154, duration 42 at relative offset 443 in cluster at offset 3550714. TrackNumber 1, keyframe 0
3377[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3378[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3379[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4182, dts 4182, duration 21 at relative offset 721 in cluster at offset 3550714. TrackNumber 2, keyframe 1
3380[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3381[hevc @ 00000187bb108280] Output frame with POC 341.
3382[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
3383[hevc @ 00000187bb0b8280] Decoded frame with POC 333.
3384[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4203 at offset 3551875 bytes
3385[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4203, dts 4203, duration 21 at relative offset 10 in cluster at offset 3551875. TrackNumber 2, keyframe 1
3386[matroska @ 00000187bb2b7680] Writing block of size 8484 with pts 13263, dts -112112, duration 42 at relative offset 444 in cluster at offset 3551875. TrackNumber 1, keyframe 0
3387[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3388[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3389[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4224, dts 4224, duration 21 at relative offset 8935 in cluster at offset 3551875. TrackNumber 2, keyframe 1
3390[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3391[hevc @ 00000187bb108c80] Output frame with POC 342.
3392[hevc @ 00000187bb0b7680] Decoded frame with POC 332.
3393[hevc @ 00000187bb0ba680] Decoded frame with POC 334.
3394[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4245 at offset 3561249 bytes
3395[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4245, dts 4245, duration 21 at relative offset 10 in cluster at offset 3561249. TrackNumber 2, keyframe 1
3396[matroska @ 00000187bb2b7680] Writing block of size 657 with pts 13180, dts -112070, duration 42 at relative offset 444 in cluster at offset 3561249. TrackNumber 1, keyframe 0
3397[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3398[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3399[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4267, dts 4267, duration 21 at relative offset 1108 in cluster at offset 3561249. TrackNumber 2, keyframe 1
3400[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3401[hevc @ 00000187bb0b8a80] Output frame with POC 343.
3402[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
3403[hevc @ 00000187bb0b7280] Decoded frame with POC 339.
3404[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4288 at offset 3562797 bytes
3405[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4288, dts 4288, duration 21 at relative offset 10 in cluster at offset 3562797. TrackNumber 2, keyframe 1
3406[matroska @ 00000187bb2b7680] Writing block of size 536 with pts 13138, dts -112029, duration 42 at relative offset 443 in cluster at offset 3562797. TrackNumber 1, keyframe 0
3407[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3408[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3409[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4309, dts 4309, duration 21 at relative offset 986 in cluster at offset 3562797. TrackNumber 2, keyframe 1
3410[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3411[hevc @ 00000187bb0b8280] Output frame with POC 344.
3412[hevc @ 00000187bb0b6e80] Decoded frame with POC 337.
3413[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
3414[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4330 at offset 3564223 bytes
3415[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4330, dts 4330, duration 21 at relative offset 10 in cluster at offset 3564223. TrackNumber 2, keyframe 1
3416[matroska @ 00000187bb2b7680] Writing block of size 317 with pts 13222, dts -111987, duration 42 at relative offset 444 in cluster at offset 3564223. TrackNumber 1, keyframe 0
3417[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3418[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3419[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3420[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4352, dts 4352, duration 21 at relative offset 768 in cluster at offset 3564223. TrackNumber 2, keyframe 1
3421[hevc @ 00000187bb0b7680] Output frame with POC 345.
3422[hevc @ 00000187bb10aa80] Decoded frame with POC 336.
3423[hevc @ 00000187bb0529c0] Decoded frame with POC 338.
3424[hevc @ 00000187bb052dc0] Decoded frame with POC 343.
3425[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4373 at offset 3565430 bytes
3426[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4373, dts 4373, duration 21 at relative offset 10 in cluster at offset 3565430. TrackNumber 2, keyframe 1
3427[matroska @ 00000187bb2b7680] Writing block of size 3958 with pts 13430, dts -111945, duration 42 at relative offset 444 in cluster at offset 3565430. TrackNumber 1, keyframe 0
3428[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3429[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3430[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4394, dts 4394, duration 21 at relative offset 4409 in cluster at offset 3565430. TrackNumber 2, keyframe 1
3431[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3432[hevc @ 00000187bb0ba680] Output frame with POC 346.
3433[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4415 at offset 3570279 bytes
3434[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4415, dts 4415, duration 21 at relative offset 10 in cluster at offset 3570279. TrackNumber 2, keyframe 1
3435[matroska @ 00000187bb2b7680] Writing block of size 385 with pts 13347, dts -111903, duration 42 at relative offset 443 in cluster at offset 3570279. TrackNumber 1, keyframe 0
3436[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3437[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3438[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4437, dts 4437, duration 21 at relative offset 835 in cluster at offset 3570279. TrackNumber 2, keyframe 1
3439[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3440[hevc @ 00000187bb0b7280] Output frame with POC 347.
3441[hevc @ 00000187bb107780] Decoded frame with POC 341.
3442[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
3443[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4458 at offset 3571554 bytes
3444[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4458, dts 4458, duration 21 at relative offset 10 in cluster at offset 3571554. TrackNumber 2, keyframe 1
3445[matroska @ 00000187bb2b7680] Writing block of size 454 with pts 13305, dts -111862, duration 42 at relative offset 444 in cluster at offset 3571554. TrackNumber 1, keyframe 0
3446[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3447[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3448[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4479, dts 4479, duration 21 at relative offset 905 in cluster at offset 3571554. TrackNumber 2, keyframe 1
3449[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3450[hevc @ 00000187bb0b6e80] Output frame with POC 348.
3451[hevc @ 00000187bb108280] Decoded frame with POC 342.
3452[hevc @ 00000187bb107b80] Decoded frame with POC 340.
3453[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4500 at offset 3572898 bytes
3454[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4500, dts 4500, duration 21 at relative offset 10 in cluster at offset 3572898. TrackNumber 2, keyframe 1
3455[matroska @ 00000187bb2b7680] Writing block of size 159 with pts 13388, dts -111820, duration 42 at relative offset 444 in cluster at offset 3572898. TrackNumber 1, keyframe 0
3456[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3457[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3458[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4523, dts 4523, duration 21 at relative offset 610 in cluster at offset 3572898. TrackNumber 2, keyframe 1
3459[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3460[hevc @ 00000187bb10aa80] Output frame with POC 349.
3461[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4544 at offset 3573948 bytes
3462[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 4544, dts 4544, duration 21 at relative offset 10 in cluster at offset 3573948. TrackNumber 2, keyframe 1
3463[matroska @ 00000187bb2b7680] Writing block of size 4685 with pts 13597, dts -111778, duration 42 at relative offset 443 in cluster at offset 3573948. TrackNumber 1, keyframe 0
3464[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3465[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3466[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 4565, dts 4565, duration 21 at relative offset 5135 in cluster at offset 3573948. TrackNumber 2, keyframe 1
3467[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3468[hevc @ 00000187bb0529c0] Output frame with POC 350.
3469[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
3470[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4586 at offset 3579523 bytes
3471[matroska @ 00000187bb2b7680] Writing block of size 640 with pts 4586, dts 4586, duration 21 at relative offset 10 in cluster at offset 3579523. TrackNumber 2, keyframe 1
3472[matroska @ 00000187bb2b7680] Writing block of size 449 with pts 13514, dts -111737, duration 42 at relative offset 657 in cluster at offset 3579523. TrackNumber 1, keyframe 0
3473[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3474[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3475[matroska @ 00000187bb2b7680] Writing block of size 547 with pts 4608, dts 4608, duration 21 at relative offset 1113 in cluster at offset 3579523. TrackNumber 2, keyframe 1
3476[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3477[hevc @ 00000187bb052dc0] Output frame with POC 351.
3478[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
3479[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4629 at offset 3581196 bytes
3480[matroska @ 00000187bb2b7680] Writing block of size 541 with pts 4629, dts 4629, duration 21 at relative offset 10 in cluster at offset 3581196. TrackNumber 2, keyframe 1
3481[matroska @ 00000187bb2b7680] Writing block of size 616 with pts 13472, dts -111695, duration 42 at relative offset 558 in cluster at offset 3581196. TrackNumber 1, keyframe 0
3482[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3483[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3484[matroska @ 00000187bb2b7680] Writing block of size 482 with pts 4650, dts 4650, duration 21 at relative offset 1181 in cluster at offset 3581196. TrackNumber 2, keyframe 1
3485[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3486[hevc @ 00000187bb107780] Output frame with POC 352.
3487[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4671 at offset 3582872 bytes
3488[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 4671, dts 4671, duration 21 at relative offset 10 in cluster at offset 3582872. TrackNumber 2, keyframe 1
3489[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 13555, dts -111653, duration 42 at relative offset 491 in cluster at offset 3582872. TrackNumber 1, keyframe 0
3490[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3491[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3492[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 4694, dts 4694, duration 21 at relative offset 889 in cluster at offset 3582872. TrackNumber 2, keyframe 1
3493[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3494[hevc @ 00000187bb107b80] Output frame with POC 353.
3495[hevc @ 00000187bb108c80] Decoded frame with POC 347.
3496[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4715 at offset 3584219 bytes
3497[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 4715, dts 4715, duration 21 at relative offset 10 in cluster at offset 3584219. TrackNumber 2, keyframe 1
3498[matroska @ 00000187bb2b7680] Writing block of size 50778 with pts 13764, dts -111612, duration 42 at relative offset 462 in cluster at offset 3584219. TrackNumber 1, keyframe 0
3499[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3500[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3501[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 4736, dts 4736, duration 21 at relative offset 51248 in cluster at offset 3584219. TrackNumber 2, keyframe 1
3502[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3503[hevc @ 00000187bb108280] Output frame with POC 354.
3504[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
3505[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4757 at offset 3635868 bytes
3506[matroska @ 00000187bb2b7680] Writing block of size 509 with pts 4757, dts 4757, duration 21 at relative offset 10 in cluster at offset 3635868. TrackNumber 2, keyframe 1
3507[matroska @ 00000187bb2b7680] Writing block of size 31913 with pts 13680, dts -111570, duration 42 at relative offset 526 in cluster at offset 3635868. TrackNumber 1, keyframe 0
3508[hevc @ 00000187bb0b8a80] Decoded frame with POC 345.
3509[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3510[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3511[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3512[hevc @ 00000187bb108c80] Output frame with POC 355.
3513[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 4779, dts 4779, duration 21 at relative offset 32447 in cluster at offset 3635868. TrackNumber 2, keyframe 1
3514[hevc @ 00000187bb0b7680] Decoded frame with POC 346.
3515[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3516[hevc @ 00000187bb0b8a80] Output frame with POC 356.
3517[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4800 at offset 3668712 bytes
3518[matroska @ 00000187bb2b7680] Writing block of size 358 with pts 4800, dts 4800, duration 21 at relative offset 10 in cluster at offset 3668712. TrackNumber 2, keyframe 1
3519[matroska @ 00000187bb2b7680] Writing block of size 27300 with pts 13639, dts -111528, duration 42 at relative offset 375 in cluster at offset 3668712. TrackNumber 1, keyframe 0
3520[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3521[hevc @ 00000187bb0b8280] Decoded frame with POC 344.
3522[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4821 at offset 3696402 bytes
3523[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 4821, dts 4821, duration 21 at relative offset 10 in cluster at offset 3696402. TrackNumber 2, keyframe 1
3524[matroska @ 00000187bb2b7680] Writing block of size 22325 with pts 13722, dts -111486, duration 42 at relative offset 430 in cluster at offset 3696402. TrackNumber 1, keyframe 0
3525[hevc @ 00000187bb0b8280] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
3526[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3527[hevc @ 00000187bb0b8280] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
3528[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3529[hevc @ 00000187bb0b8280] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
3530[matroska @ 00000187bb2b7680] Writing block of size 478 with pts 4842, dts 4842, duration 21 at relative offset 22763 in cluster at offset 3696402. TrackNumber 2, keyframe 1
3531[hevc @ 00000187bb0b8280] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
3532[hevc @ 00000187bb0b8280] Decoding VPS
3533[hevc @ 00000187bb0b8280] Main 10 profile bitstream
3534[hevc @ 00000187bb0b8280] Decoding SPS
3535[hevc @ 00000187bb0b8280] Main 10 profile bitstream
3536[hevc @ 00000187bb0b8280] Decoding VUI
3537[hevc @ 00000187bb0b8280] Decoding PPS
3538[hevc @ 00000187bb0b8280] Output frame with POC 357.
3539[hevc @ 00000187bb0ba680] Decoded frame with POC 351.
3540[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
3541[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4864 at offset 3719657 bytes
3542[matroska @ 00000187bb2b7680] Writing block of size 480 with pts 4864, dts 4864, duration 21 at relative offset 10 in cluster at offset 3719657. TrackNumber 2, keyframe 1
3543[matroska @ 00000187bb2b7680] Writing block of size 50139 with pts 13931, dts -111445, duration 42 at relative offset 497 in cluster at offset 3719657. TrackNumber 1, keyframe 0
3544[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3545[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3546[matroska @ 00000187bb2b7680] Writing block of size 472 with pts 4885, dts 4885, duration 21 at relative offset 50644 in cluster at offset 3719657. TrackNumber 2, keyframe 1
3547[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3548[hevc @ 00000187bb0b7680] Output frame with POC 358.
3549[hevc @ 00000187bb0b7280] Decoded frame with POC 349.
3550[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
3551[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4906 at offset 3770787 bytes
3552[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 4906, dts 4906, duration 21 at relative offset 10 in cluster at offset 3770787. TrackNumber 2, keyframe 1
3553[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3554[matroska @ 00000187bb2b7680] Writing block of size 25461 with pts 13847, dts -111403, duration 42 at relative offset 409 in cluster at offset 3770787. TrackNumber 1, keyframe 0
3555[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3556[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3557[matroska @ 00000187bb2b7680] Writing block of size 371 with pts 4927, dts 4927, duration 21 at relative offset 25878 in cluster at offset 3770787. TrackNumber 2, keyframe 1
3558[hevc @ 00000187bb0ba680] Output frame with POC 359.
3559[hevc @ 00000187bb0b6e80] Decoded frame with POC 348.
3560[hevc @ 00000187bb10aa80] Decoded frame with POC 350.
3561[hevc @ 00000187bb0529c0] Decoded frame with POC 355.
3562[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4949 at offset 3797050 bytes
3563[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 4949, dts 4949, duration 21 at relative offset 10 in cluster at offset 3797050. TrackNumber 2, keyframe 1
3564[matroska @ 00000187bb2b7680] Writing block of size 22954 with pts 13805, dts -111361, duration 42 at relative offset 418 in cluster at offset 3797050. TrackNumber 1, keyframe 0
3565[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3566[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3567[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 4970, dts 4970, duration 21 at relative offset 23380 in cluster at offset 3797050. TrackNumber 2, keyframe 1
3568[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3569[hevc @ 00000187bb0b7280] Output frame with POC 360.
3570[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
3571[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 4991 at offset 3820827 bytes
3572[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 4991, dts 4991, duration 21 at relative offset 10 in cluster at offset 3820827. TrackNumber 2, keyframe 1
3573[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3574[matroska @ 00000187bb2b7680] Writing block of size 25466 with pts 13889, dts -111320, duration 42 at relative offset 410 in cluster at offset 3820827. TrackNumber 1, keyframe 0
3575[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
3576[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3577[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 5012, dts 5012, duration 21 at relative offset 25884 in cluster at offset 3820827. TrackNumber 2, keyframe 1
3578[hevc @ 00000187bb0b6e80] Output frame with POC 361.
3579[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
3580[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5035 at offset 3847154 bytes
3581[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 5035, dts 5035, duration 21 at relative offset 10 in cluster at offset 3847154. TrackNumber 2, keyframe 1
3582[matroska @ 00000187bb2b7680] Writing block of size 42829 with pts 14097, dts -111278, duration 42 at relative offset 439 in cluster at offset 3847154. TrackNumber 1, keyframe 0
3583[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3584[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3585[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 5056, dts 5056, duration 21 at relative offset 43276 in cluster at offset 3847154. TrackNumber 2, keyframe 1
3586[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3587[hevc @ 00000187bb10aa80] Output frame with POC 362.
3588[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5077 at offset 3890859 bytes
3589[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 5077, dts 5077, duration 21 at relative offset 10 in cluster at offset 3890859. TrackNumber 2, keyframe 1
3590[matroska @ 00000187bb2b7680] Writing block of size 29733 with pts 14014, dts -111236, duration 42 at relative offset 406 in cluster at offset 3890859. TrackNumber 1, keyframe 0
3591[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3592[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3593[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3594[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 5098, dts 5098, duration 21 at relative offset 30147 in cluster at offset 3890859. TrackNumber 2, keyframe 1
3595[hevc @ 00000187bb052dc0] Decoded frame with POC 353.
3596[hevc @ 00000187bb0529c0] Output frame with POC 363.
3597[hevc @ 00000187bb107b80] Decoded frame with POC 354.
3598[hevc @ 00000187bb107780] Decoded frame with POC 352.
3599[hevc @ 00000187bb108280] Decoded frame with POC 358.
3600[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5120 at offset 3921435 bytes
3601[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 5120, dts 5120, duration 21 at relative offset 10 in cluster at offset 3921435. TrackNumber 2, keyframe 1
3602[matroska @ 00000187bb2b7680] Writing block of size 23237 with pts 13972, dts -111194, duration 42 at relative offset 419 in cluster at offset 3921435. TrackNumber 1, keyframe 0
3603[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3604[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3605[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 5141, dts 5141, duration 21 at relative offset 23664 in cluster at offset 3921435. TrackNumber 2, keyframe 1
3606[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3607[hevc @ 00000187bb052dc0] Output frame with POC 364.
3608[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
3609[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3610[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5162 at offset 3945558 bytes
3611[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 5162, dts 5162, duration 21 at relative offset 10 in cluster at offset 3945558. TrackNumber 2, keyframe 1
3612[matroska @ 00000187bb2b7680] Writing block of size 23568 with pts 14056, dts -111153, duration 42 at relative offset 415 in cluster at offset 3945558. TrackNumber 1, keyframe 0
3613[hevc @ 00000187bb107780] Output frame with POC 365.
3614[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3615[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3616[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 5183, dts 5183, duration 21 at relative offset 23991 in cluster at offset 3945558. TrackNumber 2, keyframe 1
3617[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
3618[hevc @ 00000187bb108c80] Decoded frame with POC 357.
3619[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5206 at offset 3969995 bytes
3620[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 5206, dts 5206, duration 21 at relative offset 10 in cluster at offset 3969995. TrackNumber 2, keyframe 1
3621[matroska @ 00000187bb2b7680] Writing block of size 37601 with pts 14264, dts -111111, duration 42 at relative offset 487 in cluster at offset 3969995. TrackNumber 1, keyframe 0
3622[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3623[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3624[matroska @ 00000187bb2b7680] Writing block of size 519 with pts 5227, dts 5227, duration 21 at relative offset 38096 in cluster at offset 3969995. TrackNumber 2, keyframe 1
3625[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3626[hevc @ 00000187bb107b80] Output frame with POC 366.
3627[hevc @ 00000187bb0b8a80] Decoded frame with POC 356.
3628[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5248 at offset 4008624 bytes
3629[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 5248, dts 5248, duration 21 at relative offset 10 in cluster at offset 4008624. TrackNumber 2, keyframe 1
3630[matroska @ 00000187bb2b7680] Writing block of size 25374 with pts 14181, dts -111069, duration 42 at relative offset 408 in cluster at offset 4008624. TrackNumber 1, keyframe 0
3631[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3632[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3633[matroska @ 00000187bb2b7680] Writing block of size 359 with pts 5269, dts 5269, duration 21 at relative offset 25790 in cluster at offset 4008624. TrackNumber 2, keyframe 1
3634[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3635[hevc @ 00000187bb108280] Output frame with POC 367.
3636[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
3637[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5291 at offset 4034787 bytes
3638[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 5291, dts 5291, duration 21 at relative offset 10 in cluster at offset 4034787. TrackNumber 2, keyframe 1
3639[matroska @ 00000187bb2b7680] Writing block of size 21907 with pts 14139, dts -111028, duration 42 at relative offset 455 in cluster at offset 4034787. TrackNumber 1, keyframe 0
3640[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3641[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3642[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 5312, dts 5312, duration 21 at relative offset 22370 in cluster at offset 4034787. TrackNumber 2, keyframe 1
3643[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3644[hevc @ 00000187bb108c80] Output frame with POC 368.
3645[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
3646[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5333 at offset 4057578 bytes
3647[matroska @ 00000187bb2b7680] Writing block of size 475 with pts 5333, dts 5333, duration 21 at relative offset 10 in cluster at offset 4057578. TrackNumber 2, keyframe 1
3648[matroska @ 00000187bb2b7680] Writing block of size 22141 with pts 14223, dts -110986, duration 42 at relative offset 492 in cluster at offset 4057578. TrackNumber 1, keyframe 0
3649[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3650[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3651[matroska @ 00000187bb2b7680] Writing block of size 382 with pts 5354, dts 5354, duration 21 at relative offset 22641 in cluster at offset 4057578. TrackNumber 2, keyframe 1
3652[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3653[hevc @ 00000187bb0b8a80] Output frame with POC 369.
3654[hevc @ 00000187bb0b8280] Decoded frame with POC 359.
3655[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5376 at offset 4080615 bytes
3656[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 5376, dts 5376, duration 21 at relative offset 10 in cluster at offset 4080615. TrackNumber 2, keyframe 1
3657[hevc @ 00000187bb0b7680] Decoded frame with POC 362.
3658[matroska @ 00000187bb2b7680] Writing block of size 36338 with pts 14431, dts -110944, duration 42 at relative offset 400 in cluster at offset 4080615. TrackNumber 1, keyframe 0
3659[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3660[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3661[matroska @ 00000187bb2b7680] Writing block of size 457 with pts 5397, dts 5397, duration 21 at relative offset 36746 in cluster at offset 4080615. TrackNumber 2, keyframe 1
3662[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3663[hevc @ 00000187bb0b8280] Output frame with POC 370.
3664[hevc @ 00000187bb0ba680] Decoded frame with POC 361.
3665[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5418 at offset 4117832 bytes
3666[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 5418, dts 5418, duration 21 at relative offset 10 in cluster at offset 4117832. TrackNumber 2, keyframe 1
3667[matroska @ 00000187bb2b7680] Writing block of size 24136 with pts 14348, dts -110902, duration 42 at relative offset 428 in cluster at offset 4117832. TrackNumber 1, keyframe 0
3668[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3669[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3670[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3671[matroska @ 00000187bb2b7680] Writing block of size 512 with pts 5439, dts 5439, duration 21 at relative offset 24572 in cluster at offset 4117832. TrackNumber 2, keyframe 1
3672[hevc @ 00000187bb0b7680] Output frame with POC 371.
3673[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
3674[hevc @ 00000187bb0b7280] Decoded frame with POC 360.
3675[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5461 at offset 4142930 bytes
3676[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 5461, dts 5461, duration 21 at relative offset 10 in cluster at offset 4142930. TrackNumber 2, keyframe 1
3677[matroska @ 00000187bb2b7680] Writing block of size 21759 with pts 14306, dts -110861, duration 42 at relative offset 418 in cluster at offset 4142930. TrackNumber 1, keyframe 0
3678[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3679[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3680[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 5482, dts 5482, duration 21 at relative offset 22185 in cluster at offset 4142930. TrackNumber 2, keyframe 1
3681[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3682[hevc @ 00000187bb0ba680] Output frame with POC 372.
3683[hevc @ 00000187bb0b6e80] Decoded frame with POC 363.
3684[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5503 at offset 4165536 bytes
3685[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 5503, dts 5503, duration 21 at relative offset 10 in cluster at offset 4165536. TrackNumber 2, keyframe 1
3686[matroska @ 00000187bb2b7680] Writing block of size 21866 with pts 14389, dts -110819, duration 42 at relative offset 415 in cluster at offset 4165536. TrackNumber 1, keyframe 0
3687[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3688[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3689[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 5524, dts 5524, duration 21 at relative offset 22289 in cluster at offset 4165536. TrackNumber 2, keyframe 1
3690[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3691[hevc @ 00000187bb0b7280] Output frame with POC 373.
3692[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5547 at offset 4188249 bytes
3693[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 5547, dts 5547, duration 21 at relative offset 10 in cluster at offset 4188249. TrackNumber 2, keyframe 1
3694[matroska @ 00000187bb2b7680] Writing block of size 42044 with pts 14598, dts -110777, duration 42 at relative offset 456 in cluster at offset 4188249. TrackNumber 1, keyframe 0
3695[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3696[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3697[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 5568, dts 5568, duration 21 at relative offset 42508 in cluster at offset 4188249. TrackNumber 2, keyframe 1
3698[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3699[hevc @ 00000187bb0b6e80] Output frame with POC 374.
3700[hevc @ 00000187bb10aa80] Decoded frame with POC 367.
3701[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
3702[hevc @ 00000187bb0529c0] Decoded frame with POC 365.
3703[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3704[hevc @ 00000187bb10aa80] Output frame with POC 375.
3705[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5589 at offset 4231184 bytes
3706[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 5589, dts 5589, duration 21 at relative offset 10 in cluster at offset 4231184. TrackNumber 2, keyframe 1
3707[matroska @ 00000187bb2b7680] Writing block of size 24322 with pts 14515, dts -110736, duration 42 at relative offset 428 in cluster at offset 4231184. TrackNumber 1, keyframe 0
3708[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3709[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3710[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 5610, dts 5610, duration 21 at relative offset 24758 in cluster at offset 4231184. TrackNumber 2, keyframe 1
3711[hevc @ 00000187bb107780] Decoded frame with POC 366.
3712[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
3713[hevc @ 00000187bb052dc0] Decoded frame with POC 364.
3714[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5632 at offset 4256385 bytes
3715[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 5632, dts 5632, duration 21 at relative offset 10 in cluster at offset 4256385. TrackNumber 2, keyframe 1
3716[matroska @ 00000187bb2b7680] Writing block of size 20413 with pts 14473, dts -110694, duration 42 at relative offset 451 in cluster at offset 4256385. TrackNumber 1, keyframe 0
3717[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3718[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3719[matroska @ 00000187bb2b7680] Writing block of size 497 with pts 5653, dts 5653, duration 21 at relative offset 20872 in cluster at offset 4256385. TrackNumber 2, keyframe 1
3720[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3721[hevc @ 00000187bb0529c0] Output frame with POC 376.
3722[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5674 at offset 4277768 bytes
3723[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 5674, dts 5674, duration 21 at relative offset 10 in cluster at offset 4277768. TrackNumber 2, keyframe 1
3724[matroska @ 00000187bb2b7680] Writing block of size 22710 with pts 14556, dts -110652, duration 42 at relative offset 412 in cluster at offset 4277768. TrackNumber 1, keyframe 0
3725[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3726[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3727[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 5695, dts 5695, duration 21 at relative offset 23130 in cluster at offset 4277768. TrackNumber 2, keyframe 1
3728[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3729[hevc @ 00000187bb052dc0] Output frame with POC 377.
3730[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5718 at offset 4301332 bytes
3731[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 5718, dts 5718, duration 21 at relative offset 10 in cluster at offset 4301332. TrackNumber 2, keyframe 1
3732[matroska @ 00000187bb2b7680] Writing block of size 41766 with pts 14765, dts -110611, duration 42 at relative offset 464 in cluster at offset 4301332. TrackNumber 1, keyframe 0
3733[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3734[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3735[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3736[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 5739, dts 5739, duration 21 at relative offset 42238 in cluster at offset 4301332. TrackNumber 2, keyframe 1
3737[hevc @ 00000187bb107780] Output frame with POC 378.
3738[hevc @ 00000187bb107b80] Decoded frame with POC 370.
3739[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
3740[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5760 at offset 4344021 bytes
3741[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 5760, dts 5760, duration 21 at relative offset 10 in cluster at offset 4344021. TrackNumber 2, keyframe 1
3742[matroska @ 00000187bb2b7680] Writing block of size 22223 with pts 14681, dts -110569, duration 42 at relative offset 438 in cluster at offset 4344021. TrackNumber 1, keyframe 0
3743[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3744[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3745[hevc @ 00000187bb107b80] Output frame with POC 379.
3746[hevc @ 00000187bb108280] Decoded frame with POC 369.
3747[hevc @ 00000187bb108c80] Decoded frame with POC 368.
3748[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5781 at offset 4366697 bytes
3749[matroska @ 00000187bb2b7680] Writing block of size 481 with pts 5781, dts 5781, duration 21 at relative offset 10 in cluster at offset 4366697. TrackNumber 2, keyframe 1
3750[matroska @ 00000187bb2b7680] Writing block of size 19327 with pts 14640, dts -110527, duration 42 at relative offset 498 in cluster at offset 4366697. TrackNumber 1, keyframe 0
3751[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3752[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3753[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 5803, dts 5803, duration 21 at relative offset 19833 in cluster at offset 4366697. TrackNumber 2, keyframe 1
3754[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3755[hevc @ 00000187bb108280] Output frame with POC 380.
3756[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5824 at offset 4386942 bytes
3757[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 5824, dts 5824, duration 21 at relative offset 10 in cluster at offset 4386942. TrackNumber 2, keyframe 1
3758[matroska @ 00000187bb2b7680] Writing block of size 18607 with pts 14723, dts -110485, duration 42 at relative offset 431 in cluster at offset 4386942. TrackNumber 1, keyframe 0
3759[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3760[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3761[hevc @ 00000187bb0b8a80] Decoded frame with POC 374.
3762[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3763[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 5845, dts 5845, duration 21 at relative offset 19046 in cluster at offset 4386942. TrackNumber 2, keyframe 1
3764[hevc @ 00000187bb108c80] Output frame with POC 381.
3765[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
3766[hevc @ 00000187bb0b8280] Decoded frame with POC 372.
3767[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5866 at offset 4406395 bytes
3768[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 5866, dts 5866, duration 21 at relative offset 10 in cluster at offset 4406395. TrackNumber 2, keyframe 1
3769[matroska @ 00000187bb2b7680] Writing block of size 32392 with pts 14932, dts -110444, duration 42 at relative offset 409 in cluster at offset 4406395. TrackNumber 1, keyframe 0
3770[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3771[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3772[hevc @ 00000187bb0b8a80] Output frame with POC 382.
3773[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3774[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 5889, dts 5889, duration 21 at relative offset 32809 in cluster at offset 4406395. TrackNumber 2, keyframe 1
3775[hevc @ 00000187bb0b7680] Decoded frame with POC 371.
3776[hevc @ 00000187bb0ba680] Decoded frame with POC 373.
3777[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
3778[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5910 at offset 4439624 bytes
3779[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 5910, dts 5910, duration 21 at relative offset 10 in cluster at offset 4439624. TrackNumber 2, keyframe 1
3780[matroska @ 00000187bb2b7680] Writing block of size 20437 with pts 14848, dts -110402, duration 42 at relative offset 436 in cluster at offset 4439624. TrackNumber 1, keyframe 0
3781[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3782[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3783[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 5931, dts 5931, duration 21 at relative offset 20881 in cluster at offset 4439624. TrackNumber 2, keyframe 1
3784[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3785[hevc @ 00000187bb0b8280] Output frame with POC 383.
3786[hevc @ 00000187bb0b7280] Decoded frame with POC 378.
3787[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5952 at offset 4460951 bytes
3788[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 5952, dts 5952, duration 21 at relative offset 10 in cluster at offset 4460951. TrackNumber 2, keyframe 1
3789[matroska @ 00000187bb2b7680] Writing block of size 19791 with pts 14806, dts -110360, duration 42 at relative offset 433 in cluster at offset 4460951. TrackNumber 1, keyframe 0
3790[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3791[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3792[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3793[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 5974, dts 5974, duration 21 at relative offset 20232 in cluster at offset 4460951. TrackNumber 2, keyframe 1
3794[hevc @ 00000187bb0b7680] Output frame with POC 384.
3795[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
3796[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 5995 at offset 4481623 bytes
3797[matroska @ 00000187bb2b7680] Writing block of size 462 with pts 5995, dts 5995, duration 21 at relative offset 10 in cluster at offset 4481623. TrackNumber 2, keyframe 1
3798[matroska @ 00000187bb2b7680] Writing block of size 18770 with pts 14890, dts -110319, duration 42 at relative offset 479 in cluster at offset 4481623. TrackNumber 1, keyframe 0
3799[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3800[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3801[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 6016, dts 6016, duration 21 at relative offset 19257 in cluster at offset 4481623. TrackNumber 2, keyframe 1
3802[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3803[hevc @ 00000187bb0ba680] Output frame with POC 385.
3804[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
3805[hevc @ 00000187bb0b6e80] Decoded frame with POC 376.
3806[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6037 at offset 4501327 bytes
3807[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 6037, dts 6037, duration 21 at relative offset 10 in cluster at offset 4501327. TrackNumber 2, keyframe 1
3808[matroska @ 00000187bb2b7680] Writing block of size 106652 with pts 15098, dts -110277, duration 42 at relative offset 432 in cluster at offset 4501327. TrackNumber 1, keyframe 0
3809[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3810[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3811[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3812[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 6059, dts 6059, duration 21 at relative offset 107092 in cluster at offset 4501327. TrackNumber 2, keyframe 1
3813[hevc @ 00000187bb0b7280] Output frame with POC 386.
3814[hevc @ 00000187bb10aa80] Decoded frame with POC 375.
3815[hevc @ 00000187bb0529c0] Decoded frame with POC 377.
3816[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6080 at offset 4608839 bytes
3817[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 6080, dts 6080, duration 21 at relative offset 10 in cluster at offset 4608839. TrackNumber 2, keyframe 1
3818[matroska @ 00000187bb2b7680] Writing block of size 1001 with pts 15015, dts -110235, duration 42 at relative offset 433 in cluster at offset 4608839. TrackNumber 1, keyframe 0
3819[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3820[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3821[matroska @ 00000187bb2b7680] Writing block of size 534 with pts 6101, dts 6101, duration 21 at relative offset 1441 in cluster at offset 4608839. TrackNumber 2, keyframe 1
3822[hevc @ 00000187bb0b6e80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
3823[hevc @ 00000187bb0b6e80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
3824[hevc @ 00000187bb0b6e80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
3825[hevc @ 00000187bb0b6e80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
3826[hevc @ 00000187bb0b6e80] Decoding VPS
3827[hevc @ 00000187bb0b6e80] Main 10 profile bitstream
3828[hevc @ 00000187bb0b6e80] Decoding SPS
3829[hevc @ 00000187bb0b6e80] Main 10 profile bitstream
3830[hevc @ 00000187bb0b6e80] Decoding VUI
3831[hevc @ 00000187bb0b6e80] Decoding PPS
3832[hevc @ 00000187bb0b6e80] Output frame with POC 387.
3833[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6122 at offset 4610827 bytes
3834[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 6122, dts 6122, duration 21 at relative offset 10 in cluster at offset 4610827. TrackNumber 2, keyframe 1
3835[matroska @ 00000187bb2b7680] Writing block of size 162 with pts 14973, dts -110193, duration 42 at relative offset 423 in cluster at offset 4610827. TrackNumber 1, keyframe 0
3836[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
3837[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3838[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 6144, dts 6144, duration 21 at relative offset 592 in cluster at offset 4610827. TrackNumber 2, keyframe 1
3839[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3840[hevc @ 00000187bb10aa80] Output frame with POC 388.
3841[hevc @ 00000187bb052dc0] Decoded frame with POC 383.
3842[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
3843[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6165 at offset 4611838 bytes
3844[matroska @ 00000187bb2b7680] Writing block of size 456 with pts 6165, dts 6165, duration 21 at relative offset 10 in cluster at offset 4611838. TrackNumber 2, keyframe 1
3845[matroska @ 00000187bb2b7680] Writing block of size 164 with pts 15057, dts -110152, duration 42 at relative offset 473 in cluster at offset 4611838. TrackNumber 1, keyframe 0
3846[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3847[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3848[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 6186, dts 6186, duration 21 at relative offset 644 in cluster at offset 4611838. TrackNumber 2, keyframe 1
3849[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3850[hevc @ 00000187bb0529c0] Output frame with POC 389.
3851[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
3852[hevc @ 00000187bb107780] Decoded frame with POC 381.
3853[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6207 at offset 4612932 bytes
3854[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3855[matroska @ 00000187bb2b7680] Writing block of size 468 with pts 6207, dts 6207, duration 21 at relative offset 10 in cluster at offset 4612932. TrackNumber 2, keyframe 1
3856[matroska @ 00000187bb2b7680] Writing block of size 47583 with pts 15265, dts -110110, duration 42 at relative offset 485 in cluster at offset 4612932. TrackNumber 1, keyframe 0
3857[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3858[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3859[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 6229, dts 6229, duration 21 at relative offset 48076 in cluster at offset 4612932. TrackNumber 2, keyframe 1
3860[hevc @ 00000187bb052dc0] Output frame with POC 390.
3861[hevc @ 00000187bb107b80] Decoded frame with POC 379.
3862[hevc @ 00000187bb108280] Decoded frame with POC 380.
3863[hevc @ 00000187bb108c80] Decoded frame with POC 382.
3864[hevc @ 00000187bb0b8a80] Decoded frame with POC 388.
3865[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6250 at offset 4661451 bytes
3866[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3867[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 6250, dts 6250, duration 21 at relative offset 10 in cluster at offset 4661451. TrackNumber 2, keyframe 1
3868[matroska @ 00000187bb2b7680] Writing block of size 10181 with pts 15182, dts -110068, duration 42 at relative offset 425 in cluster at offset 4661451. TrackNumber 1, keyframe 0
3869[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3870[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3871[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 6271, dts 6271, duration 21 at relative offset 10613 in cluster at offset 4661451. TrackNumber 2, keyframe 1
3872[hevc @ 00000187bb107780] Output frame with POC 391.
3873[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
3874[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6292 at offset 4672491 bytes
3875[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 6292, dts 6292, duration 21 at relative offset 10 in cluster at offset 4672491. TrackNumber 2, keyframe 1
3876[matroska @ 00000187bb2b7680] Writing block of size 875 with pts 15140, dts -110027, duration 42 at relative offset 465 in cluster at offset 4672491. TrackNumber 1, keyframe 0
3877[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3878[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3879[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 6315, dts 6315, duration 21 at relative offset 1347 in cluster at offset 4672491. TrackNumber 2, keyframe 1
3880[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3881[hevc @ 00000187bb107b80] Output frame with POC 392.
3882[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
3883[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6336 at offset 4674258 bytes
3884[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 6336, dts 6336, duration 21 at relative offset 10 in cluster at offset 4674258. TrackNumber 2, keyframe 1
3885[matroska @ 00000187bb2b7680] Writing block of size 866 with pts 15224, dts -109985, duration 42 at relative offset 448 in cluster at offset 4674258. TrackNumber 1, keyframe 0
3886[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3887[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3888[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 6357, dts 6357, duration 21 at relative offset 1321 in cluster at offset 4674258. TrackNumber 2, keyframe 1
3889[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3890[hevc @ 00000187bb108280] Output frame with POC 393.
3891[hevc @ 00000187bb0b8280] Decoded frame with POC 386.
3892[hevc @ 00000187bb0b7280] Decoded frame with POC 387.
3893[hevc @ 00000187bb0b7680] Decoded frame with POC 384.
3894[hevc @ 00000187bb0ba680] Decoded frame with POC 385.
3895[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6378 at offset 4676017 bytes
3896[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 6378, dts 6378, duration 21 at relative offset 10 in cluster at offset 4676017. TrackNumber 2, keyframe 1
3897[matroska @ 00000187bb2b7680] Writing block of size 49152 with pts 15432, dts -109943, duration 42 at relative offset 421 in cluster at offset 4676017. TrackNumber 1, keyframe 0
3898[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3899[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3900[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 6400, dts 6400, duration 21 at relative offset 49581 in cluster at offset 4676017. TrackNumber 2, keyframe 1
3901[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3902[hevc @ 00000187bb108c80] Output frame with POC 394.
3903[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3904[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6421 at offset 4726007 bytes
3905[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 6421, dts 6421, duration 21 at relative offset 10 in cluster at offset 4726007. TrackNumber 2, keyframe 1
3906[matroska @ 00000187bb2b7680] Writing block of size 23264 with pts 15349, dts -109901, duration 42 at relative offset 411 in cluster at offset 4726007. TrackNumber 1, keyframe 0
3907[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3908[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3909[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 6442, dts 6442, duration 21 at relative offset 23683 in cluster at offset 4726007. TrackNumber 2, keyframe 1
3910[hevc @ 00000187bb0b8a80] Output frame with POC 395.
3911[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
3912[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6463 at offset 4750129 bytes
3913[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 6463, dts 6463, duration 21 at relative offset 10 in cluster at offset 4750129. TrackNumber 2, keyframe 1
3914[matroska @ 00000187bb2b7680] Writing block of size 343 with pts 15307, dts -109860, duration 42 at relative offset 445 in cluster at offset 4750129. TrackNumber 1, keyframe 0
3915[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3916[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3917[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 6486, dts 6486, duration 21 at relative offset 795 in cluster at offset 4750129. TrackNumber 2, keyframe 1
3918[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3919[hevc @ 00000187bb0b8280] Output frame with POC 396.
3920[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6507 at offset 4751355 bytes
3921[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 6507, dts 6507, duration 21 at relative offset 10 in cluster at offset 4751355. TrackNumber 2, keyframe 1
3922[matroska @ 00000187bb2b7680] Writing block of size 1841 with pts 15390, dts -109818, duration 42 at relative offset 444 in cluster at offset 4751355. TrackNumber 1, keyframe 0
3923[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3924[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3925[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 6528, dts 6528, duration 21 at relative offset 2292 in cluster at offset 4751355. TrackNumber 2, keyframe 1
3926[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3927[hevc @ 00000187bb0b7680] Output frame with POC 397.
3928[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6549 at offset 4754081 bytes
3929[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 6549, dts 6549, duration 21 at relative offset 10 in cluster at offset 4754081. TrackNumber 2, keyframe 1
3930[matroska @ 00000187bb2b7680] Writing block of size 36072 with pts 15599, dts -109776, duration 42 at relative offset 445 in cluster at offset 4754081. TrackNumber 1, keyframe 0
3931[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3932[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3933[matroska @ 00000187bb2b7680] Writing block of size 501 with pts 6571, dts 6571, duration 21 at relative offset 36525 in cluster at offset 4754081. TrackNumber 2, keyframe 1
3934[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3935[hevc @ 00000187bb0ba680] Output frame with POC 398.
3936[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
3937[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6592 at offset 4791121 bytes
3938[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 6592, dts 6592, duration 21 at relative offset 10 in cluster at offset 4791121. TrackNumber 2, keyframe 1
3939[matroska @ 00000187bb2b7680] Writing block of size 8848 with pts 15516, dts -109735, duration 42 at relative offset 432 in cluster at offset 4791121. TrackNumber 1, keyframe 0
3940[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3941[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3942[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3943[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 6613, dts 6613, duration 21 at relative offset 9287 in cluster at offset 4791121. TrackNumber 2, keyframe 1
3944[hevc @ 00000187bb0b7280] Output frame with POC 399.
3945[hevc @ 00000187bb0b6e80] Decoded frame with POC 389.
3946[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
3947[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6634 at offset 4800840 bytes
3948[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 6634, dts 6634, duration 21 at relative offset 10 in cluster at offset 4800840. TrackNumber 2, keyframe 1
3949[matroska @ 00000187bb2b7680] Writing block of size 566 with pts 15474, dts -109693, duration 42 at relative offset 416 in cluster at offset 4800840. TrackNumber 1, keyframe 0
3950[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3951[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3952[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 6656, dts 6656, duration 21 at relative offset 989 in cluster at offset 4800840. TrackNumber 2, keyframe 1
3953[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3954[hevc @ 00000187bb0b6e80] Output frame with POC 400.
3955[hevc @ 00000187bb10aa80] Decoded frame with POC 393.
3956[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6677 at offset 4802272 bytes
3957[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 6677, dts 6677, duration 21 at relative offset 10 in cluster at offset 4802272. TrackNumber 2, keyframe 1
3958[matroska @ 00000187bb2b7680] Writing block of size 936 with pts 15557, dts -109651, duration 42 at relative offset 445 in cluster at offset 4802272. TrackNumber 1, keyframe 0
3959[hevc @ 00000187bb0529c0] Decoded frame with POC 391.
3960[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3961[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3962[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 6698, dts 6698, duration 21 at relative offset 1388 in cluster at offset 4802272. TrackNumber 2, keyframe 1
3963[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3964[hevc @ 00000187bb10aa80] Output frame with POC 401.
3965[hevc @ 00000187bb107780] Decoded frame with POC 392.
3966[hevc @ 00000187bb052dc0] Decoded frame with POC 390.
3967[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6719 at offset 4804097 bytes
3968[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 6719, dts 6719, duration 21 at relative offset 10 in cluster at offset 4804097. TrackNumber 2, keyframe 1
3969[matroska @ 00000187bb2b7680] Writing block of size 39077 with pts 15766, dts -109610, duration 42 at relative offset 491 in cluster at offset 4804097. TrackNumber 1, keyframe 0
3970[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3971[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3972[hevc @ 00000187bb0529c0] Output frame with POC 402.
3973[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
3974[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6741 at offset 4843680 bytes
3975[matroska @ 00000187bb2b7680] Writing block of size 462 with pts 6741, dts 6741, duration 21 at relative offset 10 in cluster at offset 4843680. TrackNumber 2, keyframe 1
3976[matroska @ 00000187bb2b7680] Writing block of size 15056 with pts 15682, dts -109568, duration 42 at relative offset 479 in cluster at offset 4843680. TrackNumber 1, keyframe 0
3977[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3978[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3979[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 6762, dts 6762, duration 21 at relative offset 15542 in cluster at offset 4843680. TrackNumber 2, keyframe 1
3980[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3981[hevc @ 00000187bb052dc0] Output frame with POC 403.
3982[hevc @ 00000187bb107b80] Decoded frame with POC 397.
3983[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6783 at offset 4859645 bytes
3984[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 6783, dts 6783, duration 21 at relative offset 10 in cluster at offset 4859645. TrackNumber 2, keyframe 1
3985[matroska @ 00000187bb2b7680] Writing block of size 1105 with pts 15641, dts -109526, duration 42 at relative offset 422 in cluster at offset 4859645. TrackNumber 1, keyframe 0
3986[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
3987[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3988[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 6804, dts 6804, duration 21 at relative offset 1534 in cluster at offset 4859645. TrackNumber 2, keyframe 1
3989[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
3990[hevc @ 00000187bb107780] Output frame with POC 404.
3991[hevc @ 00000187bb108280] Decoded frame with POC 395.
3992[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6827 at offset 4861614 bytes
3993[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 6827, dts 6827, duration 21 at relative offset 10 in cluster at offset 4861614. TrackNumber 2, keyframe 1
3994[matroska @ 00000187bb2b7680] Writing block of size 202 with pts 15724, dts -109484, duration 42 at relative offset 426 in cluster at offset 4861614. TrackNumber 1, keyframe 0
3995[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3996[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
3997[matroska @ 00000187bb2b7680] Writing block of size 477 with pts 6848, dts 6848, duration 21 at relative offset 635 in cluster at offset 4861614. TrackNumber 2, keyframe 1
3998[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
3999[hevc @ 00000187bb107b80] Output frame with POC 405.
4000[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
4001[hevc @ 00000187bb108c80] Decoded frame with POC 394.
4002[hevc @ 00000187bb0b8a80] Decoded frame with POC 396.
4003[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6869 at offset 4862739 bytes
4004[matroska @ 00000187bb2b7680] Writing block of size 473 with pts 6869, dts 6869, duration 21 at relative offset 10 in cluster at offset 4862739. TrackNumber 2, keyframe 1
4005[matroska @ 00000187bb2b7680] Writing block of size 36737 with pts 15933, dts -109443, duration 42 at relative offset 490 in cluster at offset 4862739. TrackNumber 1, keyframe 0
4006[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4007[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4008[matroska @ 00000187bb2b7680] Writing block of size 454 with pts 6890, dts 6890, duration 21 at relative offset 37235 in cluster at offset 4862739. TrackNumber 2, keyframe 1
4009[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4010[hevc @ 00000187bb108280] Output frame with POC 406.
4011[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
4012[hevc @ 00000187bb0b8280] Decoded frame with POC 399.
4013[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6912 at offset 4900442 bytes
4014[matroska @ 00000187bb2b7680] Writing block of size 461 with pts 6912, dts 6912, duration 21 at relative offset 10 in cluster at offset 4900442. TrackNumber 2, keyframe 1
4015[matroska @ 00000187bb2b7680] Writing block of size 4093 with pts 15849, dts -109401, duration 42 at relative offset 478 in cluster at offset 4900442. TrackNumber 1, keyframe 0
4016[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4017[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4018[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 6933, dts 6933, duration 21 at relative offset 4578 in cluster at offset 4900442. TrackNumber 2, keyframe 1
4019[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4020[hevc @ 00000187bb108c80] Output frame with POC 407.
4021[hevc @ 00000187bb0b7680] Decoded frame with POC 398.
4022[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6954 at offset 4905440 bytes
4023[matroska @ 00000187bb2b7680] Writing block of size 449 with pts 6954, dts 6954, duration 21 at relative offset 10 in cluster at offset 4905440. TrackNumber 2, keyframe 1
4024[matroska @ 00000187bb2b7680] Writing block of size 548 with pts 15807, dts -109359, duration 42 at relative offset 466 in cluster at offset 4905440. TrackNumber 1, keyframe 0
4025[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4026[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4027[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 6975, dts 6975, duration 21 at relative offset 1021 in cluster at offset 4905440. TrackNumber 2, keyframe 1
4028[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4029[hevc @ 00000187bb0b8a80] Output frame with POC 408.
4030[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
4031[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 6998 at offset 4906873 bytes
4032[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 6998, dts 6998, duration 21 at relative offset 10 in cluster at offset 4906873. TrackNumber 2, keyframe 1
4033[matroska @ 00000187bb2b7680] Writing block of size 514 with pts 15891, dts -109318, duration 42 at relative offset 437 in cluster at offset 4906873. TrackNumber 1, keyframe 0
4034[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4035[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4036[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 7019, dts 7019, duration 21 at relative offset 958 in cluster at offset 4906873. TrackNumber 2, keyframe 1
4037[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4038[hevc @ 00000187bb0b8280] Output frame with POC 409.
4039[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
4040[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7040 at offset 4908292 bytes
4041[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 7040, dts 7040, duration 21 at relative offset 10 in cluster at offset 4908292. TrackNumber 2, keyframe 1
4042[matroska @ 00000187bb2b7680] Writing block of size 27719 with pts 16099, dts -109276, duration 42 at relative offset 464 in cluster at offset 4908292. TrackNumber 1, keyframe 0
4043[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4044[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4045[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 7061, dts 7061, duration 21 at relative offset 28191 in cluster at offset 4908292. TrackNumber 2, keyframe 1
4046[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4047[hevc @ 00000187bb0b7680] Output frame with POC 410.
4048[hevc @ 00000187bb0ba680] Decoded frame with POC 404.
4049[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7083 at offset 4936952 bytes
4050[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 7083, dts 7083, duration 21 at relative offset 10 in cluster at offset 4936952. TrackNumber 2, keyframe 1
4051[matroska @ 00000187bb2b7680] Writing block of size 6115 with pts 16016, dts -109234, duration 42 at relative offset 426 in cluster at offset 4936952. TrackNumber 1, keyframe 0
4052[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4053[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4054[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 7104, dts 7104, duration 21 at relative offset 6548 in cluster at offset 4936952. TrackNumber 2, keyframe 1
4055[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4056[hevc @ 00000187bb0ba680] Output frame with POC 411.
4057[hevc @ 00000187bb0b7280] Decoded frame with POC 402.
4058[hevc @ 00000187bb10aa80] Decoded frame with POC 401.
4059[hevc @ 00000187bb0b6e80] Decoded frame with POC 400.
4060[hevc @ 00000187bb0529c0] Decoded frame with POC 403.
4061[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7125 at offset 4943925 bytes
4062[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 7125, dts 7125, duration 21 at relative offset 10 in cluster at offset 4943925. TrackNumber 2, keyframe 1
4063[matroska @ 00000187bb2b7680] Writing block of size 814 with pts 15974, dts -109192, duration 42 at relative offset 444 in cluster at offset 4943925. TrackNumber 1, keyframe 0
4064[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4065[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4066[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 7146, dts 7146, duration 21 at relative offset 1265 in cluster at offset 4943925. TrackNumber 2, keyframe 1
4067[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4068[hevc @ 00000187bb0b7280] Output frame with POC 412.
4069[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
4070[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7168 at offset 4945618 bytes
4071[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 7168, dts 7168, duration 21 at relative offset 10 in cluster at offset 4945618. TrackNumber 2, keyframe 1
4072[matroska @ 00000187bb2b7680] Writing block of size 222 with pts 16058, dts -109151, duration 42 at relative offset 423 in cluster at offset 4945618. TrackNumber 1, keyframe 0
4073[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4074[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4075[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 7189, dts 7189, duration 21 at relative offset 652 in cluster at offset 4945618. TrackNumber 2, keyframe 1
4076[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4077[hevc @ 00000187bb0b6e80] Output frame with POC 413.
4078[hevc @ 00000187bb052dc0] Decoded frame with POC 410.
4079[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
4080[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7210 at offset 4946683 bytes
4081[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 7210, dts 7210, duration 21 at relative offset 10 in cluster at offset 4946683. TrackNumber 2, keyframe 1
4082[matroska @ 00000187bb2b7680] Writing block of size 160036 with pts 16266, dts -109109, duration 42 at relative offset 425 in cluster at offset 4946683. TrackNumber 1, keyframe 0
4083[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4084[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4085[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 7231, dts 7231, duration 21 at relative offset 160469 in cluster at offset 4946683. TrackNumber 2, keyframe 1
4086[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4087[hevc @ 00000187bb10aa80] Output frame with POC 414.
4088[hevc @ 00000187bb107780] Decoded frame with POC 407.
4089[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4090[hevc @ 00000187bb0529c0] Output frame with POC 415.
4091[hevc @ 00000187bb108280] Decoded frame with POC 406.
4092[hevc @ 00000187bb107b80] Decoded frame with POC 405.
4093[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7253 at offset 5107603 bytes
4094[matroska @ 00000187bb2b7680] Writing block of size 450 with pts 7253, dts 7253, duration 21 at relative offset 10 in cluster at offset 5107603. TrackNumber 2, keyframe 1
4095[matroska @ 00000187bb2b7680] Writing block of size 5670 with pts 16183, dts -109067, duration 42 at relative offset 467 in cluster at offset 5107603. TrackNumber 1, keyframe 0
4096[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4097[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4098[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 7274, dts 7274, duration 21 at relative offset 6144 in cluster at offset 5107603. TrackNumber 2, keyframe 1
4099[hevc @ 00000187bb108c80] Decoded frame with POC 408.
4100[hevc @ 00000187bb0b8a80] Decoded frame with POC 409.
4101[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
4102[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7295 at offset 5114187 bytes
4103[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 7295, dts 7295, duration 21 at relative offset 10 in cluster at offset 5114187. TrackNumber 2, keyframe 1
4104[matroska @ 00000187bb2b7680] Writing block of size 166 with pts 16141, dts -109026, duration 42 at relative offset 457 in cluster at offset 5114187. TrackNumber 1, keyframe 0
4105[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4106[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4107[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 7316, dts 7316, duration 21 at relative offset 630 in cluster at offset 5114187. TrackNumber 2, keyframe 1
4108[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4109[hevc @ 00000187bb052dc0] Output frame with POC 416.
4110[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
4111[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7339 at offset 5115238 bytes
4112[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 7339, dts 7339, duration 21 at relative offset 10 in cluster at offset 5115238. TrackNumber 2, keyframe 1
4113[matroska @ 00000187bb2b7680] Writing block of size 8370 with pts 16225, dts -108984, duration 42 at relative offset 440 in cluster at offset 5115238. TrackNumber 1, keyframe 0
4114[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4115[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4116[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 7360, dts 7360, duration 21 at relative offset 8817 in cluster at offset 5115238. TrackNumber 2, keyframe 1
4117[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4118[hevc @ 00000187bb107780] Output frame with POC 417.
4119[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7381 at offset 5124485 bytes
4120[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 7381, dts 7381, duration 21 at relative offset 10 in cluster at offset 5124485. TrackNumber 2, keyframe 1
4121[matroska @ 00000187bb2b7680] Writing block of size 35541 with pts 16433, dts -108942, duration 42 at relative offset 446 in cluster at offset 5124485. TrackNumber 1, keyframe 0
4122[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4123[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4124[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 7402, dts 7402, duration 21 at relative offset 35995 in cluster at offset 5124485. TrackNumber 2, keyframe 1
4125[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4126[hevc @ 00000187bb0b8280] Decoded frame with POC 415.
4127[hevc @ 00000187bb107b80] Output frame with POC 418.
4128[hevc @ 00000187bb0b7680] Decoded frame with POC 413.
4129[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7424 at offset 5160908 bytes
4130[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 7424, dts 7424, duration 21 at relative offset 10 in cluster at offset 5160908. TrackNumber 2, keyframe 1
4131[matroska @ 00000187bb2b7680] Writing block of size 8450 with pts 16350, dts -108900, duration 42 at relative offset 422 in cluster at offset 5160908. TrackNumber 1, keyframe 0
4132[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4133[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4134[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4135[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 7445, dts 7445, duration 21 at relative offset 8879 in cluster at offset 5160908. TrackNumber 2, keyframe 1
4136[hevc @ 00000187bb108280] Output frame with POC 419.
4137[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
4138[hevc @ 00000187bb0b6e80] Decoded frame with POC 414.
4139[hevc @ 00000187bb0b7280] Decoded frame with POC 412.
4140[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7466 at offset 5170226 bytes
4141[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 7466, dts 7466, duration 21 at relative offset 10 in cluster at offset 5170226. TrackNumber 2, keyframe 1
4142[matroska @ 00000187bb2b7680] Writing block of size 367 with pts 16308, dts -108859, duration 42 at relative offset 442 in cluster at offset 5170226. TrackNumber 1, keyframe 0
4143[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4144[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4145[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 7487, dts 7487, duration 21 at relative offset 816 in cluster at offset 5170226. TrackNumber 2, keyframe 1
4146[hevc @ 00000187bb0ba680] Decoded frame with POC 411.
4147[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4148[hevc @ 00000187bb108c80] Output frame with POC 420.
4149[hevc @ 00000187bb10aa80] Decoded frame with POC 422.
4150[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7509 at offset 5171463 bytes
4151[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 7509, dts 7509, duration 21 at relative offset 10 in cluster at offset 5171463. TrackNumber 2, keyframe 1
4152[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 16391, dts -108817, duration 42 at relative offset 437 in cluster at offset 5171463. TrackNumber 1, keyframe 0
4153[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4154[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4155[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 7530, dts 7530, duration 21 at relative offset 834 in cluster at offset 5171463. TrackNumber 2, keyframe 1
4156[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4157[hevc @ 00000187bb0b8a80] Output frame with POC 421.
4158[hevc @ 00000187bb0529c0] Decoded frame with POC 419.
4159[hevc @ 00000187bb108280] Decoded frame with POC 420.
4160[hevc @ 00000187bb107b80] Decoded frame with POC 418.
4161[hevc @ 00000187bb052dc0] Decoded frame with POC 416.
4162[hevc @ 00000187bb107780] Decoded frame with POC 417.
4163[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7551 at offset 5172755 bytes
4164[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 7551, dts 7551, duration 21 at relative offset 10 in cluster at offset 5172755. TrackNumber 2, keyframe 1
4165[matroska @ 00000187bb2b7680] Writing block of size 35729 with pts 16600, dts -108775, duration 42 at relative offset 472 in cluster at offset 5172755. TrackNumber 1, keyframe 0
4166[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4167[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4168[hevc @ 00000187bb0b8280] Output frame with POC 422.
4169[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
4170[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7572 at offset 5208971 bytes
4171[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 7572, dts 7572, duration 21 at relative offset 10 in cluster at offset 5208971. TrackNumber 2, keyframe 1
4172[matroska @ 00000187bb2b7680] Writing block of size 7011 with pts 16517, dts -108734, duration 42 at relative offset 430 in cluster at offset 5208971. TrackNumber 1, keyframe 0
4173[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4174[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4175[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 7594, dts 7594, duration 21 at relative offset 7448 in cluster at offset 5208971. TrackNumber 2, keyframe 1
4176[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
4177[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 7615, dts 7615, duration 21 at relative offset 7875 in cluster at offset 5208971. TrackNumber 2, keyframe 1
4178[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4179[hevc @ 00000187bb0b7680] Output frame with POC 423.
4180[hevc @ 00000187bb108c80] Decoded frame with POC 421.
4181[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
4182[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7636 at offset 5217273 bytes
4183[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 7636, dts 7636, duration 21 at relative offset 10 in cluster at offset 5217273. TrackNumber 2, keyframe 1
4184[matroska @ 00000187bb2b7680] Writing block of size 537 with pts 16475, dts -108692, duration 42 at relative offset 428 in cluster at offset 5217273. TrackNumber 1, keyframe 0
4185[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4186[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4187[hevc @ 00000187bb0ba680] Output frame with POC 424.
4188[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7657 at offset 5218251 bytes
4189[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 7657, dts 7657, duration 21 at relative offset 10 in cluster at offset 5218251. TrackNumber 2, keyframe 1
4190[matroska @ 00000187bb2b7680] Writing block of size 489 with pts 16558, dts -108650, duration 42 at relative offset 435 in cluster at offset 5218251. TrackNumber 1, keyframe 0
4191[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4192[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4193[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 7680, dts 7680, duration 21 at relative offset 931 in cluster at offset 5218251. TrackNumber 2, keyframe 1
4194[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4195[hevc @ 00000187bb0b7280] Output frame with POC 425.
4196[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7701 at offset 5219618 bytes
4197[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 7701, dts 7701, duration 21 at relative offset 10 in cluster at offset 5219618. TrackNumber 2, keyframe 1
4198[matroska @ 00000187bb2b7680] Writing block of size 34439 with pts 16767, dts -108609, duration 42 at relative offset 468 in cluster at offset 5219618. TrackNumber 1, keyframe 0
4199[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4200[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4201[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 7722, dts 7722, duration 21 at relative offset 34915 in cluster at offset 5219618. TrackNumber 2, keyframe 1
4202[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4203[hevc @ 00000187bb0b6e80] Output frame with POC 426.
4204[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
4205[hevc @ 00000187bb0b8a80] Decoded frame with POC 426.
4206[hevc @ 00000187bb0b8280] Decoded frame with POC 424.
4207[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4208[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7743 at offset 5254946 bytes
4209[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 7743, dts 7743, duration 21 at relative offset 10 in cluster at offset 5254946. TrackNumber 2, keyframe 1
4210[matroska @ 00000187bb2b7680] Writing block of size 230 with pts 16683, dts -108567, duration 42 at relative offset 437 in cluster at offset 5254946. TrackNumber 1, keyframe 0
4211[hevc @ 00000187bb10aa80] Output frame with POC 427.
4212[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4213[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4214[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 7765, dts 7765, duration 21 at relative offset 674 in cluster at offset 5254946. TrackNumber 2, keyframe 1
4215[hevc @ 00000187bb0b7680] Decoded frame with POC 423.
4216[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7786 at offset 5256042 bytes
4217[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 7786, dts 7786, duration 21 at relative offset 10 in cluster at offset 5256042. TrackNumber 2, keyframe 1
4218[matroska @ 00000187bb2b7680] Writing block of size 361 with pts 16642, dts -108525, duration 42 at relative offset 429 in cluster at offset 5256042. TrackNumber 1, keyframe 0
4219[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4220[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4221[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 7807, dts 7807, duration 21 at relative offset 797 in cluster at offset 5256042. TrackNumber 2, keyframe 1
4222[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4223[hevc @ 00000187bb0529c0] Output frame with POC 428.
4224[hevc @ 00000187bb0ba680] Decoded frame with POC 425.
4225[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7828 at offset 5257267 bytes
4226[matroska @ 00000187bb2b7680] Writing block of size 523 with pts 7828, dts 7828, duration 21 at relative offset 10 in cluster at offset 5257267. TrackNumber 2, keyframe 1
4227[matroska @ 00000187bb2b7680] Writing block of size 98 with pts 16725, dts -108483, duration 42 at relative offset 540 in cluster at offset 5257267. TrackNumber 1, keyframe 0
4228[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4229[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4230[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 7851, dts 7851, duration 21 at relative offset 644 in cluster at offset 5257267. TrackNumber 2, keyframe 1
4231[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4232[hevc @ 00000187bb052dc0] Output frame with POC 429.
4233[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
4234[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7872 at offset 5258318 bytes
4235[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 7872, dts 7872, duration 21 at relative offset 10 in cluster at offset 5258318. TrackNumber 2, keyframe 1
4236[matroska @ 00000187bb2b7680] Writing block of size 25855 with pts 16934, dts -108442, duration 42 at relative offset 414 in cluster at offset 5258318. TrackNumber 1, keyframe 0
4237[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4238[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4239[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 7893, dts 7893, duration 21 at relative offset 26277 in cluster at offset 5258318. TrackNumber 2, keyframe 1
4240[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4241[hevc @ 00000187bb107780] Output frame with POC 430.
4242[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
4243[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7914 at offset 5285001 bytes
4244[matroska @ 00000187bb2b7680] Writing block of size 463 with pts 7914, dts 7914, duration 21 at relative offset 10 in cluster at offset 5285001. TrackNumber 2, keyframe 1
4245[matroska @ 00000187bb2b7680] Writing block of size 5966 with pts 16850, dts -108400, duration 42 at relative offset 480 in cluster at offset 5285001. TrackNumber 1, keyframe 0
4246[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4247[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4248[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4249[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 7936, dts 7936, duration 21 at relative offset 6453 in cluster at offset 5285001. TrackNumber 2, keyframe 1
4250[hevc @ 00000187bb107b80] Output frame with POC 431.
4251[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7957 at offset 5291880 bytes
4252[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 7957, dts 7957, duration 21 at relative offset 10 in cluster at offset 5291880. TrackNumber 2, keyframe 1
4253[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 16808, dts -108358, duration 42 at relative offset 414 in cluster at offset 5291880. TrackNumber 1, keyframe 0
4254[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4255[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4256[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 7978, dts 7978, duration 21 at relative offset 879 in cluster at offset 5291880. TrackNumber 2, keyframe 1
4257[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4258[hevc @ 00000187bb108280] Output frame with POC 432.
4259[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
4260[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 7999 at offset 5293173 bytes
4261[matroska @ 00000187bb2b7680] Writing block of size 525 with pts 7999, dts 7999, duration 21 at relative offset 10 in cluster at offset 5293173. TrackNumber 2, keyframe 1
4262[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 16892, dts -108317, duration 42 at relative offset 542 in cluster at offset 5293173. TrackNumber 1, keyframe 0
4263[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4264[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4265[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 8021, dts 8021, duration 21 at relative offset 960 in cluster at offset 5293173. TrackNumber 2, keyframe 1
4266[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4267[hevc @ 00000187bb108c80] Output frame with POC 433.
4268[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
4269[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8042 at offset 5294539 bytes
4270[matroska @ 00000187bb2b7680] Writing block of size 466 with pts 8042, dts 8042, duration 21 at relative offset 10 in cluster at offset 5294539. TrackNumber 2, keyframe 1
4271[matroska @ 00000187bb2b7680] Writing block of size 12500 with pts 17100, dts -108275, duration 42 at relative offset 483 in cluster at offset 5294539. TrackNumber 1, keyframe 0
4272[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4273[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4274[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 8063, dts 8063, duration 21 at relative offset 12990 in cluster at offset 5294539. TrackNumber 2, keyframe 1
4275[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4276[hevc @ 00000187bb0b8a80] Output frame with POC 434.
4277[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8084 at offset 5307938 bytes
4278[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 8084, dts 8084, duration 21 at relative offset 10 in cluster at offset 5307938. TrackNumber 2, keyframe 1
4279[matroska @ 00000187bb2b7680] Writing block of size 298 with pts 17017, dts -108233, duration 42 at relative offset 422 in cluster at offset 5307938. TrackNumber 1, keyframe 0
4280[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4281[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4282[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 8106, dts 8106, duration 21 at relative offset 727 in cluster at offset 5307938. TrackNumber 2, keyframe 1
4283[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4284[hevc @ 00000187bb0b8280] Output frame with POC 435.
4285[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8127 at offset 5309068 bytes
4286[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 8127, dts 8127, duration 21 at relative offset 10 in cluster at offset 5309068. TrackNumber 2, keyframe 1
4287[matroska @ 00000187bb2b7680] Writing block of size 247 with pts 16975, dts -108191, duration 42 at relative offset 414 in cluster at offset 5309068. TrackNumber 1, keyframe 0
4288[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4289[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4290[matroska @ 00000187bb2b7680] Writing block of size 494 with pts 8148, dts 8148, duration 21 at relative offset 668 in cluster at offset 5309068. TrackNumber 2, keyframe 1
4291[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4292[hevc @ 00000187bb0b7680] Output frame with POC 436.
4293[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
4294[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8169 at offset 5310243 bytes
4295[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 8169, dts 8169, duration 21 at relative offset 10 in cluster at offset 5310243. TrackNumber 2, keyframe 1
4296[matroska @ 00000187bb2b7680] Writing block of size 254 with pts 17059, dts -108150, duration 42 at relative offset 440 in cluster at offset 5310243. TrackNumber 1, keyframe 0
4297[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4298[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4299[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 8192, dts 8192, duration 21 at relative offset 701 in cluster at offset 5310243. TrackNumber 2, keyframe 1
4300[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4301[hevc @ 00000187bb0ba680] Output frame with POC 437.
4302[hevc @ 00000187bb0b7280] Decoded frame with POC 434.
4303[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
4304[hevc @ 00000187bb0b6e80] Decoded frame with POC 430.
4305[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8213 at offset 5311352 bytes
4306[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 8213, dts 8213, duration 21 at relative offset 10 in cluster at offset 5311352. TrackNumber 2, keyframe 1
4307[matroska @ 00000187bb2b7680] Writing block of size 17891 with pts 17267, dts -108108, duration 42 at relative offset 407 in cluster at offset 5311352. TrackNumber 1, keyframe 0
4308[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4309[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4310[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 8234, dts 8234, duration 21 at relative offset 18306 in cluster at offset 5311352. TrackNumber 2, keyframe 1
4311[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4312[hevc @ 00000187bb0b7280] Output frame with POC 438.
4313[hevc @ 00000187bb107780] Decoded frame with POC 431.
4314[hevc @ 00000187bb10aa80] Decoded frame with POC 427.
4315[hevc @ 00000187bb0529c0] Decoded frame with POC 428.
4316[hevc @ 00000187bb052dc0] Decoded frame with POC 429.
4317[hevc @ 00000187bb107b80] Decoded frame with POC 432.
4318[hevc @ 00000187bb108280] Decoded frame with POC 433.
4319[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8255 at offset 5330067 bytes
4320[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 8255, dts 8255, duration 21 at relative offset 10 in cluster at offset 5330067. TrackNumber 2, keyframe 1
4321[matroska @ 00000187bb2b7680] Writing block of size 4318 with pts 17184, dts -108066, duration 42 at relative offset 410 in cluster at offset 5330067. TrackNumber 1, keyframe 0
4322[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4323[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4324[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 8277, dts 8277, duration 21 at relative offset 4735 in cluster at offset 5330067. TrackNumber 2, keyframe 1
4325[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4326[hevc @ 00000187bb0b6e80] Output frame with POC 439.
4327[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
4328[hevc @ 00000187bb108c80] Decoded frame with POC 442.
4329[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8298 at offset 5335220 bytes
4330[matroska @ 00000187bb2b7680] Writing block of size 521 with pts 8298, dts 8298, duration 21 at relative offset 10 in cluster at offset 5335220. TrackNumber 2, keyframe 1
4331[matroska @ 00000187bb2b7680] Writing block of size 1086 with pts 17142, dts -108025, duration 42 at relative offset 538 in cluster at offset 5335220. TrackNumber 1, keyframe 0
4332[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4333[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4334[matroska @ 00000187bb2b7680] Writing block of size 479 with pts 8319, dts 8319, duration 21 at relative offset 1631 in cluster at offset 5335220. TrackNumber 2, keyframe 1
4335[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4336[hevc @ 00000187bb10aa80] Output frame with POC 440.
4337[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
4338[hevc @ 00000187bb0b8a80] Decoded frame with POC 438.
4339[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8340 at offset 5337343 bytes
4340[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 8340, dts 8340, duration 21 at relative offset 10 in cluster at offset 5337343. TrackNumber 2, keyframe 1
4341[matroska @ 00000187bb2b7680] Writing block of size 179 with pts 17226, dts -107983, duration 42 at relative offset 468 in cluster at offset 5337343. TrackNumber 1, keyframe 0
4342[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4343[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4344[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 8363, dts 8363, duration 21 at relative offset 654 in cluster at offset 5337343. TrackNumber 2, keyframe 1
4345[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4346[hevc @ 00000187bb0b7680] Decoded frame with POC 436.
4347[hevc @ 00000187bb0529c0] Output frame with POC 441.
4348[hevc @ 00000187bb0ba680] Decoded frame with POC 437.
4349[hevc @ 00000187bb0b8280] Decoded frame with POC 435.
4350[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8384 at offset 5338420 bytes
4351[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 8384, dts 8384, duration 21 at relative offset 10 in cluster at offset 5338420. TrackNumber 2, keyframe 1
4352[matroska @ 00000187bb2b7680] Writing block of size 5089 with pts 17434, dts -107941, duration 42 at relative offset 404 in cluster at offset 5338420. TrackNumber 1, keyframe 0
4353[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4354[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4355[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 8405, dts 8405, duration 21 at relative offset 5500 in cluster at offset 5338420. TrackNumber 2, keyframe 1
4356[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4357[hevc @ 00000187bb0b7280] Decoded frame with POC 439.
4358[hevc @ 00000187bb052dc0] Output frame with POC 442.
4359[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8426 at offset 5344373 bytes
4360[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 8426, dts 8426, duration 21 at relative offset 10 in cluster at offset 5344373. TrackNumber 2, keyframe 1
4361[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 17351, dts -107899, duration 42 at relative offset 419 in cluster at offset 5344373. TrackNumber 1, keyframe 0
4362[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4363[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4364[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 8448, dts 8448, duration 21 at relative offset 832 in cluster at offset 5344373. TrackNumber 2, keyframe 1
4365[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4366[hevc @ 00000187bb107780] Output frame with POC 443.
4367[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
4368[hevc @ 00000187bb0b6e80] Decoded frame with POC 440.
4369[hevc @ 00000187bb10aa80] Decoded frame with POC 441.
4370[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8469 at offset 5345644 bytes
4371[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 8469, dts 8469, duration 21 at relative offset 10 in cluster at offset 5345644. TrackNumber 2, keyframe 1
4372[matroska @ 00000187bb2b7680] Writing block of size 207 with pts 17309, dts -107858, duration 42 at relative offset 403 in cluster at offset 5345644. TrackNumber 1, keyframe 0
4373[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4374[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4375[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 8490, dts 8490, duration 21 at relative offset 617 in cluster at offset 5345644. TrackNumber 2, keyframe 1
4376[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4377[hevc @ 00000187bb107b80] Output frame with POC 444.
4378[hevc @ 00000187bb0529c0] Decoded frame with POC 450.
4379[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8511 at offset 5346697 bytes
4380[matroska @ 00000187bb2b7680] Writing block of size 503 with pts 8511, dts 8511, duration 21 at relative offset 10 in cluster at offset 5346697. TrackNumber 2, keyframe 1
4381[matroska @ 00000187bb2b7680] Writing block of size 107 with pts 17392, dts -107816, duration 42 at relative offset 520 in cluster at offset 5346697. TrackNumber 1, keyframe 0
4382[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4383[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4384[hevc @ 00000187bb108280] Output frame with POC 445.
4385[hevc @ 00000187bb052dc0] Decoded frame with POC 446.
4386[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8534 at offset 5347336 bytes
4387[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 8534, dts 8534, duration 21 at relative offset 10 in cluster at offset 5347336. TrackNumber 2, keyframe 1
4388[matroska @ 00000187bb2b7680] Writing block of size 4136 with pts 17601, dts -107774, duration 42 at relative offset 412 in cluster at offset 5347336. TrackNumber 1, keyframe 0
4389[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4390[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4391[matroska @ 00000187bb2b7680] Writing block of size 510 with pts 8555, dts 8555, duration 21 at relative offset 4555 in cluster at offset 5347336. TrackNumber 2, keyframe 1
4392[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4393[hevc @ 00000187bb108c80] Output frame with POC 446.
4394[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
4395[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8576 at offset 5352414 bytes
4396[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 8576, dts 8576, duration 21 at relative offset 10 in cluster at offset 5352414. TrackNumber 2, keyframe 1
4397[matroska @ 00000187bb2b7680] Writing block of size 167 with pts 17518, dts -107733, duration 42 at relative offset 445 in cluster at offset 5352414. TrackNumber 1, keyframe 0
4398[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4399[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4400[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4401[matroska @ 00000187bb2b7680] Writing block of size 381 with pts 8597, dts 8597, duration 21 at relative offset 619 in cluster at offset 5352414. TrackNumber 2, keyframe 1
4402[hevc @ 00000187bb0b8a80] Output frame with POC 447.
4403[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
4404[hevc @ 00000187bb107780] Decoded frame with POC 443.
4405[hevc @ 00000187bb107b80] Decoded frame with POC 444.
4406[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8619 at offset 5353427 bytes
4407[matroska @ 00000187bb2b7680] Writing block of size 484 with pts 8619, dts 8619, duration 21 at relative offset 10 in cluster at offset 5353427. TrackNumber 2, keyframe 1
4408[matroska @ 00000187bb2b7680] Writing block of size 219 with pts 17476, dts -107691, duration 42 at relative offset 501 in cluster at offset 5353427. TrackNumber 1, keyframe 0
4409[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4410[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4411[matroska @ 00000187bb2b7680] Writing block of size 475 with pts 8640, dts 8640, duration 21 at relative offset 727 in cluster at offset 5353427. TrackNumber 2, keyframe 1
4412[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4413[hevc @ 00000187bb0b8280] Output frame with POC 448.
4414[hevc @ 00000187bb108280] Decoded frame with POC 445.
4415[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8661 at offset 5354642 bytes
4416[matroska @ 00000187bb2b7680] Writing block of size 380 with pts 8661, dts 8661, duration 21 at relative offset 10 in cluster at offset 5354642. TrackNumber 2, keyframe 1
4417[matroska @ 00000187bb2b7680] Writing block of size 107 with pts 17559, dts -107649, duration 42 at relative offset 397 in cluster at offset 5354642. TrackNumber 1, keyframe 0
4418[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4419[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4420[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 8682, dts 8682, duration 21 at relative offset 510 in cluster at offset 5354642. TrackNumber 2, keyframe 1
4421[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4422[hevc @ 00000187bb0b7680] Output frame with POC 449.
4423[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8704 at offset 5355565 bytes
4424[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 8704, dts 8704, duration 21 at relative offset 10 in cluster at offset 5355565. TrackNumber 2, keyframe 1
4425[matroska @ 00000187bb2b7680] Writing block of size 2730 with pts 17768, dts -107608, duration 42 at relative offset 470 in cluster at offset 5355565. TrackNumber 1, keyframe 0
4426[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4427[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4428[matroska @ 00000187bb2b7680] Writing block of size 467 with pts 8725, dts 8725, duration 21 at relative offset 3207 in cluster at offset 5355565. TrackNumber 2, keyframe 1
4429[hevc @ 00000187bb108c80] Decoded frame with POC 447.
4430[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4431[hevc @ 00000187bb0ba680] Output frame with POC 450.
4432[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
4433[hevc @ 00000187bb0b8a80] Decoded frame with POC 448.
4434[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8746 at offset 5359252 bytes
4435[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 8746, dts 8746, duration 21 at relative offset 10 in cluster at offset 5359252. TrackNumber 2, keyframe 1
4436[matroska @ 00000187bb2b7680] Writing block of size 256 with pts 17684, dts -107566, duration 42 at relative offset 413 in cluster at offset 5359252. TrackNumber 1, keyframe 0
4437[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4438[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4439[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 8767, dts 8767, duration 21 at relative offset 676 in cluster at offset 5359252. TrackNumber 2, keyframe 1
4440[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4441[hevc @ 00000187bb0b7280] Output frame with POC 451.
4442[hevc @ 00000187bb0b8280] Decoded frame with POC 449.
4443[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8789 at offset 5360399 bytes
4444[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 8789, dts 8789, duration 21 at relative offset 10 in cluster at offset 5360399. TrackNumber 2, keyframe 1
4445[matroska @ 00000187bb2b7680] Writing block of size 215 with pts 17643, dts -107524, duration 42 at relative offset 457 in cluster at offset 5360399. TrackNumber 1, keyframe 0
4446[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4447[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4448[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 8810, dts 8810, duration 21 at relative offset 679 in cluster at offset 5360399. TrackNumber 2, keyframe 1
4449[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4450[hevc @ 00000187bb0b6e80] Output frame with POC 452.
4451[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8831 at offset 5361496 bytes
4452[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 8831, dts 8831, duration 21 at relative offset 10 in cluster at offset 5361496. TrackNumber 2, keyframe 1
4453[matroska @ 00000187bb2b7680] Writing block of size 94 with pts 17726, dts -107482, duration 42 at relative offset 421 in cluster at offset 5361496. TrackNumber 1, keyframe 0
4454[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4455[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4456[matroska @ 00000187bb2b7680] Writing block of size 379 with pts 8852, dts 8852, duration 21 at relative offset 521 in cluster at offset 5361496. TrackNumber 2, keyframe 1
4457[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4458[hevc @ 00000187bb10aa80] Output frame with POC 453.
4459[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
4460[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8875 at offset 5362409 bytes
4461[matroska @ 00000187bb2b7680] Writing block of size 466 with pts 8875, dts 8875, duration 21 at relative offset 10 in cluster at offset 5362409. TrackNumber 2, keyframe 1
4462[matroska @ 00000187bb2b7680] Writing block of size 16429 with pts 17935, dts -107441, duration 42 at relative offset 483 in cluster at offset 5362409. TrackNumber 1, keyframe 0
4463[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4464[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4465[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 8896, dts 8896, duration 21 at relative offset 16920 in cluster at offset 5362409. TrackNumber 2, keyframe 1
4466[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4467[hevc @ 00000187bb0529c0] Output frame with POC 454.
4468[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
4469[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8917 at offset 5379794 bytes
4470[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 8917, dts 8917, duration 21 at relative offset 10 in cluster at offset 5379794. TrackNumber 2, keyframe 1
4471[matroska @ 00000187bb2b7680] Writing block of size 170 with pts 17851, dts -107399, duration 42 at relative offset 440 in cluster at offset 5379794. TrackNumber 1, keyframe 0
4472[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4473[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4474[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 8938, dts 8938, duration 21 at relative offset 617 in cluster at offset 5379794. TrackNumber 2, keyframe 1
4475[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4476[hevc @ 00000187bb052dc0] Output frame with POC 455.
4477[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 8960 at offset 5380833 bytes
4478[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 8960, dts 8960, duration 21 at relative offset 10 in cluster at offset 5380833. TrackNumber 2, keyframe 1
4479[matroska @ 00000187bb2b7680] Writing block of size 155 with pts 17809, dts -107357, duration 42 at relative offset 418 in cluster at offset 5380833. TrackNumber 1, keyframe 0
4480[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4481[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4482[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 8981, dts 8981, duration 21 at relative offset 580 in cluster at offset 5380833. TrackNumber 2, keyframe 1
4483[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4484[hevc @ 00000187bb107780] Output frame with POC 456.
4485[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
4486[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9002 at offset 5381825 bytes
4487[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 9002, dts 9002, duration 21 at relative offset 10 in cluster at offset 5381825. TrackNumber 2, keyframe 1
4488[matroska @ 00000187bb2b7680] Writing block of size 83 with pts 17893, dts -107316, duration 42 at relative offset 422 in cluster at offset 5381825. TrackNumber 1, keyframe 0
4489[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4490[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4491[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 9023, dts 9023, duration 21 at relative offset 511 in cluster at offset 5381825. TrackNumber 2, keyframe 1
4492[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4493[hevc @ 00000187bb107b80] Output frame with POC 457.
4494[hevc @ 00000187bb0b7680] Decoded frame with POC 458.
4495[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
4496[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9046 at offset 5382753 bytes
4497[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 9046, dts 9046, duration 21 at relative offset 10 in cluster at offset 5382753. TrackNumber 2, keyframe 1
4498[matroska @ 00000187bb2b7680] Writing block of size 45147 with pts 18101, dts -107274, duration 42 at relative offset 436 in cluster at offset 5382753. TrackNumber 1, keyframe 0
4499[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4500[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4501[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 9067, dts 9067, duration 21 at relative offset 45591 in cluster at offset 5382753. TrackNumber 2, keyframe 1
4502[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4503[hevc @ 00000187bb108280] Output frame with POC 458.
4504[hevc @ 00000187bb0ba680] Decoded frame with POC 454.
4505[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4506[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9088 at offset 5428786 bytes
4507[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 9088, dts 9088, duration 21 at relative offset 10 in cluster at offset 5428786. TrackNumber 2, keyframe 1
4508[matroska @ 00000187bb2b7680] Writing block of size 172 with pts 18018, dts -107232, duration 42 at relative offset 441 in cluster at offset 5428786. TrackNumber 1, keyframe 0
4509[hevc @ 00000187bb108c80] Output frame with POC 459.
4510[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4511[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4512[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 9109, dts 9109, duration 21 at relative offset 620 in cluster at offset 5428786. TrackNumber 2, keyframe 1
4513[hevc @ 00000187bb10aa80] Decoded frame with POC 453.
4514[hevc @ 00000187bb0b6e80] Decoded frame with POC 452.
4515[hevc @ 00000187bb0b7280] Decoded frame with POC 451.
4516[hevc @ 00000187bb0529c0] Decoded frame with POC 455.
4517[hevc @ 00000187bb052dc0] Decoded frame with POC 456.
4518[hevc @ 00000187bb107780] Decoded frame with POC 457.
4519[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9131 at offset 5429829 bytes
4520[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 9131, dts 9131, duration 21 at relative offset 10 in cluster at offset 5429829. TrackNumber 2, keyframe 1
4521[matroska @ 00000187bb2b7680] Writing block of size 317 with pts 17976, dts -107190, duration 42 at relative offset 446 in cluster at offset 5429829. TrackNumber 1, keyframe 0
4522[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4523[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4524[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 9152, dts 9152, duration 21 at relative offset 770 in cluster at offset 5429829. TrackNumber 2, keyframe 1
4525[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4526[hevc @ 00000187bb0b8a80] Output frame with POC 460.
4527[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
4528[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9173 at offset 5431020 bytes
4529[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 9173, dts 9173, duration 21 at relative offset 10 in cluster at offset 5431020. TrackNumber 2, keyframe 1
4530[matroska @ 00000187bb2b7680] Writing block of size 90 with pts 18060, dts -107149, duration 42 at relative offset 448 in cluster at offset 5431020. TrackNumber 1, keyframe 0
4531[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4532[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4533[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 9194, dts 9194, duration 21 at relative offset 544 in cluster at offset 5431020. TrackNumber 2, keyframe 1
4534[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4535[hevc @ 00000187bb0b8280] Output frame with POC 461.
4536[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
4537[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9216 at offset 5432030 bytes
4538[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 9216, dts 9216, duration 21 at relative offset 10 in cluster at offset 5432030. TrackNumber 2, keyframe 1
4539[matroska @ 00000187bb2b7680] Writing block of size 29990 with pts 18268, dts -107107, duration 42 at relative offset 430 in cluster at offset 5432030. TrackNumber 1, keyframe 0
4540[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4541[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4542[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 9237, dts 9237, duration 21 at relative offset 30428 in cluster at offset 5432030. TrackNumber 2, keyframe 1
4543[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4544[hevc @ 00000187bb0b7680] Output frame with POC 462.
4545[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9258 at offset 5462898 bytes
4546[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 9258, dts 9258, duration 21 at relative offset 10 in cluster at offset 5462898. TrackNumber 2, keyframe 1
4547[matroska @ 00000187bb2b7680] Writing block of size 127 with pts 18185, dts -107065, duration 42 at relative offset 425 in cluster at offset 5462898. TrackNumber 1, keyframe 0
4548[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4549[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4550[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4551[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 9279, dts 9279, duration 21 at relative offset 559 in cluster at offset 5462898. TrackNumber 2, keyframe 1
4552[hevc @ 00000187bb0ba680] Output frame with POC 463.
4553[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
4554[hevc @ 00000187bb107b80] Decoded frame with POC 466.
4555[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9301 at offset 5463889 bytes
4556[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 9301, dts 9301, duration 21 at relative offset 10 in cluster at offset 5463889. TrackNumber 2, keyframe 1
4557[matroska @ 00000187bb2b7680] Writing block of size 131 with pts 18143, dts -107024, duration 42 at relative offset 439 in cluster at offset 5463889. TrackNumber 1, keyframe 0
4558[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4559[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4560[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 9322, dts 9322, duration 21 at relative offset 577 in cluster at offset 5463889. TrackNumber 2, keyframe 1
4561[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4562[hevc @ 00000187bb0b7280] Output frame with POC 464.
4563[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
4564[hevc @ 00000187bb108280] Decoded frame with POC 462.
4565[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9343 at offset 5464889 bytes
4566[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 9343, dts 9343, duration 21 at relative offset 10 in cluster at offset 5464889. TrackNumber 2, keyframe 1
4567[matroska @ 00000187bb2b7680] Writing block of size 92 with pts 18227, dts -106982, duration 42 at relative offset 445 in cluster at offset 5464889. TrackNumber 1, keyframe 0
4568[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4569[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4570[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 9364, dts 9364, duration 21 at relative offset 543 in cluster at offset 5464889. TrackNumber 2, keyframe 1
4571[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4572[hevc @ 00000187bb0b6e80] Output frame with POC 465.
4573[hevc @ 00000187bb0b8a80] Decoded frame with POC 460.
4574[hevc @ 00000187bb108c80] Decoded frame with POC 459.
4575[hevc @ 00000187bb0b8280] Decoded frame with POC 461.
4576[hevc @ 00000187bb0b7680] Decoded frame with POC 463.
4577[hevc @ 00000187bb0ba680] Decoded frame with POC 464.
4578[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9387 at offset 5465876 bytes
4579[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 9387, dts 9387, duration 21 at relative offset 10 in cluster at offset 5465876. TrackNumber 2, keyframe 1
4580[matroska @ 00000187bb2b7680] Writing block of size 15479 with pts 18435, dts -106940, duration 42 at relative offset 433 in cluster at offset 5465876. TrackNumber 1, keyframe 0
4581[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4582[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4583[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 9408, dts 9408, duration 21 at relative offset 15919 in cluster at offset 5465876. TrackNumber 2, keyframe 1
4584[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4585[hevc @ 00000187bb10aa80] Output frame with POC 466.
4586[hevc @ 00000187bb0b7280] Decoded frame with POC 465.
4587[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9429 at offset 5482238 bytes
4588[matroska @ 00000187bb2b7680] Writing block of size 441 with pts 9429, dts 9429, duration 21 at relative offset 10 in cluster at offset 5482238. TrackNumber 2, keyframe 1
4589[matroska @ 00000187bb2b7680] Writing block of size 221 with pts 18352, dts -106898, duration 42 at relative offset 458 in cluster at offset 5482238. TrackNumber 1, keyframe 0
4590[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4591[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4592[hevc @ 00000187bb0529c0] Output frame with POC 467.
4593[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
4594[hevc @ 00000187bb0b6e80] Decoded frame with POC 475.
4595[hevc @ 00000187bb10aa80] Decoded frame with POC 471.
4596[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9450 at offset 5482930 bytes
4597[matroska @ 00000187bb2b7680] Writing block of size 507 with pts 9450, dts 9450, duration 21 at relative offset 10 in cluster at offset 5482930. TrackNumber 2, keyframe 1
4598[matroska @ 00000187bb2b7680] Writing block of size 252 with pts 18310, dts -106857, duration 42 at relative offset 524 in cluster at offset 5482930. TrackNumber 1, keyframe 0
4599[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10014000 > 10000000: forcing output
4600[matroska @ 00000187bb2b7680] Writing block of size 32 with pts 9464, dts 9464, duration 1001 at relative offset 783 in cluster at offset 5482930. TrackNumber 3, keyframe 1
4601[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4602[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4603[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4604[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 9472, dts 9472, duration 21 at relative offset 827 in cluster at offset 5482930. TrackNumber 2, keyframe 1
4605[hevc @ 00000187bb052dc0] Output frame with POC 468.
4606[hevc @ 00000187bb0529c0] Decoded frame with POC 467.
4607[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9493 at offset 5484213 bytes
4608[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 9493, dts 9493, duration 21 at relative offset 10 in cluster at offset 5484213. TrackNumber 2, keyframe 1
4609[matroska @ 00000187bb2b7680] Writing block of size 89 with pts 18393, dts -106815, duration 42 at relative offset 425 in cluster at offset 5484213. TrackNumber 1, keyframe 0
4610[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4611[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4612[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 9514, dts 9514, duration 21 at relative offset 520 in cluster at offset 5484213. TrackNumber 2, keyframe 1
4613[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4614[hevc @ 00000187bb107780] Output frame with POC 469.
4615[hevc @ 00000187bb052dc0] Decoded frame with POC 468.
4616[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9535 at offset 5485153 bytes
4617[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 9535, dts 9535, duration 21 at relative offset 10 in cluster at offset 5485153. TrackNumber 2, keyframe 1
4618[matroska @ 00000187bb2b7680] Writing block of size 2552 with pts 18602, dts -106773, duration 42 at relative offset 431 in cluster at offset 5485153. TrackNumber 1, keyframe 0
4619[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4620[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4621[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 9558, dts 9558, duration 21 at relative offset 2990 in cluster at offset 5485153. TrackNumber 2, keyframe 1
4622[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4623[hevc @ 00000187bb107b80] Output frame with POC 470.
4624[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
4625[hevc @ 00000187bb107780] Decoded frame with POC 469.
4626[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9579 at offset 5488563 bytes
4627[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 9579, dts 9579, duration 21 at relative offset 10 in cluster at offset 5488563. TrackNumber 2, keyframe 1
4628[matroska @ 00000187bb2b7680] Writing block of size 210 with pts 18519, dts -106732, duration 42 at relative offset 438 in cluster at offset 5488563. TrackNumber 1, keyframe 0
4629[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4630[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4631[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 9600, dts 9600, duration 21 at relative offset 655 in cluster at offset 5488563. TrackNumber 2, keyframe 1
4632[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4633[hevc @ 00000187bb108280] Output frame with POC 471.
4634[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
4635[hevc @ 00000187bb107b80] Decoded frame with POC 470.
4636[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9621 at offset 5489664 bytes
4637[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 9621, dts 9621, duration 21 at relative offset 10 in cluster at offset 5489664. TrackNumber 2, keyframe 1
4638[matroska @ 00000187bb2b7680] Writing block of size 241 with pts 18477, dts -106690, duration 42 at relative offset 464 in cluster at offset 5489664. TrackNumber 1, keyframe 0
4639[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4640[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4641[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 9643, dts 9643, duration 21 at relative offset 712 in cluster at offset 5489664. TrackNumber 2, keyframe 1
4642[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4643[hevc @ 00000187bb108c80] Output frame with POC 472.
4644[hevc @ 00000187bb108280] Decoded frame with POC 472.
4645[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9664 at offset 5490840 bytes
4646[matroska @ 00000187bb2b7680] Writing block of size 574 with pts 9664, dts 9664, duration 21 at relative offset 10 in cluster at offset 5490840. TrackNumber 2, keyframe 1
4647[matroska @ 00000187bb2b7680] Writing block of size 104 with pts 18560, dts -106648, duration 42 at relative offset 591 in cluster at offset 5490840. TrackNumber 1, keyframe 0
4648[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4649[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4650[matroska @ 00000187bb2b7680] Writing block of size 384 with pts 9685, dts 9685, duration 21 at relative offset 701 in cluster at offset 5490840. TrackNumber 2, keyframe 1
4651[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4652[hevc @ 00000187bb0b8a80] Output frame with POC 473.
4653[hevc @ 00000187bb108c80] Decoded frame with POC 473.
4654[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9706 at offset 5491938 bytes
4655[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 9706, dts 9706, duration 21 at relative offset 10 in cluster at offset 5491938. TrackNumber 2, keyframe 1
4656[matroska @ 00000187bb2b7680] Writing block of size 2519 with pts 18769, dts -106607, duration 42 at relative offset 407 in cluster at offset 5491938. TrackNumber 1, keyframe 0
4657[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4658[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4659[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 9728, dts 9728, duration 21 at relative offset 2933 in cluster at offset 5491938. TrackNumber 2, keyframe 1
4660[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4661[hevc @ 00000187bb0b8280] Output frame with POC 474.
4662[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
4663[hevc @ 00000187bb0b8a80] Decoded frame with POC 474.
4664[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9749 at offset 5495290 bytes
4665[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 9749, dts 9749, duration 21 at relative offset 10 in cluster at offset 5495290. TrackNumber 2, keyframe 1
4666[matroska @ 00000187bb2b7680] Writing block of size 207 with pts 18685, dts -106565, duration 42 at relative offset 427 in cluster at offset 5495290. TrackNumber 1, keyframe 0
4667[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4668[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4669[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 9770, dts 9770, duration 21 at relative offset 641 in cluster at offset 5495290. TrackNumber 2, keyframe 1
4670[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4671[hevc @ 00000187bb0b7680] Output frame with POC 475.
4672[hevc @ 00000187bb0b8280] Decoded frame with POC 477.
4673[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9791 at offset 5496358 bytes
4674[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 9791, dts 9791, duration 21 at relative offset 10 in cluster at offset 5496358. TrackNumber 2, keyframe 1
4675[matroska @ 00000187bb2b7680] Writing block of size 213 with pts 18644, dts -106523, duration 42 at relative offset 418 in cluster at offset 5496358. TrackNumber 1, keyframe 0
4676[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4677[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4678[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 9813, dts 9813, duration 21 at relative offset 638 in cluster at offset 5496358. TrackNumber 2, keyframe 1
4679[hevc @ 00000187bb0ba680] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
4680[hevc @ 00000187bb0ba680] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
4681[hevc @ 00000187bb0ba680] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
4682[hevc @ 00000187bb0ba680] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
4683[hevc @ 00000187bb0ba680] Decoding VPS
4684[hevc @ 00000187bb0ba680] Main 10 profile bitstream
4685[hevc @ 00000187bb0ba680] Decoding SPS
4686[hevc @ 00000187bb0ba680] Main 10 profile bitstream
4687[hevc @ 00000187bb0ba680] Decoding VUI
4688[hevc @ 00000187bb0ba680] Decoding PPS
4689[hevc @ 00000187bb0ba680] Output frame with POC 476.
4690[hevc @ 00000187bb0b7680] Decoded frame with POC 476.
4691[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9834 at offset 5497430 bytes
4692[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 9834, dts 9834, duration 21 at relative offset 10 in cluster at offset 5497430. TrackNumber 2, keyframe 1
4693[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 18727, dts -106481, duration 42 at relative offset 460 in cluster at offset 5497430. TrackNumber 1, keyframe 0
4694[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4695[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4696[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 9855, dts 9855, duration 21 at relative offset 552 in cluster at offset 5497430. TrackNumber 2, keyframe 1
4697[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4698[hevc @ 00000187bb0b7280] Output frame with POC 477.
4699[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
4700[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9876 at offset 5498407 bytes
4701[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 9876, dts 9876, duration 21 at relative offset 10 in cluster at offset 5498407. TrackNumber 2, keyframe 1
4702[matroska @ 00000187bb2b7680] Writing block of size 33973 with pts 18936, dts -106440, duration 42 at relative offset 432 in cluster at offset 5498407. TrackNumber 1, keyframe 0
4703[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4704[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
4705[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
4706[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 9899, dts 9899, duration 21 at relative offset 34413 in cluster at offset 5498407. TrackNumber 2, keyframe 1
4707[hevc @ 00000187bb0b6e80] Output frame with POC 478.
4708[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
4709[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4710[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9920 at offset 5533243 bytes
4711[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 9920, dts 9920, duration 21 at relative offset 10 in cluster at offset 5533243. TrackNumber 2, keyframe 1
4712[matroska @ 00000187bb2b7680] Writing block of size 292 with pts 18852, dts -106398, duration 42 at relative offset 428 in cluster at offset 5533243. TrackNumber 1, keyframe 0
4713[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4714[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4715[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 9941, dts 9941, duration 21 at relative offset 727 in cluster at offset 5533243. TrackNumber 2, keyframe 1
4716[hevc @ 00000187bb10aa80] Output frame with POC 479.
4717[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 9962 at offset 5534413 bytes
4718[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 9962, dts 9962, duration 21 at relative offset 10 in cluster at offset 5534413. TrackNumber 2, keyframe 1
4719[matroska @ 00000187bb2b7680] Writing block of size 201 with pts 18810, dts -106356, duration 42 at relative offset 441 in cluster at offset 5534413. TrackNumber 1, keyframe 0
4720[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4721[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4722[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 9984, dts 9984, duration 21 at relative offset 649 in cluster at offset 5534413. TrackNumber 2, keyframe 1
4723[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4724[hevc @ 00000187bb0529c0] Output frame with POC 480.
4725[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
4726[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10005 at offset 5535495 bytes
4727[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 10005, dts 10005, duration 21 at relative offset 10 in cluster at offset 5535495. TrackNumber 2, keyframe 1
4728[matroska @ 00000187bb2b7680] Writing block of size 161 with pts 18894, dts -106315, duration 42 at relative offset 446 in cluster at offset 5535495. TrackNumber 1, keyframe 0
4729[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4730[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4731[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 10026, dts 10026, duration 21 at relative offset 614 in cluster at offset 5535495. TrackNumber 2, keyframe 1
4732[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4733[hevc @ 00000187bb052dc0] Output frame with POC 481.
4734[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
4735[hevc @ 00000187bb0ba680] Decoded frame with POC 478.
4736[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10047 at offset 5536557 bytes
4737[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 10047, dts 10047, duration 21 at relative offset 10 in cluster at offset 5536557. TrackNumber 2, keyframe 1
4738[matroska @ 00000187bb2b7680] Writing block of size 46099 with pts 19102, dts -106273, duration 42 at relative offset 455 in cluster at offset 5536557. TrackNumber 1, keyframe 0
4739[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
4740[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
4741[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 10070, dts 10070, duration 21 at relative offset 46562 in cluster at offset 5536557. TrackNumber 2, keyframe 1
4742[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4743[hevc @ 00000187bb107780] Output frame with POC 482.
4744[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10091 at offset 5583529 bytes
4745[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 10091, dts 10091, duration 21 at relative offset 10 in cluster at offset 5583529. TrackNumber 2, keyframe 1
4746[matroska @ 00000187bb2b7680] Writing block of size 363 with pts 19019, dts -106231, duration 42 at relative offset 426 in cluster at offset 5583529. TrackNumber 1, keyframe 0
4747[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4748[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4749[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 10112, dts 10112, duration 21 at relative offset 796 in cluster at offset 5583529. TrackNumber 2, keyframe 1
4750[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4751[hevc @ 00000187bb107b80] Output frame with POC 483.
4752[hevc @ 00000187bb0b7280] Decoded frame with POC 482.
4753[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10133 at offset 5584759 bytes
4754[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 10133, dts 10133, duration 21 at relative offset 10 in cluster at offset 5584759. TrackNumber 2, keyframe 1
4755[matroska @ 00000187bb2b7680] Writing block of size 263 with pts 18977, dts -106189, duration 42 at relative offset 452 in cluster at offset 5584759. TrackNumber 1, keyframe 0
4756[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4757[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4758[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 10155, dts 10155, duration 21 at relative offset 722 in cluster at offset 5584759. TrackNumber 2, keyframe 1
4759[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4760[hevc @ 00000187bb108280] Output frame with POC 484.
4761[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
4762[hevc @ 00000187bb0b6e80] Decoded frame with POC 480.
4763[hevc @ 00000187bb10aa80] Decoded frame with POC 479.
4764[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10176 at offset 5585924 bytes
4765[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 10176, dts 10176, duration 21 at relative offset 10 in cluster at offset 5585924. TrackNumber 2, keyframe 1
4766[matroska @ 00000187bb2b7680] Writing block of size 220 with pts 19061, dts -106148, duration 42 at relative offset 440 in cluster at offset 5585924. TrackNumber 1, keyframe 0
4767[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4768[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4769[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 10197, dts 10197, duration 21 at relative offset 667 in cluster at offset 5585924. TrackNumber 2, keyframe 1
4770[hevc @ 00000187bb0529c0] Decoded frame with POC 481.
4771[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4772[hevc @ 00000187bb108c80] Output frame with POC 485.
4773[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
4774[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10218 at offset 5587035 bytes
4775[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 10218, dts 10218, duration 21 at relative offset 10 in cluster at offset 5587035. TrackNumber 2, keyframe 1
4776[matroska @ 00000187bb2b7680] Writing block of size 21070 with pts 19269, dts -106106, duration 42 at relative offset 452 in cluster at offset 5587035. TrackNumber 1, keyframe 0
4777[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4778[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4779[matroska @ 00000187bb2b7680] Writing block of size 501 with pts 10240, dts 10240, duration 21 at relative offset 21530 in cluster at offset 5587035. TrackNumber 2, keyframe 1
4780[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4781[hevc @ 00000187bb0b8a80] Output frame with POC 486.
4782[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10261 at offset 5609080 bytes
4783[matroska @ 00000187bb2b7680] Writing block of size 498 with pts 10261, dts 10261, duration 21 at relative offset 10 in cluster at offset 5609080. TrackNumber 2, keyframe 1
4784[matroska @ 00000187bb2b7680] Writing block of size 269 with pts 19186, dts -106064, duration 42 at relative offset 515 in cluster at offset 5609080. TrackNumber 1, keyframe 0
4785[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4786[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4787[matroska @ 00000187bb2b7680] Writing block of size 500 with pts 10282, dts 10282, duration 21 at relative offset 791 in cluster at offset 5609080. TrackNumber 2, keyframe 1
4788[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4789[hevc @ 00000187bb0b8280] Output frame with POC 487.
4790[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
4791[hevc @ 00000187bb052dc0] Decoded frame with POC 484.
4792[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10304 at offset 5610384 bytes
4793[matroska @ 00000187bb2b7680] Writing block of size 482 with pts 10304, dts 10304, duration 21 at relative offset 10 in cluster at offset 5610384. TrackNumber 2, keyframe 1
4794[matroska @ 00000187bb2b7680] Writing block of size 377 with pts 19144, dts -106023, duration 42 at relative offset 499 in cluster at offset 5610384. TrackNumber 1, keyframe 0
4795[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4796[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4797[matroska @ 00000187bb2b7680] Writing block of size 514 with pts 10325, dts 10325, duration 21 at relative offset 883 in cluster at offset 5610384. TrackNumber 2, keyframe 1
4798[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4799[hevc @ 00000187bb0b7680] Output frame with POC 488.
4800[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
4801[hevc @ 00000187bb107780] Decoded frame with POC 483.
4802[hevc @ 00000187bb107b80] Decoded frame with POC 487.
4803[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10346 at offset 5611794 bytes
4804[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 10346, dts 10346, duration 21 at relative offset 10 in cluster at offset 5611794. TrackNumber 2, keyframe 1
4805[matroska @ 00000187bb2b7680] Writing block of size 146 with pts 19228, dts -105981, duration 42 at relative offset 430 in cluster at offset 5611794. TrackNumber 1, keyframe 0
4806[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4807[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4808[matroska @ 00000187bb2b7680] Writing block of size 380 with pts 10367, dts 10367, duration 21 at relative offset 583 in cluster at offset 5611794. TrackNumber 2, keyframe 1
4809[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4810[hevc @ 00000187bb0ba680] Output frame with POC 489.
4811[hevc @ 00000187bb108280] Decoded frame with POC 486.
4812[hevc @ 00000187bb108c80] Decoded frame with POC 485.
4813[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10389 at offset 5612770 bytes
4814[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 10389, dts 10389, duration 21 at relative offset 10 in cluster at offset 5612770. TrackNumber 2, keyframe 1
4815[matroska @ 00000187bb2b7680] Writing block of size 19128 with pts 19436, dts -105939, duration 42 at relative offset 406 in cluster at offset 5612770. TrackNumber 1, keyframe 0
4816[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4817[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4818[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 10410, dts 10410, duration 21 at relative offset 19542 in cluster at offset 5612770. TrackNumber 2, keyframe 1
4819[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4820[hevc @ 00000187bb0b7280] Output frame with POC 490.
4821[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10431 at offset 5632745 bytes
4822[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 10431, dts 10431, duration 21 at relative offset 10 in cluster at offset 5632745. TrackNumber 2, keyframe 1
4823[matroska @ 00000187bb2b7680] Writing block of size 224 with pts 19353, dts -105897, duration 42 at relative offset 417 in cluster at offset 5632745. TrackNumber 1, keyframe 0
4824[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4825[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4826[hevc @ 00000187bb0b6e80] Output frame with POC 491.
4827[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
4828[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10452 at offset 5633399 bytes
4829[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 10452, dts 10452, duration 21 at relative offset 10 in cluster at offset 5633399. TrackNumber 2, keyframe 1
4830[matroska @ 00000187bb2b7680] Writing block of size 225 with pts 19311, dts -105856, duration 42 at relative offset 423 in cluster at offset 5633399. TrackNumber 1, keyframe 0
4831[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4832[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4833[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 10475, dts 10475, duration 21 at relative offset 655 in cluster at offset 5633399. TrackNumber 2, keyframe 1
4834[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4835[hevc @ 00000187bb10aa80] Output frame with POC 492.
4836[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10496 at offset 5634513 bytes
4837[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 10496, dts 10496, duration 21 at relative offset 10 in cluster at offset 5634513. TrackNumber 2, keyframe 1
4838[matroska @ 00000187bb2b7680] Writing block of size 86 with pts 19394, dts -105814, duration 42 at relative offset 435 in cluster at offset 5634513. TrackNumber 1, keyframe 0
4839[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4840[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4841[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 10517, dts 10517, duration 21 at relative offset 527 in cluster at offset 5634513. TrackNumber 2, keyframe 1
4842[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4843[hevc @ 00000187bb0529c0] Output frame with POC 493.
4844[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10538 at offset 5635470 bytes
4845[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 10538, dts 10538, duration 21 at relative offset 10 in cluster at offset 5635470. TrackNumber 2, keyframe 1
4846[matroska @ 00000187bb2b7680] Writing block of size 3132 with pts 19603, dts -105772, duration 42 at relative offset 440 in cluster at offset 5635470. TrackNumber 1, keyframe 0
4847[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4848[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4849[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 10560, dts 10560, duration 21 at relative offset 3579 in cluster at offset 5635470. TrackNumber 2, keyframe 1
4850[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4851[hevc @ 00000187bb052dc0] Output frame with POC 494.
4852[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
4853[hevc @ 00000187bb0b8a80] Decoded frame with POC 492.
4854[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10581 at offset 5639470 bytes
4855[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 10581, dts 10581, duration 21 at relative offset 10 in cluster at offset 5639470. TrackNumber 2, keyframe 1
4856[matroska @ 00000187bb2b7680] Writing block of size 186 with pts 19520, dts -105731, duration 42 at relative offset 427 in cluster at offset 5639470. TrackNumber 1, keyframe 0
4857[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4858[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4859[matroska @ 00000187bb2b7680] Writing block of size 539 with pts 10602, dts 10602, duration 21 at relative offset 620 in cluster at offset 5639470. TrackNumber 2, keyframe 1
4860[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4861[hevc @ 00000187bb107780] Output frame with POC 495.
4862[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
4863[hevc @ 00000187bb0b8280] Decoded frame with POC 490.
4864[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10623 at offset 5640642 bytes
4865[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 10623, dts 10623, duration 21 at relative offset 10 in cluster at offset 5640642. TrackNumber 2, keyframe 1
4866[matroska @ 00000187bb2b7680] Writing block of size 220 with pts 19478, dts -105689, duration 42 at relative offset 400 in cluster at offset 5640642. TrackNumber 1, keyframe 0
4867[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4868[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4869[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 10645, dts 10645, duration 21 at relative offset 627 in cluster at offset 5640642. TrackNumber 2, keyframe 1
4870[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4871[hevc @ 00000187bb107b80] Output frame with POC 496.
4872[hevc @ 00000187bb0b7680] Decoded frame with POC 488.
4873[hevc @ 00000187bb0b7280] Decoded frame with POC 491.
4874[hevc @ 00000187bb0ba680] Decoded frame with POC 489.
4875[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10666 at offset 5641684 bytes
4876[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 10666, dts 10666, duration 21 at relative offset 10 in cluster at offset 5641684. TrackNumber 2, keyframe 1
4877[matroska @ 00000187bb2b7680] Writing block of size 81 with pts 19561, dts -105647, duration 42 at relative offset 414 in cluster at offset 5641684. TrackNumber 1, keyframe 0
4878[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4879[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4880[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 10687, dts 10687, duration 21 at relative offset 501 in cluster at offset 5641684. TrackNumber 2, keyframe 1
4881[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4882[hevc @ 00000187bb108280] Output frame with POC 497.
4883[hevc @ 00000187bb0b6e80] Decoded frame with POC 496.
4884[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10708 at offset 5642602 bytes
4885[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 10708, dts 10708, duration 21 at relative offset 10 in cluster at offset 5642602. TrackNumber 2, keyframe 1
4886[matroska @ 00000187bb2b7680] Writing block of size 1311 with pts 19770, dts -105606, duration 42 at relative offset 413 in cluster at offset 5642602. TrackNumber 1, keyframe 0
4887[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4888[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4889[hevc @ 00000187bb10aa80] Decoded frame with POC 494.
4890[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 10730, dts 10730, duration 21 at relative offset 1731 in cluster at offset 5642602. TrackNumber 2, keyframe 1
4891[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4892[hevc @ 00000187bb108c80] Output frame with POC 498.
4893[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
4894[hevc @ 00000187bb052dc0] Decoded frame with POC 495.
4895[hevc @ 00000187bb0529c0] Decoded frame with POC 493.
4896[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10751 at offset 5644743 bytes
4897[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 10751, dts 10751, duration 21 at relative offset 10 in cluster at offset 5644743. TrackNumber 2, keyframe 1
4898[matroska @ 00000187bb2b7680] Writing block of size 144 with pts 19686, dts -105564, duration 42 at relative offset 417 in cluster at offset 5644743. TrackNumber 1, keyframe 0
4899[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4900[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4901[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 10772, dts 10772, duration 21 at relative offset 568 in cluster at offset 5644743. TrackNumber 2, keyframe 1
4902[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4903[hevc @ 00000187bb0b8a80] Output frame with POC 499.
4904[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10793 at offset 5645715 bytes
4905[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 10793, dts 10793, duration 21 at relative offset 10 in cluster at offset 5645715. TrackNumber 2, keyframe 1
4906[matroska @ 00000187bb2b7680] Writing block of size 210 with pts 19645, dts -105522, duration 42 at relative offset 421 in cluster at offset 5645715. TrackNumber 1, keyframe 0
4907[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4908[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4909[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 10816, dts 10816, duration 21 at relative offset 638 in cluster at offset 5645715. TrackNumber 2, keyframe 1
4910[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4911[hevc @ 00000187bb0b8280] Output frame with POC 500.
4912[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10837 at offset 5646801 bytes
4913[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 10837, dts 10837, duration 21 at relative offset 10 in cluster at offset 5646801. TrackNumber 2, keyframe 1
4914[matroska @ 00000187bb2b7680] Writing block of size 100 with pts 19728, dts -105480, duration 42 at relative offset 436 in cluster at offset 5646801. TrackNumber 1, keyframe 0
4915[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4916[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4917[matroska @ 00000187bb2b7680] Writing block of size 473 with pts 10858, dts 10858, duration 21 at relative offset 542 in cluster at offset 5646801. TrackNumber 2, keyframe 1
4918[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4919[hevc @ 00000187bb0b7680] Output frame with POC 501.
4920[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
4921[hevc @ 00000187bb107780] Decoded frame with POC 500.
4922[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10879 at offset 5647829 bytes
4923[hevc @ 00000187bb107b80] Decoded frame with POC 498.
4924[matroska @ 00000187bb2b7680] Writing block of size 503 with pts 10879, dts 10879, duration 21 at relative offset 10 in cluster at offset 5647829. TrackNumber 2, keyframe 1
4925[matroska @ 00000187bb2b7680] Writing block of size 43519 with pts 19937, dts -105439, duration 42 at relative offset 520 in cluster at offset 5647829. TrackNumber 1, keyframe 0
4926[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4927[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4928[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 10901, dts 10901, duration 21 at relative offset 44047 in cluster at offset 5647829. TrackNumber 2, keyframe 1
4929[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4930[hevc @ 00000187bb0ba680] Output frame with POC 502.
4931[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
4932[hevc @ 00000187bb108c80] Decoded frame with POC 499.
4933[hevc @ 00000187bb108280] Decoded frame with POC 497.
4934[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10922 at offset 5692291 bytes
4935[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 10922, dts 10922, duration 21 at relative offset 10 in cluster at offset 5692291. TrackNumber 2, keyframe 1
4936[matroska @ 00000187bb2b7680] Writing block of size 97 with pts 19853, dts -105397, duration 42 at relative offset 419 in cluster at offset 5692291. TrackNumber 1, keyframe 0
4937[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4938[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4939[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 10943, dts 10943, duration 21 at relative offset 522 in cluster at offset 5692291. TrackNumber 2, keyframe 1
4940[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4941[hevc @ 00000187bb0b7280] Output frame with POC 503.
4942[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 10964 at offset 5693231 bytes
4943[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 10964, dts 10964, duration 21 at relative offset 10 in cluster at offset 5693231. TrackNumber 2, keyframe 1
4944[matroska @ 00000187bb2b7680] Writing block of size 97 with pts 19811, dts -105355, duration 42 at relative offset 426 in cluster at offset 5693231. TrackNumber 1, keyframe 0
4945[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4946[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4947[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 10987, dts 10987, duration 21 at relative offset 529 in cluster at offset 5693231. TrackNumber 2, keyframe 1
4948[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4949[hevc @ 00000187bb0b6e80] Output frame with POC 504.
4950[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
4951[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11008 at offset 5694190 bytes
4952[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 11008, dts 11008, duration 21 at relative offset 10 in cluster at offset 5694190. TrackNumber 2, keyframe 1
4953[matroska @ 00000187bb2b7680] Writing block of size 89 with pts 19895, dts -105314, duration 42 at relative offset 419 in cluster at offset 5694190. TrackNumber 1, keyframe 0
4954[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4955[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4956[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 11029, dts 11029, duration 21 at relative offset 514 in cluster at offset 5694190. TrackNumber 2, keyframe 1
4957[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4958[hevc @ 00000187bb10aa80] Output frame with POC 505.
4959[hevc @ 00000187bb0b8a80] Decoded frame with POC 504.
4960[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
4961[hevc @ 00000187bb0b8280] Decoded frame with POC 502.
4962[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11050 at offset 5695118 bytes
4963[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 11050, dts 11050, duration 21 at relative offset 10 in cluster at offset 5695118. TrackNumber 2, keyframe 1
4964[matroska @ 00000187bb2b7680] Writing block of size 48515 with pts 20103, dts -105272, duration 42 at relative offset 417 in cluster at offset 5695118. TrackNumber 1, keyframe 0
4965[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4966[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4967[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 11072, dts 11072, duration 21 at relative offset 48940 in cluster at offset 5695118. TrackNumber 2, keyframe 1
4968[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4969[hevc @ 00000187bb0ba680] Decoded frame with POC 503.
4970[hevc @ 00000187bb0529c0] Output frame with POC 506.
4971[hevc @ 00000187bb0b7680] Decoded frame with POC 501.
4972[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11093 at offset 5744493 bytes
4973[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 11093, dts 11093, duration 21 at relative offset 10 in cluster at offset 5744493. TrackNumber 2, keyframe 1
4974[matroska @ 00000187bb2b7680] Writing block of size 5415 with pts 20020, dts -105230, duration 42 at relative offset 442 in cluster at offset 5744493. TrackNumber 1, keyframe 0
4975[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
4976[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4977[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 11114, dts 11114, duration 21 at relative offset 5864 in cluster at offset 5744493. TrackNumber 2, keyframe 1
4978[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4979[hevc @ 00000187bb052dc0] Output frame with POC 507.
4980[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11135 at offset 5750804 bytes
4981[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 11135, dts 11135, duration 21 at relative offset 10 in cluster at offset 5750804. TrackNumber 2, keyframe 1
4982[matroska @ 00000187bb2b7680] Writing block of size 1034 with pts 19978, dts -105188, duration 42 at relative offset 444 in cluster at offset 5750804. TrackNumber 1, keyframe 0
4983[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4984[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4985[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 11157, dts 11157, duration 21 at relative offset 1485 in cluster at offset 5750804. TrackNumber 2, keyframe 1
4986[hevc @ 00000187bb0b7280] Decoded frame with POC 508.
4987[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
4988[hevc @ 00000187bb107780] Output frame with POC 508.
4989[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
4990[hevc @ 00000187bb0b6e80] Decoded frame with POC 506.
4991[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11178 at offset 5752753 bytes
4992[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 11178, dts 11178, duration 21 at relative offset 10 in cluster at offset 5752753. TrackNumber 2, keyframe 1
4993[matroska @ 00000187bb2b7680] Writing block of size 1497 with pts 20062, dts -105147, duration 42 at relative offset 446 in cluster at offset 5752753. TrackNumber 1, keyframe 0
4994[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
4995[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
4996[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 11199, dts 11199, duration 21 at relative offset 1950 in cluster at offset 5752753. TrackNumber 2, keyframe 1
4997[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
4998[hevc @ 00000187bb10aa80] Decoded frame with POC 505.
4999[hevc @ 00000187bb0529c0] Decoded frame with POC 507.
5000[hevc @ 00000187bb107b80] Output frame with POC 509.
5001[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
5002[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11220 at offset 5755152 bytes
5003[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 11220, dts 11220, duration 21 at relative offset 10 in cluster at offset 5755152. TrackNumber 2, keyframe 1
5004[matroska @ 00000187bb2b7680] Writing block of size 31598 with pts 20270, dts -105105, duration 42 at relative offset 444 in cluster at offset 5755152. TrackNumber 1, keyframe 0
5005[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5006[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5007[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 11242, dts 11242, duration 21 at relative offset 32050 in cluster at offset 5755152. TrackNumber 2, keyframe 1
5008[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5009[hevc @ 00000187bb108280] Output frame with POC 510.
5010[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5011[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11263 at offset 5787643 bytes
5012[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 11263, dts 11263, duration 21 at relative offset 10 in cluster at offset 5787643. TrackNumber 2, keyframe 1
5013[matroska @ 00000187bb2b7680] Writing block of size 10062 with pts 20187, dts -105063, duration 42 at relative offset 434 in cluster at offset 5787643. TrackNumber 1, keyframe 0
5014[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5015[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5016[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 11284, dts 11284, duration 21 at relative offset 10503 in cluster at offset 5787643. TrackNumber 2, keyframe 1
5017[hevc @ 00000187bb108c80] Output frame with POC 511.
5018[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
5019[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11305 at offset 5798580 bytes
5020[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 11305, dts 11305, duration 21 at relative offset 10 in cluster at offset 5798580. TrackNumber 2, keyframe 1
5021[matroska @ 00000187bb2b7680] Writing block of size 1540 with pts 20145, dts -105022, duration 42 at relative offset 428 in cluster at offset 5798580. TrackNumber 1, keyframe 0
5022[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5023[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5024[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 11328, dts 11328, duration 21 at relative offset 1975 in cluster at offset 5798580. TrackNumber 2, keyframe 1
5025[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5026[hevc @ 00000187bb052dc0] Decoded frame with POC 512.
5027[hevc @ 00000187bb0b8a80] Output frame with POC 512.
5028[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
5029[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11349 at offset 5801003 bytes
5030[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 11349, dts 11349, duration 21 at relative offset 10 in cluster at offset 5801003. TrackNumber 2, keyframe 1
5031[matroska @ 00000187bb2b7680] Writing block of size 3114 with pts 20229, dts -104980, duration 42 at relative offset 456 in cluster at offset 5801003. TrackNumber 1, keyframe 0
5032[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5033[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5034[hevc @ 00000187bb0b8280] Output frame with POC 513.
5035[hevc @ 00000187bb107780] Decoded frame with POC 510.
5036[hevc @ 00000187bb107b80] Decoded frame with POC 509.
5037[hevc @ 00000187bb108280] Decoded frame with POC 511.
5038[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11370 at offset 5804586 bytes
5039[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 11370, dts 11370, duration 21 at relative offset 10 in cluster at offset 5804586. TrackNumber 2, keyframe 1
5040[matroska @ 00000187bb2b7680] Writing block of size 37581 with pts 20437, dts -104938, duration 42 at relative offset 469 in cluster at offset 5804586. TrackNumber 1, keyframe 0
5041[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5042[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5043[matroska @ 00000187bb2b7680] Writing block of size 479 with pts 11391, dts 11391, duration 21 at relative offset 38058 in cluster at offset 5804586. TrackNumber 2, keyframe 1
5044[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5045[hevc @ 00000187bb0b7680] Output frame with POC 514.
5046[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11413 at offset 5843137 bytes
5047[matroska @ 00000187bb2b7680] Writing block of size 496 with pts 11413, dts 11413, duration 21 at relative offset 10 in cluster at offset 5843137. TrackNumber 2, keyframe 1
5048[matroska @ 00000187bb2b7680] Writing block of size 7333 with pts 20354, dts -104896, duration 42 at relative offset 513 in cluster at offset 5843137. TrackNumber 1, keyframe 0
5049[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5050[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5051[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 11434, dts 11434, duration 21 at relative offset 7853 in cluster at offset 5843137. TrackNumber 2, keyframe 1
5052[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5053[hevc @ 00000187bb0ba680] Output frame with POC 515.
5054[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
5055[hevc @ 00000187bb108c80] Decoded frame with POC 516.
5056[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11455 at offset 5851409 bytes
5057[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 11455, dts 11455, duration 21 at relative offset 10 in cluster at offset 5851409. TrackNumber 2, keyframe 1
5058[matroska @ 00000187bb2b7680] Writing block of size 3131 with pts 20312, dts -104855, duration 42 at relative offset 431 in cluster at offset 5851409. TrackNumber 1, keyframe 0
5059[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5060[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5061[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 11476, dts 11476, duration 21 at relative offset 3569 in cluster at offset 5851409. TrackNumber 2, keyframe 1
5062[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5063[hevc @ 00000187bb0b7280] Output frame with POC 516.
5064[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11499 at offset 5855392 bytes
5065[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 11499, dts 11499, duration 21 at relative offset 10 in cluster at offset 5855392. TrackNumber 2, keyframe 1
5066[matroska @ 00000187bb2b7680] Writing block of size 5059 with pts 20395, dts -104813, duration 42 at relative offset 452 in cluster at offset 5855392. TrackNumber 1, keyframe 0
5067[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5068frame= 491 fps=322 q=23.0 size= 5632kB time=00:00:21.52 bitrate=2143.4kbits/s speed=14.1x
5069[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5070[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 11520, dts 11520, duration 21 at relative offset 5518 in cluster at offset 5855392. TrackNumber 2, keyframe 1
5071[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5072[hevc @ 00000187bb0b6e80] Output frame with POC 517.
5073[hevc @ 00000187bb0b8a80] Decoded frame with POC 514.
5074[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11541 at offset 5861342 bytes
5075[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 11541, dts 11541, duration 21 at relative offset 10 in cluster at offset 5861342. TrackNumber 2, keyframe 1
5076[matroska @ 00000187bb2b7680] Writing block of size 25768 with pts 20604, dts -104771, duration 42 at relative offset 447 in cluster at offset 5861342. TrackNumber 1, keyframe 0
5077[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5078[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5079[matroska @ 00000187bb2b7680] Writing block of size 551 with pts 11562, dts 11562, duration 21 at relative offset 26223 in cluster at offset 5861342. TrackNumber 2, keyframe 1
5080[hevc @ 00000187bb10aa80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
5081[hevc @ 00000187bb10aa80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
5082[hevc @ 00000187bb10aa80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
5083[hevc @ 00000187bb10aa80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
5084[hevc @ 00000187bb10aa80] Decoding VPS
5085[hevc @ 00000187bb10aa80] Main 10 profile bitstream
5086[hevc @ 00000187bb10aa80] Decoding SPS
5087[hevc @ 00000187bb10aa80] Main 10 profile bitstream
5088[hevc @ 00000187bb10aa80] Decoding VUI
5089[hevc @ 00000187bb10aa80] Decoding PPS
5090[hevc @ 00000187bb10aa80] Output frame with POC 518.
5091[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
5092[hevc @ 00000187bb0b7680] Decoded frame with POC 515.
5093[hevc @ 00000187bb0b8280] Decoded frame with POC 513.
5094[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11584 at offset 5888130 bytes
5095[matroska @ 00000187bb2b7680] Writing block of size 519 with pts 11584, dts 11584, duration 21 at relative offset 10 in cluster at offset 5888130. TrackNumber 2, keyframe 1
5096[matroska @ 00000187bb2b7680] Writing block of size 3078 with pts 20521, dts -104730, duration 42 at relative offset 536 in cluster at offset 5888130. TrackNumber 1, keyframe 0
5097[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5098[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5099[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 11605, dts 11605, duration 21 at relative offset 3621 in cluster at offset 5888130. TrackNumber 2, keyframe 1
5100[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5101[hevc @ 00000187bb0529c0] Output frame with POC 519.
5102[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
5103[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11626 at offset 5892216 bytes
5104[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 11626, dts 11626, duration 21 at relative offset 10 in cluster at offset 5892216. TrackNumber 2, keyframe 1
5105[matroska @ 00000187bb2b7680] Writing block of size 2117 with pts 20479, dts -104688, duration 42 at relative offset 418 in cluster at offset 5892216. TrackNumber 1, keyframe 0
5106[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5107[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5108[matroska @ 00000187bb2b7680] Writing block of size 361 with pts 11647, dts 11647, duration 21 at relative offset 2542 in cluster at offset 5892216. TrackNumber 2, keyframe 1
5109[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5110[hevc @ 00000187bb052dc0] Output frame with POC 520.
5111[hevc @ 00000187bb0ba680] Decoded frame with POC 519.
5112[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11669 at offset 5895132 bytes
5113[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 11669, dts 11669, duration 21 at relative offset 10 in cluster at offset 5895132. TrackNumber 2, keyframe 1
5114[matroska @ 00000187bb2b7680] Writing block of size 1266 with pts 20562, dts -104646, duration 42 at relative offset 422 in cluster at offset 5895132. TrackNumber 1, keyframe 0
5115[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5116[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5117[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 11690, dts 11690, duration 21 at relative offset 1695 in cluster at offset 5895132. TrackNumber 2, keyframe 1
5118[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5119[hevc @ 00000187bb107780] Output frame with POC 521.
5120[hevc @ 00000187bb0b7280] Decoded frame with POC 518.
5121[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11711 at offset 5897239 bytes
5122[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 11711, dts 11711, duration 21 at relative offset 10 in cluster at offset 5897239. TrackNumber 2, keyframe 1
5123[matroska @ 00000187bb2b7680] Writing block of size 25305 with pts 20771, dts -104605, duration 42 at relative offset 418 in cluster at offset 5897239. TrackNumber 1, keyframe 0
5124[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5125[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5126[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 11732, dts 11732, duration 21 at relative offset 25731 in cluster at offset 5897239. TrackNumber 2, keyframe 1
5127[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5128[hevc @ 00000187bb107b80] Output frame with POC 522.
5129[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
5130[hevc @ 00000187bb0b6e80] Decoded frame with POC 517.
5131[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5132[hevc @ 00000187bb108280] Output frame with POC 523.
5133[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11754 at offset 5923385 bytes
5134[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 11754, dts 11754, duration 21 at relative offset 10 in cluster at offset 5923385. TrackNumber 2, keyframe 1
5135[matroska @ 00000187bb2b7680] Writing block of size 2463 with pts 20687, dts -104563, duration 42 at relative offset 434 in cluster at offset 5923385. TrackNumber 1, keyframe 0
5136[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5137[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5138[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 11775, dts 11775, duration 21 at relative offset 2904 in cluster at offset 5923385. TrackNumber 2, keyframe 1
5139[hevc @ 00000187bb10aa80] Decoded frame with POC 520.
5140[hevc @ 00000187bb0529c0] Decoded frame with POC 521.
5141[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11796 at offset 5926720 bytes
5142[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 11796, dts 11796, duration 21 at relative offset 10 in cluster at offset 5926720. TrackNumber 2, keyframe 1
5143[matroska @ 00000187bb2b7680] Writing block of size 954 with pts 20646, dts -104521, duration 42 at relative offset 424 in cluster at offset 5926720. TrackNumber 1, keyframe 0
5144[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5145[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5146[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 11817, dts 11817, duration 21 at relative offset 1385 in cluster at offset 5926720. TrackNumber 2, keyframe 1
5147[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5148[hevc @ 00000187bb108c80] Output frame with POC 524.
5149[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11840 at offset 5928530 bytes
5150[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 11840, dts 11840, duration 21 at relative offset 10 in cluster at offset 5928530. TrackNumber 2, keyframe 1
5151[matroska @ 00000187bb2b7680] Writing block of size 1866 with pts 20729, dts -104479, duration 42 at relative offset 453 in cluster at offset 5928530. TrackNumber 1, keyframe 0
5152[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5153[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5154[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 11861, dts 11861, duration 21 at relative offset 2326 in cluster at offset 5928530. TrackNumber 2, keyframe 1
5155[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5156[hevc @ 00000187bb0b8a80] Output frame with POC 525.
5157[hevc @ 00000187bb052dc0] Decoded frame with POC 522.
5158[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
5159[hevc @ 00000187bb107780] Decoded frame with POC 523.
5160[hevc @ 00000187bb107b80] Decoded frame with POC 525.
5161[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11882 at offset 5931286 bytes
5162[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 11882, dts 11882, duration 21 at relative offset 10 in cluster at offset 5931286. TrackNumber 2, keyframe 1
5163[matroska @ 00000187bb2b7680] Writing block of size 7740 with pts 20812, dts -104438, duration 42 at relative offset 441 in cluster at offset 5931286. TrackNumber 1, keyframe 0
5164[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5165[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5166[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 11903, dts 11903, duration 21 at relative offset 8188 in cluster at offset 5931286. TrackNumber 2, keyframe 1
5167[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5168[hevc @ 00000187bb0b8280] Output frame with POC 526.
5169[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
5170[hevc @ 00000187bb108280] Decoded frame with POC 524.
5171[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11925 at offset 5939908 bytes
5172[matroska @ 00000187bb2b7680] Writing block of size 468 with pts 11925, dts 11925, duration 21 at relative offset 10 in cluster at offset 5939908. TrackNumber 2, keyframe 1
5173[matroska @ 00000187bb2b7680] Writing block of size 56566 with pts 20854, dts -104396, duration 42 at relative offset 485 in cluster at offset 5939908. TrackNumber 1, keyframe 1
5174[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5175[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5176[matroska @ 00000187bb2b7680] Writing block of size 457 with pts 11946, dts 11946, duration 21 at relative offset 57059 in cluster at offset 5939908. TrackNumber 2, keyframe 1
5177[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5178[hevc @ 00000187bb0b7680] Output frame with POC 527.
5179[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 11967 at offset 5997438 bytes
5180[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 11967, dts 11967, duration 21 at relative offset 10 in cluster at offset 5997438. TrackNumber 2, keyframe 1
5181[matroska @ 00000187bb2b7680] Writing block of size 29319 with pts 21021, dts -104354, duration 42 at relative offset 453 in cluster at offset 5997438. TrackNumber 1, keyframe 0
5182[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5183[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5184[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5185[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 11988, dts 11988, duration 21 at relative offset 29780 in cluster at offset 5997438. TrackNumber 2, keyframe 1
5186[hevc @ 00000187bb0ba680] Output frame with POC 528.
5187[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
5188[hevc @ 00000187bb108c80] Decoded frame with POC 526.
5189[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12011 at offset 6027657 bytes
5190[matroska @ 00000187bb2b7680] Writing block of size 471 with pts 12011, dts 12011, duration 21 at relative offset 10 in cluster at offset 6027657. TrackNumber 2, keyframe 1
5191[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5192[matroska @ 00000187bb2b7680] Writing block of size 11290 with pts 20938, dts -104313, duration 42 at relative offset 488 in cluster at offset 6027657. TrackNumber 1, keyframe 0
5193[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5194[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5195[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 12032, dts 12032, duration 21 at relative offset 11785 in cluster at offset 6027657. TrackNumber 2, keyframe 1
5196[hevc @ 00000187bb0b7280] Output frame with POC 529.
5197[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
5198[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5199[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12053 at offset 6039907 bytes
5200[matroska @ 00000187bb2b7680] Writing block of size 490 with pts 12053, dts 12053, duration 21 at relative offset 10 in cluster at offset 6039907. TrackNumber 2, keyframe 1
5201[matroska @ 00000187bb2b7680] Writing block of size 1089 with pts 20896, dts -104271, duration 42 at relative offset 507 in cluster at offset 6039907. TrackNumber 1, keyframe 0
5202[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5203[hevc @ 00000187bb0b6e80] Output frame with POC 530.
5204[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5205[matroska @ 00000187bb2b7680] Writing block of size 502 with pts 12074, dts 12074, duration 21 at relative offset 1603 in cluster at offset 6039907. TrackNumber 2, keyframe 1
5206[hevc @ 00000187bb0b8a80] Decoded frame with POC 527.
5207[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12096 at offset 6042025 bytes
5208[matroska @ 00000187bb2b7680] Writing block of size 385 with pts 12096, dts 12096, duration 21 at relative offset 10 in cluster at offset 6042025. TrackNumber 2, keyframe 1
5209[matroska @ 00000187bb2b7680] Writing block of size 1706 with pts 20979, dts -104229, duration 42 at relative offset 402 in cluster at offset 6042025. TrackNumber 1, keyframe 0
5210[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5211[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5212[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 12117, dts 12117, duration 21 at relative offset 2115 in cluster at offset 6042025. TrackNumber 2, keyframe 1
5213[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5214[hevc @ 00000187bb10aa80] Output frame with POC 531.
5215[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12138 at offset 6044591 bytes
5216[matroska @ 00000187bb2b7680] Writing block of size 378 with pts 12138, dts 12138, duration 21 at relative offset 10 in cluster at offset 6044591. TrackNumber 2, keyframe 1
5217[matroska @ 00000187bb2b7680] Writing block of size 29931 with pts 21188, dts -104187, duration 42 at relative offset 395 in cluster at offset 6044591. TrackNumber 1, keyframe 0
5218[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5219[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10011000 > 10000000: forcing output
5220[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 12159, dts 12159, duration 21 at relative offset 30334 in cluster at offset 6044591. TrackNumber 2, keyframe 1
5221[matroska @ 00000187bb2b7680] Writing block of size 56 with pts 12175, dts 12175, duration 1627 at relative offset 30730 in cluster at offset 6044591. TrackNumber 3, keyframe 1
5222[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5223[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5224[hevc @ 00000187bb0529c0] Output frame with POC 532.
5225[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
5226[hevc @ 00000187bb0b8280] Decoded frame with POC 529.
5227[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12181 at offset 6075396 bytes
5228[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 12181, dts 12181, duration 21 at relative offset 10 in cluster at offset 6075396. TrackNumber 2, keyframe 1
5229[matroska @ 00000187bb2b7680] Writing block of size 10344 with pts 21104, dts -104146, duration 42 at relative offset 414 in cluster at offset 6075396. TrackNumber 1, keyframe 0
5230[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5231[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5232[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 12202, dts 12202, duration 21 at relative offset 10765 in cluster at offset 6075396. TrackNumber 2, keyframe 1
5233[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5234[hevc @ 00000187bb052dc0] Output frame with POC 533.
5235[hevc @ 00000187bb0b7680] Decoded frame with POC 528.
5236[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
5237[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12223 at offset 6086573 bytes
5238[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 12223, dts 12223, duration 21 at relative offset 10 in cluster at offset 6086573. TrackNumber 2, keyframe 1
5239[matroska @ 00000187bb2b7680] Writing block of size 825 with pts 21063, dts -104104, duration 42 at relative offset 419 in cluster at offset 6086573. TrackNumber 1, keyframe 0
5240[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5241[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5242[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 12244, dts 12244, duration 21 at relative offset 1251 in cluster at offset 6086573. TrackNumber 2, keyframe 1
5243[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5244[hevc @ 00000187bb107780] Output frame with POC 534.
5245[hevc @ 00000187bb0ba680] Decoded frame with POC 531.
5246[hevc @ 00000187bb0b7280] Decoded frame with POC 530.
5247[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12266 at offset 6088251 bytes
5248[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 12266, dts 12266, duration 21 at relative offset 10 in cluster at offset 6088251. TrackNumber 2, keyframe 1
5249[matroska @ 00000187bb2b7680] Writing block of size 1275 with pts 21146, dts -104062, duration 42 at relative offset 447 in cluster at offset 6088251. TrackNumber 1, keyframe 0
5250[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5251[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5252[hevc @ 00000187bb107b80] Output frame with POC 535.
5253[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
5254[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12287 at offset 6089986 bytes
5255[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 12287, dts 12287, duration 21 at relative offset 10 in cluster at offset 6089986. TrackNumber 2, keyframe 1
5256[matroska @ 00000187bb2b7680] Writing block of size 33058 with pts 21355, dts -104021, duration 42 at relative offset 423 in cluster at offset 6089986. TrackNumber 1, keyframe 0
5257[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5258[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5259[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 12308, dts 12308, duration 21 at relative offset 33489 in cluster at offset 6089986. TrackNumber 2, keyframe 1
5260[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5261[hevc @ 00000187bb108280] Output frame with POC 536.
5262[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
5263[hevc @ 00000187bb0b6e80] Decoded frame with POC 533.
5264[hevc @ 00000187bb10aa80] Decoded frame with POC 532.
5265[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12329 at offset 6123893 bytes
5266[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 12329, dts 12329, duration 21 at relative offset 10 in cluster at offset 6123893. TrackNumber 2, keyframe 1
5267[matroska @ 00000187bb2b7680] Writing block of size 13947 with pts 21271, dts -103979, duration 42 at relative offset 429 in cluster at offset 6123893. TrackNumber 1, keyframe 0
5268[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5269[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5270[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 12352, dts 12352, duration 21 at relative offset 14383 in cluster at offset 6123893. TrackNumber 2, keyframe 1
5271[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5272[hevc @ 00000187bb108c80] Output frame with POC 537.
5273[hevc @ 00000187bb0529c0] Decoded frame with POC 535.
5274[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12373 at offset 6138700 bytes
5275[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 12373, dts 12373, duration 21 at relative offset 10 in cluster at offset 6138700. TrackNumber 2, keyframe 1
5276[matroska @ 00000187bb2b7680] Writing block of size 2655 with pts 21230, dts -103937, duration 42 at relative offset 448 in cluster at offset 6138700. TrackNumber 1, keyframe 0
5277[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5278[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5279[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 12394, dts 12394, duration 21 at relative offset 3110 in cluster at offset 6138700. TrackNumber 2, keyframe 1
5280[hevc @ 00000187bb052dc0] Decoded frame with POC 534.
5281[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5282[hevc @ 00000187bb0b8a80] Output frame with POC 538.
5283[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12415 at offset 6142246 bytes
5284[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 12415, dts 12415, duration 21 at relative offset 10 in cluster at offset 6142246. TrackNumber 2, keyframe 1
5285[matroska @ 00000187bb2b7680] Writing block of size 2446 with pts 21313, dts -103895, duration 42 at relative offset 433 in cluster at offset 6142246. TrackNumber 1, keyframe 0
5286[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5287[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5288[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 12437, dts 12437, duration 21 at relative offset 2886 in cluster at offset 6142246. TrackNumber 2, keyframe 1
5289[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5290[hevc @ 00000187bb0b8280] Output frame with POC 539.
5291[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
5292[hevc @ 00000187bb107780] Decoded frame with POC 538.
5293[hevc @ 00000187bb107b80] Decoded frame with POC 537.
5294[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12458 at offset 6145571 bytes
5295[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 12458, dts 12458, duration 21 at relative offset 10 in cluster at offset 6145571. TrackNumber 2, keyframe 1
5296[matroska @ 00000187bb2b7680] Writing block of size 29153 with pts 21522, dts -103854, duration 42 at relative offset 426 in cluster at offset 6145571. TrackNumber 1, keyframe 0
5297[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5298[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5299[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 12479, dts 12479, duration 21 at relative offset 29587 in cluster at offset 6145571. TrackNumber 2, keyframe 1
5300[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5301[hevc @ 00000187bb108280] Decoded frame with POC 536.
5302[hevc @ 00000187bb0b7680] Output frame with POC 540.
5303[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12500 at offset 6175587 bytes
5304[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 12500, dts 12500, duration 21 at relative offset 10 in cluster at offset 6175587. TrackNumber 2, keyframe 1
5305[matroska @ 00000187bb2b7680] Writing block of size 18419 with pts 21438, dts -103812, duration 42 at relative offset 436 in cluster at offset 6175587. TrackNumber 1, keyframe 0
5306[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5307[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5308[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 12523, dts 12523, duration 21 at relative offset 18863 in cluster at offset 6175587. TrackNumber 2, keyframe 1
5309[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5310[hevc @ 00000187bb0ba680] Output frame with POC 541.
5311[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12544 at offset 6194886 bytes
5312[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 12544, dts 12544, duration 21 at relative offset 10 in cluster at offset 6194886. TrackNumber 2, keyframe 1
5313[matroska @ 00000187bb2b7680] Writing block of size 1486 with pts 21396, dts -103770, duration 42 at relative offset 442 in cluster at offset 6194886. TrackNumber 1, keyframe 0
5314[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5315[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5316[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 12565, dts 12565, duration 21 at relative offset 1935 in cluster at offset 6194886. TrackNumber 2, keyframe 1
5317[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5318[hevc @ 00000187bb0b7280] Output frame with POC 542.
5319[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
5320[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12586 at offset 6197289 bytes
5321[matroska @ 00000187bb2b7680] Writing block of size 506 with pts 12586, dts 12586, duration 21 at relative offset 10 in cluster at offset 6197289. TrackNumber 2, keyframe 1
5322[matroska @ 00000187bb2b7680] Writing block of size 3451 with pts 21480, dts -103729, duration 42 at relative offset 523 in cluster at offset 6197289. TrackNumber 1, keyframe 0
5323[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5324[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5325[matroska @ 00000187bb2b7680] Writing block of size 550 with pts 12608, dts 12608, duration 21 at relative offset 3981 in cluster at offset 6197289. TrackNumber 2, keyframe 1
5326[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5327[hevc @ 00000187bb0b6e80] Output frame with POC 543.
5328[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
5329[hevc @ 00000187bb108c80] Decoded frame with POC 539.
5330[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12629 at offset 6201833 bytes
5331[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 12629, dts 12629, duration 21 at relative offset 10 in cluster at offset 6201833. TrackNumber 2, keyframe 1
5332[matroska @ 00000187bb2b7680] Writing block of size 22761 with pts 21688, dts -103687, duration 42 at relative offset 491 in cluster at offset 6201833. TrackNumber 1, keyframe 0
5333[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5334[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5335[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 12650, dts 12650, duration 21 at relative offset 23260 in cluster at offset 6201833. TrackNumber 2, keyframe 1
5336[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5337[hevc @ 00000187bb10aa80] Output frame with POC 544.
5338[hevc @ 00000187bb0b8a80] Decoded frame with POC 541.
5339[hevc @ 00000187bb0b8280] Decoded frame with POC 540.
5340[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12671 at offset 6225577 bytes
5341[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 12671, dts 12671, duration 21 at relative offset 10 in cluster at offset 6225577. TrackNumber 2, keyframe 1
5342[matroska @ 00000187bb2b7680] Writing block of size 28259 with pts 21605, dts -103645, duration 42 at relative offset 465 in cluster at offset 6225577. TrackNumber 1, keyframe 0
5343[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5344[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5345[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 12693, dts 12693, duration 21 at relative offset 28732 in cluster at offset 6225577. TrackNumber 2, keyframe 1
5346[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5347[hevc @ 00000187bb0529c0] Output frame with POC 545.
5348[hevc @ 00000187bb0b7680] Decoded frame with POC 543.
5349[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12714 at offset 6254781 bytes
5350[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 12714, dts 12714, duration 21 at relative offset 10 in cluster at offset 6254781. TrackNumber 2, keyframe 1
5351[matroska @ 00000187bb2b7680] Writing block of size 2664 with pts 21563, dts -103604, duration 42 at relative offset 475 in cluster at offset 6254781. TrackNumber 1, keyframe 0
5352[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5353[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5354[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 12735, dts 12735, duration 21 at relative offset 3146 in cluster at offset 6254781. TrackNumber 2, keyframe 1
5355[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5356[hevc @ 00000187bb0ba680] Decoded frame with POC 542.
5357[hevc @ 00000187bb052dc0] Output frame with POC 546.
5358[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
5359[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12756 at offset 6258369 bytes
5360[matroska @ 00000187bb2b7680] Writing block of size 370 with pts 12756, dts 12756, duration 21 at relative offset 10 in cluster at offset 6258369. TrackNumber 2, keyframe 1
5361[matroska @ 00000187bb2b7680] Writing block of size 12305 with pts 21647, dts -103562, duration 42 at relative offset 387 in cluster at offset 6258369. TrackNumber 1, keyframe 0
5362[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5363[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5364[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 12778, dts 12778, duration 21 at relative offset 12699 in cluster at offset 6258369. TrackNumber 2, keyframe 1
5365[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5366[hevc @ 00000187bb107780] Output frame with POC 547.
5367[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12799 at offset 6271515 bytes
5368[matroska @ 00000187bb2b7680] Writing block of size 377 with pts 12799, dts 12799, duration 21 at relative offset 10 in cluster at offset 6271515. TrackNumber 2, keyframe 1
5369[matroska @ 00000187bb2b7680] Writing block of size 12448 with pts 21855, dts -103520, duration 42 at relative offset 394 in cluster at offset 6271515. TrackNumber 1, keyframe 0
5370[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5371[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5372[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 12820, dts 12820, duration 21 at relative offset 12849 in cluster at offset 6271515. TrackNumber 2, keyframe 1
5373[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5374[hevc @ 00000187bb107b80] Output frame with POC 548.
5375[hevc @ 00000187bb0b7280] Decoded frame with POC 545.
5376[hevc @ 00000187bb0b6e80] Decoded frame with POC 544.
5377[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12841 at offset 6284770 bytes
5378[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 12841, dts 12841, duration 21 at relative offset 10 in cluster at offset 6284770. TrackNumber 2, keyframe 1
5379[matroska @ 00000187bb2b7680] Writing block of size 14139 with pts 21772, dts -103478, duration 42 at relative offset 433 in cluster at offset 6284770. TrackNumber 1, keyframe 0
5380[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5381[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5382[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 12864, dts 12864, duration 21 at relative offset 14579 in cluster at offset 6284770. TrackNumber 2, keyframe 1
5383[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5384[hevc @ 00000187bb108280] Output frame with POC 549.
5385[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
5386[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5387[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12885 at offset 6299745 bytes
5388[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 12885, dts 12885, duration 21 at relative offset 10 in cluster at offset 6299745. TrackNumber 2, keyframe 1
5389[matroska @ 00000187bb2b7680] Writing block of size 19953 with pts 21730, dts -103437, duration 42 at relative offset 424 in cluster at offset 6299745. TrackNumber 1, keyframe 0
5390[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5391[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5392[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 12906, dts 12906, duration 21 at relative offset 20385 in cluster at offset 6299745. TrackNumber 2, keyframe 1
5393[hevc @ 00000187bb108c80] Output frame with POC 550.
5394[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
5395[hevc @ 00000187bb10aa80] Decoded frame with POC 547.
5396[hevc @ 00000187bb0529c0] Decoded frame with POC 546.
5397[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12927 at offset 6320571 bytes
5398[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 12927, dts 12927, duration 21 at relative offset 10 in cluster at offset 6320571. TrackNumber 2, keyframe 1
5399[matroska @ 00000187bb2b7680] Writing block of size 7287 with pts 21813, dts -103395, duration 42 at relative offset 437 in cluster at offset 6320571. TrackNumber 1, keyframe 0
5400[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5401[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5402[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 12949, dts 12949, duration 21 at relative offset 7731 in cluster at offset 6320571. TrackNumber 2, keyframe 1
5403[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5404[hevc @ 00000187bb0b8a80] Output frame with POC 551.
5405[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 12970 at offset 6328748 bytes
5406[matroska @ 00000187bb2b7680] Writing block of size 493 with pts 12970, dts 12970, duration 21 at relative offset 10 in cluster at offset 6328748. TrackNumber 2, keyframe 1
5407[matroska @ 00000187bb2b7680] Writing block of size 40065 with pts 22022, dts -103353, duration 42 at relative offset 510 in cluster at offset 6328748. TrackNumber 1, keyframe 0
5408[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5409[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5410[matroska @ 00000187bb2b7680] Writing block of size 375 with pts 12991, dts 12991, duration 21 at relative offset 40583 in cluster at offset 6328748. TrackNumber 2, keyframe 1
5411[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5412[hevc @ 00000187bb0b8280] Output frame with POC 552.
5413[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
5414[hevc @ 00000187bb052dc0] Decoded frame with POC 549.
5415[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13012 at offset 6369720 bytes
5416[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 13012, dts 13012, duration 21 at relative offset 10 in cluster at offset 6369720. TrackNumber 2, keyframe 1
5417[matroska @ 00000187bb2b7680] Writing block of size 10725 with pts 21939, dts -103312, duration 42 at relative offset 410 in cluster at offset 6369720. TrackNumber 1, keyframe 0
5418[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5419[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5420[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 13035, dts 13035, duration 21 at relative offset 11142 in cluster at offset 6369720. TrackNumber 2, keyframe 1
5421[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5422[hevc @ 00000187bb0b7680] Output frame with POC 553.
5423[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
5424[hevc @ 00000187bb107780] Decoded frame with POC 548.
5425[hevc @ 00000187bb107b80] Decoded frame with POC 552.
5426[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13056 at offset 6381278 bytes
5427[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 13056, dts 13056, duration 21 at relative offset 10 in cluster at offset 6381278. TrackNumber 2, keyframe 1
5428[matroska @ 00000187bb2b7680] Writing block of size 6096 with pts 21897, dts -103270, duration 42 at relative offset 428 in cluster at offset 6381278. TrackNumber 1, keyframe 0
5429[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5430[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5431[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 13077, dts 13077, duration 21 at relative offset 6531 in cluster at offset 6381278. TrackNumber 2, keyframe 1
5432[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5433[hevc @ 00000187bb0ba680] Output frame with POC 554.
5434[hevc @ 00000187bb108280] Decoded frame with POC 551.
5435[hevc @ 00000187bb108c80] Decoded frame with POC 550.
5436[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13098 at offset 6388224 bytes
5437[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 13098, dts 13098, duration 21 at relative offset 10 in cluster at offset 6388224. TrackNumber 2, keyframe 1
5438[matroska @ 00000187bb2b7680] Writing block of size 11743 with pts 21980, dts -103228, duration 42 at relative offset 450 in cluster at offset 6388224. TrackNumber 1, keyframe 0
5439[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5440[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5441[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 13120, dts 13120, duration 21 at relative offset 12200 in cluster at offset 6388224. TrackNumber 2, keyframe 1
5442[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5443[hevc @ 00000187bb0b7280] Output frame with POC 555.
5444[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13141 at offset 6400834 bytes
5445[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 13141, dts 13141, duration 21 at relative offset 10 in cluster at offset 6400834. TrackNumber 2, keyframe 1
5446[matroska @ 00000187bb2b7680] Writing block of size 40721 with pts 22189, dts -103186, duration 42 at relative offset 436 in cluster at offset 6400834. TrackNumber 1, keyframe 0
5447[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5448[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5449[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 13162, dts 13162, duration 21 at relative offset 41165 in cluster at offset 6400834. TrackNumber 2, keyframe 1
5450[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5451[hevc @ 00000187bb0b6e80] Output frame with POC 556.
5452[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
5453[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13183 at offset 6442420 bytes
5454[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 13183, dts 13183, duration 21 at relative offset 10 in cluster at offset 6442420. TrackNumber 2, keyframe 1
5455[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5456[hevc @ 00000187bb10aa80] Output frame with POC 557.
5457[matroska @ 00000187bb2b7680] Writing block of size 26403 with pts 22105, dts -103145, duration 42 at relative offset 430 in cluster at offset 6442420. TrackNumber 1, keyframe 0
5458[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5459[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
5460[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13205 at offset 6469268 bytes
5461[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 13205, dts 13205, duration 21 at relative offset 10 in cluster at offset 6469268. TrackNumber 2, keyframe 1
5462[matroska @ 00000187bb2b7680] Writing block of size 7772 with pts 22064, dts -103103, duration 42 at relative offset 429 in cluster at offset 6469268. TrackNumber 1, keyframe 0
5463[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5464[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5465[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 13226, dts 13226, duration 21 at relative offset 8208 in cluster at offset 6469268. TrackNumber 2, keyframe 1
5466[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5467[hevc @ 00000187bb0529c0] Output frame with POC 558.
5468[hevc @ 00000187bb0b8a80] Decoded frame with POC 553.
5469[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13247 at offset 6477918 bytes
5470[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 13247, dts 13247, duration 21 at relative offset 10 in cluster at offset 6477918. TrackNumber 2, keyframe 1
5471[matroska @ 00000187bb2b7680] Writing block of size 7353 with pts 22147, dts -103061, duration 42 at relative offset 420 in cluster at offset 6477918. TrackNumber 1, keyframe 0
5472[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5473[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5474[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 13268, dts 13268, duration 21 at relative offset 7780 in cluster at offset 6477918. TrackNumber 2, keyframe 1
5475[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5476[hevc @ 00000187bb052dc0] Output frame with POC 559.
5477[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
5478[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13290 at offset 6486113 bytes
5479[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 13290, dts 13290, duration 21 at relative offset 10 in cluster at offset 6486113. TrackNumber 2, keyframe 1
5480[matroska @ 00000187bb2b7680] Writing block of size 35767 with pts 22356, dts -103020, duration 42 at relative offset 439 in cluster at offset 6486113. TrackNumber 1, keyframe 0
5481[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5482[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5483[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 13311, dts 13311, duration 21 at relative offset 36214 in cluster at offset 6486113. TrackNumber 2, keyframe 1
5484[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5485[hevc @ 00000187bb107780] Output frame with POC 560.
5486[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
5487[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13332 at offset 6522772 bytes
5488[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 13332, dts 13332, duration 21 at relative offset 10 in cluster at offset 6522772. TrackNumber 2, keyframe 1
5489[matroska @ 00000187bb2b7680] Writing block of size 22418 with pts 22272, dts -102978, duration 42 at relative offset 470 in cluster at offset 6522772. TrackNumber 1, keyframe 0
5490[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5491[hevc @ 00000187bb107b80] Output frame with POC 561.
5492[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5493[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5494[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 13353, dts 13353, duration 21 at relative offset 22896 in cluster at offset 6522772. TrackNumber 2, keyframe 1
5495[hevc @ 00000187bb0b8280] Decoded frame with POC 556.
5496[hevc @ 00000187bb0b7680] Decoded frame with POC 555.
5497[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13376 at offset 6546121 bytes
5498[matroska @ 00000187bb2b7680] Writing block of size 454 with pts 13376, dts 13376, duration 21 at relative offset 10 in cluster at offset 6546121. TrackNumber 2, keyframe 1
5499[matroska @ 00000187bb2b7680] Writing block of size 7156 with pts 22231, dts -102936, duration 42 at relative offset 471 in cluster at offset 6546121. TrackNumber 1, keyframe 0
5500[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5501[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5502[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 13397, dts 13397, duration 21 at relative offset 7634 in cluster at offset 6546121. TrackNumber 2, keyframe 1
5503[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5504[hevc @ 00000187bb108280] Output frame with POC 562.
5505[hevc @ 00000187bb0ba680] Decoded frame with POC 554.
5506[hevc @ 00000187bb0b7280] Decoded frame with POC 558.
5507[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5508[hevc @ 00000187bb108c80] Output frame with POC 563.
5509[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13418 at offset 6554185 bytes
5510[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 13418, dts 13418, duration 21 at relative offset 10 in cluster at offset 6554185. TrackNumber 2, keyframe 1
5511[matroska @ 00000187bb2b7680] Writing block of size 3554 with pts 22314, dts -102894, duration 42 at relative offset 438 in cluster at offset 6554185. TrackNumber 1, keyframe 0
5512[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5513[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5514[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 13439, dts 13439, duration 21 at relative offset 3999 in cluster at offset 6554185. TrackNumber 2, keyframe 1
5515[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
5516[hevc @ 00000187bb0b6e80] Decoded frame with POC 557.
5517[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13461 at offset 6558655 bytes
5518[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 13461, dts 13461, duration 21 at relative offset 10 in cluster at offset 6558655. TrackNumber 2, keyframe 1
5519[matroska @ 00000187bb2b7680] Writing block of size 42871 with pts 22523, dts -102853, duration 42 at relative offset 430 in cluster at offset 6558655. TrackNumber 1, keyframe 0
5520[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5521[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5522[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 13482, dts 13482, duration 21 at relative offset 43309 in cluster at offset 6558655. TrackNumber 2, keyframe 1
5523[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5524[hevc @ 00000187bb0b8a80] Output frame with POC 564.
5525[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13503 at offset 6602374 bytes
5526[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5527[hevc @ 00000187bb0b8280] Output frame with POC 565.
5528[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 13503, dts 13503, duration 21 at relative offset 10 in cluster at offset 6602374. TrackNumber 2, keyframe 1
5529[matroska @ 00000187bb2b7680] Writing block of size 22769 with pts 22439, dts -102811, duration 42 at relative offset 444 in cluster at offset 6602374. TrackNumber 1, keyframe 0
5530[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5531[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5532[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 13524, dts 13524, duration 21 at relative offset 23221 in cluster at offset 6602374. TrackNumber 2, keyframe 1
5533[hevc @ 00000187bb10aa80] Decoded frame with POC 559.
5534[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13547 at offset 6626024 bytes
5535[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 13547, dts 13547, duration 21 at relative offset 10 in cluster at offset 6626024. TrackNumber 2, keyframe 1
5536[matroska @ 00000187bb2b7680] Writing block of size 4589 with pts 22397, dts -102769, duration 42 at relative offset 433 in cluster at offset 6626024. TrackNumber 1, keyframe 0
5537[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5538[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5539[matroska @ 00000187bb2b7680] Writing block of size 545 with pts 13568, dts 13568, duration 21 at relative offset 5029 in cluster at offset 6626024. TrackNumber 2, keyframe 1
5540[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5541[hevc @ 00000187bb0b7680] Output frame with POC 566.
5542[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
5543[hevc @ 00000187bb0529c0] Decoded frame with POC 561.
5544[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13589 at offset 6631611 bytes
5545[matroska @ 00000187bb2b7680] Writing block of size 490 with pts 13589, dts 13589, duration 21 at relative offset 10 in cluster at offset 6631611. TrackNumber 2, keyframe 1
5546[matroska @ 00000187bb2b7680] Writing block of size 5698 with pts 22481, dts -102728, duration 42 at relative offset 507 in cluster at offset 6631611. TrackNumber 1, keyframe 0
5547[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5548[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5549[matroska @ 00000187bb2b7680] Writing block of size 478 with pts 13610, dts 13610, duration 21 at relative offset 6212 in cluster at offset 6631611. TrackNumber 2, keyframe 1
5550[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5551[hevc @ 00000187bb0ba680] Output frame with POC 567.
5552[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
5553[hevc @ 00000187bb052dc0] Decoded frame with POC 560.
5554[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13631 at offset 6638314 bytes
5555[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 13631, dts 13631, duration 21 at relative offset 10 in cluster at offset 6638314. TrackNumber 2, keyframe 1
5556[matroska @ 00000187bb2b7680] Writing block of size 49832 with pts 22689, dts -102686, duration 42 at relative offset 404 in cluster at offset 6638314. TrackNumber 1, keyframe 0
5557[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5558[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5559[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 13653, dts 13653, duration 21 at relative offset 50244 in cluster at offset 6638314. TrackNumber 2, keyframe 1
5560[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5561[hevc @ 00000187bb0b7280] Output frame with POC 568.
5562[hevc @ 00000187bb107780] Decoded frame with POC 564.
5563[hevc @ 00000187bb107b80] Decoded frame with POC 563.
5564[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13674 at offset 6688969 bytes
5565[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 13674, dts 13674, duration 21 at relative offset 10 in cluster at offset 6688969. TrackNumber 2, keyframe 1
5566[matroska @ 00000187bb2b7680] Writing block of size 26170 with pts 22606, dts -102644, duration 42 at relative offset 427 in cluster at offset 6688969. TrackNumber 1, keyframe 0
5567[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5568[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5569[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5570[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 13695, dts 13695, duration 21 at relative offset 26605 in cluster at offset 6688969. TrackNumber 2, keyframe 1
5571[hevc @ 00000187bb0b6e80] Output frame with POC 569.
5572[hevc @ 00000187bb108280] Decoded frame with POC 562.
5573[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13716 at offset 6716000 bytes
5574[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 13716, dts 13716, duration 21 at relative offset 10 in cluster at offset 6716000. TrackNumber 2, keyframe 1
5575[matroska @ 00000187bb2b7680] Writing block of size 8140 with pts 22564, dts -102603, duration 42 at relative offset 418 in cluster at offset 6716000. TrackNumber 1, keyframe 0
5576[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5577[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5578[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5579[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 13738, dts 13738, duration 21 at relative offset 8565 in cluster at offset 6716000. TrackNumber 2, keyframe 1
5580[hevc @ 00000187bb10aa80] Output frame with POC 570.
5581[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
5582[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13759 at offset 6724988 bytes
5583[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 13759, dts 13759, duration 21 at relative offset 10 in cluster at offset 6724988. TrackNumber 2, keyframe 1
5584[matroska @ 00000187bb2b7680] Writing block of size 8294 with pts 22648, dts -102561, duration 42 at relative offset 433 in cluster at offset 6724988. TrackNumber 1, keyframe 0
5585[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5586[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5587[matroska @ 00000187bb2b7680] Writing block of size 467 with pts 13780, dts 13780, duration 21 at relative offset 8734 in cluster at offset 6724988. TrackNumber 2, keyframe 1
5588[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5589[hevc @ 00000187bb0529c0] Output frame with POC 571.
5590[hevc @ 00000187bb108c80] Decoded frame with POC 565.
5591[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13801 at offset 6734202 bytes
5592[matroska @ 00000187bb2b7680] Writing block of size 513 with pts 13801, dts 13801, duration 21 at relative offset 10 in cluster at offset 6734202. TrackNumber 2, keyframe 1
5593[matroska @ 00000187bb2b7680] Writing block of size 46812 with pts 22856, dts -102519, duration 42 at relative offset 530 in cluster at offset 6734202. TrackNumber 1, keyframe 0
5594[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5595[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5596[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 13824, dts 13824, duration 21 at relative offset 47350 in cluster at offset 6734202. TrackNumber 2, keyframe 1
5597[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5598[hevc @ 00000187bb052dc0] Output frame with POC 572.
5599[hevc @ 00000187bb0b8a80] Decoded frame with POC 567.
5600[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13845 at offset 6781961 bytes
5601[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 13845, dts 13845, duration 21 at relative offset 10 in cluster at offset 6781961. TrackNumber 2, keyframe 1
5602[matroska @ 00000187bb2b7680] Writing block of size 26072 with pts 22773, dts -102477, duration 42 at relative offset 404 in cluster at offset 6781961. TrackNumber 1, keyframe 0
5603[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5604[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5605[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 13866, dts 13866, duration 21 at relative offset 26484 in cluster at offset 6781961. TrackNumber 2, keyframe 1
5606[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5607[hevc @ 00000187bb107780] Output frame with POC 573.
5608[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
5609[hevc @ 00000187bb0b8280] Decoded frame with POC 566.
5610[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13887 at offset 6808856 bytes
5611[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 13887, dts 13887, duration 21 at relative offset 10 in cluster at offset 6808856. TrackNumber 2, keyframe 1
5612[matroska @ 00000187bb2b7680] Writing block of size 8273 with pts 22731, dts -102436, duration 42 at relative offset 429 in cluster at offset 6808856. TrackNumber 1, keyframe 0
5613[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5614[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5615[hevc @ 00000187bb107b80] Output frame with POC 574.
5616[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5617[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 13909, dts 13909, duration 21 at relative offset 8709 in cluster at offset 6808856. TrackNumber 2, keyframe 1
5618[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
5619[hevc @ 00000187bb0b7680] Decoded frame with POC 568.
5620[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5621[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13930 at offset 6818006 bytes
5622[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 13930, dts 13930, duration 21 at relative offset 10 in cluster at offset 6818006. TrackNumber 2, keyframe 1
5623[matroska @ 00000187bb2b7680] Writing block of size 4339 with pts 22814, dts -102394, duration 42 at relative offset 447 in cluster at offset 6818006. TrackNumber 1, keyframe 0
5624[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5625[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5626[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 13951, dts 13951, duration 21 at relative offset 4793 in cluster at offset 6818006. TrackNumber 2, keyframe 1
5627[hevc @ 00000187bb108280] Output frame with POC 575.
5628[hevc @ 00000187bb0ba680] Decoded frame with POC 572.
5629[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 13972 at offset 6823234 bytes
5630[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 13972, dts 13972, duration 21 at relative offset 10 in cluster at offset 6823234. TrackNumber 2, keyframe 1
5631[matroska @ 00000187bb2b7680] Writing block of size 39422 with pts 23023, dts -102352, duration 42 at relative offset 445 in cluster at offset 6823234. TrackNumber 1, keyframe 0
5632[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5633[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5634[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 13995, dts 13995, duration 21 at relative offset 39875 in cluster at offset 6823234. TrackNumber 2, keyframe 1
5635[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5636[hevc @ 00000187bb108c80] Output frame with POC 576.
5637[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
5638[hevc @ 00000187bb0b7280] Decoded frame with POC 570.
5639[hevc @ 00000187bb0b6e80] Decoded frame with POC 569.
5640[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14016 at offset 6863509 bytes
5641[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 14016, dts 14016, duration 21 at relative offset 10 in cluster at offset 6863509. TrackNumber 2, keyframe 1
5642[matroska @ 00000187bb2b7680] Writing block of size 24734 with pts 22940, dts -102311, duration 42 at relative offset 453 in cluster at offset 6863509. TrackNumber 1, keyframe 0
5643[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5644[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5645[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 14037, dts 14037, duration 21 at relative offset 25195 in cluster at offset 6863509. TrackNumber 2, keyframe 1
5646[hevc @ 00000187bb10aa80] Decoded frame with POC 571.
5647[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5648[hevc @ 00000187bb0b8a80] Output frame with POC 577.
5649[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
5650[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14058 at offset 6889120 bytes
5651[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 14058, dts 14058, duration 21 at relative offset 10 in cluster at offset 6889120. TrackNumber 2, keyframe 1
5652[matroska @ 00000187bb2b7680] Writing block of size 4763 with pts 22898, dts -102269, duration 42 at relative offset 407 in cluster at offset 6889120. TrackNumber 1, keyframe 0
5653[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5654[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5655[hevc @ 00000187bb0b8280] Output frame with POC 578.
5656[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14080 at offset 6894303 bytes
5657[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 14080, dts 14080, duration 21 at relative offset 10 in cluster at offset 6894303. TrackNumber 2, keyframe 1
5658[matroska @ 00000187bb2b7680] Writing block of size 2344 with pts 22981, dts -102227, duration 42 at relative offset 456 in cluster at offset 6894303. TrackNumber 1, keyframe 0
5659[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5660[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5661[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 14101, dts 14101, duration 21 at relative offset 2807 in cluster at offset 6894303. TrackNumber 2, keyframe 1
5662[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5663[hevc @ 00000187bb0b7680] Output frame with POC 579.
5664[hevc @ 00000187bb0529c0] Decoded frame with POC 573.
5665[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14122 at offset 6897520 bytes
5666[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 14122, dts 14122, duration 21 at relative offset 10 in cluster at offset 6897520. TrackNumber 2, keyframe 1
5667[matroska @ 00000187bb2b7680] Writing block of size 42649 with pts 23190, dts -102185, duration 42 at relative offset 431 in cluster at offset 6897520. TrackNumber 1, keyframe 0
5668[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5669[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5670[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 14143, dts 14143, duration 21 at relative offset 43088 in cluster at offset 6897520. TrackNumber 2, keyframe 1
5671[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5672[hevc @ 00000187bb0ba680] Output frame with POC 580.
5673[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
5674[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14166 at offset 6941032 bytes
5675[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 14166, dts 14166, duration 21 at relative offset 10 in cluster at offset 6941032. TrackNumber 2, keyframe 1
5676[matroska @ 00000187bb2b7680] Writing block of size 26055 with pts 23106, dts -102144, duration 42 at relative offset 450 in cluster at offset 6941032. TrackNumber 1, keyframe 0
5677[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5678[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5679[matroska @ 00000187bb2b7680] Writing block of size 488 with pts 14187, dts 14187, duration 21 at relative offset 26513 in cluster at offset 6941032. TrackNumber 2, keyframe 1
5680[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5681[hevc @ 00000187bb0b7280] Output frame with POC 581.
5682[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
5683[hevc @ 00000187bb052dc0] Decoded frame with POC 575.
5684[hevc @ 00000187bb107780] Decoded frame with POC 574.
5685[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14208 at offset 6968047 bytes
5686[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 14208, dts 14208, duration 21 at relative offset 10 in cluster at offset 6968047. TrackNumber 2, keyframe 1
5687[matroska @ 00000187bb2b7680] Writing block of size 6097 with pts 23065, dts -102102, duration 42 at relative offset 487 in cluster at offset 6968047. TrackNumber 1, keyframe 0
5688[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5689[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5690[matroska @ 00000187bb2b7680] Writing block of size 450 with pts 14229, dts 14229, duration 21 at relative offset 6591 in cluster at offset 6968047. TrackNumber 2, keyframe 1
5691[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5692[hevc @ 00000187bb0b6e80] Output frame with POC 582.
5693[hevc @ 00000187bb107b80] Decoded frame with POC 578.
5694[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14251 at offset 6975101 bytes
5695[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 14251, dts 14251, duration 21 at relative offset 10 in cluster at offset 6975101. TrackNumber 2, keyframe 1
5696[matroska @ 00000187bb2b7680] Writing block of size 2183 with pts 23148, dts -102060, duration 42 at relative offset 460 in cluster at offset 6975101. TrackNumber 1, keyframe 0
5697[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5698[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5699[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 14272, dts 14272, duration 21 at relative offset 2650 in cluster at offset 6975101. TrackNumber 2, keyframe 1
5700[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5701[hevc @ 00000187bb10aa80] Output frame with POC 583.
5702[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
5703[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14293 at offset 6978161 bytes
5704[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 14293, dts 14293, duration 21 at relative offset 10 in cluster at offset 6978161. TrackNumber 2, keyframe 1
5705[matroska @ 00000187bb2b7680] Writing block of size 43914 with pts 23357, dts -102019, duration 42 at relative offset 428 in cluster at offset 6978161. TrackNumber 1, keyframe 0
5706[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5707[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5708[matroska @ 00000187bb2b7680] Writing block of size 510 with pts 14314, dts 14314, duration 21 at relative offset 44350 in cluster at offset 6978161. TrackNumber 2, keyframe 1
5709[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5710[hevc @ 00000187bb108280] Decoded frame with POC 577.
5711[hevc @ 00000187bb0529c0] Output frame with POC 584.
5712[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
5713[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14336 at offset 7023035 bytes
5714[matroska @ 00000187bb2b7680] Writing block of size 510 with pts 14336, dts 14336, duration 21 at relative offset 10 in cluster at offset 7023035. TrackNumber 2, keyframe 1
5715[matroska @ 00000187bb2b7680] Writing block of size 26030 with pts 23273, dts -101977, duration 42 at relative offset 527 in cluster at offset 7023035. TrackNumber 1, keyframe 0
5716[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5717[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5718[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 14357, dts 14357, duration 21 at relative offset 26565 in cluster at offset 7023035. TrackNumber 2, keyframe 1
5719[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5720[hevc @ 00000187bb108c80] Decoded frame with POC 576.
5721[hevc @ 00000187bb052dc0] Output frame with POC 585.
5722[hevc @ 00000187bb0b8a80] Decoded frame with POC 579.
5723[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14378 at offset 7050021 bytes
5724[matroska @ 00000187bb2b7680] Writing block of size 471 with pts 14378, dts 14378, duration 21 at relative offset 10 in cluster at offset 7050021. TrackNumber 2, keyframe 1
5725[matroska @ 00000187bb2b7680] Writing block of size 6563 with pts 23232, dts -101935, duration 42 at relative offset 488 in cluster at offset 7050021. TrackNumber 1, keyframe 0
5726[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5727[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5728[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5729[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 14399, dts 14399, duration 21 at relative offset 7058 in cluster at offset 7050021. TrackNumber 2, keyframe 1
5730[hevc @ 00000187bb107780] Output frame with POC 586.
5731[hevc @ 00000187bb0b8280] Decoded frame with POC 581.
5732[hevc @ 00000187bb0b7680] Decoded frame with POC 580.
5733[hevc @ 00000187bb0ba680] Decoded frame with POC 582.
5734[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14421 at offset 7057501 bytes
5735[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 14421, dts 14421, duration 21 at relative offset 10 in cluster at offset 7057501. TrackNumber 2, keyframe 1
5736[matroska @ 00000187bb2b7680] Writing block of size 2839 with pts 23315, dts -101893, duration 42 at relative offset 432 in cluster at offset 7057501. TrackNumber 1, keyframe 0
5737[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5738[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5739[matroska @ 00000187bb2b7680] Writing block of size 492 with pts 14442, dts 14442, duration 21 at relative offset 3278 in cluster at offset 7057501. TrackNumber 2, keyframe 1
5740[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5741[hevc @ 00000187bb107b80] Output frame with POC 587.
5742[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
5743[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14463 at offset 7061284 bytes
5744[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 14463, dts 14463, duration 21 at relative offset 10 in cluster at offset 7061284. TrackNumber 2, keyframe 1
5745[matroska @ 00000187bb2b7680] Writing block of size 40913 with pts 23524, dts -101852, duration 42 at relative offset 404 in cluster at offset 7061284. TrackNumber 1, keyframe 0
5746[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5747[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5748[matroska @ 00000187bb2b7680] Writing block of size 380 with pts 14484, dts 14484, duration 21 at relative offset 41325 in cluster at offset 7061284. TrackNumber 2, keyframe 1
5749[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5750[hevc @ 00000187bb108280] Output frame with POC 588.
5751[hevc @ 00000187bb0b7280] Decoded frame with POC 585.
5752[hevc @ 00000187bb108c80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
5753[hevc @ 00000187bb108c80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
5754[hevc @ 00000187bb108c80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
5755[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14507 at offset 7103003 bytes
5756[hevc @ 00000187bb108c80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
5757[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 14507, dts 14507, duration 21 at relative offset 10 in cluster at offset 7103003. TrackNumber 2, keyframe 1
5758[hevc @ 00000187bb108c80] Decoding VPS
5759[matroska @ 00000187bb2b7680] Writing block of size 28169 with pts 23440, dts -101810, duration 42 at relative offset 414 in cluster at offset 7103003. TrackNumber 1, keyframe 0
5760[hevc @ 00000187bb108c80] Main 10 profile bitstream
5761[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5762[hevc @ 00000187bb108c80] Decoding SPS
5763[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5764[hevc @ 00000187bb108c80] Main 10 profile bitstream
5765[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 14528, dts 14528, duration 21 at relative offset 28591 in cluster at offset 7103003. TrackNumber 2, keyframe 1
5766[hevc @ 00000187bb108c80] Decoding VUI
5767[hevc @ 00000187bb108c80] Decoding PPS
5768[hevc @ 00000187bb108c80] Output frame with POC 589.
5769[hevc @ 00000187bb0b6e80] Decoded frame with POC 584.
5770[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14549 at offset 7132012 bytes
5771[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 14549, dts 14549, duration 21 at relative offset 10 in cluster at offset 7132012. TrackNumber 2, keyframe 1
5772[matroska @ 00000187bb2b7680] Writing block of size 3812 with pts 23398, dts -101768, duration 42 at relative offset 439 in cluster at offset 7132012. TrackNumber 1, keyframe 0
5773[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5774[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5775[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 14570, dts 14570, duration 21 at relative offset 4258 in cluster at offset 7132012. TrackNumber 2, keyframe 1
5776[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5777[hevc @ 00000187bb0b8a80] Output frame with POC 590.
5778[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
5779[hevc @ 00000187bb10aa80] Decoded frame with POC 583.
5780[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14592 at offset 7136729 bytes
5781[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 14592, dts 14592, duration 21 at relative offset 10 in cluster at offset 7136729. TrackNumber 2, keyframe 1
5782[matroska @ 00000187bb2b7680] Writing block of size 2003 with pts 23482, dts -101727, duration 42 at relative offset 403 in cluster at offset 7136729. TrackNumber 1, keyframe 0
5783[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5784[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5785[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 14613, dts 14613, duration 21 at relative offset 2413 in cluster at offset 7136729. TrackNumber 2, keyframe 1
5786[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5787[hevc @ 00000187bb0b8280] Output frame with POC 591.
5788[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
5789[hevc @ 00000187bb0529c0] Decoded frame with POC 589.
5790[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14634 at offset 7139546 bytes
5791[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 14634, dts 14634, duration 21 at relative offset 10 in cluster at offset 7139546. TrackNumber 2, keyframe 1
5792[matroska @ 00000187bb2b7680] Writing block of size 23460 with pts 23690, dts -101685, duration 42 at relative offset 426 in cluster at offset 7139546. TrackNumber 1, keyframe 0
5793[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5794[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5795[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 14655, dts 14655, duration 21 at relative offset 23894 in cluster at offset 7139546. TrackNumber 2, keyframe 1
5796[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5797[hevc @ 00000187bb0b7680] Output frame with POC 592.
5798[hevc @ 00000187bb052dc0] Decoded frame with POC 587.
5799[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14678 at offset 7163893 bytes
5800[matroska @ 00000187bb2b7680] Writing block of size 484 with pts 14678, dts 14678, duration 21 at relative offset 10 in cluster at offset 7163893. TrackNumber 2, keyframe 1
5801[matroska @ 00000187bb2b7680] Writing block of size 26036 with pts 23607, dts -101643, duration 42 at relative offset 501 in cluster at offset 7163893. TrackNumber 1, keyframe 0
5802[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5803[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5804[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 14699, dts 14699, duration 21 at relative offset 26545 in cluster at offset 7163893. TrackNumber 2, keyframe 1
5805[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5806[hevc @ 00000187bb0ba680] Output frame with POC 593.
5807[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14720 at offset 7190910 bytes
5808[matroska @ 00000187bb2b7680] Writing block of size 472 with pts 14720, dts 14720, duration 21 at relative offset 10 in cluster at offset 7190910. TrackNumber 2, keyframe 1
5809[matroska @ 00000187bb2b7680] Writing block of size 4248 with pts 23565, dts -101602, duration 42 at relative offset 489 in cluster at offset 7190910. TrackNumber 1, keyframe 0
5810[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5811[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5812[matroska @ 00000187bb2b7680] Writing block of size 449 with pts 14741, dts 14741, duration 21 at relative offset 4744 in cluster at offset 7190910. TrackNumber 2, keyframe 1
5813[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5814[hevc @ 00000187bb0b7280] Output frame with POC 594.
5815[hevc @ 00000187bb107780] Decoded frame with POC 586.
5816[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
5817[hevc @ 00000187bb107b80] Decoded frame with POC 588.
5818[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14763 at offset 7196116 bytes
5819[matroska @ 00000187bb2b7680] Writing block of size 380 with pts 14763, dts 14763, duration 21 at relative offset 10 in cluster at offset 7196116. TrackNumber 2, keyframe 1
5820[matroska @ 00000187bb2b7680] Writing block of size 21703 with pts 23649, dts -101560, duration 42 at relative offset 397 in cluster at offset 7196116. TrackNumber 1, keyframe 0
5821[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5822[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5823[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 14784, dts 14784, duration 21 at relative offset 22108 in cluster at offset 7196116. TrackNumber 2, keyframe 1
5824[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5825[hevc @ 00000187bb0b6e80] Output frame with POC 595.
5826[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14805 at offset 7218628 bytes
5827[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 14805, dts 14805, duration 21 at relative offset 10 in cluster at offset 7218628. TrackNumber 2, keyframe 1
5828[matroska @ 00000187bb2b7680] Writing block of size 22367 with pts 23857, dts -101518, duration 42 at relative offset 427 in cluster at offset 7218628. TrackNumber 1, keyframe 0
5829[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5830[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5831[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 14826, dts 14826, duration 21 at relative offset 22802 in cluster at offset 7218628. TrackNumber 2, keyframe 1
5832[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5833[hevc @ 00000187bb10aa80] Output frame with POC 596.
5834[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14848 at offset 7241852 bytes
5835[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 14848, dts 14848, duration 21 at relative offset 10 in cluster at offset 7241852. TrackNumber 2, keyframe 1
5836[matroska @ 00000187bb2b7680] Writing block of size 12343 with pts 23774, dts -101476, duration 42 at relative offset 416 in cluster at offset 7241852. TrackNumber 1, keyframe 0
5837[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5838[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5839[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 14869, dts 14869, duration 21 at relative offset 12766 in cluster at offset 7241852. TrackNumber 2, keyframe 1
5840[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5841[hevc @ 00000187bb0529c0] Output frame with POC 597.
5842[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
5843[hevc @ 00000187bb108280] Decoded frame with POC 590.
5844[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14890 at offset 7255071 bytes
5845[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 14890, dts 14890, duration 21 at relative offset 10 in cluster at offset 7255071. TrackNumber 2, keyframe 1
5846[matroska @ 00000187bb2b7680] Writing block of size 3924 with pts 23732, dts -101435, duration 42 at relative offset 464 in cluster at offset 7255071. TrackNumber 1, keyframe 0
5847[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5848[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5849[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 14911, dts 14911, duration 21 at relative offset 4395 in cluster at offset 7255071. TrackNumber 2, keyframe 1
5850[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5851[hevc @ 00000187bb052dc0] Output frame with POC 598.
5852[hevc @ 00000187bb108c80] Decoded frame with POC 591.
5853[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
5854[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14932 at offset 7259881 bytes
5855[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 14932, dts 14932, duration 21 at relative offset 10 in cluster at offset 7259881. TrackNumber 2, keyframe 1
5856[matroska @ 00000187bb2b7680] Writing block of size 5083 with pts 23815, dts -101393, duration 42 at relative offset 410 in cluster at offset 7259881. TrackNumber 1, keyframe 0
5857[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
5858[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5859[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 14953, dts 14953, duration 21 at relative offset 5500 in cluster at offset 7259881. TrackNumber 2, keyframe 1
5860[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5861[hevc @ 00000187bb107780] Output frame with POC 599.
5862[hevc @ 00000187bb0b8a80] Decoded frame with POC 594.
5863[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 14977 at offset 7265801 bytes
5864[matroska @ 00000187bb2b7680] Writing block of size 524 with pts 14977, dts 14977, duration 21 at relative offset 10 in cluster at offset 7265801. TrackNumber 2, keyframe 1
5865[matroska @ 00000187bb2b7680] Writing block of size 40655 with pts 24024, dts -101351, duration 42 at relative offset 541 in cluster at offset 7265801. TrackNumber 1, keyframe 0
5866[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5867[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5868[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 14998, dts 14998, duration 21 at relative offset 41204 in cluster at offset 7265801. TrackNumber 2, keyframe 1
5869[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5870[hevc @ 00000187bb107b80] Output frame with POC 600.
5871[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
5872[hevc @ 00000187bb0b8280] Decoded frame with POC 593.
5873[hevc @ 00000187bb0b7680] Decoded frame with POC 592.
5874[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15019 at offset 7307417 bytes
5875[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 15019, dts 15019, duration 21 at relative offset 10 in cluster at offset 7307417. TrackNumber 2, keyframe 1
5876[matroska @ 00000187bb2b7680] Writing block of size 32362 with pts 23941, dts -101310, duration 42 at relative offset 419 in cluster at offset 7307417. TrackNumber 1, keyframe 0
5877[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5878[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5879[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5880[matroska @ 00000187bb2b7680] Writing block of size 441 with pts 15040, dts 15040, duration 21 at relative offset 32789 in cluster at offset 7307417. TrackNumber 2, keyframe 1
5881[hevc @ 00000187bb108280] Output frame with POC 601.
5882[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
5883[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15062 at offset 7340661 bytes
5884[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 15062, dts 15062, duration 21 at relative offset 10 in cluster at offset 7340661. TrackNumber 2, keyframe 1
5885[matroska @ 00000187bb2b7680] Writing block of size 6943 with pts 23899, dts -101268, duration 42 at relative offset 421 in cluster at offset 7340661. TrackNumber 1, keyframe 0
5886[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5887[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5888[hevc @ 00000187bb108c80] Output frame with POC 602.
5889[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15083 at offset 7348038 bytes
5890[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 15083, dts 15083, duration 21 at relative offset 10 in cluster at offset 7348038. TrackNumber 2, keyframe 1
5891[matroska @ 00000187bb2b7680] Writing block of size 13818 with pts 23982, dts -101226, duration 42 at relative offset 426 in cluster at offset 7348038. TrackNumber 1, keyframe 0
5892[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5893[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5894[matroska @ 00000187bb2b7680] Writing block of size 486 with pts 15104, dts 15104, duration 21 at relative offset 14251 in cluster at offset 7348038. TrackNumber 2, keyframe 1
5895[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5896[hevc @ 00000187bb0b8a80] Output frame with POC 603.
5897[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15125 at offset 7362788 bytes
5898[hevc @ 00000187bb0ba680] Decoded frame with POC 598.
5899[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 15125, dts 15125, duration 21 at relative offset 10 in cluster at offset 7362788. TrackNumber 2, keyframe 1
5900[matroska @ 00000187bb2b7680] Writing block of size 27995 with pts 24191, dts -101184, duration 42 at relative offset 426 in cluster at offset 7362788. TrackNumber 1, keyframe 0
5901[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5902[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5903[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 15147, dts 15147, duration 21 at relative offset 28429 in cluster at offset 7362788. TrackNumber 2, keyframe 1
5904[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5905[hevc @ 00000187bb0b8280] Output frame with POC 604.
5906[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
5907[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15168 at offset 7391630 bytes
5908[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 15168, dts 15168, duration 21 at relative offset 10 in cluster at offset 7391630. TrackNumber 2, keyframe 1
5909[matroska @ 00000187bb2b7680] Writing block of size 12398 with pts 24107, dts -101143, duration 42 at relative offset 428 in cluster at offset 7391630. TrackNumber 1, keyframe 0
5910[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5911[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5912[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5913[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 15189, dts 15189, duration 21 at relative offset 12833 in cluster at offset 7391630. TrackNumber 2, keyframe 1
5914[hevc @ 00000187bb0b7680] Output frame with POC 605.
5915[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
5916[hevc @ 00000187bb0b7280] Decoded frame with POC 596.
5917[hevc @ 00000187bb10aa80] Decoded frame with POC 597.
5918[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15210 at offset 7404887 bytes
5919[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 15210, dts 15210, duration 21 at relative offset 10 in cluster at offset 7404887. TrackNumber 2, keyframe 1
5920[matroska @ 00000187bb2b7680] Writing block of size 9050 with pts 24066, dts -101101, duration 42 at relative offset 464 in cluster at offset 7404887. TrackNumber 1, keyframe 0
5921[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5922[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5923[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 15232, dts 15232, duration 21 at relative offset 9521 in cluster at offset 7404887. TrackNumber 2, keyframe 1
5924[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5925[hevc @ 00000187bb0b6e80] Decoded frame with POC 595.
5926[hevc @ 00000187bb0ba680] Output frame with POC 606.
5927[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15253 at offset 7414834 bytes
5928[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 15253, dts 15253, duration 21 at relative offset 10 in cluster at offset 7414834. TrackNumber 2, keyframe 1
5929[matroska @ 00000187bb2b7680] Writing block of size 5756 with pts 24149, dts -101059, duration 42 at relative offset 468 in cluster at offset 7414834. TrackNumber 1, keyframe 0
5930[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5931[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5932[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5933[matroska @ 00000187bb2b7680] Writing block of size 518 with pts 15274, dts 15274, duration 21 at relative offset 6231 in cluster at offset 7414834. TrackNumber 2, keyframe 1
5934[hevc @ 00000187bb0b7280] Output frame with POC 607.
5935[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
5936[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15295 at offset 7421596 bytes
5937[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 15295, dts 15295, duration 21 at relative offset 10 in cluster at offset 7421596. TrackNumber 2, keyframe 1
5938[matroska @ 00000187bb2b7680] Writing block of size 25361 with pts 24358, dts -101018, duration 42 at relative offset 433 in cluster at offset 7421596. TrackNumber 1, keyframe 0
5939[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
5940[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5941[matroska @ 00000187bb2b7680] Writing block of size 379 with pts 15318, dts 15318, duration 21 at relative offset 25802 in cluster at offset 7421596. TrackNumber 2, keyframe 1
5942[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5943[hevc @ 00000187bb0b6e80] Output frame with POC 608.
5944[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
5945[hevc @ 00000187bb0529c0] Decoded frame with POC 600.
5946[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15339 at offset 7447791 bytes
5947[matroska @ 00000187bb2b7680] Writing block of size 385 with pts 15339, dts 15339, duration 21 at relative offset 10 in cluster at offset 7447791. TrackNumber 2, keyframe 1
5948[matroska @ 00000187bb2b7680] Writing block of size 14222 with pts 24274, dts -100976, duration 42 at relative offset 402 in cluster at offset 7447791. TrackNumber 1, keyframe 0
5949[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5950[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5951[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 15360, dts 15360, duration 21 at relative offset 14631 in cluster at offset 7447791. TrackNumber 2, keyframe 1
5952[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5953[hevc @ 00000187bb052dc0] Decoded frame with POC 599.
5954[hevc @ 00000187bb10aa80] Output frame with POC 609.
5955[hevc @ 00000187bb107780] Decoded frame with POC 604.
5956[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15381 at offset 7462822 bytes
5957[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 15381, dts 15381, duration 21 at relative offset 10 in cluster at offset 7462822. TrackNumber 2, keyframe 1
5958[matroska @ 00000187bb2b7680] Writing block of size 9941 with pts 24233, dts -100934, duration 42 at relative offset 417 in cluster at offset 7462822. TrackNumber 1, keyframe 0
5959[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5960[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5961[matroska @ 00000187bb2b7680] Writing block of size 388 with pts 15403, dts 15403, duration 21 at relative offset 10365 in cluster at offset 7462822. TrackNumber 2, keyframe 1
5962[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5963[hevc @ 00000187bb0529c0] Output frame with POC 610.
5964[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15424 at offset 7473588 bytes
5965[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 15424, dts 15424, duration 21 at relative offset 10 in cluster at offset 7473588. TrackNumber 2, keyframe 1
5966[matroska @ 00000187bb2b7680] Writing block of size 6110 with pts 24316, dts -100892, duration 42 at relative offset 419 in cluster at offset 7473588. TrackNumber 1, keyframe 0
5967[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5968[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5969[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 15445, dts 15445, duration 21 at relative offset 6536 in cluster at offset 7473588. TrackNumber 2, keyframe 1
5970[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
5971[hevc @ 00000187bb052dc0] Output frame with POC 611.
5972[hevc @ 00000187bb107b80] Decoded frame with POC 602.
5973[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
5974[hevc @ 00000187bb108c80] Decoded frame with POC 603.
5975[hevc @ 00000187bb108280] Decoded frame with POC 601.
5976[hevc @ 00000187bb0b8a80] Decoded frame with POC 605.
5977[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15466 at offset 7480561 bytes
5978[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 15466, dts 15466, duration 21 at relative offset 10 in cluster at offset 7480561. TrackNumber 2, keyframe 1
5979[matroska @ 00000187bb2b7680] Writing block of size 47333 with pts 24525, dts -100851, duration 42 at relative offset 448 in cluster at offset 7480561. TrackNumber 1, keyframe 0
5980[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5981[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5982[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 15488, dts 15488, duration 21 at relative offset 47789 in cluster at offset 7480561. TrackNumber 2, keyframe 1
5983[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5984[hevc @ 00000187bb107780] Output frame with POC 612.
5985[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15509 at offset 7528789 bytes
5986[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 15509, dts 15509, duration 21 at relative offset 10 in cluster at offset 7528789. TrackNumber 2, keyframe 1
5987[matroska @ 00000187bb2b7680] Writing block of size 23786 with pts 24441, dts -100809, duration 42 at relative offset 464 in cluster at offset 7528789. TrackNumber 1, keyframe 0
5988[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5989[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
5990[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
5991[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 15530, dts 15530, duration 21 at relative offset 24258 in cluster at offset 7528789. TrackNumber 2, keyframe 1
5992[hevc @ 00000187bb107b80] Output frame with POC 613.
5993[hevc @ 00000187bb0b8280] Decoded frame with POC 609.
5994[hevc @ 00000187bb0b7680] Decoded frame with POC 607.
5995[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15551 at offset 7553506 bytes
5996[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 15551, dts 15551, duration 21 at relative offset 10 in cluster at offset 7553506. TrackNumber 2, keyframe 1
5997[matroska @ 00000187bb2b7680] Writing block of size 17620 with pts 24399, dts -100767, duration 42 at relative offset 468 in cluster at offset 7553506. TrackNumber 1, keyframe 0
5998[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
5999[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6000[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 15573, dts 15573, duration 21 at relative offset 18096 in cluster at offset 7553506. TrackNumber 2, keyframe 1
6001[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6002[hevc @ 00000187bb108280] Output frame with POC 614.
6003[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
6004[hevc @ 00000187bb0ba680] Decoded frame with POC 606.
6005[hevc @ 00000187bb0b7280] Decoded frame with POC 608.
6006[hevc @ 00000187bb0b6e80] Decoded frame with POC 611.
6007[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15594 at offset 7572058 bytes
6008[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 15594, dts 15594, duration 21 at relative offset 10 in cluster at offset 7572058. TrackNumber 2, keyframe 1
6009[matroska @ 00000187bb2b7680] Writing block of size 25244 with pts 24483, dts -100726, duration 42 at relative offset 435 in cluster at offset 7572058. TrackNumber 1, keyframe 0
6010[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6011[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6012[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 15615, dts 15615, duration 21 at relative offset 25687 in cluster at offset 7572058. TrackNumber 2, keyframe 1
6013[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6014[hevc @ 00000187bb108c80] Output frame with POC 615.
6015[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
6016[hevc @ 00000187bb10aa80] Decoded frame with POC 610.
6017[hevc @ 00000187bb0529c0] Decoded frame with POC 615.
6018[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15636 at offset 7598157 bytes
6019[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 15636, dts 15636, duration 21 at relative offset 10 in cluster at offset 7598157. TrackNumber 2, keyframe 1
6020[matroska @ 00000187bb2b7680] Writing block of size 54196 with pts 24691, dts -100684, duration 42 at relative offset 433 in cluster at offset 7598157. TrackNumber 1, keyframe 0
6021[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6022[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6023[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6024[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 15659, dts 15659, duration 21 at relative offset 54637 in cluster at offset 7598157. TrackNumber 2, keyframe 1
6025[hevc @ 00000187bb0b8a80] Output frame with POC 616.
6026[hevc @ 00000187bb052dc0] Decoded frame with POC 613.
6027[hevc @ 00000187bb107b80] Decoded frame with POC 614.
6028[hevc @ 00000187bb107780] Decoded frame with POC 612.
6029[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6030[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15680 at offset 7653245 bytes
6031[matroska @ 00000187bb2b7680] Writing block of size 479 with pts 15680, dts 15680, duration 21 at relative offset 10 in cluster at offset 7653245. TrackNumber 2, keyframe 1
6032[matroska @ 00000187bb2b7680] Writing block of size 27448 with pts 24608, dts -100642, duration 42 at relative offset 496 in cluster at offset 7653245. TrackNumber 1, keyframe 0
6033[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6034[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6035[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 15701, dts 15701, duration 21 at relative offset 27952 in cluster at offset 7653245. TrackNumber 2, keyframe 1
6036[hevc @ 00000187bb0b8280] Output frame with POC 617.
6037[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15722 at offset 7681622 bytes
6038[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 15722, dts 15722, duration 21 at relative offset 10 in cluster at offset 7681622. TrackNumber 2, keyframe 1
6039[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6040[matroska @ 00000187bb2b7680] Writing block of size 13634 with pts 24566, dts -100601, duration 42 at relative offset 432 in cluster at offset 7681622. TrackNumber 1, keyframe 0
6041[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6042[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6043[matroska @ 00000187bb2b7680] Writing block of size 456 with pts 15744, dts 15744, duration 21 at relative offset 14073 in cluster at offset 7681622. TrackNumber 2, keyframe 1
6044[hevc @ 00000187bb108280] Decoded frame with POC 618.
6045[hevc @ 00000187bb0b7680] Output frame with POC 618.
6046[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
6047[hevc @ 00000187bb108c80] Decoded frame with POC 617.
6048[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15765 at offset 7696164 bytes
6049[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 15765, dts 15765, duration 21 at relative offset 10 in cluster at offset 7696164. TrackNumber 2, keyframe 1
6050[matroska @ 00000187bb2b7680] Writing block of size 7800 with pts 24650, dts -100559, duration 42 at relative offset 406 in cluster at offset 7696164. TrackNumber 1, keyframe 0
6051[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6052[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6053[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 15786, dts 15786, duration 21 at relative offset 8213 in cluster at offset 7696164. TrackNumber 2, keyframe 1
6054[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6055[hevc @ 00000187bb0ba680] Output frame with POC 619.
6056[hevc @ 00000187bb0b8a80] Decoded frame with POC 616.
6057[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15807 at offset 7704810 bytes
6058[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 15807, dts 15807, duration 21 at relative offset 10 in cluster at offset 7704810. TrackNumber 2, keyframe 1
6059[matroska @ 00000187bb2b7680] Writing block of size 81749 with pts 24858, dts -100517, duration 42 at relative offset 469 in cluster at offset 7704810. TrackNumber 1, keyframe 0
6060[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6061[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6062[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10012000 > 10000000: forcing output
6063[matroska @ 00000187bb2b7680] Writing block of size 456 with pts 15830, dts 15830, duration 21 at relative offset 82226 in cluster at offset 7704810. TrackNumber 2, keyframe 1
6064[matroska @ 00000187bb2b7680] Writing block of size 48 with pts 15845, dts 15845, duration 1710 at relative offset 82689 in cluster at offset 7704810. TrackNumber 3, keyframe 1
6065[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6066[hevc @ 00000187bb0b7280] Output frame with POC 620.
6067[hevc @ 00000187bb0b8280] Decoded frame with POC 620.
6068[hevc @ 00000187bb0b7680] Decoded frame with POC 619.
6069[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6070[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15851 at offset 7787566 bytes
6071[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 15851, dts 15851, duration 21 at relative offset 10 in cluster at offset 7787566. TrackNumber 2, keyframe 1
6072[matroska @ 00000187bb2b7680] Writing block of size 35329 with pts 24775, dts -100475, duration 42 at relative offset 441 in cluster at offset 7787566. TrackNumber 1, keyframe 0
6073[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6074[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6075[hevc @ 00000187bb0b6e80] Output frame with POC 621.
6076[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 15872, dts 15872, duration 21 at relative offset 35778 in cluster at offset 7787566. TrackNumber 2, keyframe 1
6077[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
6078[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15893 at offset 7823773 bytes
6079[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 15893, dts 15893, duration 21 at relative offset 10 in cluster at offset 7823773. TrackNumber 2, keyframe 1
6080[matroska @ 00000187bb2b7680] Writing block of size 16631 with pts 24733, dts -100434, duration 42 at relative offset 436 in cluster at offset 7823773. TrackNumber 1, keyframe 0
6081[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6082[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6083[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 15915, dts 15915, duration 21 at relative offset 17075 in cluster at offset 7823773. TrackNumber 2, keyframe 1
6084[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6085[hevc @ 00000187bb10aa80] Output frame with POC 622.
6086[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
6087[hevc @ 00000187bb0ba680] Decoded frame with POC 622.
6088[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15936 at offset 7841286 bytes
6089[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 15936, dts 15936, duration 21 at relative offset 10 in cluster at offset 7841286. TrackNumber 2, keyframe 1
6090[matroska @ 00000187bb2b7680] Writing block of size 11397 with pts 24816, dts -100392, duration 42 at relative offset 443 in cluster at offset 7841286. TrackNumber 1, keyframe 0
6091[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6092[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6093[hevc @ 00000187bb0529c0] Output frame with POC 623.
6094[hevc @ 00000187bb0b7280] Decoded frame with POC 621.
6095[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 15957 at offset 7853139 bytes
6096[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 15957, dts 15957, duration 21 at relative offset 10 in cluster at offset 7853139. TrackNumber 2, keyframe 1
6097[matroska @ 00000187bb2b7680] Writing block of size 43170 with pts 25025, dts -100350, duration 42 at relative offset 431 in cluster at offset 7853139. TrackNumber 1, keyframe 0
6098[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6099[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6100[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6101[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 15978, dts 15978, duration 21 at relative offset 43609 in cluster at offset 7853139. TrackNumber 2, keyframe 1
6102[hevc @ 00000187bb052dc0] Output frame with POC 624.
6103[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
6104[hevc @ 00000187bb0b6e80] Decoded frame with POC 623.
6105[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6106[hevc @ 00000187bb107780] Output frame with POC 625.
6107[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16000 at offset 7897200 bytes
6108[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 16000, dts 16000, duration 21 at relative offset 10 in cluster at offset 7897200. TrackNumber 2, keyframe 1
6109[matroska @ 00000187bb2b7680] Writing block of size 32866 with pts 24942, dts -100309, duration 42 at relative offset 452 in cluster at offset 7897200. TrackNumber 1, keyframe 0
6110[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6111[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6112[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 16021, dts 16021, duration 21 at relative offset 33326 in cluster at offset 7897200. TrackNumber 2, keyframe 1
6113[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
6114[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16042 at offset 7930964 bytes
6115[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 16042, dts 16042, duration 21 at relative offset 10 in cluster at offset 7930964. TrackNumber 2, keyframe 1
6116[matroska @ 00000187bb2b7680] Writing block of size 7224 with pts 24900, dts -100267, duration 42 at relative offset 442 in cluster at offset 7930964. TrackNumber 1, keyframe 0
6117[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6118[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6119[matroska @ 00000187bb2b7680] Writing block of size 488 with pts 16063, dts 16063, duration 21 at relative offset 7673 in cluster at offset 7930964. TrackNumber 2, keyframe 1
6120[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6121[hevc @ 00000187bb107b80] Output frame with POC 626.
6122[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16085 at offset 7939138 bytes
6123[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 16085, dts 16085, duration 21 at relative offset 10 in cluster at offset 7939138. TrackNumber 2, keyframe 1
6124[matroska @ 00000187bb2b7680] Writing block of size 3073 with pts 24983, dts -100225, duration 42 at relative offset 414 in cluster at offset 7939138. TrackNumber 1, keyframe 0
6125[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6126[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6127[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 16106, dts 16106, duration 21 at relative offset 3494 in cluster at offset 7939138. TrackNumber 2, keyframe 1
6128[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6129[hevc @ 00000187bb108280] Output frame with POC 627.
6130[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16127 at offset 7943042 bytes
6131[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 16127, dts 16127, duration 21 at relative offset 10 in cluster at offset 7943042. TrackNumber 2, keyframe 1
6132[matroska @ 00000187bb2b7680] Writing block of size 18421 with pts 25192, dts -100183, duration 42 at relative offset 423 in cluster at offset 7943042. TrackNumber 1, keyframe 0
6133[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6134[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6135[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 16148, dts 16148, duration 21 at relative offset 18852 in cluster at offset 7943042. TrackNumber 2, keyframe 1
6136[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6137[hevc @ 00000187bb108c80] Output frame with POC 628.
6138[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
6139[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16171 at offset 7962315 bytes
6140[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 16171, dts 16171, duration 21 at relative offset 10 in cluster at offset 7962315. TrackNumber 2, keyframe 1
6141[matroska @ 00000187bb2b7680] Writing block of size 11920 with pts 25108, dts -100142, duration 42 at relative offset 439 in cluster at offset 7962315. TrackNumber 1, keyframe 0
6142[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6143[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6144[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6145[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 16192, dts 16192, duration 21 at relative offset 12366 in cluster at offset 7962315. TrackNumber 2, keyframe 1
6146[hevc @ 00000187bb0b8a80] Output frame with POC 629.
6147[hevc @ 00000187bb10aa80] Decoded frame with POC 626.
6148[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
6149[hevc @ 00000187bb0529c0] Decoded frame with POC 625.
6150[hevc @ 00000187bb052dc0] Decoded frame with POC 624.
6151[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16213 at offset 7975099 bytes
6152[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 16213, dts 16213, duration 21 at relative offset 10 in cluster at offset 7975099. TrackNumber 2, keyframe 1
6153[matroska @ 00000187bb2b7680] Writing block of size 3206 with pts 25067, dts -100100, duration 42 at relative offset 451 in cluster at offset 7975099. TrackNumber 1, keyframe 0
6154[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6155[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6156[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 16235, dts 16235, duration 21 at relative offset 3664 in cluster at offset 7975099. TrackNumber 2, keyframe 1
6157[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6158[hevc @ 00000187bb0b8280] Output frame with POC 630.
6159[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16256 at offset 7979193 bytes
6160[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 16256, dts 16256, duration 21 at relative offset 10 in cluster at offset 7979193. TrackNumber 2, keyframe 1
6161[matroska @ 00000187bb2b7680] Writing block of size 807 with pts 25150, dts -100058, duration 42 at relative offset 427 in cluster at offset 7979193. TrackNumber 1, keyframe 0
6162[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6163[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6164[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 16277, dts 16277, duration 21 at relative offset 1241 in cluster at offset 7979193. TrackNumber 2, keyframe 1
6165[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6166[hevc @ 00000187bb0b7680] Output frame with POC 631.
6167[hevc @ 00000187bb107780] Decoded frame with POC 631.
6168[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
6169[hevc @ 00000187bb107b80] Decoded frame with POC 629.
6170[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16298 at offset 7980859 bytes
6171[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 16298, dts 16298, duration 21 at relative offset 10 in cluster at offset 7980859. TrackNumber 2, keyframe 1
6172[matroska @ 00000187bb2b7680] Writing block of size 12533 with pts 25359, dts -100017, duration 42 at relative offset 434 in cluster at offset 7980859. TrackNumber 1, keyframe 0
6173[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6174[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6175[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 16320, dts 16320, duration 21 at relative offset 12974 in cluster at offset 7980859. TrackNumber 2, keyframe 1
6176[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6177[hevc @ 00000187bb0ba680] Output frame with POC 632.
6178[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
6179[hevc @ 00000187bb108280] Decoded frame with POC 627.
6180[hevc @ 00000187bb108c80] Decoded frame with POC 628.
6181[hevc @ 00000187bb0b8a80] Decoded frame with POC 630.
6182[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16341 at offset 7994268 bytes
6183[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 16341, dts 16341, duration 21 at relative offset 10 in cluster at offset 7994268. TrackNumber 2, keyframe 1
6184[matroska @ 00000187bb2b7680] Writing block of size 5095 with pts 25275, dts -99975, duration 42 at relative offset 431 in cluster at offset 7994268. TrackNumber 1, keyframe 0
6185[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
6186[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
6187[matroska @ 00000187bb2b7680] Writing block of size 525 with pts 16362, dts 16362, duration 21 at relative offset 5533 in cluster at offset 7994268. TrackNumber 2, keyframe 1
6188[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6189[hevc @ 00000187bb0b7280] Output frame with POC 633.
6190[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16383 at offset 8000339 bytes
6191[matroska @ 00000187bb2b7680] Writing block of size 531 with pts 16383, dts 16383, duration 21 at relative offset 10 in cluster at offset 8000339. TrackNumber 2, keyframe 1
6192[matroska @ 00000187bb2b7680] Writing block of size 757 with pts 25234, dts -99933, duration 42 at relative offset 548 in cluster at offset 8000339. TrackNumber 1, keyframe 0
6193[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6194[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6195[matroska @ 00000187bb2b7680] Writing block of size 512 with pts 16406, dts 16406, duration 21 at relative offset 1312 in cluster at offset 8000339. TrackNumber 2, keyframe 1
6196[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6197[hevc @ 00000187bb0b6e80] Output frame with POC 634.
6198[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16427 at offset 8002176 bytes
6199[matroska @ 00000187bb2b7680] Writing block of size 516 with pts 16427, dts 16427, duration 21 at relative offset 10 in cluster at offset 8002176. TrackNumber 2, keyframe 1
6200[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 25317, dts -99891, duration 42 at relative offset 533 in cluster at offset 8002176. TrackNumber 1, keyframe 0
6201[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6202[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6203[matroska @ 00000187bb2b7680] Writing block of size 481 with pts 16448, dts 16448, duration 21 at relative offset 991 in cluster at offset 8002176. TrackNumber 2, keyframe 1
6204[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6205[hevc @ 00000187bb10aa80] Output frame with POC 635.
6206[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
6207[hevc @ 00000187bb0b8280] Decoded frame with POC 637.
6208[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16469 at offset 8003661 bytes
6209[matroska @ 00000187bb2b7680] Writing block of size 464 with pts 16469, dts 16469, duration 21 at relative offset 10 in cluster at offset 8003661. TrackNumber 2, keyframe 1
6210[matroska @ 00000187bb2b7680] Writing block of size 7373 with pts 25526, dts -99850, duration 42 at relative offset 481 in cluster at offset 8003661. TrackNumber 1, keyframe 0
6211[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6212[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6213[matroska @ 00000187bb2b7680] Writing block of size 456 with pts 16491, dts 16491, duration 21 at relative offset 7861 in cluster at offset 8003661. TrackNumber 2, keyframe 1
6214[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6215[hevc @ 00000187bb0529c0] Output frame with POC 636.
6216[hevc @ 00000187bb0b7680] Decoded frame with POC 634.
6217[hevc @ 00000187bb0ba680] Decoded frame with POC 632.
6218[hevc @ 00000187bb0b7280] Decoded frame with POC 633.
6219[hevc @ 00000187bb0b6e80] Decoded frame with POC 635.
6220[hevc @ 00000187bb10aa80] Decoded frame with POC 636.
6221[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16512 at offset 8011991 bytes
6222[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 16512, dts 16512, duration 21 at relative offset 10 in cluster at offset 8011991. TrackNumber 2, keyframe 1
6223[matroska @ 00000187bb2b7680] Writing block of size 2462 with pts 25442, dts -99808, duration 42 at relative offset 451 in cluster at offset 8011991. TrackNumber 1, keyframe 0
6224[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6225[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6226[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 16533, dts 16533, duration 21 at relative offset 2920 in cluster at offset 8011991. TrackNumber 2, keyframe 1
6227[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6228[hevc @ 00000187bb052dc0] Output frame with POC 637.
6229[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16554 at offset 8015363 bytes
6230[matroska @ 00000187bb2b7680] Writing block of size 489 with pts 16554, dts 16554, duration 21 at relative offset 10 in cluster at offset 8015363. TrackNumber 2, keyframe 1
6231[matroska @ 00000187bb2b7680] Writing block of size 584 with pts 25400, dts -99766, duration 42 at relative offset 506 in cluster at offset 8015363. TrackNumber 1, keyframe 0
6232[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6233[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6234[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 16576, dts 16576, duration 21 at relative offset 1097 in cluster at offset 8015363. TrackNumber 2, keyframe 1
6235[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6236[hevc @ 00000187bb107780] Output frame with POC 638.
6237[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
6238[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16597 at offset 8016864 bytes
6239[matroska @ 00000187bb2b7680] Writing block of size 372 with pts 16597, dts 16597, duration 21 at relative offset 10 in cluster at offset 8016864. TrackNumber 2, keyframe 1
6240[matroska @ 00000187bb2b7680] Writing block of size 986 with pts 25484, dts -99725, duration 42 at relative offset 389 in cluster at offset 8016864. TrackNumber 1, keyframe 0
6241[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6242[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6243[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 16618, dts 16618, duration 21 at relative offset 1382 in cluster at offset 8016864. TrackNumber 2, keyframe 1
6244[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6245[hevc @ 00000187bb107b80] Output frame with POC 639.
6246[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
6247[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16639 at offset 8018654 bytes
6248[matroska @ 00000187bb2b7680] Writing block of size 381 with pts 16639, dts 16639, duration 21 at relative offset 10 in cluster at offset 8018654. TrackNumber 2, keyframe 1
6249[matroska @ 00000187bb2b7680] Writing block of size 4621 with pts 25692, dts -99683, duration 42 at relative offset 398 in cluster at offset 8018654. TrackNumber 1, keyframe 0
6250[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6251[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6252[matroska @ 00000187bb2b7680] Writing block of size 374 with pts 16661, dts 16661, duration 21 at relative offset 5026 in cluster at offset 8018654. TrackNumber 2, keyframe 1
6253[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6254[hevc @ 00000187bb108280] Output frame with POC 640.
6255[hevc @ 00000187bb0529c0] Decoded frame with POC 641.
6256[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16682 at offset 8024067 bytes
6257[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 16682, dts 16682, duration 21 at relative offset 10 in cluster at offset 8024067. TrackNumber 2, keyframe 1
6258[matroska @ 00000187bb2b7680] Writing block of size 314 with pts 25609, dts -99641, duration 42 at relative offset 413 in cluster at offset 8024067. TrackNumber 1, keyframe 0
6259[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
6260[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10007000 > 10000000: forcing output
6261[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 16703, dts 16703, duration 21 at relative offset 734 in cluster at offset 8024067. TrackNumber 2, keyframe 1
6262[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6263[hevc @ 00000187bb108c80] Output frame with POC 641.
6264[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16724 at offset 8025203 bytes
6265[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 16724, dts 16724, duration 21 at relative offset 10 in cluster at offset 8025203. TrackNumber 2, keyframe 1
6266[matroska @ 00000187bb2b7680] Writing block of size 328 with pts 25567, dts -99600, duration 42 at relative offset 409 in cluster at offset 8025203. TrackNumber 1, keyframe 0
6267[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6268[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6269[matroska @ 00000187bb2b7680] Writing block of size 381 with pts 16747, dts 16747, duration 21 at relative offset 744 in cluster at offset 8025203. TrackNumber 2, keyframe 1
6270[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6271[hevc @ 00000187bb0b8a80] Output frame with POC 642.
6272[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
6273[hevc @ 00000187bb052dc0] Decoded frame with POC 639.
6274[hevc @ 00000187bb107780] Decoded frame with POC 638.
6275[hevc @ 00000187bb107b80] Decoded frame with POC 640.
6276[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16768 at offset 8026341 bytes
6277[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 16768, dts 16768, duration 21 at relative offset 10 in cluster at offset 8026341. TrackNumber 2, keyframe 1
6278[matroska @ 00000187bb2b7680] Writing block of size 298 with pts 25651, dts -99558, duration 42 at relative offset 422 in cluster at offset 8026341. TrackNumber 1, keyframe 0
6279[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6280[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6281[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 16789, dts 16789, duration 21 at relative offset 727 in cluster at offset 8026341. TrackNumber 2, keyframe 1
6282[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6283[hevc @ 00000187bb0b8280] Output frame with POC 643.
6284[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16810 at offset 8027470 bytes
6285[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 16810, dts 16810, duration 21 at relative offset 10 in cluster at offset 8027470. TrackNumber 2, keyframe 1
6286[matroska @ 00000187bb2b7680] Writing block of size 8081 with pts 25859, dts -99516, duration 42 at relative offset 416 in cluster at offset 8027470. TrackNumber 1, keyframe 0
6287[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6288[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6289[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 16832, dts 16832, duration 21 at relative offset 8504 in cluster at offset 8027470. TrackNumber 2, keyframe 1
6290[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6291[hevc @ 00000187bb0b7680] Output frame with POC 644.
6292[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16853 at offset 8036409 bytes
6293[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 16853, dts 16853, duration 21 at relative offset 10 in cluster at offset 8036409. TrackNumber 2, keyframe 1
6294[matroska @ 00000187bb2b7680] Writing block of size 2639 with pts 25776, dts -99474, duration 42 at relative offset 433 in cluster at offset 8036409. TrackNumber 1, keyframe 0
6295[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6296[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6297[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6298[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 16874, dts 16874, duration 21 at relative offset 3079 in cluster at offset 8036409. TrackNumber 2, keyframe 1
6299[hevc @ 00000187bb0ba680] Output frame with POC 645.
6300[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
6301[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16895 at offset 8039919 bytes
6302[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 16895, dts 16895, duration 21 at relative offset 10 in cluster at offset 8039919. TrackNumber 2, keyframe 1
6303[matroska @ 00000187bb2b7680] Writing block of size 498 with pts 25734, dts -99433, duration 42 at relative offset 444 in cluster at offset 8039919. TrackNumber 1, keyframe 0
6304[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6305[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6306[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 16918, dts 16918, duration 21 at relative offset 949 in cluster at offset 8039919. TrackNumber 2, keyframe 1
6307[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6308[hevc @ 00000187bb0b7280] Output frame with POC 646.
6309[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
6310[hevc @ 00000187bb108280] Decoded frame with POC 645.
6311[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16939 at offset 8041302 bytes
6312[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 16939, dts 16939, duration 21 at relative offset 10 in cluster at offset 8041302. TrackNumber 2, keyframe 1
6313[matroska @ 00000187bb2b7680] Writing block of size 1705 with pts 25817, dts -99391, duration 42 at relative offset 443 in cluster at offset 8041302. TrackNumber 1, keyframe 0
6314[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6315[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6316[hevc @ 00000187bb0b6e80] Output frame with POC 647.
6317[hevc @ 00000187bb108c80] Decoded frame with POC 643.
6318[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 16960 at offset 8043463 bytes
6319[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 16960, dts 16960, duration 21 at relative offset 10 in cluster at offset 8043463. TrackNumber 2, keyframe 1
6320[matroska @ 00000187bb2b7680] Writing block of size 15481 with pts 26026, dts -99349, duration 42 at relative offset 460 in cluster at offset 8043463. TrackNumber 1, keyframe 0
6321[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6322[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6323[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 16981, dts 16981, duration 21 at relative offset 15948 in cluster at offset 8043463. TrackNumber 2, keyframe 1
6324[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6325[hevc @ 00000187bb10aa80] Output frame with POC 648.
6326[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
6327[hevc @ 00000187bb0b8280] Decoded frame with POC 644.
6328[hevc @ 00000187bb0b8a80] Decoded frame with POC 642.
6329[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17003 at offset 8059851 bytes
6330[matroska @ 00000187bb2b7680] Writing block of size 489 with pts 17003, dts 17003, duration 21 at relative offset 10 in cluster at offset 8059851. TrackNumber 2, keyframe 1
6331[matroska @ 00000187bb2b7680] Writing block of size 6645 with pts 25943, dts -99308, duration 42 at relative offset 506 in cluster at offset 8059851. TrackNumber 1, keyframe 0
6332[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6333[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6334[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 17024, dts 17024, duration 21 at relative offset 7158 in cluster at offset 8059851. TrackNumber 2, keyframe 1
6335[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6336[hevc @ 00000187bb0529c0] Output frame with POC 649.
6337[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
6338[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17045 at offset 8067425 bytes
6339[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 17045, dts 17045, duration 21 at relative offset 10 in cluster at offset 8067425. TrackNumber 2, keyframe 1
6340[hevc @ 00000187bb0b7680] Decoded frame with POC 650.
6341[matroska @ 00000187bb2b7680] Writing block of size 827 with pts 25901, dts -99266, duration 42 at relative offset 415 in cluster at offset 8067425. TrackNumber 1, keyframe 0
6342[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6343[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6344[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 17066, dts 17066, duration 21 at relative offset 1249 in cluster at offset 8067425. TrackNumber 2, keyframe 1
6345[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6346[hevc @ 00000187bb052dc0] Output frame with POC 650.
6347[hevc @ 00000187bb0ba680] Decoded frame with POC 648.
6348[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17088 at offset 8069090 bytes
6349[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 17088, dts 17088, duration 21 at relative offset 10 in cluster at offset 8069090. TrackNumber 2, keyframe 1
6350[matroska @ 00000187bb2b7680] Writing block of size 648 with pts 25984, dts -99224, duration 42 at relative offset 440 in cluster at offset 8069090. TrackNumber 1, keyframe 0
6351[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6352[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6353[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 17109, dts 17109, duration 21 at relative offset 1095 in cluster at offset 8069090. TrackNumber 2, keyframe 1
6354[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6355[hevc @ 00000187bb107780] Output frame with POC 651.
6356[hevc @ 00000187bb0b6e80] Decoded frame with POC 647.
6357[hevc @ 00000187bb0b7280] Decoded frame with POC 646.
6358[hevc @ 00000187bb10aa80] Decoded frame with POC 649.
6359[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17130 at offset 8070628 bytes
6360[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 17130, dts 17130, duration 21 at relative offset 10 in cluster at offset 8070628. TrackNumber 2, keyframe 1
6361[matroska @ 00000187bb2b7680] Writing block of size 12050 with pts 26193, dts -99182, duration 42 at relative offset 436 in cluster at offset 8070628. TrackNumber 1, keyframe 0
6362[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6363[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6364[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 17151, dts 17151, duration 21 at relative offset 12493 in cluster at offset 8070628. TrackNumber 2, keyframe 1
6365[hevc @ 00000187bb0529c0] Decoded frame with POC 653.
6366[hevc @ 00000187bb107b80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
6367[hevc @ 00000187bb107b80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
6368[hevc @ 00000187bb107b80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
6369[hevc @ 00000187bb107b80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
6370[hevc @ 00000187bb107b80] Decoding VPS
6371[hevc @ 00000187bb107b80] Main 10 profile bitstream
6372[hevc @ 00000187bb107b80] Decoding SPS
6373[hevc @ 00000187bb107b80] Main 10 profile bitstream
6374[hevc @ 00000187bb107b80] Decoding VUI
6375[hevc @ 00000187bb107b80] Decoding PPS
6376[hevc @ 00000187bb107b80] Output frame with POC 652.
6377[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
6378[hevc @ 00000187bb052dc0] Decoded frame with POC 652.
6379[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17173 at offset 8083557 bytes
6380[matroska @ 00000187bb2b7680] Writing block of size 444 with pts 17173, dts 17173, duration 21 at relative offset 10 in cluster at offset 8083557. TrackNumber 2, keyframe 1
6381[matroska @ 00000187bb2b7680] Writing block of size 4824 with pts 26109, dts -99141, duration 42 at relative offset 461 in cluster at offset 8083557. TrackNumber 1, keyframe 0
6382[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6383[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6384[matroska @ 00000187bb2b7680] Writing block of size 485 with pts 17194, dts 17194, duration 21 at relative offset 5292 in cluster at offset 8083557. TrackNumber 2, keyframe 1
6385[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6386[hevc @ 00000187bb108280] Output frame with POC 653.
6387[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
6388[hevc @ 00000187bb107780] Decoded frame with POC 651.
6389[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17215 at offset 8089347 bytes
6390[matroska @ 00000187bb2b7680] Writing block of size 510 with pts 17215, dts 17215, duration 21 at relative offset 10 in cluster at offset 8089347. TrackNumber 2, keyframe 1
6391[matroska @ 00000187bb2b7680] Writing block of size 680 with pts 26068, dts -99099, duration 42 at relative offset 527 in cluster at offset 8089347. TrackNumber 1, keyframe 0
6392[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6393[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6394[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6395[hevc @ 00000187bb108c80] Output frame with POC 654.
6396[matroska @ 00000187bb2b7680] Writing block of size 483 with pts 17236, dts 17236, duration 21 at relative offset 1214 in cluster at offset 8089347. TrackNumber 2, keyframe 1
6397[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17259 at offset 8091057 bytes
6398[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 17259, dts 17259, duration 21 at relative offset 10 in cluster at offset 8091057. TrackNumber 2, keyframe 1
6399[matroska @ 00000187bb2b7680] Writing block of size 450 with pts 26151, dts -99057, duration 42 at relative offset 408 in cluster at offset 8091057. TrackNumber 1, keyframe 0
6400[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6401[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6402[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 17280, dts 17280, duration 21 at relative offset 865 in cluster at offset 8091057. TrackNumber 2, keyframe 1
6403[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6404[hevc @ 00000187bb0b8a80] Output frame with POC 655.
6405[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
6406[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17301 at offset 8092336 bytes
6407[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 17301, dts 17301, duration 21 at relative offset 10 in cluster at offset 8092336. TrackNumber 2, keyframe 1
6408[matroska @ 00000187bb2b7680] Writing block of size 8274 with pts 26360, dts -99016, duration 42 at relative offset 418 in cluster at offset 8092336. TrackNumber 1, keyframe 0
6409[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6410[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6411[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 17322, dts 17322, duration 21 at relative offset 8699 in cluster at offset 8092336. TrackNumber 2, keyframe 1
6412[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6413[hevc @ 00000187bb0b8280] Output frame with POC 656.
6414[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
6415[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17344 at offset 8101451 bytes
6416[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 17344, dts 17344, duration 21 at relative offset 10 in cluster at offset 8101451. TrackNumber 2, keyframe 1
6417[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 26276, dts -98974, duration 42 at relative offset 425 in cluster at offset 8101451. TrackNumber 1, keyframe 0
6418[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6419[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6420[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 17365, dts 17365, duration 21 at relative offset 878 in cluster at offset 8101451. TrackNumber 2, keyframe 1
6421[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6422[hevc @ 00000187bb0b7680] Output frame with POC 657.
6423[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17386 at offset 8102757 bytes
6424[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 17386, dts 17386, duration 21 at relative offset 10 in cluster at offset 8102757. TrackNumber 2, keyframe 1
6425[matroska @ 00000187bb2b7680] Writing block of size 375 with pts 26235, dts -98932, duration 42 at relative offset 430 in cluster at offset 8102757. TrackNumber 1, keyframe 0
6426[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6427[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6428[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6429[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 17407, dts 17407, duration 21 at relative offset 812 in cluster at offset 8102757. TrackNumber 2, keyframe 1
6430[hevc @ 00000187bb0ba680] Output frame with POC 658.
6431[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17430 at offset 8103995 bytes
6432[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 17430, dts 17430, duration 21 at relative offset 10 in cluster at offset 8103995. TrackNumber 2, keyframe 1
6433[matroska @ 00000187bb2b7680] Writing block of size 176 with pts 26318, dts -98890, duration 42 at relative offset 413 in cluster at offset 8103995. TrackNumber 1, keyframe 0
6434[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6435[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6436[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 17451, dts 17451, duration 21 at relative offset 596 in cluster at offset 8103995. TrackNumber 2, keyframe 1
6437[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6438[hevc @ 00000187bb0b7280] Output frame with POC 659.
6439[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
6440[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17472 at offset 8105014 bytes
6441[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 17472, dts 17472, duration 21 at relative offset 10 in cluster at offset 8105014. TrackNumber 2, keyframe 1
6442[matroska @ 00000187bb2b7680] Writing block of size 10440 with pts 26527, dts -98849, duration 42 at relative offset 438 in cluster at offset 8105014. TrackNumber 1, keyframe 0
6443[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6444[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6445[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 17493, dts 17493, duration 21 at relative offset 10885 in cluster at offset 8105014. TrackNumber 2, keyframe 1
6446[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6447[hevc @ 00000187bb0b6e80] Output frame with POC 660.
6448[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17515 at offset 8116331 bytes
6449[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 17515, dts 17515, duration 21 at relative offset 10 in cluster at offset 8116331. TrackNumber 2, keyframe 1
6450[matroska @ 00000187bb2b7680] Writing block of size 3976 with pts 26443, dts -98807, duration 42 at relative offset 429 in cluster at offset 8116331. TrackNumber 1, keyframe 0
6451[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6452[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6453[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 17536, dts 17536, duration 21 at relative offset 4412 in cluster at offset 8116331. TrackNumber 2, keyframe 1
6454[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6455[hevc @ 00000187bb10aa80] Output frame with POC 661.
6456[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17557 at offset 8121157 bytes
6457[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 17557, dts 17557, duration 21 at relative offset 10 in cluster at offset 8121157. TrackNumber 2, keyframe 1
6458[matroska @ 00000187bb2b7680] Writing block of size 635 with pts 26401, dts -98765, duration 42 at relative offset 428 in cluster at offset 8121157. TrackNumber 1, keyframe 0
6459[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6460[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6461[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 17578, dts 17578, duration 21 at relative offset 1070 in cluster at offset 8121157. TrackNumber 2, keyframe 1
6462[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6463[hevc @ 00000187bb0529c0] Output frame with POC 662.
6464[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
6465[hevc @ 00000187bb107b80] Decoded frame with POC 654.
6466[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17601 at offset 8122663 bytes
6467[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 17601, dts 17601, duration 21 at relative offset 10 in cluster at offset 8122663. TrackNumber 2, keyframe 1
6468[matroska @ 00000187bb2b7680] Writing block of size 504 with pts 26485, dts -98724, duration 42 at relative offset 463 in cluster at offset 8122663. TrackNumber 1, keyframe 0
6469[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6470[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10009000 > 10000000: forcing output
6471[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 17622, dts 17622, duration 21 at relative offset 974 in cluster at offset 8122663. TrackNumber 2, keyframe 1
6472[matroska @ 00000187bb2b7680] Writing block of size 76 with pts 17639, dts 17639, duration 2461 at relative offset 1434 in cluster at offset 8122663. TrackNumber 3, keyframe 1
6473[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6474[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6475[hevc @ 00000187bb052dc0] Output frame with POC 663.
6476[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
6477[hevc @ 00000187bb108280] Decoded frame with POC 660.
6478[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17643 at offset 8124191 bytes
6479[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 17643, dts 17643, duration 21 at relative offset 10 in cluster at offset 8124191. TrackNumber 2, keyframe 1
6480[matroska @ 00000187bb2b7680] Writing block of size 11196 with pts 26693, dts -98682, duration 42 at relative offset 453 in cluster at offset 8124191. TrackNumber 1, keyframe 0
6481[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6482[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6483[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 17664, dts 17664, duration 21 at relative offset 11656 in cluster at offset 8124191. TrackNumber 2, keyframe 1
6484[hevc @ 00000187bb107780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6485[hevc @ 00000187bb107780] Output frame with POC 664.
6486[hevc @ 00000187bb108c80] Decoded frame with POC 657.
6487[hevc @ 00000187bb0b8280] Decoded frame with POC 656.
6488[hevc @ 00000187bb0b7680] Decoded frame with POC 658.
6489[hevc @ 00000187bb0ba680] Decoded frame with POC 659.
6490[hevc @ 00000187bb0b8a80] Decoded frame with POC 655.
6491[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17686 at offset 8136298 bytes
6492[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 17686, dts 17686, duration 21 at relative offset 10 in cluster at offset 8136298. TrackNumber 2, keyframe 1
6493[matroska @ 00000187bb2b7680] Writing block of size 2410 with pts 26610, dts -98640, duration 42 at relative offset 428 in cluster at offset 8136298. TrackNumber 1, keyframe 0
6494[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6495[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6496[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6497[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 17707, dts 17707, duration 21 at relative offset 2845 in cluster at offset 8136298. TrackNumber 2, keyframe 1
6498[hevc @ 00000187bb107b80] Output frame with POC 665.
6499[hevc @ 00000187bb0b7280] Decoded frame with POC 666.
6500[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17728 at offset 8139577 bytes
6501[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 17728, dts 17728, duration 21 at relative offset 10 in cluster at offset 8139577. TrackNumber 2, keyframe 1
6502[matroska @ 00000187bb2b7680] Writing block of size 788 with pts 26568, dts -98599, duration 42 at relative offset 442 in cluster at offset 8139577. TrackNumber 1, keyframe 0
6503[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6504[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6505[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 17749, dts 17749, duration 21 at relative offset 1237 in cluster at offset 8139577. TrackNumber 2, keyframe 1
6506[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6507[hevc @ 00000187bb108280] Output frame with POC 666.
6508[hevc @ 00000187bb0b6e80] Decoded frame with POC 663.
6509[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
6510[hevc @ 00000187bb052dc0] Decoded frame with POC 664.
6511[hevc @ 00000187bb10aa80] Decoded frame with POC 661.
6512[hevc @ 00000187bb0529c0] Decoded frame with POC 662.
6513[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17771 at offset 8141243 bytes
6514[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 17771, dts 17771, duration 21 at relative offset 10 in cluster at offset 8141243. TrackNumber 2, keyframe 1
6515[matroska @ 00000187bb2b7680] Writing block of size 4589 with pts 26652, dts -98557, duration 42 at relative offset 433 in cluster at offset 8141243. TrackNumber 1, keyframe 0
6516[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6517[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6518[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 17792, dts 17792, duration 21 at relative offset 5029 in cluster at offset 8141243. TrackNumber 2, keyframe 1
6519[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6520[hevc @ 00000187bb107780] Decoded frame with POC 665.
6521[hevc @ 00000187bb108c80] Output frame with POC 667.
6522[hevc @ 00000187bb107b80] Decoded frame with POC 670.
6523[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17813 at offset 8146708 bytes
6524[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 17813, dts 17813, duration 21 at relative offset 10 in cluster at offset 8146708. TrackNumber 2, keyframe 1
6525[matroska @ 00000187bb2b7680] Writing block of size 14883 with pts 26860, dts -98515, duration 42 at relative offset 448 in cluster at offset 8146708. TrackNumber 1, keyframe 0
6526[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6527[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6528[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 17834, dts 17834, duration 21 at relative offset 15338 in cluster at offset 8146708. TrackNumber 2, keyframe 1
6529[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6530[hevc @ 00000187bb0b8a80] Output frame with POC 668.
6531[hevc @ 00000187bb108280] Decoded frame with POC 668.
6532[hevc @ 00000187bb108c80] Decoded frame with POC 667.
6533[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17856 at offset 8162493 bytes
6534[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 17856, dts 17856, duration 21 at relative offset 10 in cluster at offset 8162493. TrackNumber 2, keyframe 1
6535[matroska @ 00000187bb2b7680] Writing block of size 7021 with pts 26777, dts -98473, duration 42 at relative offset 442 in cluster at offset 8162493. TrackNumber 1, keyframe 0
6536[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6537[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6538[hevc @ 00000187bb0b8280] Output frame with POC 669.
6539[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
6540[hevc @ 00000187bb0b8a80] Decoded frame with POC 669.
6541[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17877 at offset 8169969 bytes
6542[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 17877, dts 17877, duration 21 at relative offset 10 in cluster at offset 8169969. TrackNumber 2, keyframe 1
6543[matroska @ 00000187bb2b7680] Writing block of size 7612 with pts 26735, dts -98432, duration 42 at relative offset 455 in cluster at offset 8169969. TrackNumber 1, keyframe 0
6544[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6545[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6546[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6547[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 17898, dts 17898, duration 21 at relative offset 8074 in cluster at offset 8169969. TrackNumber 2, keyframe 1
6548[hevc @ 00000187bb0b7680] Output frame with POC 670.
6549[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
6550[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17919 at offset 8178492 bytes
6551[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 17919, dts 17919, duration 21 at relative offset 10 in cluster at offset 8178492. TrackNumber 2, keyframe 1
6552[matroska @ 00000187bb2b7680] Writing block of size 8137 with pts 26818, dts -98390, duration 42 at relative offset 440 in cluster at offset 8178492. TrackNumber 1, keyframe 0
6553[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6554[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6555[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 17942, dts 17942, duration 21 at relative offset 8584 in cluster at offset 8178492. TrackNumber 2, keyframe 1
6556[hevc @ 00000187bb0ba680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6557[hevc @ 00000187bb0ba680] Output frame with POC 671.
6558[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 17963 at offset 8187519 bytes
6559[matroska @ 00000187bb2b7680] Writing block of size 537 with pts 17963, dts 17963, duration 21 at relative offset 10 in cluster at offset 8187519. TrackNumber 2, keyframe 1
6560[matroska @ 00000187bb2b7680] Writing block of size 15319 with pts 27027, dts -98348, duration 42 at relative offset 554 in cluster at offset 8187519. TrackNumber 1, keyframe 0
6561[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6562[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6563[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6564[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 17984, dts 17984, duration 21 at relative offset 15880 in cluster at offset 8187519. TrackNumber 2, keyframe 1
6565[hevc @ 00000187bb0b7280] Output frame with POC 672.
6566[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
6567[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18005 at offset 8203821 bytes
6568[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 18005, dts 18005, duration 21 at relative offset 10 in cluster at offset 8203821. TrackNumber 2, keyframe 1
6569[matroska @ 00000187bb2b7680] Writing block of size 6473 with pts 26944, dts -98307, duration 42 at relative offset 423 in cluster at offset 8203821. TrackNumber 1, keyframe 0
6570[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6571[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6572[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 18027, dts 18027, duration 21 at relative offset 6903 in cluster at offset 8203821. TrackNumber 2, keyframe 1
6573[hevc @ 00000187bb0b6e80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6574[hevc @ 00000187bb0b6e80] Output frame with POC 673.
6575[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
6576[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18048 at offset 8211154 bytes
6577[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 18048, dts 18048, duration 21 at relative offset 10 in cluster at offset 8211154. TrackNumber 2, keyframe 1
6578[matroska @ 00000187bb2b7680] Writing block of size 5781 with pts 26902, dts -98265, duration 42 at relative offset 453 in cluster at offset 8211154. TrackNumber 1, keyframe 0
6579[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6580[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6581[matroska @ 00000187bb2b7680] Writing block of size 509 with pts 18069, dts 18069, duration 21 at relative offset 6241 in cluster at offset 8211154. TrackNumber 2, keyframe 1
6582[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6583[hevc @ 00000187bb10aa80] Output frame with POC 674.
6584[hevc @ 00000187bb0b8280] Decoded frame with POC 671.
6585[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18090 at offset 8217917 bytes
6586[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 18090, dts 18090, duration 21 at relative offset 10 in cluster at offset 8217917. TrackNumber 2, keyframe 1
6587[matroska @ 00000187bb2b7680] Writing block of size 3293 with pts 26985, dts -98223, duration 42 at relative offset 472 in cluster at offset 8217917. TrackNumber 1, keyframe 0
6588[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6589[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6590[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 18113, dts 18113, duration 21 at relative offset 3772 in cluster at offset 8217917. TrackNumber 2, keyframe 1
6591[hevc @ 00000187bb0529c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6592[hevc @ 00000187bb0529c0] Output frame with POC 675.
6593[hevc @ 00000187bb0b7680] Decoded frame with POC 675.
6594[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18134 at offset 8222100 bytes
6595[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 18134, dts 18134, duration 21 at relative offset 10 in cluster at offset 8222100. TrackNumber 2, keyframe 1
6596[matroska @ 00000187bb2b7680] Writing block of size 9033 with pts 27194, dts -98181, duration 42 at relative offset 453 in cluster at offset 8222100. TrackNumber 1, keyframe 0
6597[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6598[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6599[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6600[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 18155, dts 18155, duration 21 at relative offset 9493 in cluster at offset 8222100. TrackNumber 2, keyframe 1
6601[hevc @ 00000187bb052dc0] Output frame with POC 676.
6602[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
6603[hevc @ 00000187bb0ba680] Decoded frame with POC 673.
6604[hevc @ 00000187bb0b7280] Decoded frame with POC 672.
6605[hevc @ 00000187bb0b6e80] Decoded frame with POC 674.
6606[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18176 at offset 8232024 bytes
6607[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 18176, dts 18176, duration 21 at relative offset 10 in cluster at offset 8232024. TrackNumber 2, keyframe 1
6608[matroska @ 00000187bb2b7680] Writing block of size 763 with pts 27110, dts -98140, duration 42 at relative offset 419 in cluster at offset 8232024. TrackNumber 1, keyframe 0
6609[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6610[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6611[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 18198, dts 18198, duration 21 at relative offset 1189 in cluster at offset 8232024. TrackNumber 2, keyframe 1
6612[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6613[hevc @ 00000187bb107780] Output frame with POC 677.
6614[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
6615[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18219 at offset 8233634 bytes
6616[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 18219, dts 18219, duration 21 at relative offset 10 in cluster at offset 8233634. TrackNumber 2, keyframe 1
6617[matroska @ 00000187bb2b7680] Writing block of size 1830 with pts 27069, dts -98098, duration 42 at relative offset 415 in cluster at offset 8233634. TrackNumber 1, keyframe 0
6618[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6619[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6620[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 18240, dts 18240, duration 21 at relative offset 2252 in cluster at offset 8233634. TrackNumber 2, keyframe 1
6621[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6622[hevc @ 00000187bb107b80] Output frame with POC 678.
6623[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18261 at offset 8236341 bytes
6624[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 18261, dts 18261, duration 21 at relative offset 10 in cluster at offset 8236341. TrackNumber 2, keyframe 1
6625[matroska @ 00000187bb2b7680] Writing block of size 217 with pts 27152, dts -98056, duration 42 at relative offset 459 in cluster at offset 8236341. TrackNumber 1, keyframe 0
6626[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6627[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6628[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 18283, dts 18283, duration 21 at relative offset 683 in cluster at offset 8236341. TrackNumber 2, keyframe 1
6629[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6630[hevc @ 00000187bb108280] Output frame with POC 679.
6631[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
6632[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18304 at offset 8237444 bytes
6633[hevc @ 00000187bb10aa80] Decoded frame with POC 678.
6634[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 18304, dts 18304, duration 21 at relative offset 10 in cluster at offset 8237444. TrackNumber 2, keyframe 1
6635[matroska @ 00000187bb2b7680] Writing block of size 92401 with pts 27361, dts -98015, duration 42 at relative offset 428 in cluster at offset 8237444. TrackNumber 1, keyframe 0
6636[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6637[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6638[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6639[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 18325, dts 18325, duration 21 at relative offset 92837 in cluster at offset 8237444. TrackNumber 2, keyframe 1
6640[hevc @ 00000187bb108c80] Output frame with POC 680.
6641[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
6642[hevc @ 00000187bb0529c0] Decoded frame with POC 677.
6643[hevc @ 00000187bb052dc0] Decoded frame with POC 676.
6644[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18346 at offset 8330711 bytes
6645[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 18346, dts 18346, duration 21 at relative offset 10 in cluster at offset 8330711. TrackNumber 2, keyframe 1
6646[matroska @ 00000187bb2b7680] Writing block of size 137 with pts 27277, dts -97973, duration 42 at relative offset 429 in cluster at offset 8330711. TrackNumber 1, keyframe 0
6647[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6648[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6649[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6650[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 18368, dts 18368, duration 21 at relative offset 573 in cluster at offset 8330711. TrackNumber 2, keyframe 1
6651[hevc @ 00000187bb0b8a80] Output frame with POC 681.
6652[hevc @ 00000187bb107780] Decoded frame with POC 679.
6653[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18389 at offset 8331712 bytes
6654[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 18389, dts 18389, duration 21 at relative offset 10 in cluster at offset 8331712. TrackNumber 2, keyframe 1
6655[matroska @ 00000187bb2b7680] Writing block of size 307 with pts 27236, dts -97931, duration 42 at relative offset 452 in cluster at offset 8331712. TrackNumber 1, keyframe 0
6656[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6657[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6658[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 18410, dts 18410, duration 21 at relative offset 766 in cluster at offset 8331712. TrackNumber 2, keyframe 1
6659[hevc @ 00000187bb0b8280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6660[hevc @ 00000187bb0b8280] Output frame with POC 682.
6661[hevc @ 00000187bb107b80] Decoded frame with POC 680.
6662[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18431 at offset 8332925 bytes
6663[matroska @ 00000187bb2b7680] Writing block of size 483 with pts 18431, dts 18431, duration 21 at relative offset 10 in cluster at offset 8332925. TrackNumber 2, keyframe 1
6664[matroska @ 00000187bb2b7680] Writing block of size 101 with pts 27319, dts -97889, duration 42 at relative offset 500 in cluster at offset 8332925. TrackNumber 1, keyframe 0
6665[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6666[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6667[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 18454, dts 18454, duration 21 at relative offset 607 in cluster at offset 8332925. TrackNumber 2, keyframe 1
6668[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6669[hevc @ 00000187bb0b7680] Output frame with POC 683.
6670[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
6671[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18475 at offset 8333991 bytes
6672[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 18475, dts 18475, duration 21 at relative offset 10 in cluster at offset 8333991. TrackNumber 2, keyframe 1
6673[matroska @ 00000187bb2b7680] Writing block of size 3224 with pts 27528, dts -97848, duration 42 at relative offset 451 in cluster at offset 8333991. TrackNumber 1, keyframe 0
6674[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6675[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6676[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 18496, dts 18496, duration 21 at relative offset 3682 in cluster at offset 8333991. TrackNumber 2, keyframe 1
6677[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6678[hevc @ 00000187bb0ba680] Output frame with POC 684.
6679[hevc @ 00000187bb108280] Decoded frame with POC 682.
6680[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18517 at offset 8338115 bytes
6681[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 18517, dts 18517, duration 21 at relative offset 10 in cluster at offset 8338115. TrackNumber 2, keyframe 1
6682[matroska @ 00000187bb2b7680] Writing block of size 334 with pts 27444, dts -97806, duration 42 at relative offset 422 in cluster at offset 8338115. TrackNumber 1, keyframe 0
6683[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6684[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6685[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 18539, dts 18539, duration 21 at relative offset 763 in cluster at offset 8338115. TrackNumber 2, keyframe 1
6686[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6687[hevc @ 00000187bb0b7280] Output frame with POC 685.
6688[hevc @ 00000187bb108c80] Decoded frame with POC 681.
6689[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18560 at offset 8339333 bytes
6690[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 18560, dts 18560, duration 21 at relative offset 10 in cluster at offset 8339333. TrackNumber 2, keyframe 1
6691[matroska @ 00000187bb2b7680] Writing block of size 261 with pts 27402, dts -97764, duration 42 at relative offset 421 in cluster at offset 8339333. TrackNumber 1, keyframe 0
6692[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6693[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6694[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 18581, dts 18581, duration 21 at relative offset 689 in cluster at offset 8339333. TrackNumber 2, keyframe 1
6695[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6696[hevc @ 00000187bb0b6e80] Output frame with POC 686.
6697[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
6698[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18602 at offset 8340464 bytes
6699[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 18602, dts 18602, duration 21 at relative offset 10 in cluster at offset 8340464. TrackNumber 2, keyframe 1
6700[matroska @ 00000187bb2b7680] Writing block of size 101 with pts 27486, dts -97723, duration 42 at relative offset 436 in cluster at offset 8340464. TrackNumber 1, keyframe 0
6701[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6702[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6703[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 18625, dts 18625, duration 21 at relative offset 543 in cluster at offset 8340464. TrackNumber 2, keyframe 1
6704[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6705[hevc @ 00000187bb10aa80] Output frame with POC 687.
6706[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
6707[hevc @ 00000187bb0b8a80] Decoded frame with POC 684.
6708[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18646 at offset 8341434 bytes
6709[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 18646, dts 18646, duration 21 at relative offset 10 in cluster at offset 8341434. TrackNumber 2, keyframe 1
6710[matroska @ 00000187bb2b7680] Writing block of size 1174 with pts 27694, dts -97681, duration 42 at relative offset 432 in cluster at offset 8341434. TrackNumber 1, keyframe 0
6711[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6712[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6713[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 18667, dts 18667, duration 21 at relative offset 1613 in cluster at offset 8341434. TrackNumber 2, keyframe 1
6714[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6715[hevc @ 00000187bb0529c0] Output frame with POC 688.
6716[hevc @ 00000187bb0b8280] Decoded frame with POC 683.
6717[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18688 at offset 8343480 bytes
6718[matroska @ 00000187bb2b7680] Writing block of size 492 with pts 18688, dts 18688, duration 21 at relative offset 10 in cluster at offset 8343480. TrackNumber 2, keyframe 1
6719[matroska @ 00000187bb2b7680] Writing block of size 145 with pts 27611, dts -97639, duration 42 at relative offset 509 in cluster at offset 8343480. TrackNumber 1, keyframe 0
6720[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6721[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6722[matroska @ 00000187bb2b7680] Writing block of size 496 with pts 18710, dts 18710, duration 21 at relative offset 661 in cluster at offset 8343480. TrackNumber 2, keyframe 1
6723[hevc @ 00000187bb052dc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6724[hevc @ 00000187bb052dc0] Output frame with POC 689.
6725[hevc @ 00000187bb0b7680] Decoded frame with POC 686.
6726[hevc @ 00000187bb0ba680] Decoded frame with POC 685.
6727[hevc @ 00000187bb0b7280] Decoded frame with POC 690.
6728[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18731 at offset 8344650 bytes
6729[matroska @ 00000187bb2b7680] Writing block of size 501 with pts 18731, dts 18731, duration 21 at relative offset 10 in cluster at offset 8344650. TrackNumber 2, keyframe 1
6730[matroska @ 00000187bb2b7680] Writing block of size 227 with pts 27569, dts -97598, duration 42 at relative offset 518 in cluster at offset 8344650. TrackNumber 1, keyframe 0
6731[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6732[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6733[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 18752, dts 18752, duration 21 at relative offset 752 in cluster at offset 8344650. TrackNumber 2, keyframe 1
6734[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6735[hevc @ 00000187bb107780] Output frame with POC 690.
6736[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
6737[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18773 at offset 8345804 bytes
6738[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 18773, dts 18773, duration 21 at relative offset 10 in cluster at offset 8345804. TrackNumber 2, keyframe 1
6739[matroska @ 00000187bb2b7680] Writing block of size 134 with pts 27653, dts -97556, duration 42 at relative offset 409 in cluster at offset 8345804. TrackNumber 1, keyframe 0
6740[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6741[hevc @ 00000187bb107b80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6742[hevc @ 00000187bb107b80] Output frame with POC 691.
6743[hevc @ 00000187bb0b6e80] Decoded frame with POC 688.
6744[hevc @ 00000187bb0529c0] Decoded frame with POC 689.
6745[hevc @ 00000187bb10aa80] Decoded frame with POC 687.
6746[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18795 at offset 8346360 bytes
6747[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 18795, dts 18795, duration 21 at relative offset 10 in cluster at offset 8346360. TrackNumber 2, keyframe 1
6748[matroska @ 00000187bb2b7680] Writing block of size 959 with pts 27861, dts -97514, duration 42 at relative offset 411 in cluster at offset 8346360. TrackNumber 1, keyframe 0
6749[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6750[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6751[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 18816, dts 18816, duration 21 at relative offset 1377 in cluster at offset 8346360. TrackNumber 2, keyframe 1
6752[hevc @ 00000187bb108280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6753[hevc @ 00000187bb108280] Output frame with POC 692.
6754[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18837 at offset 8348159 bytes
6755[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 18837, dts 18837, duration 21 at relative offset 10 in cluster at offset 8348159. TrackNumber 2, keyframe 1
6756[matroska @ 00000187bb2b7680] Writing block of size 190 with pts 27778, dts -97472, duration 42 at relative offset 417 in cluster at offset 8348159. TrackNumber 1, keyframe 0
6757[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6758[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6759[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 18858, dts 18858, duration 21 at relative offset 614 in cluster at offset 8348159. TrackNumber 2, keyframe 1
6760[hevc @ 00000187bb108c80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6761[hevc @ 00000187bb108c80] Output frame with POC 693.
6762[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
6763[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18880 at offset 8349206 bytes
6764[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 18880, dts 18880, duration 21 at relative offset 10 in cluster at offset 8349206. TrackNumber 2, keyframe 1
6765[matroska @ 00000187bb2b7680] Writing block of size 196 with pts 27736, dts -97431, duration 42 at relative offset 411 in cluster at offset 8349206. TrackNumber 1, keyframe 0
6766[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6767[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6768[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 18901, dts 18901, duration 21 at relative offset 614 in cluster at offset 8349206. TrackNumber 2, keyframe 1
6769[hevc @ 00000187bb0b8a80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6770[hevc @ 00000187bb0b8a80] Output frame with POC 694.
6771[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
6772[hevc @ 00000187bb052dc0] Decoded frame with POC 693.
6773[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18922 at offset 8350232 bytes
6774[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 18922, dts 18922, duration 21 at relative offset 10 in cluster at offset 8350232. TrackNumber 2, keyframe 1
6775[matroska @ 00000187bb2b7680] Writing block of size 104 with pts 27819, dts -97389, duration 42 at relative offset 445 in cluster at offset 8350232. TrackNumber 1, keyframe 0
6776[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6777[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6778[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 18943, dts 18943, duration 21 at relative offset 555 in cluster at offset 8350232. TrackNumber 2, keyframe 1
6779[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6780[hevc @ 00000187bb0b8280] Output frame with POC 695.
6781[hevc @ 00000187bb107780] Decoded frame with POC 692.
6782[hevc @ 00000187bb107b80] Decoded frame with POC 691.
6783[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 18966 at offset 8351222 bytes
6784[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 18966, dts 18966, duration 21 at relative offset 10 in cluster at offset 8351222. TrackNumber 2, keyframe 1
6785[matroska @ 00000187bb2b7680] Writing block of size 36815 with pts 28028, dts -97347, duration 42 at relative offset 422 in cluster at offset 8351222. TrackNumber 1, keyframe 0
6786[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6787[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6788[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 18987, dts 18987, duration 21 at relative offset 37245 in cluster at offset 8351222. TrackNumber 2, keyframe 1
6789[hevc @ 00000187bb0b7680] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6790[hevc @ 00000187bb0b7680] Output frame with POC 696.
6791[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
6792[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6793[hevc @ 00000187bb108280] Decoded frame with POC 696.
6794[hevc @ 00000187bb0ba680] Output frame with POC 697.
6795[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19008 at offset 8388900 bytes
6796[matroska @ 00000187bb2b7680] Writing block of size 489 with pts 19008, dts 19008, duration 21 at relative offset 10 in cluster at offset 8388900. TrackNumber 2, keyframe 1
6797[matroska @ 00000187bb2b7680] Writing block of size 275 with pts 27945, dts -97306, duration 42 at relative offset 506 in cluster at offset 8388900. TrackNumber 1, keyframe 0
6798[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6799[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6800[matroska @ 00000187bb2b7680] Writing block of size 504 with pts 19029, dts 19029, duration 21 at relative offset 788 in cluster at offset 8388900. TrackNumber 2, keyframe 1
6801[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
6802[hevc @ 00000187bb108c80] Decoded frame with POC 695.
6803[hevc @ 00000187bb0b8a80] Decoded frame with POC 694.
6804[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19051 at offset 8390205 bytes
6805[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 19051, dts 19051, duration 21 at relative offset 10 in cluster at offset 8390205. TrackNumber 2, keyframe 1
6806[matroska @ 00000187bb2b7680] Writing block of size 106 with pts 27903, dts -97264, duration 42 at relative offset 410 in cluster at offset 8390205. TrackNumber 1, keyframe 0
6807[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6808[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6809[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 19072, dts 19072, duration 21 at relative offset 522 in cluster at offset 8390205. TrackNumber 2, keyframe 1
6810[hevc @ 00000187bb0b7280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6811[hevc @ 00000187bb0b7280] Output frame with POC 698.
6812[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19093 at offset 8391154 bytes
6813[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 19093, dts 19093, duration 21 at relative offset 10 in cluster at offset 8391154. TrackNumber 2, keyframe 1
6814[matroska @ 00000187bb2b7680] Writing block of size 2028 with pts 27986, dts -97222, duration 42 at relative offset 427 in cluster at offset 8391154. TrackNumber 1, keyframe 0
6815[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
6816[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6817[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 19114, dts 19114, duration 21 at relative offset 2462 in cluster at offset 8391154. TrackNumber 2, keyframe 1
6818[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6819[hevc @ 00000187bb0b6e80] Output frame with POC 699.
6820[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19137 at offset 8394045 bytes
6821[matroska @ 00000187bb2b7680] Writing block of size 502 with pts 19137, dts 19137, duration 21 at relative offset 10 in cluster at offset 8394045. TrackNumber 2, keyframe 1
6822[matroska @ 00000187bb2b7680] Writing block of size 27308 with pts 28195, dts -97180, duration 42 at relative offset 519 in cluster at offset 8394045. TrackNumber 1, keyframe 0
6823[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6824[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6825[matroska @ 00000187bb2b7680] Writing block of size 521 with pts 19158, dts 19158, duration 21 at relative offset 27835 in cluster at offset 8394045. TrackNumber 2, keyframe 1
6826[hevc @ 00000187bb10aa80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6827[hevc @ 00000187bb10aa80] Output frame with POC 700.
6828[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
6829[hevc @ 00000187bb0b8280] Decoded frame with POC 700.
6830[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19179 at offset 8422415 bytes
6831[matroska @ 00000187bb2b7680] Writing block of size 484 with pts 19179, dts 19179, duration 21 at relative offset 10 in cluster at offset 8422415. TrackNumber 2, keyframe 1
6832[matroska @ 00000187bb2b7680] Writing block of size 10707 with pts 28111, dts -97139, duration 42 at relative offset 501 in cluster at offset 8422415. TrackNumber 1, keyframe 0
6833[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6834[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6835[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6836[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 19200, dts 19200, duration 21 at relative offset 11215 in cluster at offset 8422415. TrackNumber 2, keyframe 1
6837[hevc @ 00000187bb0529c0] Output frame with POC 701.
6838[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
6839[hevc @ 00000187bb0b7680] Decoded frame with POC 698.
6840[hevc @ 00000187bb0ba680] Decoded frame with POC 697.
6841[hevc @ 00000187bb0b7280] Decoded frame with POC 699.
6842[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19222 at offset 8434072 bytes
6843[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 19222, dts 19222, duration 21 at relative offset 10 in cluster at offset 8434072. TrackNumber 2, keyframe 1
6844[matroska @ 00000187bb2b7680] Writing block of size 922 with pts 28070, dts -97097, duration 42 at relative offset 416 in cluster at offset 8434072. TrackNumber 1, keyframe 0
6845[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6846[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6847[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 19243, dts 19243, duration 21 at relative offset 1345 in cluster at offset 8434072. TrackNumber 2, keyframe 1
6848[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6849[hevc @ 00000187bb052dc0] Output frame with POC 702.
6850[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19264 at offset 8435830 bytes
6851[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 19264, dts 19264, duration 21 at relative offset 10 in cluster at offset 8435830. TrackNumber 2, keyframe 1
6852[matroska @ 00000187bb2b7680] Writing block of size 949 with pts 28153, dts -97055, duration 42 at relative offset 411 in cluster at offset 8435830. TrackNumber 1, keyframe 0
6853[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6854[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6855[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 19285, dts 19285, duration 21 at relative offset 1367 in cluster at offset 8435830. TrackNumber 2, keyframe 1
6856[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6857[hevc @ 00000187bb107780] Output frame with POC 703.
6858[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
6859[hevc @ 00000187bb0b6e80] Decoded frame with POC 704.
6860[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19307 at offset 8437597 bytes
6861[matroska @ 00000187bb2b7680] Writing block of size 481 with pts 19307, dts 19307, duration 21 at relative offset 10 in cluster at offset 8437597. TrackNumber 2, keyframe 1
6862[matroska @ 00000187bb2b7680] Writing block of size 30869 with pts 28362, dts -97014, duration 42 at relative offset 498 in cluster at offset 8437597. TrackNumber 1, keyframe 0
6863[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6864[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6865[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 19328, dts 19328, duration 21 at relative offset 31375 in cluster at offset 8437597. TrackNumber 2, keyframe 1
6866[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6867[hevc @ 00000187bb107b80] Output frame with POC 704.
6868[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
6869[hevc @ 00000187bb10aa80] Decoded frame with POC 702.
6870[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19349 at offset 8469432 bytes
6871[matroska @ 00000187bb2b7680] Writing block of size 491 with pts 19349, dts 19349, duration 21 at relative offset 10 in cluster at offset 8469432. TrackNumber 2, keyframe 1
6872[matroska @ 00000187bb2b7680] Writing block of size 22040 with pts 28278, dts -96972, duration 42 at relative offset 508 in cluster at offset 8469432. TrackNumber 1, keyframe 0
6873[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6874[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6875[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6876[matroska @ 00000187bb2b7680] Writing block of size 367 with pts 19370, dts 19370, duration 21 at relative offset 22556 in cluster at offset 8469432. TrackNumber 2, keyframe 1
6877[hevc @ 00000187bb108280] Output frame with POC 705.
6878[hevc @ 00000187bb0529c0] Decoded frame with POC 701.
6879[hevc @ 00000187bb052dc0] Decoded frame with POC 703.
6880[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19392 at offset 8492369 bytes
6881[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 19392, dts 19392, duration 21 at relative offset 10 in cluster at offset 8492369. TrackNumber 2, keyframe 1
6882[matroska @ 00000187bb2b7680] Writing block of size 2739 with pts 28237, dts -96930, duration 42 at relative offset 404 in cluster at offset 8492369. TrackNumber 1, keyframe 0
6883[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6884[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6885[matroska @ 00000187bb2b7680] Writing block of size 377 with pts 19413, dts 19413, duration 21 at relative offset 3150 in cluster at offset 8492369. TrackNumber 2, keyframe 1
6886[hevc @ 00000187bb108c80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6887[hevc @ 00000187bb108c80] Output frame with POC 706.
6888[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19434 at offset 8495909 bytes
6889[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 19434, dts 19434, duration 21 at relative offset 10 in cluster at offset 8495909. TrackNumber 2, keyframe 1
6890[matroska @ 00000187bb2b7680] Writing block of size 15087 with pts 28320, dts -96888, duration 42 at relative offset 412 in cluster at offset 8495909. TrackNumber 1, keyframe 0
6891[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6892[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6893[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 19455, dts 19455, duration 21 at relative offset 15506 in cluster at offset 8495909. TrackNumber 2, keyframe 1
6894[hevc @ 00000187bb0b8a80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6895[hevc @ 00000187bb0b8a80] Output frame with POC 707.
6896[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
6897[hevc @ 00000187bb107780] Decoded frame with POC 708.
6898[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19478 at offset 8511861 bytes
6899[matroska @ 00000187bb2b7680] Writing block of size 388 with pts 19478, dts 19478, duration 21 at relative offset 10 in cluster at offset 8511861. TrackNumber 2, keyframe 1
6900[matroska @ 00000187bb2b7680] Writing block of size 28679 with pts 28529, dts -96847, duration 42 at relative offset 405 in cluster at offset 8511861. TrackNumber 1, keyframe 0
6901[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6902[hevc @ 00000187bb0b8280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6903[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6904[matroska @ 00000187bb2b7680] Writing block of size 441 with pts 19499, dts 19499, duration 21 at relative offset 29092 in cluster at offset 8511861. TrackNumber 2, keyframe 1
6905[hevc @ 00000187bb0b8280] Output frame with POC 708.
6906[hevc @ 00000187bb107b80] Decoded frame with POC 706.
6907[hevc @ 00000187bb108c80] Decoded frame with POC 707.
6908[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19520 at offset 8541408 bytes
6909[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 19520, dts 19520, duration 21 at relative offset 10 in cluster at offset 8541408. TrackNumber 2, keyframe 1
6910[hevc @ 00000187bb108280] Decoded frame with POC 705.
6911[matroska @ 00000187bb2b7680] Writing block of size 19811 with pts 28445, dts -96805, duration 42 at relative offset 423 in cluster at offset 8541408. TrackNumber 1, keyframe 0
6912[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6913[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6914[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 19541, dts 19541, duration 21 at relative offset 20242 in cluster at offset 8541408. TrackNumber 2, keyframe 1
6915[hevc @ 00000187bb0b7680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6916[hevc @ 00000187bb0b7680] Output frame with POC 709.
6917[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19563 at offset 8562060 bytes
6918[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 19563, dts 19563, duration 21 at relative offset 10 in cluster at offset 8562060. TrackNumber 2, keyframe 1
6919[matroska @ 00000187bb2b7680] Writing block of size 14547 with pts 28403, dts -96763, duration 42 at relative offset 468 in cluster at offset 8562060. TrackNumber 1, keyframe 0
6920[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6921[hevc @ 00000187bb0ba680] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6922[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6923[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 19584, dts 19584, duration 21 at relative offset 15022 in cluster at offset 8562060. TrackNumber 2, keyframe 1
6924[hevc @ 00000187bb0ba680] Output frame with POC 710.
6925[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.009972
6926[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19605 at offset 8577496 bytes
6927[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 19605, dts 19605, duration 21 at relative offset 10 in cluster at offset 8577496. TrackNumber 2, keyframe 1
6928[matroska @ 00000187bb2b7680] Writing block of size 6993 with pts 28487, dts -96722, duration 42 at relative offset 420 in cluster at offset 8577496. TrackNumber 1, keyframe 0
6929[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6930[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10003000 > 10000000: forcing output
6931[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 19626, dts 19626, duration 21 at relative offset 7420 in cluster at offset 8577496. TrackNumber 2, keyframe 1
6932[hevc @ 00000187bb0b7280] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6933[hevc @ 00000187bb0b7280] Output frame with POC 711.
6934[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.002983
6935[hevc @ 00000187bb0b8a80] Decoded frame with POC 712.
6936[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19649 at offset 8585353 bytes
6937[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 19649, dts 19649, duration 21 at relative offset 10 in cluster at offset 8585353. TrackNumber 2, keyframe 1
6938[matroska @ 00000187bb2b7680] Writing block of size 19854 with pts 28695, dts -96680, duration 42 at relative offset 428 in cluster at offset 8585353. TrackNumber 1, keyframe 0
6939[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6940[hevc @ 00000187bb0b6e80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6941[hevc @ 00000187bb0b6e80] Output frame with POC 712.
6942[hevc @ 00000187bb0b8280] Decoded frame with POC 710.
6943[hevc @ 00000187bb0b7680] Decoded frame with POC 709.
6944[hevc @ 00000187bb0ba680] Decoded frame with POC 711.
6945[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19670 at offset 8605650 bytes
6946[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 19670, dts 19670, duration 21 at relative offset 10 in cluster at offset 8605650. TrackNumber 2, keyframe 1
6947[matroska @ 00000187bb2b7680] Writing block of size 8768 with pts 28612, dts -96638, duration 42 at relative offset 440 in cluster at offset 8605650. TrackNumber 1, keyframe 0
6948[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6949[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6950[matroska @ 00000187bb2b7680] Writing block of size 463 with pts 19691, dts 19691, duration 21 at relative offset 9215 in cluster at offset 8605650. TrackNumber 2, keyframe 1
6951[hevc @ 00000187bb10aa80] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6952[hevc @ 00000187bb10aa80] Output frame with POC 713.
6953[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19712 at offset 8615341 bytes
6954[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 19712, dts 19712, duration 21 at relative offset 10 in cluster at offset 8615341. TrackNumber 2, keyframe 1
6955[matroska @ 00000187bb2b7680] Writing block of size 7068 with pts 28570, dts -96597, duration 42 at relative offset 410 in cluster at offset 8615341. TrackNumber 1, keyframe 0
6956[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6957[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6958[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 19734, dts 19734, duration 21 at relative offset 7485 in cluster at offset 8615341. TrackNumber 2, keyframe 1
6959[hevc @ 00000187bb0529c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6960[hevc @ 00000187bb0529c0] Output frame with POC 714.
6961[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.005974
6962[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19755 at offset 8623272 bytes
6963[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 19755, dts 19755, duration 21 at relative offset 10 in cluster at offset 8623272. TrackNumber 2, keyframe 1
6964[matroska @ 00000187bb2b7680] Writing block of size 2641 with pts 28654, dts -96555, duration 42 at relative offset 423 in cluster at offset 8623272. TrackNumber 1, keyframe 0
6965[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6966[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6967[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 19776, dts 19776, duration 21 at relative offset 3071 in cluster at offset 8623272. TrackNumber 2, keyframe 1
6968[hevc @ 00000187bb052dc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6969[hevc @ 00000187bb052dc0] Output frame with POC 715.
6970[hevc @ 00000187bb0b7280] Decoded frame with POC 717.
6971[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19797 at offset 8626753 bytes
6972[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 19797, dts 19797, duration 21 at relative offset 10 in cluster at offset 8626753. TrackNumber 2, keyframe 1
6973[matroska @ 00000187bb2b7680] Writing block of size 16822 with pts 28862, dts -96513, duration 42 at relative offset 462 in cluster at offset 8626753. TrackNumber 1, keyframe 0
6974[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
6975[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6976[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 19819, dts 19819, duration 21 at relative offset 17292 in cluster at offset 8626753. TrackNumber 2, keyframe 1
6977[hevc @ 00000187bb107780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6978[hevc @ 00000187bb107780] Output frame with POC 716.
6979[hevc @ 00000187bb0b6e80] Decoded frame with POC 715.
6980[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19840 at offset 8644481 bytes
6981[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 19840, dts 19840, duration 21 at relative offset 10 in cluster at offset 8644481. TrackNumber 2, keyframe 1
6982[matroska @ 00000187bb2b7680] Writing block of size 8124 with pts 28779, dts -96471, duration 42 at relative offset 454 in cluster at offset 8644481. TrackNumber 1, keyframe 0
6983[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6984frame= 691 fps=341 q=24.0 size= 8192kB time=00:00:29.86 bitrate=2247.0kbits/s speed=14.7x
6985[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6986[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 19861, dts 19861, duration 21 at relative offset 8585 in cluster at offset 8644481. TrackNumber 2, keyframe 1
6987[hevc @ 00000187bb107b80] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
6988[hevc @ 00000187bb107b80] Output frame with POC 717.
6989[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.008995
6990[hevc @ 00000187bb0529c0] Decoded frame with POC 714.
6991[hevc @ 00000187bb10aa80] Decoded frame with POC 713.
6992[hevc @ 00000187bb052dc0] Decoded frame with POC 716.
6993[hevc @ 00000187bb108280] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
6994[hevc @ 00000187bb108280] Output frame with POC 718.
6995[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19882 at offset 8653488 bytes
6996[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 19882, dts 19882, duration 21 at relative offset 10 in cluster at offset 8653488. TrackNumber 2, keyframe 1
6997[matroska @ 00000187bb2b7680] Writing block of size 3430 with pts 28737, dts -96430, duration 42 at relative offset 444 in cluster at offset 8653488. TrackNumber 1, keyframe 0
6998[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10005000 > 10000000: forcing output
6999[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10006000 > 10000000: forcing output
7000[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 19903, dts 19903, duration 21 at relative offset 3881 in cluster at offset 8653488. TrackNumber 2, keyframe 1
7001[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.001976
7002[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19924 at offset 8657821 bytes
7003[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 19924, dts 19924, duration 21 at relative offset 10 in cluster at offset 8657821. TrackNumber 2, keyframe 1
7004[matroska @ 00000187bb2b7680] Writing block of size 3102 with pts 28820, dts -96388, duration 42 at relative offset 449 in cluster at offset 8657821. TrackNumber 1, keyframe 0
7005[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
7006[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
7007[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 19947, dts 19947, duration 21 at relative offset 3558 in cluster at offset 8657821. TrackNumber 2, keyframe 1
7008[in#0/matroska,webm @ 00000187b93ae800] EOF while reading input
7009[hevc @ 00000187bb108c80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
7010[in#0/matroska,webm @ 00000187b93ae800] Terminating demuxer thread
7011[hevc @ 00000187bb108c80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
7012[hevc @ 00000187bb108c80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
7013[hevc @ 00000187bb108c80] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
7014[hevc @ 00000187bb108c80] Decoding VPS
7015[hevc @ 00000187bb108c80] Main 10 profile bitstream
7016[hevc @ 00000187bb108c80] Decoding SPS
7017[hevc @ 00000187bb108c80] Main 10 profile bitstream
7018[hevc @ 00000187bb108c80] Decoding VUI
7019[hevc @ 00000187bb108c80] Decoding PPS
7020[hevc @ 00000187bb108c80] Output frame with POC 719.
7021[hevc @ 00000187bb107780] Decoded frame with POC 720.
7022[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19968 at offset 8661824 bytes
7023[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 19968, dts 19968, duration 21 at relative offset 10 in cluster at offset 8661824. TrackNumber 2, keyframe 1
7024[matroska @ 00000187bb2b7680] Writing block of size 19590 with pts 29029, dts -96346, duration 42 at relative offset 460 in cluster at offset 8661824. TrackNumber 1, keyframe 0
7025[matroska @ 00000187bb2b7680] Delay between the first packet and last packet in the muxing queue is 10004000 > 10000000: forcing output
7026[hevc @ 00000187bb0b8a80] Output frame with POC 720.
7027[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.011986
7028[hevc @ 00000187bb107b80] Decoded frame with POC 719.
7029[hevc @ 00000187bb108280] Decoded frame with POC 718.
7030[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 19989 at offset 8681889 bytes
7031[hevc @ 00000187bb0b8280] Output frame with POC 721.
7032[matroska @ 00000187bb2b7680] Writing block of size 510 with pts 19989, dts 19989, duration 21 at relative offset 10 in cluster at offset 8681889. TrackNumber 2, keyframe 1
7033[matroska @ 00000187bb2b7680] Writing block of size 6863 with pts 28946, dts -96305, duration 42 at relative offset 527 in cluster at offset 8681889. TrackNumber 1, keyframe 0
7034[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.004997
7035[matroska @ 00000187bb2b7680] Starting new cluster with timestamp 28904 at offset 8689292 bytes
7036[matroska @ 00000187bb2b7680] Writing block of size 3092 with pts 28904, dts -96263, duration 42 at relative offset 10 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7037[hevc @ 00000187bb108c80] Decoded frame with POC 721.
7038[matroska @ 00000187bb2b7680] Writing block of size 2086 with pts 28987, dts -96221, duration 42 at relative offset 3109 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7039[matroska @ 00000187bb2b7680] Writing block of size 14685 with pts 29196, dts -96179, duration 42 at relative offset 5202 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7040[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.007988
7041[matroska @ 00000187bb2b7680] Writing block of size 5892 with pts 29112, dts -96138, duration 42 at relative offset 19894 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7042[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.000999
7043[matroska @ 00000187bb2b7680] Writing block of size 1735 with pts 29071, dts -96096, duration 42 at relative offset 25793 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7044[matroska @ 00000187bb2b7680] Writing block of size 1198 with pts 29154, dts -96054, duration 42 at relative offset 27535 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7045[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.010979
7046[matroska @ 00000187bb2b7680] Writing block of size 14343 with pts 29363, dts -96013, duration 42 at relative offset 28740 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7047[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.003990
7048[matroska @ 00000187bb2b7680] Writing block of size 4905 with pts 29279, dts -95971, duration 42 at relative offset 43090 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7049[matroska @ 00000187bb2b7680] Writing block of size 1675 with pts 29238, dts -95929, duration 42 at relative offset 48002 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7050[matroska @ 00000187bb2b7680] Writing block of size 4616 with pts 29321, dts -95887, duration 42 at relative offset 49684 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7051[vost#0:0/hevc_nvenc @ 00000187bb10a380] Clipping frame in rate conversion by 0.006981
7052[matroska @ 00000187bb2b7680] Writing block of size 15487 with pts 29530, dts -95846, duration 42 at relative offset 54307 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7053[matroska @ 00000187bb2b7680] Writing block of size 4958 with pts 29446, dts -95804, duration 42 at relative offset 69801 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7054[matroska @ 00000187bb2b7680] Writing block of size 952 with pts 29404, dts -95762, duration 42 at relative offset 74766 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7055[out_0_0 @ 00000187bb1191c0] EOF on sink link out_0_0:default.
7056No more output streams to write to, finishing.
7057[matroska @ 00000187bb2b7680] Writing block of size 1846 with pts 29488, dts -95721, duration 42 at relative offset 75725 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7058[matroska @ 00000187bb2b7680] Writing block of size 14544 with pts 29696, dts -95679, duration 42 at relative offset 77578 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7059[matroska @ 00000187bb2b7680] Writing block of size 789 with pts 29613, dts -95637, duration 42 at relative offset 92129 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7060[matroska @ 00000187bb2b7680] Writing block of size 985 with pts 29571, dts -95596, duration 42 at relative offset 92925 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7061[matroska @ 00000187bb2b7680] Writing block of size 702 with pts 29655, dts -95554, duration 42 at relative offset 93917 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7062[matroska @ 00000187bb2b7680] Writing block of size 13390 with pts 29863, dts -95512, duration 42 at relative offset 94626 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7063[matroska @ 00000187bb2b7680] Writing block of size 4610 with pts 29780, dts -95470, duration 42 at relative offset 108023 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7064[matroska @ 00000187bb2b7680] Writing block of size 1344 with pts 29738, dts -95429, duration 42 at relative offset 112640 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7065[matroska @ 00000187bb2b7680] Writing block of size 1170 with pts 29821, dts -95387, duration 42 at relative offset 113991 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7066[matroska @ 00000187bb2b7680] Writing block of size 13923 with pts 30030, dts -95345, duration 42 at relative offset 115168 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7067[matroska @ 00000187bb2b7680] Writing block of size 688 with pts 29947, dts -95304, duration 42 at relative offset 129098 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7068[matroska @ 00000187bb2b7680] Writing block of size 454 with pts 29905, dts -95262, duration 42 at relative offset 129793 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7069[matroska @ 00000187bb2b7680] Writing block of size 2131 with pts 29988, dts -95220, duration 42 at relative offset 130254 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7070[matroska @ 00000187bb2b7680] Writing block of size 10052 with pts 30072, dts -95178, duration 42 at relative offset 132392 in cluster at offset 8689292. TrackNumber 1, keyframe 0
7071[out#0/matroska @ 00000187bb287cc0] All streams finished
7072[out#0/matroska @ 00000187bb287cc0] Terminating muxer thread
7073[matroska @ 00000187bb2b7680] Writing block of size 501 with pts 20010, dts 20010, duration 21 at relative offset 142451 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7074[matroska @ 00000187bb2b7680] Writing block of size 505 with pts 20032, dts 20032, duration 21 at relative offset 142959 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7075[matroska @ 00000187bb2b7680] Writing block of size 378 with pts 20053, dts 20053, duration 21 at relative offset 143471 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7076[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 20074, dts 20074, duration 21 at relative offset 143856 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7077[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 20095, dts 20095, duration 21 at relative offset 144272 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7078[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 20118, dts 20118, duration 21 at relative offset 144699 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7079[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 20139, dts 20139, duration 21 at relative offset 145114 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7080[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 20160, dts 20160, duration 21 at relative offset 145544 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7081[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 20181, dts 20181, duration 21 at relative offset 145955 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7082[matroska @ 00000187bb2b7680] Writing block of size 35 with pts 20183, dts 20183, duration 1251 at relative offset 146377 in cluster at offset 8689292. TrackNumber 3, keyframe 1
7083[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 20203, dts 20203, duration 21 at relative offset 146424 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7084[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 20224, dts 20224, duration 21 at relative offset 146831 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7085[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 20245, dts 20245, duration 21 at relative offset 147248 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7086[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 20266, dts 20266, duration 21 at relative offset 147679 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7087[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 20288, dts 20288, duration 21 at relative offset 148104 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7088[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 20309, dts 20309, duration 21 at relative offset 148537 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7089[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 20330, dts 20330, duration 21 at relative offset 148948 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7090[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 20351, dts 20351, duration 21 at relative offset 149361 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7091[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 20373, dts 20373, duration 21 at relative offset 149777 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7092[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 20394, dts 20394, duration 21 at relative offset 150213 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7093[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 20415, dts 20415, duration 21 at relative offset 150639 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7094[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 20436, dts 20436, duration 21 at relative offset 151065 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7095[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 20459, dts 20459, duration 21 at relative offset 151485 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7096[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 20480, dts 20480, duration 21 at relative offset 151918 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7097[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 20501, dts 20501, duration 21 at relative offset 152355 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7098[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 20522, dts 20522, duration 21 at relative offset 152790 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7099[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 20544, dts 20544, duration 21 at relative offset 153227 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7100[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 20565, dts 20565, duration 21 at relative offset 153658 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7101[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 20586, dts 20586, duration 21 at relative offset 154082 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7102[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 20607, dts 20607, duration 21 at relative offset 154500 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7103[matroska @ 00000187bb2b7680] Writing block of size 553 with pts 20630, dts 20630, duration 21 at relative offset 154945 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7104[matroska @ 00000187bb2b7680] Writing block of size 519 with pts 20651, dts 20651, duration 21 at relative offset 155505 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7105[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 20672, dts 20672, duration 21 at relative offset 156031 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7106[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 20693, dts 20693, duration 21 at relative offset 156484 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7107[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 20715, dts 20715, duration 21 at relative offset 156880 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7108[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 20736, dts 20736, duration 21 at relative offset 157285 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7109[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 20757, dts 20757, duration 21 at relative offset 157705 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7110[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 20778, dts 20778, duration 21 at relative offset 158119 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7111[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 20800, dts 20800, duration 21 at relative offset 158533 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7112[matroska @ 00000187bb2b7680] Writing block of size 494 with pts 20821, dts 20821, duration 21 at relative offset 158961 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7113[matroska @ 00000187bb2b7680] Writing block of size 450 with pts 20842, dts 20842, duration 21 at relative offset 159462 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7114[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 20863, dts 20863, duration 21 at relative offset 159919 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7115[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 20885, dts 20885, duration 21 at relative offset 160336 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7116[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 20906, dts 20906, duration 21 at relative offset 160755 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7117[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 20927, dts 20927, duration 21 at relative offset 161169 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7118[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 20948, dts 20948, duration 21 at relative offset 161599 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7119[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 20971, dts 20971, duration 21 at relative offset 162034 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7120[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 20992, dts 20992, duration 21 at relative offset 162457 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7121[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 21013, dts 21013, duration 21 at relative offset 162878 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7122[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 21034, dts 21034, duration 21 at relative offset 163302 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7123[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 21056, dts 21056, duration 21 at relative offset 163717 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7124[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 21077, dts 21077, duration 21 at relative offset 164137 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7125[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 21098, dts 21098, duration 21 at relative offset 164560 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7126[matroska @ 00000187bb2b7680] Writing block of size 457 with pts 21119, dts 21119, duration 21 at relative offset 164994 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7127[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 21142, dts 21142, duration 21 at relative offset 165458 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7128[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 21163, dts 21163, duration 21 at relative offset 165904 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7129[matroska @ 00000187bb2b7680] Writing block of size 547 with pts 21184, dts 21184, duration 21 at relative offset 166364 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7130[matroska @ 00000187bb2b7680] Writing block of size 495 with pts 21205, dts 21205, duration 21 at relative offset 166918 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7131[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 21227, dts 21227, duration 21 at relative offset 167420 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7132[matroska @ 00000187bb2b7680] Writing block of size 384 with pts 21248, dts 21248, duration 21 at relative offset 167834 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7133[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 21269, dts 21269, duration 21 at relative offset 168225 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7134[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 21290, dts 21290, duration 21 at relative offset 168631 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7135[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 21312, dts 21312, duration 21 at relative offset 169062 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7136[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 21333, dts 21333, duration 21 at relative offset 169484 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7137[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 21354, dts 21354, duration 21 at relative offset 169899 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7138[matroska @ 00000187bb2b7680] Writing block of size 461 with pts 21375, dts 21375, duration 21 at relative offset 170314 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7139[matroska @ 00000187bb2b7680] Writing block of size 536 with pts 21397, dts 21397, duration 21 at relative offset 170782 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7140[matroska @ 00000187bb2b7680] Writing block of size 376 with pts 21418, dts 21418, duration 21 at relative offset 171325 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7141[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 21439, dts 21439, duration 21 at relative offset 171708 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7142[matroska @ 00000187bb2b7680] Writing block of size 370 with pts 21460, dts 21460, duration 21 at relative offset 172131 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7143[matroska @ 00000187bb2b7680] Writing block of size 485 with pts 21483, dts 21483, duration 21 at relative offset 172508 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7144[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 21504, dts 21504, duration 21 at relative offset 173000 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7145[matroska @ 00000187bb2b7680] Writing block of size 378 with pts 21525, dts 21525, duration 21 at relative offset 173416 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7146[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 21546, dts 21546, duration 21 at relative offset 173801 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7147[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 21568, dts 21568, duration 21 at relative offset 174227 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7148[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 21589, dts 21589, duration 21 at relative offset 174624 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7149[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 21610, dts 21610, duration 21 at relative offset 175043 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7150[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 21631, dts 21631, duration 21 at relative offset 175479 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7151[matroska @ 00000187bb2b7680] Writing block of size 512 with pts 21653, dts 21653, duration 21 at relative offset 175928 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7152[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 21674, dts 21674, duration 21 at relative offset 176447 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7153[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 21696, dts 21696, duration 21 at relative offset 176855 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7154[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 21717, dts 21717, duration 21 at relative offset 177258 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7155[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 21738, dts 21738, duration 21 at relative offset 177670 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7156[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 21759, dts 21759, duration 21 at relative offset 178102 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7157[matroska @ 00000187bb2b7680] Writing block of size 478 with pts 21781, dts 21781, duration 21 at relative offset 178528 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7158[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 21802, dts 21802, duration 21 at relative offset 179013 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7159[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 21823, dts 21823, duration 21 at relative offset 179433 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7160[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 21844, dts 21844, duration 21 at relative offset 179840 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7161[matroska @ 00000187bb2b7680] Writing block of size 500 with pts 21867, dts 21867, duration 21 at relative offset 180290 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7162[matroska @ 00000187bb2b7680] Writing block of size 464 with pts 21888, dts 21888, duration 21 at relative offset 180797 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7163[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 21909, dts 21909, duration 21 at relative offset 181268 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7164[matroska @ 00000187bb2b7680] Writing block of size 387 with pts 21930, dts 21930, duration 21 at relative offset 181701 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7165[matroska @ 00000187bb2b7680] Writing block of size 374 with pts 21952, dts 21952, duration 21 at relative offset 182095 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7166[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 21973, dts 21973, duration 21 at relative offset 182476 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7167[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 21994, dts 21994, duration 21 at relative offset 182896 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7168[matroska @ 00000187bb2b7680] Writing block of size 495 with pts 22015, dts 22015, duration 21 at relative offset 183316 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7169[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 22038, dts 22038, duration 21 at relative offset 183818 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7170[matroska @ 00000187bb2b7680] Writing block of size 373 with pts 22059, dts 22059, duration 21 at relative offset 184258 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7171[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 22080, dts 22080, duration 21 at relative offset 184638 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7172[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 22101, dts 22101, duration 21 at relative offset 185060 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7173[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 22123, dts 22123, duration 21 at relative offset 185466 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7174[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 22144, dts 22144, duration 21 at relative offset 185880 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7175[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 22165, dts 22165, duration 21 at relative offset 186289 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7176[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 22186, dts 22186, duration 21 at relative offset 186721 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7177[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 22208, dts 22208, duration 21 at relative offset 187150 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7178[matroska @ 00000187bb2b7680] Writing block of size 35 with pts 22227, dts 22227, duration 1626 at relative offset 187589 in cluster at offset 8689292. TrackNumber 3, keyframe 1
7179[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 22229, dts 22229, duration 21 at relative offset 187636 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7180[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 22250, dts 22250, duration 21 at relative offset 188038 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7181[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 22271, dts 22271, duration 21 at relative offset 188458 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7182[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 22293, dts 22293, duration 21 at relative offset 188889 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7183[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 22314, dts 22314, duration 21 at relative offset 189315 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7184[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 22335, dts 22335, duration 21 at relative offset 189722 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7185[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 22356, dts 22356, duration 21 at relative offset 190171 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7186[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 22379, dts 22379, duration 21 at relative offset 190607 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7187[matroska @ 00000187bb2b7680] Writing block of size 514 with pts 22400, dts 22400, duration 21 at relative offset 191040 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7188[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 22421, dts 22421, duration 21 at relative offset 191561 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7189[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 22442, dts 22442, duration 21 at relative offset 191964 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7190[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 22464, dts 22464, duration 21 at relative offset 192382 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7191[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 22485, dts 22485, duration 21 at relative offset 192785 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7192[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 22506, dts 22506, duration 21 at relative offset 193209 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7193[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 22527, dts 22527, duration 21 at relative offset 193624 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7194[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 22550, dts 22550, duration 21 at relative offset 194034 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7195[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 22571, dts 22571, duration 21 at relative offset 194456 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7196[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 22592, dts 22592, duration 21 at relative offset 194890 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7197[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 22613, dts 22613, duration 21 at relative offset 195332 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7198[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 22635, dts 22635, duration 21 at relative offset 195767 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7199[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 22656, dts 22656, duration 21 at relative offset 196203 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7200[matroska @ 00000187bb2b7680] Writing block of size 468 with pts 22677, dts 22677, duration 21 at relative offset 196658 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7201[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 22698, dts 22698, duration 21 at relative offset 197133 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7202[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 22721, dts 22721, duration 21 at relative offset 197538 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7203[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 22742, dts 22742, duration 21 at relative offset 197953 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7204[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 22763, dts 22763, duration 21 at relative offset 198373 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7205[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 22784, dts 22784, duration 21 at relative offset 198779 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7206[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 22806, dts 22806, duration 21 at relative offset 199196 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7207[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 22827, dts 22827, duration 21 at relative offset 199639 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7208[matroska @ 00000187bb2b7680] Writing block of size 463 with pts 22848, dts 22848, duration 21 at relative offset 200078 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7209[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 22869, dts 22869, duration 21 at relative offset 200548 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7210[matroska @ 00000187bb2b7680] Writing block of size 507 with pts 22891, dts 22891, duration 21 at relative offset 200968 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7211[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 22912, dts 22912, duration 21 at relative offset 201482 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7212[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 22933, dts 22933, duration 21 at relative offset 201924 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7213[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 22954, dts 22954, duration 21 at relative offset 202342 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7214[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 22976, dts 22976, duration 21 at relative offset 202760 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7215[matroska @ 00000187bb2b7680] Writing block of size 520 with pts 22997, dts 22997, duration 21 at relative offset 203222 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7216[matroska @ 00000187bb2b7680] Writing block of size 493 with pts 23018, dts 23018, duration 21 at relative offset 203749 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7217[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 23039, dts 23039, duration 21 at relative offset 204249 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7218[matroska @ 00000187bb2b7680] Writing block of size 479 with pts 23061, dts 23061, duration 21 at relative offset 204657 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7219[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 23082, dts 23082, duration 21 at relative offset 205143 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7220[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 23103, dts 23103, duration 21 at relative offset 205546 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7221[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 23124, dts 23124, duration 21 at relative offset 205957 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7222[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 23146, dts 23146, duration 21 at relative offset 206365 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7223[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 23167, dts 23167, duration 21 at relative offset 206779 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7224[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 23188, dts 23188, duration 21 at relative offset 207180 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7225[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 23209, dts 23209, duration 21 at relative offset 207586 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7226[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 23232, dts 23232, duration 21 at relative offset 207984 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7227[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 23253, dts 23253, duration 21 at relative offset 208391 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7228[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 23274, dts 23274, duration 21 at relative offset 208806 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7229[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 23295, dts 23295, duration 21 at relative offset 209226 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7230[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 23317, dts 23317, duration 21 at relative offset 209644 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7231[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 23338, dts 23338, duration 21 at relative offset 210067 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7232[matroska @ 00000187bb2b7680] Writing block of size 479 with pts 23359, dts 23359, duration 21 at relative offset 210505 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7233[matroska @ 00000187bb2b7680] Writing block of size 477 with pts 23380, dts 23380, duration 21 at relative offset 210991 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7234[matroska @ 00000187bb2b7680] Writing block of size 511 with pts 23403, dts 23403, duration 21 at relative offset 211475 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7235[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 23424, dts 23424, duration 21 at relative offset 211993 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7236[matroska @ 00000187bb2b7680] Writing block of size 481 with pts 23445, dts 23445, duration 21 at relative offset 212433 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7237[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 23466, dts 23466, duration 21 at relative offset 212921 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7238[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 23488, dts 23488, duration 21 at relative offset 213362 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7239[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 23509, dts 23509, duration 21 at relative offset 213770 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7240[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 23530, dts 23530, duration 21 at relative offset 214163 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7241[matroska @ 00000187bb2b7680] Writing block of size 534 with pts 23551, dts 23551, duration 21 at relative offset 214599 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7242[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 23573, dts 23573, duration 21 at relative offset 215140 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7243[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 23594, dts 23594, duration 21 at relative offset 215595 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7244[matroska @ 00000187bb2b7680] Writing block of size 476 with pts 23615, dts 23615, duration 21 at relative offset 215988 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7245[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 23636, dts 23636, duration 21 at relative offset 216471 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7246[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 23658, dts 23658, duration 21 at relative offset 216868 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7247[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 23679, dts 23679, duration 21 at relative offset 217270 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7248[matroska @ 00000187bb2b7680] Writing block of size 385 with pts 23700, dts 23700, duration 21 at relative offset 217660 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7249[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 23721, dts 23721, duration 21 at relative offset 218052 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7250[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 23744, dts 23744, duration 21 at relative offset 218488 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7251[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 23765, dts 23765, duration 21 at relative offset 218908 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7252[matroska @ 00000187bb2b7680] Writing block of size 384 with pts 23786, dts 23786, duration 21 at relative offset 219360 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7253[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 23807, dts 23807, duration 21 at relative offset 219751 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7254[matroska @ 00000187bb2b7680] Writing block of size 472 with pts 23829, dts 23829, duration 21 at relative offset 220163 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7255[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 23850, dts 23850, duration 21 at relative offset 220642 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7256[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 23871, dts 23871, duration 21 at relative offset 221119 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7257[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 23892, dts 23892, duration 21 at relative offset 221518 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7258[matroska @ 00000187bb2b7680] Writing block of size 506 with pts 23915, dts 23915, duration 21 at relative offset 221944 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7259[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 23936, dts 23936, duration 21 at relative offset 222457 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7260[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 23957, dts 23957, duration 21 at relative offset 222860 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7261[matroska @ 00000187bb2b7680] Writing block of size 464 with pts 23978, dts 23978, duration 21 at relative offset 223313 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7262[matroska @ 00000187bb2b7680] Writing block of size 454 with pts 24000, dts 24000, duration 21 at relative offset 223784 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7263[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 24021, dts 24021, duration 21 at relative offset 224245 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7264[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 24042, dts 24042, duration 21 at relative offset 224662 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7265[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 24063, dts 24063, duration 21 at relative offset 225080 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7266[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 24086, dts 24086, duration 21 at relative offset 225529 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7267[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 24107, dts 24107, duration 21 at relative offset 225991 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7268[matroska @ 00000187bb2b7680] Writing block of size 441 with pts 24128, dts 24128, duration 21 at relative offset 226401 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7269[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 24149, dts 24149, duration 21 at relative offset 226849 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7270[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 24171, dts 24171, duration 21 at relative offset 227272 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7271[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 24192, dts 24192, duration 21 at relative offset 227695 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7272[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 24213, dts 24213, duration 21 at relative offset 228107 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7273[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 24234, dts 24234, duration 21 at relative offset 228518 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7274[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 24256, dts 24256, duration 21 at relative offset 228935 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7275[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 24277, dts 24277, duration 21 at relative offset 229356 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7276[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 24298, dts 24298, duration 21 at relative offset 229786 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7277[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 24319, dts 24319, duration 21 at relative offset 230210 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7278[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 24341, dts 24341, duration 21 at relative offset 230649 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7279[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 24362, dts 24362, duration 21 at relative offset 231064 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7280[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 24383, dts 24383, duration 21 at relative offset 231476 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7281[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 24404, dts 24404, duration 21 at relative offset 231873 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7282[matroska @ 00000187bb2b7680] Writing block of size 525 with pts 24427, dts 24427, duration 21 at relative offset 232291 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7283[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 24448, dts 24448, duration 21 at relative offset 232823 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7284[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 24469, dts 24469, duration 21 at relative offset 233235 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7285[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 24490, dts 24490, duration 21 at relative offset 233645 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7286[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 24512, dts 24512, duration 21 at relative offset 234070 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7287[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 24533, dts 24533, duration 21 at relative offset 234517 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7288[matroska @ 00000187bb2b7680] Writing block of size 444 with pts 24554, dts 24554, duration 21 at relative offset 234969 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7289[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 24575, dts 24575, duration 21 at relative offset 235420 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7290[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 24598, dts 24598, duration 21 at relative offset 235816 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7291[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 24619, dts 24619, duration 21 at relative offset 236253 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7292[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 24640, dts 24640, duration 21 at relative offset 236687 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7293[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 24661, dts 24661, duration 21 at relative offset 237117 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7294[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 24682, dts 24682, duration 21 at relative offset 237550 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7295[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 24703, dts 24703, duration 21 at relative offset 237969 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7296[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 24724, dts 24724, duration 21 at relative offset 238406 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7297[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 24746, dts 24746, duration 21 at relative offset 238830 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7298[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 24767, dts 24767, duration 21 at relative offset 239262 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7299[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 24788, dts 24788, duration 21 at relative offset 239712 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7300[matroska @ 00000187bb2b7680] Writing block of size 460 with pts 24809, dts 24809, duration 21 at relative offset 240162 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7301[matroska @ 00000187bb2b7680] Writing block of size 460 with pts 24833, dts 24833, duration 21 at relative offset 240629 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7302[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 24854, dts 24854, duration 21 at relative offset 241096 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7303[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 24875, dts 24875, duration 21 at relative offset 241522 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7304[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 24896, dts 24896, duration 21 at relative offset 241946 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7305[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 24918, dts 24918, duration 21 at relative offset 242373 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7306[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 24939, dts 24939, duration 21 at relative offset 242799 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7307[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 24960, dts 24960, duration 21 at relative offset 243216 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7308[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 24981, dts 24981, duration 21 at relative offset 243649 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7309[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 25003, dts 25003, duration 21 at relative offset 244074 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7310[matroska @ 00000187bb2b7680] Writing block of size 463 with pts 25024, dts 25024, duration 21 at relative offset 244555 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7311[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 25045, dts 25045, duration 21 at relative offset 245025 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7312[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 25066, dts 25066, duration 21 at relative offset 245439 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7313[matroska @ 00000187bb2b7680] Writing block of size 412 with pts 25088, dts 25088, duration 21 at relative offset 245864 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7314[matroska @ 00000187bb2b7680] Writing block of size 444 with pts 25109, dts 25109, duration 21 at relative offset 246283 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7315[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 25130, dts 25130, duration 21 at relative offset 246734 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7316[matroska @ 00000187bb2b7680] Writing block of size 473 with pts 25151, dts 25151, duration 21 at relative offset 247171 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7317[matroska @ 00000187bb2b7680] Writing block of size 462 with pts 25174, dts 25174, duration 21 at relative offset 247651 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7318[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 25195, dts 25195, duration 21 at relative offset 248120 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7319[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 25216, dts 25216, duration 21 at relative offset 248559 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7320[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 25237, dts 25237, duration 21 at relative offset 248982 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7321[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 25259, dts 25259, duration 21 at relative offset 249414 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7322[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 25280, dts 25280, duration 21 at relative offset 249846 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7323[matroska @ 00000187bb2b7680] Writing block of size 456 with pts 25301, dts 25301, duration 21 at relative offset 250262 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7324[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 25322, dts 25322, duration 21 at relative offset 250725 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7325[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 25345, dts 25345, duration 21 at relative offset 251137 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7326[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 25366, dts 25366, duration 21 at relative offset 251562 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7327[matroska @ 00000187bb2b7680] Writing block of size 465 with pts 25387, dts 25387, duration 21 at relative offset 251999 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7328[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 25408, dts 25408, duration 21 at relative offset 252471 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7329[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 25430, dts 25430, duration 21 at relative offset 252885 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7330[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 25451, dts 25451, duration 21 at relative offset 253334 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7331[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 25472, dts 25472, duration 21 at relative offset 253759 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7332[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 25493, dts 25493, duration 21 at relative offset 254214 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7333[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 25515, dts 25515, duration 21 at relative offset 254630 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7334[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 25536, dts 25536, duration 21 at relative offset 255061 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7335[matroska @ 00000187bb2b7680] Writing block of size 441 with pts 25557, dts 25557, duration 21 at relative offset 255479 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7336[matroska @ 00000187bb2b7680] Writing block of size 460 with pts 25578, dts 25578, duration 21 at relative offset 255927 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7337[matroska @ 00000187bb2b7680] Writing block of size 350 with pts 25600, dts 25600, duration 21 at relative offset 256394 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7338[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 25621, dts 25621, duration 21 at relative offset 256751 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7339[matroska @ 00000187bb2b7680] Writing block of size 397 with pts 25642, dts 25642, duration 21 at relative offset 257158 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7340[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 25663, dts 25663, duration 21 at relative offset 257562 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7341[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 25686, dts 25686, duration 21 at relative offset 257979 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7342[matroska @ 00000187bb2b7680] Writing block of size 475 with pts 25707, dts 25707, duration 21 at relative offset 258401 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7343[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 25728, dts 25728, duration 21 at relative offset 258883 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7344[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 25749, dts 25749, duration 21 at relative offset 259364 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7345[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 25771, dts 25771, duration 21 at relative offset 259771 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7346[matroska @ 00000187bb2b7680] Writing block of size 388 with pts 25792, dts 25792, duration 21 at relative offset 260193 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7347[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 25813, dts 25813, duration 21 at relative offset 260588 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7348[matroska @ 00000187bb2b7680] Writing block of size 444 with pts 25834, dts 25834, duration 21 at relative offset 260997 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7349[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 25857, dts 25857, duration 21 at relative offset 261448 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7350[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 25878, dts 25878, duration 21 at relative offset 261902 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7351[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 25899, dts 25899, duration 21 at relative offset 262318 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7352[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 25920, dts 25920, duration 21 at relative offset 262755 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7353[matroska @ 00000187bb2b7680] Writing block of size 435 with pts 25942, dts 25942, duration 21 at relative offset 263156 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7354[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 25963, dts 25963, duration 21 at relative offset 263598 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7355[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 25984, dts 25984, duration 21 at relative offset 264050 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7356[matroska @ 00000187bb2b7680] Writing block of size 413 with pts 26005, dts 26005, duration 21 at relative offset 264462 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7357[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 26027, dts 26027, duration 21 at relative offset 264882 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7358[matroska @ 00000187bb2b7680] Writing block of size 450 with pts 26048, dts 26048, duration 21 at relative offset 265321 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7359[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 26069, dts 26069, duration 21 at relative offset 265778 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7360[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 26090, dts 26090, duration 21 at relative offset 266196 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7361[matroska @ 00000187bb2b7680] Writing block of size 513 with pts 26112, dts 26112, duration 21 at relative offset 266586 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7362[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 26133, dts 26133, duration 21 at relative offset 267106 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7363[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 26154, dts 26154, duration 21 at relative offset 267516 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7364[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 26175, dts 26175, duration 21 at relative offset 267912 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7365[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 26198, dts 26198, duration 21 at relative offset 268305 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7366[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 26219, dts 26219, duration 21 at relative offset 268705 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7367[matroska @ 00000187bb2b7680] Writing block of size 432 with pts 26240, dts 26240, duration 21 at relative offset 269138 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7368[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 26261, dts 26261, duration 21 at relative offset 269577 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7369[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 26283, dts 26283, duration 21 at relative offset 270032 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7370[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 26304, dts 26304, duration 21 at relative offset 270450 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7371[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 26325, dts 26325, duration 21 at relative offset 270887 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7372[matroska @ 00000187bb2b7680] Writing block of size 496 with pts 26346, dts 26346, duration 21 at relative offset 271305 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7373[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 26369, dts 26369, duration 21 at relative offset 271808 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7374[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 26390, dts 26390, duration 21 at relative offset 272213 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7375[matroska @ 00000187bb2b7680] Writing block of size 438 with pts 26411, dts 26411, duration 21 at relative offset 272660 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7376[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 26432, dts 26432, duration 21 at relative offset 273105 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7377[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 26454, dts 26454, duration 21 at relative offset 273546 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7378[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 26475, dts 26475, duration 21 at relative offset 273960 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7379[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 26496, dts 26496, duration 21 at relative offset 274437 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7380[matroska @ 00000187bb2b7680] Writing block of size 445 with pts 26517, dts 26517, duration 21 at relative offset 274863 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7381[matroska @ 00000187bb2b7680] Writing block of size 420 with pts 26539, dts 26539, duration 21 at relative offset 275315 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7382[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 26560, dts 26560, duration 21 at relative offset 275742 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7383[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 26581, dts 26581, duration 21 at relative offset 276223 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7384[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 26602, dts 26602, duration 21 at relative offset 276645 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7385[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 26624, dts 26624, duration 21 at relative offset 277081 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7386[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 26645, dts 26645, duration 21 at relative offset 277491 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7387[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 26666, dts 26666, duration 21 at relative offset 277896 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7388[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 26687, dts 26687, duration 21 at relative offset 278320 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7389[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 26710, dts 26710, duration 21 at relative offset 278756 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7390[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 26731, dts 26731, duration 21 at relative offset 279189 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7391[matroska @ 00000187bb2b7680] Writing block of size 472 with pts 26752, dts 26752, duration 21 at relative offset 279612 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7392[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 26773, dts 26773, duration 21 at relative offset 280091 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7393[matroska @ 00000187bb2b7680] Writing block of size 460 with pts 26795, dts 26795, duration 21 at relative offset 280526 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7394[matroska @ 00000187bb2b7680] Writing block of size 437 with pts 26816, dts 26816, duration 21 at relative offset 280993 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7395[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 26837, dts 26837, duration 21 at relative offset 281437 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7396[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 26858, dts 26858, duration 21 at relative offset 281886 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7397[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 26880, dts 26880, duration 21 at relative offset 282302 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7398[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 26901, dts 26901, duration 21 at relative offset 282724 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7399[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 26922, dts 26922, duration 21 at relative offset 283134 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7400[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 26943, dts 26943, duration 21 at relative offset 283575 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7401[matroska @ 00000187bb2b7680] Writing block of size 392 with pts 26965, dts 26965, duration 21 at relative offset 284007 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7402[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 26986, dts 26986, duration 21 at relative offset 284406 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7403[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 27007, dts 27007, duration 21 at relative offset 284817 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7404[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 27028, dts 27028, duration 21 at relative offset 285248 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7405[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 27051, dts 27051, duration 21 at relative offset 285658 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7406[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 27072, dts 27072, duration 21 at relative offset 286074 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7407[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 27093, dts 27093, duration 21 at relative offset 286528 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7408[matroska @ 00000187bb2b7680] Writing block of size 520 with pts 27114, dts 27114, duration 21 at relative offset 286957 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7409[matroska @ 00000187bb2b7680] Writing block of size 519 with pts 27136, dts 27136, duration 21 at relative offset 287484 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7410[matroska @ 00000187bb2b7680] Writing block of size 440 with pts 27157, dts 27157, duration 21 at relative offset 288010 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7411[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 27178, dts 27178, duration 21 at relative offset 288457 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7412[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 27199, dts 27199, duration 21 at relative offset 288916 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7413[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 27221, dts 27221, duration 21 at relative offset 289346 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7414[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 27242, dts 27242, duration 21 at relative offset 289801 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7415[matroska @ 00000187bb2b7680] Writing block of size 370 with pts 27263, dts 27263, duration 21 at relative offset 290244 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7416[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 27285, dts 27285, duration 21 at relative offset 290621 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7417[matroska @ 00000187bb2b7680] Writing block of size 414 with pts 27306, dts 27306, duration 21 at relative offset 291038 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7418[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 27327, dts 27327, duration 21 at relative offset 291459 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7419[matroska @ 00000187bb2b7680] Writing block of size 388 with pts 27348, dts 27348, duration 21 at relative offset 291857 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7420[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 27370, dts 27370, duration 21 at relative offset 292252 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7421[matroska @ 00000187bb2b7680] Writing block of size 488 with pts 27391, dts 27391, duration 21 at relative offset 292657 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7422[matroska @ 00000187bb2b7680] Writing block of size 428 with pts 27412, dts 27412, duration 21 at relative offset 293152 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7423[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 27433, dts 27433, duration 21 at relative offset 293587 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7424[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 27456, dts 27456, duration 21 at relative offset 293996 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7425[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 27477, dts 27477, duration 21 at relative offset 294404 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7426[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 27498, dts 27498, duration 21 at relative offset 294811 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7427[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 27519, dts 27519, duration 21 at relative offset 295243 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7428[matroska @ 00000187bb2b7680] Writing block of size 29 with pts 27524, dts 27524, duration 959 at relative offset 295674 in cluster at offset 8689292. TrackNumber 3, keyframe 1
7429[matroska @ 00000187bb2b7680] Writing block of size 433 with pts 27541, dts 27541, duration 21 at relative offset 295715 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7430[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 27562, dts 27562, duration 21 at relative offset 296155 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7431[matroska @ 00000187bb2b7680] Writing block of size 407 with pts 27583, dts 27583, duration 21 at relative offset 296581 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7432[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 27604, dts 27604, duration 21 at relative offset 296995 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7433[matroska @ 00000187bb2b7680] Writing block of size 398 with pts 27627, dts 27627, duration 21 at relative offset 297412 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7434[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 27648, dts 27648, duration 21 at relative offset 297817 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7435[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 27669, dts 27669, duration 21 at relative offset 298227 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7436[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 27690, dts 27690, duration 21 at relative offset 298650 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7437[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 27712, dts 27712, duration 21 at relative offset 299081 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7438[matroska @ 00000187bb2b7680] Writing block of size 424 with pts 27733, dts 27733, duration 21 at relative offset 299530 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7439[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 27754, dts 27754, duration 21 at relative offset 299961 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7440[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 27775, dts 27775, duration 21 at relative offset 300378 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7441[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 27797, dts 27797, duration 21 at relative offset 300789 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7442[matroska @ 00000187bb2b7680] Writing block of size 406 with pts 27818, dts 27818, duration 21 at relative offset 301211 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7443[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 27839, dts 27839, duration 21 at relative offset 301624 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7444[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 27860, dts 27860, duration 21 at relative offset 302047 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7445[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 27882, dts 27882, duration 21 at relative offset 302479 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7446[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 27903, dts 27903, duration 21 at relative offset 302905 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7447[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 27924, dts 27924, duration 21 at relative offset 303331 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7448[matroska @ 00000187bb2b7680] Writing block of size 436 with pts 27945, dts 27945, duration 21 at relative offset 303753 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7449[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 27968, dts 27968, duration 21 at relative offset 304196 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7450[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 27989, dts 27989, duration 21 at relative offset 304632 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7451[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 28010, dts 28010, duration 21 at relative offset 305065 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7452[matroska @ 00000187bb2b7680] Writing block of size 448 with pts 28031, dts 28031, duration 21 at relative offset 305495 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7453[matroska @ 00000187bb2b7680] Writing block of size 553 with pts 28053, dts 28053, duration 21 at relative offset 305950 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7454[matroska @ 00000187bb2b7680] Writing block of size 528 with pts 28074, dts 28074, duration 21 at relative offset 306510 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7455[matroska @ 00000187bb2b7680] Writing block of size 475 with pts 28095, dts 28095, duration 21 at relative offset 307045 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7456[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 28116, dts 28116, duration 21 at relative offset 307527 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7457[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 28139, dts 28139, duration 21 at relative offset 307959 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7458[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 28160, dts 28160, duration 21 at relative offset 308440 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7459[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 28181, dts 28181, duration 21 at relative offset 308864 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7460[matroska @ 00000187bb2b7680] Writing block of size 394 with pts 28202, dts 28202, duration 21 at relative offset 309273 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7461[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 28224, dts 28224, duration 21 at relative offset 309674 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7462[matroska @ 00000187bb2b7680] Writing block of size 492 with pts 28245, dts 28245, duration 21 at relative offset 310076 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7463[matroska @ 00000187bb2b7680] Writing block of size 476 with pts 28266, dts 28266, duration 21 at relative offset 310575 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7464[matroska @ 00000187bb2b7680] Writing block of size 452 with pts 28287, dts 28287, duration 21 at relative offset 311058 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7465[matroska @ 00000187bb2b7680] Writing block of size 390 with pts 28310, dts 28310, duration 21 at relative offset 311517 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7466[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 28331, dts 28331, duration 21 at relative offset 311914 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7467[matroska @ 00000187bb2b7680] Writing block of size 411 with pts 28352, dts 28352, duration 21 at relative offset 312330 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7468[matroska @ 00000187bb2b7680] Writing block of size 384 with pts 28373, dts 28373, duration 21 at relative offset 312748 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7469[matroska @ 00000187bb2b7680] Writing block of size 449 with pts 28395, dts 28395, duration 21 at relative offset 313139 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7470[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 28416, dts 28416, duration 21 at relative offset 313595 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7471[matroska @ 00000187bb2b7680] Writing block of size 382 with pts 28437, dts 28437, duration 21 at relative offset 314003 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7472[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 28458, dts 28458, duration 21 at relative offset 314392 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7473[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 28481, dts 28481, duration 21 at relative offset 314790 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7474[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 28502, dts 28502, duration 21 at relative offset 315196 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7475[matroska @ 00000187bb2b7680] Writing block of size 429 with pts 28523, dts 28523, duration 21 at relative offset 315607 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7476[matroska @ 00000187bb2b7680] Writing block of size 418 with pts 28544, dts 28544, duration 21 at relative offset 316043 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7477[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 28566, dts 28566, duration 21 at relative offset 316468 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7478[matroska @ 00000187bb2b7680] Writing block of size 442 with pts 28587, dts 28587, duration 21 at relative offset 316892 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7479[matroska @ 00000187bb2b7680] Writing block of size 419 with pts 28608, dts 28608, duration 21 at relative offset 317341 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7480[matroska @ 00000187bb2b7680] Writing block of size 416 with pts 28629, dts 28629, duration 21 at relative offset 317767 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7481[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 28651, dts 28651, duration 21 at relative offset 318190 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7482[matroska @ 00000187bb2b7680] Writing block of size 443 with pts 28672, dts 28672, duration 21 at relative offset 318628 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7483[matroska @ 00000187bb2b7680] Writing block of size 453 with pts 28693, dts 28693, duration 21 at relative offset 319078 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7484[matroska @ 00000187bb2b7680] Writing block of size 487 with pts 28714, dts 28714, duration 21 at relative offset 319538 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7485[matroska @ 00000187bb2b7680] Writing block of size 478 with pts 28736, dts 28736, duration 21 at relative offset 320032 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7486[matroska @ 00000187bb2b7680] Writing block of size 552 with pts 28757, dts 28757, duration 21 at relative offset 320517 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7487[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 28778, dts 28778, duration 21 at relative offset 321076 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7488[matroska @ 00000187bb2b7680] Writing block of size 477 with pts 28799, dts 28799, duration 21 at relative offset 321553 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7489[matroska @ 00000187bb2b7680] Writing block of size 431 with pts 28822, dts 28822, duration 21 at relative offset 322037 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7490[matroska @ 00000187bb2b7680] Writing block of size 379 with pts 28843, dts 28843, duration 21 at relative offset 322475 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7491[matroska @ 00000187bb2b7680] Writing block of size 427 with pts 28864, dts 28864, duration 21 at relative offset 322861 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7492[matroska @ 00000187bb2b7680] Writing block of size 379 with pts 28885, dts 28885, duration 21 at relative offset 323295 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7493[matroska @ 00000187bb2b7680] Writing block of size 393 with pts 28907, dts 28907, duration 21 at relative offset 323681 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7494[matroska @ 00000187bb2b7680] Writing block of size 395 with pts 28928, dts 28928, duration 21 at relative offset 324081 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7495[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 28949, dts 28949, duration 21 at relative offset 324483 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7496[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 28970, dts 28970, duration 21 at relative offset 324913 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7497[matroska @ 00000187bb2b7680] Writing block of size 404 with pts 28993, dts 28993, duration 21 at relative offset 325335 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7498[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 29014, dts 29014, duration 21 at relative offset 325746 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7499[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 29035, dts 29035, duration 21 at relative offset 326163 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7500[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 29056, dts 29056, duration 21 at relative offset 326592 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7501[matroska @ 00000187bb2b7680] Writing block of size 451 with pts 29078, dts 29078, duration 21 at relative offset 327038 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7502[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 29099, dts 29099, duration 21 at relative offset 327496 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7503[matroska @ 00000187bb2b7680] Writing block of size 403 with pts 29120, dts 29120, duration 21 at relative offset 327906 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7504[matroska @ 00000187bb2b7680] Writing block of size 421 with pts 29141, dts 29141, duration 21 at relative offset 328316 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7505[matroska @ 00000187bb2b7680] Writing block of size 489 with pts 29163, dts 29163, duration 21 at relative offset 328744 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7506[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 29184, dts 29184, duration 21 at relative offset 329240 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7507[matroska @ 00000187bb2b7680] Writing block of size 426 with pts 29205, dts 29205, duration 21 at relative offset 329670 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7508[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 29226, dts 29226, duration 21 at relative offset 330103 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7509[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 29248, dts 29248, duration 21 at relative offset 330533 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7510[matroska @ 00000187bb2b7680] Writing block of size 446 with pts 29269, dts 29269, duration 21 at relative offset 330963 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7511[matroska @ 00000187bb2b7680] Writing block of size 516 with pts 29290, dts 29290, duration 21 at relative offset 331416 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7512[matroska @ 00000187bb2b7680] Writing block of size 463 with pts 29311, dts 29311, duration 21 at relative offset 331939 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7513[matroska @ 00000187bb2b7680] Writing block of size 400 with pts 29333, dts 29333, duration 21 at relative offset 332409 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7514[matroska @ 00000187bb2b7680] Writing block of size 391 with pts 29354, dts 29354, duration 21 at relative offset 332816 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7515[matroska @ 00000187bb2b7680] Writing block of size 399 with pts 29375, dts 29375, duration 21 at relative offset 333214 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7516[matroska @ 00000187bb2b7680] Writing block of size 458 with pts 29396, dts 29396, duration 21 at relative offset 333620 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7517[matroska @ 00000187bb2b7680] Writing block of size 504 with pts 29418, dts 29418, duration 21 at relative offset 334085 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7518[matroska @ 00000187bb2b7680] Writing block of size 455 with pts 29439, dts 29439, duration 21 at relative offset 334596 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7519[matroska @ 00000187bb2b7680] Writing block of size 457 with pts 29460, dts 29460, duration 21 at relative offset 335058 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7520[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 29481, dts 29481, duration 21 at relative offset 335522 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7521[matroska @ 00000187bb2b7680] Writing block of size 401 with pts 29504, dts 29504, duration 21 at relative offset 335918 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7522[matroska @ 00000187bb2b7680] Writing block of size 405 with pts 29525, dts 29525, duration 21 at relative offset 336326 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7523[matroska @ 00000187bb2b7680] Writing block of size 408 with pts 29546, dts 29546, duration 21 at relative offset 336738 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7524[matroska @ 00000187bb2b7680] Writing block of size 410 with pts 29567, dts 29567, duration 21 at relative offset 337153 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7525[matroska @ 00000187bb2b7680] Writing block of size 474 with pts 29589, dts 29589, duration 21 at relative offset 337570 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7526[matroska @ 00000187bb2b7680] Writing block of size 434 with pts 29610, dts 29610, duration 21 at relative offset 338051 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7527[matroska @ 00000187bb2b7680] Writing block of size 383 with pts 29631, dts 29631, duration 21 at relative offset 338492 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7528[matroska @ 00000187bb2b7680] Writing block of size 380 with pts 29652, dts 29652, duration 21 at relative offset 338882 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7529[matroska @ 00000187bb2b7680] Writing block of size 447 with pts 29675, dts 29675, duration 21 at relative offset 339269 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7530[matroska @ 00000187bb2b7680] Writing block of size 470 with pts 29696, dts 29696, duration 21 at relative offset 339723 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7531[matroska @ 00000187bb2b7680] Writing block of size 415 with pts 29717, dts 29717, duration 21 at relative offset 340200 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7532[matroska @ 00000187bb2b7680] Writing block of size 386 with pts 29738, dts 29738, duration 21 at relative offset 340622 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7533[matroska @ 00000187bb2b7680] Writing block of size 389 with pts 29760, dts 29760, duration 21 at relative offset 341015 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7534[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 29781, dts 29781, duration 21 at relative offset 341411 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7535[matroska @ 00000187bb2b7680] Writing block of size 501 with pts 29802, dts 29802, duration 21 at relative offset 341835 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7536[matroska @ 00000187bb2b7680] Writing block of size 409 with pts 29823, dts 29823, duration 21 at relative offset 342343 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7537[matroska @ 00000187bb2b7680] Writing block of size 396 with pts 29845, dts 29845, duration 21 at relative offset 342759 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7538[matroska @ 00000187bb2b7680] Writing block of size 425 with pts 29866, dts 29866, duration 21 at relative offset 343162 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7539[matroska @ 00000187bb2b7680] Writing block of size 423 with pts 29887, dts 29887, duration 21 at relative offset 343594 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7540[matroska @ 00000187bb2b7680] Writing block of size 430 with pts 29908, dts 29908, duration 21 at relative offset 344024 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7541[matroska @ 00000187bb2b7680] Writing block of size 422 with pts 29930, dts 29930, duration 21 at relative offset 344461 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7542[matroska @ 00000187bb2b7680] Writing block of size 417 with pts 29951, dts 29951, duration 21 at relative offset 344890 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7543[matroska @ 00000187bb2b7680] Writing block of size 402 with pts 29972, dts 29972, duration 21 at relative offset 345314 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7544[matroska @ 00000187bb2b7680] Writing block of size 439 with pts 29993, dts 29993, duration 21 at relative offset 345723 in cluster at offset 8689292. TrackNumber 2, keyframe 1
7545[matroska @ 00000187bb2b7680] end duration = 30114
7546[matroska @ 00000187bb2b7680] stream 0 end duration = 30114
7547[matroska @ 00000187bb2b7680] stream 1 end duration = 30014
7548[matroska @ 00000187bb2b7680] stream 2 end duration = 28483
7549[AVIOContext @ 00000187bbca8a00] Statistics: 9038102 bytes written, 3 seeks, 37 writeouts
7550[out#0/matroska @ 00000187bb287cc0] Output file #0 (output.mkv):
7551[out#0/matroska @ 00000187bb287cc0] Output stream #0:0 (video): 722 frames encoded; 722 packets muxed (8409113 bytes);
7552[out#0/matroska @ 00000187bb287cc0] Output stream #0:1 (audio): 1407 packets muxed (600908 bytes);
7553[out#0/matroska @ 00000187bb287cc0] Output stream #0:2 (subtitle): 7 frames encoded; 7 packets muxed (311 bytes);
7554[out#0/matroska @ 00000187bb287cc0] Total: 2136 packets (9010332 bytes) muxed
7555[out#0/matroska @ 00000187bb287cc0] video:8212kB audio:587kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.281643%
7556frame= 722 fps=343 q=19.0 Lsize= 8824kB time=00:00:29.99 bitrate=2410.1kbits/s speed=14.2x
7557729 frames successfully decoded, 0 decoding errors
7558[hevc_nvenc @ 00000187bb10a680] Nvenc unloaded
7559[in#0/matroska,webm @ 00000187b93ae800] Input file #0 (nvenc-audioprofile-source.mkv):
7560[in#0/matroska,webm @ 00000187b93ae800] Input stream #0:0 (video): 722 packets read (8079330 bytes); 722 frames decoded;
7561[in#0/matroska,webm @ 00000187b93ae800] Input stream #0:1 (audio): 1407 packets read (600908 bytes);
7562[in#0/matroska,webm @ 00000187b93ae800] Input stream #0:2 (subtitle): 7 packets read (171 bytes); 7 frames decoded;
7563[in#0/matroska,webm @ 00000187b93ae800] Input stream #0:3 (video): 1 packets read (161795 bytes);
7564[in#0/matroska,webm @ 00000187b93ae800] Total: 2137 packets (8842204 bytes) demuxed
7565[AVIOContext @ 00000187b93aa8c0] Statistics: 8861899 bytes read, 0 seeks