Ticket #10062: Verbose.txt

File Verbose.txt, 316.5 KB (added by oviano, 3 years ago)

Verbose logging

Line 
1ffmpeg -loglevel debug -vcodec hevc_qsv -i input.mp4 -vcodec av1_qsv -profile:v main -preset veryslow -vb 4000k output.mp4 -y
2ffmpeg version 5.1.git Copyright (c) 2000-2022 the FFmpeg developers
3 built with msvc
4 configuration: --disable-ffplay --disable-ffprobe --disable-postproc --enable-libdav1d --enable-cuda-nvcc --enable-libvpl --enable-libsvtav1 --enable-libaom --disable-bzlib --disable-iconv --disable-zlib --disable-lzma --disable-sdl2 --prefix=..
5fmpeg-win32-server
6 libavutil 57. 42.100 / 57. 42.100
7 libavcodec 59. 52.102 / 59. 52.102
8 libavformat 59. 34.101 / 59. 34.101
9 libavdevice 59. 8.101 / 59. 8.101
10 libavfilter 8. 50.101 / 8. 50.101
11 libswscale 6. 8.112 / 6. 8.112
12 libswresample 4. 9.100 / 4. 9.100
13Splitting the commandline.
14Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
15Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'hevc_qsv'.
16Reading option '-i' ... matched as input url with argument 'input.mp4'.
17Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'av1_qsv'.
18Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'main'.
19Reading option '-preset' ... matched as AVOption 'preset' with argument 'veryslow'.
20Reading option '-vb' ... matched as AVOption 'vb' with argument '4000k'.
21Reading option 'output.mp4' ... matched as output url.
22Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
23Finished splitting the commandline.
24Parsing a group of options: global .
25Applying option loglevel (set logging level) with argument debug.
26Applying option y (overwrite output files) with argument 1.
27Successfully parsed a group of options.
28Parsing a group of options: input url input.mp4.
29Applying option vcodec (force video codec ('copy' to copy stream)) with argument hevc_qsv.
30Successfully parsed a group of options.
31Opening an input file: input.mp4.
32[NULL @ 000001D2D77B94C0] Opening 'input.mp4' for reading
33[file @ 000001D2D7799F40] Setting default whitelist 'file,crypto,data'
34[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
35[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] ISO: File Type Major Brand: isom
36[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Unknown dref type 0x206c7275 size 12
37[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Processing st: 0, edit list 0 - media time: 768, duration: 128000
38[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Offset DTS by 768 to make first pts zero.
39[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Unknown dref type 0x206c7275 size 12
40[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Processing st: 1, edit list 0 - media time: 3584, duration: 441044
41[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] drop a frame at curr_cts: 0 @ 0
42[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] drop a frame at curr_cts: 1024 @ 1
43[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] drop a frame at curr_cts: 2048 @ 2
44[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] skip 512 audio samples from curr_cts: 3072
45[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] Before avformat_find_stream_info() pos: 10266114 bytes read:47372 seeks:1 nb_streams:2
46[hevc @ 000001D2D77CDC80] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
47[hevc @ 000001D2D77CDC80] Decoding VPS
48[hevc @ 000001D2D77CDC80] Main profile bitstream
49[hevc @ 000001D2D77CDC80] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
50[hevc @ 000001D2D77CDC80] Decoding SPS
51[hevc @ 000001D2D77CDC80] Main profile bitstream
52[hevc @ 000001D2D77CDC80] Decoding VUI
53[hevc @ 000001D2D77CDC80] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
54[hevc @ 000001D2D77CDC80] Decoding PPS
55For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
56 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
57 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
58 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
59For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
60 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
61 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
62Transform tree:
63 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
64 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
65For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
66 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
67 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
68 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
69For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
70 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
71 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
72Transform tree:
73 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
74 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
75For transform of length 120, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
76 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
77 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
78 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
79 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
80 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
81 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
82For transform of length 60, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
83 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
84For transform of length 4, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
85 1: fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 352
86Transform tree:
87 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
88 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
89 fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
90For transform of length 128, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
91 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
92 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
93 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
94For transform of length 64, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
95 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
96 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
97 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
98Transform tree:
99 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
100 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
101For transform of length 480, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
102 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
103 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
104 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
105 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
106 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
107 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
108For transform of length 240, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
109 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
110For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
111 1: fft16_asm_float_fma3 - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
112 2: fft16_asm_float_avx - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
113Transform tree:
114 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
115 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
116 fft16_asm_float_fma3 - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
117For transform of length 512, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
118 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
119 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
120 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
121For transform of length 256, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
122 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
123 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
124 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
125Transform tree:
126 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
127 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
128For transform of length 960, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
129 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
130 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
131 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
132 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
133 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
134 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
135For transform of length 480, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
136 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
137For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
138 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
139 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
140Transform tree:
141 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
142 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
143 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
144For transform of length 1024, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
145 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
146 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
147 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
148For transform of length 512, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
149 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
150 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
151 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
152Transform tree:
153 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
154 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
155For transform of length 1024, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
156 1: mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
157 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
158For transform of length 512, forward, fft_float, flags: [aligned, inplace, preshuf], found 4 matches:
159 1: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 480
160 2: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 448
161 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 416
162 4: fft512_ns_float_c - type: fft_float, len: 512, factors: [2], flags: [unaligned, inplace, preshuf], prio: 96
163Transform tree:
164 mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only]
165 fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf]
166[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] demuxer injecting skip 3584 / discard 0
167[aac @ 000001D2D77C5380] skip 3584 / discard 0 samples due to side data
168[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] All info found
169[mov,mp4,m4a,3gp,3g2,mj2 @ 000001D2D77B94C0] After avformat_find_stream_info() pos: 160853 bytes read:208181 seeks:2 frames:2
170Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
171 Metadata:
172 major_brand : isom
173 minor_version : 512
174 compatible_brands: isomiso2mp41
175 encoder : Lavf59.34.101
176 Duration: 00:00:10.00, start: 0.000000, bitrate: 8212 kb/s
177 Stream #0:0[0x1](und), 1, 1/12800: Video: hevc (Main), 1 reference frame (hev1 / 0x31766568), yuv420p(tv, progressive, left), 1920x1080 [SAR 1:1 DAR 16:9], 0/1, 8067 kb/s, 50 fps, 50 tbr, 12800 tbn (default)
178 Metadata:
179 handler_name : VideoHandler
180 vendor_id : [0][0][0][0]
181 encoder : Lavc59.52.102 hevc_qsv
182 Stream #0:1[0x2](und), 1, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 132 kb/s (default)
183 Metadata:
184 handler_name : SoundHandler
185 vendor_id : [0][0][0][0]
186Successfully opened the file.
187Parsing a group of options: output url output.mp4.
188Applying option vcodec (force video codec ('copy' to copy stream)) with argument av1_qsv.
189Applying option profile:v (set profile) with argument main.
190Successfully parsed a group of options.
191Opening an output file: output.mp4.
192[file @ 000001D2D779BC80] Setting default whitelist 'file,crypto,data'
193Successfully opened the file.
194For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
195 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
196 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
197 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
198For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
199 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
200 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
201Transform tree:
202 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
203 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
204For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
205 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
206 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
207 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
208For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
209 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
210 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
211Transform tree:
212 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
213 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
214For transform of length 120, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
215 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
216 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
217 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
218 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
219 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
220 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
221For transform of length 60, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
222 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
223For transform of length 4, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
224 1: fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 352
225Transform tree:
226 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
227 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
228 fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
229For transform of length 128, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
230 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
231 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
232 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
233For transform of length 64, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
234 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
235 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
236 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
237Transform tree:
238 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
239 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
240For transform of length 480, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
241 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
242 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
243 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
244 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
245 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
246 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
247For transform of length 240, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
248 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
249For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
250 1: fft16_asm_float_fma3 - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
251 2: fft16_asm_float_avx - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
252Transform tree:
253 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
254 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
255 fft16_asm_float_fma3 - type: fft_float, len: 16, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
256For transform of length 512, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
257 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
258 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
259 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
260For transform of length 256, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
261 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
262 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
263 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
264Transform tree:
265 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
266 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
267For transform of length 960, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
268 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
269 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, 8], factors: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
270 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, 8], factors: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
271 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, 8], factors: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
272 5: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
273 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
274For transform of length 480, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
275 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 688
276For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
277 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
278 2: fft32_asm_float_avx - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
279Transform tree:
280 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
281 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, 8], factors: [15, any], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
282 fft32_asm_float_fma3 - type: fft_float, len: 32, factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
283For transform of length 1024, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
284 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only], prio: 544
285 2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
286 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
287For transform of length 512, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
288 1: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
289 2: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
290 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
291Transform tree:
292 mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors: [2, any], flags: [aligned, out_of_place, inv_only]
293 fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
294For transform of length 1024, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
295 1: mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
296 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
297For transform of length 512, forward, fft_float, flags: [aligned, inplace, preshuf], found 4 matches:
298 1: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 480
299 2: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 448
300 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 416
301 4: fft512_ns_float_c - type: fft_float, len: 512, factors: [2], flags: [unaligned, inplace, preshuf], prio: 96
302Transform tree:
303 mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only]
304 fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf]
305Stream mapping:
306 Stream #0:0 -> #0:0 (hevc (hevc_qsv) -> av1 (av1_qsv))
307 Stream #0:1 -> #0:1 (aac (native) -> aac (native))
308Press [q] to stop, [?] for help
309cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
310[aac @ 000001D2D955BF80] skip 3584 / discard 0 samples due to side data
311cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
312[hevc_qsv @ 000001D2D77C3140] Format nv12 chosen by get_format().
313[hevc_qsv @ 000001D2D77C3140] Decoder: output is system memory surface
314[hevc_qsv @ 000001D2D77C3140] Use Intel(R) oneVPL to create MFX session, the required implementation version is 1.1
315[hevc_qsv @ 000001D2D77C3140] Initialized an internal MFX session using hardware accelerated implementation
316[hevc_qsv @ 000001D2D77C3140] Format nv12 chosen by get_format().
317[hevc_qsv @ 000001D2D77C3140] Decoder: output is system memory surface
318cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
319 Last message repeated 4 times
320[aac @ 000001D2D955BF80] skip 512/1024 samples
321detected 20 logical cores
322[graph_1_in_0_1 @ 000001D2DEDE4C80] Setting 'time_base' to value '1/44100'
323[graph_1_in_0_1 @ 000001D2DEDE4C80] Setting 'sample_rate' to value '44100'
324[graph_1_in_0_1 @ 000001D2DEDE4C80] Setting 'sample_fmt' to value 'fltp'
325[graph_1_in_0_1 @ 000001D2DEDE4C80] Setting 'channel_layout' to value 'stereo'
326[graph_1_in_0_1 @ 000001D2DEDE4C80] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:stereo
327[format_out_0_1 @ 000001D2DEDE4780] Setting 'sample_fmts' to value 'fltp'
328[format_out_0_1 @ 000001D2DEDE4780] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
329[AVFilterGraph @ 000001D2DE78C880] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed
330For transform of length 1024, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
331 1: mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
332 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
333For transform of length 512, forward, fft_float, flags: [aligned, inplace, preshuf], found 4 matches:
334 1: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 480
335 2: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 448
336 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 416
337 4: fft512_ns_float_c - type: fft_float, len: 512, factors: [2], flags: [unaligned, inplace, preshuf], prio: 96
338Transform tree:
339 mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only]
340 fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf]
341For transform of length 128, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
342 1: mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
343 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
344For transform of length 64, forward, fft_float, flags: [aligned, inplace, preshuf], found 4 matches:
345 1: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 480
346 2: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 448
347 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf], prio: 416
348 4: fft64_ns_float_c - type: fft_float, len: 64, factors: [2], flags: [unaligned, inplace, preshuf], prio: 96
349Transform tree:
350 mdct_fwd_float_c - type: mdct_float, len: [2, 8], factors: [2, any], flags: [unaligned, out_of_place, fwd_only]
351 fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factors: [2], flags: [aligned, inplace, out_of_place, preshuf]
352cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
353 Last message repeated 6 times
354[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] Setting 'video_size' to value '1920x1080'
355[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] Setting 'pix_fmt' to value '23'
356[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] Setting 'time_base' to value '1/12800'
357[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] Setting 'pixel_aspect' to value '1/1'
358[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] Setting 'frame_rate' to value '50/1'
359[graph 0 input from stream 0:0 @ 000001D2DEDE7D80] w:1920 h:1080 pixfmt:nv12 tb:1/12800 fr:50/1 sar:1/1
360[format @ 000001D2DEDE7E80] Setting 'pix_fmts' to value 'nv12|p010le|qsv'
361[AVFilterGraph @ 000001D2D958BE00] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
362[av1_qsv @ 000001D2D955C780] Encoder: input is system memory surface
363[av1_qsv @ 000001D2D955C780] Use Intel(R) oneVPL to create MFX session, the required implementation version is 1.1
364[av1_qsv @ 000001D2D955C780] Initialized an internal MFX session using hardware accelerated implementation
365[av1_qsv @ 000001D2D955C780] Using the variable bitrate (VBR) ratecontrol method
366[av1_qsv @ 000001D2D955C780] profile: av1 main; level: 41
367[av1_qsv @ 000001D2D955C780] GopPicSize: 248; GopRefDist: 8; GopOptFlag: strict; IdrInterval: 0
368[av1_qsv @ 000001D2D955C780] TargetUsage: 1; RateControlMethod: VBR
369[av1_qsv @ 000001D2D955C780] BufferSizeInKB: 1000; InitialDelayInKB: 500; TargetKbps: 4000; MaxKbps: 4000; BRCParamMultiplier: 1
370[av1_qsv @ 000001D2D955C780] NumRefFrame: 4
371[av1_qsv @ 000001D2D955C780] IntRefType: 0; IntRefCycleSize: 0; IntRefQPDelta: 0; IntRefCycleDist: 0
372[av1_qsv @ 000001D2D955C780] MaxFrameSize: 0;
373[av1_qsv @ 000001D2D955C780] BitrateLimit: unknown; MBBRC: OFF; ExtBRC: unknown
374[av1_qsv @ 000001D2D955C780] VDENC: ON
375[av1_qsv @ 000001D2D955C780] BRefType: pyramid
376[av1_qsv @ 000001D2D955C780] PRefType: default
377[av1_qsv @ 000001D2D955C780] MinQPI: 0; MaxQPI: 0; MinQPP: 0; MaxQPP: 0; MinQPB: 0; MaxQPB: 0
378[av1_qsv @ 000001D2D955C780] FrameRateExtD: 1; FrameRateExtN: 50
379[av1_qsv @ 000001D2D955C780] NumTileRows: 1; NumTileColumns: 1; NumTileGroups: 1
380[av1_qsv @ 000001D2D955C780] WriteIVFHeaders: OFF
381Output #0, mp4, to 'output.mp4':
382 Metadata:
383 major_brand : isom
384 minor_version : 512
385 compatible_brands: isomiso2mp41
386 encoder : Lavf59.34.101
387 Stream #0:0(und), 0, 1/12800: Video: av1, 1 reference frame (av01 / 0x31307661), nv12(tv, progressive, left), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 4000 kb/s, 50 fps, 12800 tbn (default)
388 Metadata:
389 handler_name : VideoHandler
390 vendor_id : [0][0][0][0]
391 encoder : Lavc59.52.102 av1_qsv
392 Stream #0:1(und), 0, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, delay 1024, 128 kb/s (default)
393 Metadata:
394 handler_name : SoundHandler
395 vendor_id : [0][0][0][0]
396 encoder : Lavc59.52.102 aac
397Clipping frame in rate conversion by 0.000008
398[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = -3, qpkt.bs->DecodeTimeStamp = -5400, qpkt.pkt.pts = 0, qpkt.bs->TimeStamp = 0, avctx->time_base = (1, 50)
399[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
400[extract_extradata @ 000001D2D97B6300] obu_type: 1, temporal_id: 0, spatial_id: 0, payload size: 13
401[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 68913
402[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = -2, qpkt.bs->DecodeTimeStamp = -3600, qpkt.pkt.pts = 8, qpkt.bs->TimeStamp = 14400, avctx->time_base = (1, 50)
403[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
404[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 45389
405[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = -1, qpkt.bs->DecodeTimeStamp = -1800, qpkt.pkt.pts = 4, qpkt.bs->TimeStamp = 7200, avctx->time_base = (1, 50)
406[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 12844
407[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2048, current: 1024; changing to 2049. This may result in incorrect timestamps in the output file.
408[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 0, qpkt.bs->DecodeTimeStamp = 0, qpkt.pkt.pts = 2, qpkt.bs->TimeStamp = 3600, avctx->time_base = (1, 50)
409[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8661
410[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2049, current: 512; changing to 2050. This may result in incorrect timestamps in the output file.
411[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 1, qpkt.bs->DecodeTimeStamp = 1800, qpkt.pkt.pts = 1, qpkt.bs->TimeStamp = 1800, avctx->time_base = (1, 50)
412[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4899
413[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
414[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
415[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2050, current: 256; changing to 2051. This may result in incorrect timestamps in the output file.
416[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 2, qpkt.bs->DecodeTimeStamp = 3600, qpkt.pkt.pts = 3, qpkt.bs->TimeStamp = 5400, avctx->time_base = (1, 50)
417[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
418[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6669
419[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
420[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
421[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2051, current: 768; changing to 2052. This may result in incorrect timestamps in the output file.
422[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 3, qpkt.bs->DecodeTimeStamp = 5400, qpkt.pkt.pts = 6, qpkt.bs->TimeStamp = 10800, avctx->time_base = (1, 50)
423[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
424[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9258
425[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2052, current: 1536; changing to 2053. This may result in incorrect timestamps in the output file.
426[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 4, qpkt.bs->DecodeTimeStamp = 7200, qpkt.pkt.pts = 5, qpkt.bs->TimeStamp = 9000, avctx->time_base = (1, 50)
427[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7805
428[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
429[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
430[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2053, current: 1280; changing to 2054. This may result in incorrect timestamps in the output file.
431[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 5, qpkt.bs->DecodeTimeStamp = 9000, qpkt.pkt.pts = 7, qpkt.bs->TimeStamp = 12600, avctx->time_base = (1, 50)
432[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
433[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6531
434[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
435[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
436[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 2054, current: 1792; changing to 2055. This may result in incorrect timestamps in the output file.
437[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 6, qpkt.bs->DecodeTimeStamp = 10800, qpkt.pkt.pts = 16, qpkt.bs->TimeStamp = 28800, avctx->time_base = (1, 50)
438[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
439[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 24441
440[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 7, qpkt.bs->DecodeTimeStamp = 12600, qpkt.pkt.pts = 12, qpkt.bs->TimeStamp = 21600, avctx->time_base = (1, 50)
441[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 14118
442[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4096, current: 3072; changing to 4097. This may result in incorrect timestamps in the output file.
443[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 8, qpkt.bs->DecodeTimeStamp = 14400, qpkt.pkt.pts = 10, qpkt.bs->TimeStamp = 18000, avctx->time_base = (1, 50)
444[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10453
445[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4097, current: 2560; changing to 4098. This may result in incorrect timestamps in the output file.
446[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 9, qpkt.bs->DecodeTimeStamp = 16200, qpkt.pkt.pts = 9, qpkt.bs->TimeStamp = 16200, avctx->time_base = (1, 50)
447[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10047
448[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
449[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
450[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4098, current: 2304; changing to 4099. This may result in incorrect timestamps in the output file.
451[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 10, qpkt.bs->DecodeTimeStamp = 18000, qpkt.pkt.pts = 11, qpkt.bs->TimeStamp = 19800, avctx->time_base = (1, 50)
452[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
453[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9897
454[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
455[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
456[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4099, current: 2816; changing to 4100. This may result in incorrect timestamps in the output file.
457[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 11, qpkt.bs->DecodeTimeStamp = 19800, qpkt.pkt.pts = 14, qpkt.bs->TimeStamp = 25200, avctx->time_base = (1, 50)
458[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
459[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8803
460[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4100, current: 3584; changing to 4101. This may result in incorrect timestamps in the output file.
461[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 12, qpkt.bs->DecodeTimeStamp = 21600, qpkt.pkt.pts = 13, qpkt.bs->TimeStamp = 23400, avctx->time_base = (1, 50)
462[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8572
463[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
464[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
465[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4101, current: 3328; changing to 4102. This may result in incorrect timestamps in the output file.
466[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 13, qpkt.bs->DecodeTimeStamp = 23400, qpkt.pkt.pts = 15, qpkt.bs->TimeStamp = 27000, avctx->time_base = (1, 50)
467[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
468[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6225
469[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
470[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
471[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 4102, current: 3840; changing to 4103. This may result in incorrect timestamps in the output file.
472[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 14, qpkt.bs->DecodeTimeStamp = 25200, qpkt.pkt.pts = 24, qpkt.bs->TimeStamp = 43200, avctx->time_base = (1, 50)
473[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
474[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 30011
475[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 15, qpkt.bs->DecodeTimeStamp = 27000, qpkt.pkt.pts = 20, qpkt.bs->TimeStamp = 36000, avctx->time_base = (1, 50)
476[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 14557
477[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6144, current: 5120; changing to 6145. This may result in incorrect timestamps in the output file.
478[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 16, qpkt.bs->DecodeTimeStamp = 28800, qpkt.pkt.pts = 18, qpkt.bs->TimeStamp = 32400, avctx->time_base = (1, 50)
479[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10603
480[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6145, current: 4608; changing to 6146. This may result in incorrect timestamps in the output file.
481[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 17, qpkt.bs->DecodeTimeStamp = 30600, qpkt.pkt.pts = 17, qpkt.bs->TimeStamp = 30600, avctx->time_base = (1, 50)
482[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9924
483[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
484[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
485[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6146, current: 4352; changing to 6147. This may result in incorrect timestamps in the output file.
486[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 18, qpkt.bs->DecodeTimeStamp = 32400, qpkt.pkt.pts = 19, qpkt.bs->TimeStamp = 34200, avctx->time_base = (1, 50)
487[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
488[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9348
489[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
490[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
491[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6147, current: 4864; changing to 6148. This may result in incorrect timestamps in the output file.
492[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 19, qpkt.bs->DecodeTimeStamp = 34200, qpkt.pkt.pts = 22, qpkt.bs->TimeStamp = 39600, avctx->time_base = (1, 50)
493[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
494[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10328
495[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6148, current: 5632; changing to 6149. This may result in incorrect timestamps in the output file.
496[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 20, qpkt.bs->DecodeTimeStamp = 36000, qpkt.pkt.pts = 21, qpkt.bs->TimeStamp = 37800, avctx->time_base = (1, 50)
497[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8905
498[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
499[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
500[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6149, current: 5376; changing to 6150. This may result in incorrect timestamps in the output file.
501[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 21, qpkt.bs->DecodeTimeStamp = 37800, qpkt.pkt.pts = 23, qpkt.bs->TimeStamp = 41400, avctx->time_base = (1, 50)
502[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
503[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9974
504[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
505[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
506[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 6150, current: 5888; changing to 6151. This may result in incorrect timestamps in the output file.
507[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 22, qpkt.bs->DecodeTimeStamp = 39600, qpkt.pkt.pts = 32, qpkt.bs->TimeStamp = 57600, avctx->time_base = (1, 50)
508[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
509[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 28985
510[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 23, qpkt.bs->DecodeTimeStamp = 41400, qpkt.pkt.pts = 28, qpkt.bs->TimeStamp = 50400, avctx->time_base = (1, 50)
511[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 15609
512[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8192, current: 7168; changing to 8193. This may result in incorrect timestamps in the output file.
513[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 24, qpkt.bs->DecodeTimeStamp = 43200, qpkt.pkt.pts = 26, qpkt.bs->TimeStamp = 46800, avctx->time_base = (1, 50)
514[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10492
515[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8193, current: 6656; changing to 8194. This may result in incorrect timestamps in the output file.
516[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 25, qpkt.bs->DecodeTimeStamp = 45000, qpkt.pkt.pts = 25, qpkt.bs->TimeStamp = 45000, avctx->time_base = (1, 50)
517[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9071
518[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
519[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
520[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8194, current: 6400; changing to 8195. This may result in incorrect timestamps in the output file.
521[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 26, qpkt.bs->DecodeTimeStamp = 46800, qpkt.pkt.pts = 27, qpkt.bs->TimeStamp = 48600, avctx->time_base = (1, 50)
522[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
523[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10530
524[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
525[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
526[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8195, current: 6912; changing to 8196. This may result in incorrect timestamps in the output file.
527[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 27, qpkt.bs->DecodeTimeStamp = 48600, qpkt.pkt.pts = 30, qpkt.bs->TimeStamp = 54000, avctx->time_base = (1, 50)
528[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
529[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9274
530[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8196, current: 7680; changing to 8197. This may result in incorrect timestamps in the output file.
531[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 28, qpkt.bs->DecodeTimeStamp = 50400, qpkt.pkt.pts = 29, qpkt.bs->TimeStamp = 52200, avctx->time_base = (1, 50)
532[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10642
533[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
534[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
535[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8197, current: 7424; changing to 8198. This may result in incorrect timestamps in the output file.
536[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 29, qpkt.bs->DecodeTimeStamp = 52200, qpkt.pkt.pts = 31, qpkt.bs->TimeStamp = 55800, avctx->time_base = (1, 50)
537[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
538[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9470
539[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
540[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
541[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 8198, current: 7936; changing to 8199. This may result in incorrect timestamps in the output file.
542[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 30, qpkt.bs->DecodeTimeStamp = 54000, qpkt.pkt.pts = 40, qpkt.bs->TimeStamp = 72000, avctx->time_base = (1, 50)
543[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
544[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 31909
545[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 31, qpkt.bs->DecodeTimeStamp = 55800, qpkt.pkt.pts = 36, qpkt.bs->TimeStamp = 64800, avctx->time_base = (1, 50)
546[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 16182
547[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10240, current: 9216; changing to 10241. This may result in incorrect timestamps in the output file.
548[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 32, qpkt.bs->DecodeTimeStamp = 57600, qpkt.pkt.pts = 34, qpkt.bs->TimeStamp = 61200, avctx->time_base = (1, 50)
549[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11075
550[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10241, current: 8704; changing to 10242. This may result in incorrect timestamps in the output file.
551[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 33, qpkt.bs->DecodeTimeStamp = 59400, qpkt.pkt.pts = 33, qpkt.bs->TimeStamp = 59400, avctx->time_base = (1, 50)
552[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9796
553[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
554[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
555[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10242, current: 8448; changing to 10243. This may result in incorrect timestamps in the output file.
556[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 34, qpkt.bs->DecodeTimeStamp = 61200, qpkt.pkt.pts = 35, qpkt.bs->TimeStamp = 63000, avctx->time_base = (1, 50)
557[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
558[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10870
559[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
560[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
561[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10243, current: 8960; changing to 10244. This may result in incorrect timestamps in the output file.
562[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 35, qpkt.bs->DecodeTimeStamp = 63000, qpkt.pkt.pts = 38, qpkt.bs->TimeStamp = 68400, avctx->time_base = (1, 50)
563[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
564[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8725
565[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10244, current: 9728; changing to 10245. This may result in incorrect timestamps in the output file.
566[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 36, qpkt.bs->DecodeTimeStamp = 64800, qpkt.pkt.pts = 37, qpkt.bs->TimeStamp = 66600, avctx->time_base = (1, 50)
567[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9721
568[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
569[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
570[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10245, current: 9472; changing to 10246. This may result in incorrect timestamps in the output file.
571[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 37, qpkt.bs->DecodeTimeStamp = 66600, qpkt.pkt.pts = 39, qpkt.bs->TimeStamp = 70200, avctx->time_base = (1, 50)
572[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
573[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9917
574[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
575[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
576[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 10246, current: 9984; changing to 10247. This may result in incorrect timestamps in the output file.
577[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 38, qpkt.bs->DecodeTimeStamp = 68400, qpkt.pkt.pts = 48, qpkt.bs->TimeStamp = 86400, avctx->time_base = (1, 50)
578[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
579[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 28727
580[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 39, qpkt.bs->DecodeTimeStamp = 70200, qpkt.pkt.pts = 44, qpkt.bs->TimeStamp = 79200, avctx->time_base = (1, 50)
581[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 16381
582[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12288, current: 11264; changing to 12289. This may result in incorrect timestamps in the output file.
583[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 40, qpkt.bs->DecodeTimeStamp = 72000, qpkt.pkt.pts = 42, qpkt.bs->TimeStamp = 75600, avctx->time_base = (1, 50)
584[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10188
585[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12289, current: 10752; changing to 12290. This may result in incorrect timestamps in the output file.
586[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 41, qpkt.bs->DecodeTimeStamp = 73800, qpkt.pkt.pts = 41, qpkt.bs->TimeStamp = 73800, avctx->time_base = (1, 50)
587[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10883
588[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
589[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
590[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12290, current: 10496; changing to 12291. This may result in incorrect timestamps in the output file.
591[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 42, qpkt.bs->DecodeTimeStamp = 75600, qpkt.pkt.pts = 43, qpkt.bs->TimeStamp = 77400, avctx->time_base = (1, 50)
592[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
593[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10513
594[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
595[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
596[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12291, current: 11008; changing to 12292. This may result in incorrect timestamps in the output file.
597[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 43, qpkt.bs->DecodeTimeStamp = 77400, qpkt.pkt.pts = 46, qpkt.bs->TimeStamp = 82800, avctx->time_base = (1, 50)
598[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
599[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8863
600[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12292, current: 11776; changing to 12293. This may result in incorrect timestamps in the output file.
601[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 44, qpkt.bs->DecodeTimeStamp = 79200, qpkt.pkt.pts = 45, qpkt.bs->TimeStamp = 81000, avctx->time_base = (1, 50)
602[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8807
603[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
604[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
605[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12293, current: 11520; changing to 12294. This may result in incorrect timestamps in the output file.
606[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 45, qpkt.bs->DecodeTimeStamp = 81000, qpkt.pkt.pts = 47, qpkt.bs->TimeStamp = 84600, avctx->time_base = (1, 50)
607[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
608[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4426
609[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
610[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
611[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 12294, current: 12032; changing to 12295. This may result in incorrect timestamps in the output file.
612[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 46, qpkt.bs->DecodeTimeStamp = 82800, qpkt.pkt.pts = 56, qpkt.bs->TimeStamp = 100800, avctx->time_base = (1, 50)
613[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
614[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 29136
615[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 47, qpkt.bs->DecodeTimeStamp = 84600, qpkt.pkt.pts = 52, qpkt.bs->TimeStamp = 93600, avctx->time_base = (1, 50)
616[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11375
617[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14336, current: 13312; changing to 14337. This may result in incorrect timestamps in the output file.
618[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 48, qpkt.bs->DecodeTimeStamp = 86400, qpkt.pkt.pts = 50, qpkt.bs->TimeStamp = 90000, avctx->time_base = (1, 50)
619[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10448
620[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14337, current: 12800; changing to 14338. This may result in incorrect timestamps in the output file.
621[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 49, qpkt.bs->DecodeTimeStamp = 88200, qpkt.pkt.pts = 49, qpkt.bs->TimeStamp = 88200, avctx->time_base = (1, 50)
622[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7557
623[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
624[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
625[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14338, current: 12544; changing to 14339. This may result in incorrect timestamps in the output file.
626[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 50, qpkt.bs->DecodeTimeStamp = 90000, qpkt.pkt.pts = 51, qpkt.bs->TimeStamp = 91800, avctx->time_base = (1, 50)
627[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
628[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4637
629[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
630[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
631[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14339, current: 13056; changing to 14340. This may result in incorrect timestamps in the output file.
632[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 51, qpkt.bs->DecodeTimeStamp = 91800, qpkt.pkt.pts = 54, qpkt.bs->TimeStamp = 97200, avctx->time_base = (1, 50)
633[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
634[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6449
635[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14340, current: 13824; changing to 14341. This may result in incorrect timestamps in the output file.
636[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 52, qpkt.bs->DecodeTimeStamp = 93600, qpkt.pkt.pts = 53, qpkt.bs->TimeStamp = 95400, avctx->time_base = (1, 50)
637[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3771
638[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
639[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
640[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14341, current: 13568; changing to 14342. This may result in incorrect timestamps in the output file.
641[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 53, qpkt.bs->DecodeTimeStamp = 95400, qpkt.pkt.pts = 55, qpkt.bs->TimeStamp = 99000, avctx->time_base = (1, 50)
642[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
643[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4390
644[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
645[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
646[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 14342, current: 14080; changing to 14343. This may result in incorrect timestamps in the output file.
647[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 54, qpkt.bs->DecodeTimeStamp = 97200, qpkt.pkt.pts = 64, qpkt.bs->TimeStamp = 115200, avctx->time_base = (1, 50)
648[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
649[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 31015
650[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 55, qpkt.bs->DecodeTimeStamp = 99000, qpkt.pkt.pts = 60, qpkt.bs->TimeStamp = 108000, avctx->time_base = (1, 50)
651[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11645
652[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16384, current: 15360; changing to 16385. This may result in incorrect timestamps in the output file.
653[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 56, qpkt.bs->DecodeTimeStamp = 100800, qpkt.pkt.pts = 58, qpkt.bs->TimeStamp = 104400, avctx->time_base = (1, 50)
654[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10666
655[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16385, current: 14848; changing to 16386. This may result in incorrect timestamps in the output file.
656[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 57, qpkt.bs->DecodeTimeStamp = 102600, qpkt.pkt.pts = 57, qpkt.bs->TimeStamp = 102600, avctx->time_base = (1, 50)
657[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7965
658[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
659[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
660[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16386, current: 14592; changing to 16387. This may result in incorrect timestamps in the output file.
661[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 58, qpkt.bs->DecodeTimeStamp = 104400, qpkt.pkt.pts = 59, qpkt.bs->TimeStamp = 106200, avctx->time_base = (1, 50)
662[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
663[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5405
664[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
665[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
666[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16387, current: 15104; changing to 16388. This may result in incorrect timestamps in the output file.
667[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 59, qpkt.bs->DecodeTimeStamp = 106200, qpkt.pkt.pts = 62, qpkt.bs->TimeStamp = 111600, avctx->time_base = (1, 50)
668[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
669[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6385
670[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16388, current: 15872; changing to 16389. This may result in incorrect timestamps in the output file.
671[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 60, qpkt.bs->DecodeTimeStamp = 108000, qpkt.pkt.pts = 61, qpkt.bs->TimeStamp = 109800, avctx->time_base = (1, 50)
672[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4386
673[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
674[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
675[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16389, current: 15616; changing to 16390. This may result in incorrect timestamps in the output file.
676[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 61, qpkt.bs->DecodeTimeStamp = 109800, qpkt.pkt.pts = 63, qpkt.bs->TimeStamp = 113400, avctx->time_base = (1, 50)
677[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
678[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4212
679[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
680[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
681[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 16390, current: 16128; changing to 16391. This may result in incorrect timestamps in the output file.
682[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 62, qpkt.bs->DecodeTimeStamp = 111600, qpkt.pkt.pts = 72, qpkt.bs->TimeStamp = 129600, avctx->time_base = (1, 50)
683[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
684[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 26693
685[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 63, qpkt.bs->DecodeTimeStamp = 113400, qpkt.pkt.pts = 68, qpkt.bs->TimeStamp = 122400, avctx->time_base = (1, 50)
686[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 22283
687[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18432, current: 17408; changing to 18433. This may result in incorrect timestamps in the output file.
688[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 64, qpkt.bs->DecodeTimeStamp = 115200, qpkt.pkt.pts = 66, qpkt.bs->TimeStamp = 118800, avctx->time_base = (1, 50)
689[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8413
690[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18433, current: 16896; changing to 18434. This may result in incorrect timestamps in the output file.
691[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 65, qpkt.bs->DecodeTimeStamp = 117000, qpkt.pkt.pts = 65, qpkt.bs->TimeStamp = 117000, avctx->time_base = (1, 50)
692[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10220
693[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
694[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
695[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18434, current: 16640; changing to 18435. This may result in incorrect timestamps in the output file.
696[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 66, qpkt.bs->DecodeTimeStamp = 118800, qpkt.pkt.pts = 67, qpkt.bs->TimeStamp = 120600, avctx->time_base = (1, 50)
697[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
698[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7674
699[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
700[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
701[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18435, current: 17152; changing to 18436. This may result in incorrect timestamps in the output file.
702[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 67, qpkt.bs->DecodeTimeStamp = 120600, qpkt.pkt.pts = 70, qpkt.bs->TimeStamp = 126000, avctx->time_base = (1, 50)
703[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
704[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11643
705[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18436, current: 17920; changing to 18437. This may result in incorrect timestamps in the output file.
706[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 68, qpkt.bs->DecodeTimeStamp = 122400, qpkt.pkt.pts = 69, qpkt.bs->TimeStamp = 124200, avctx->time_base = (1, 50)
707[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5283
708[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
709[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
710[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18437, current: 17664; changing to 18438. This may result in incorrect timestamps in the output file.
711[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 69, qpkt.bs->DecodeTimeStamp = 124200, qpkt.pkt.pts = 71, qpkt.bs->TimeStamp = 127800, avctx->time_base = (1, 50)
712[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
713[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3528
714[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
715[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
716[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 18438, current: 18176; changing to 18439. This may result in incorrect timestamps in the output file.
717[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 70, qpkt.bs->DecodeTimeStamp = 126000, qpkt.pkt.pts = 80, qpkt.bs->TimeStamp = 144000, avctx->time_base = (1, 50)
718[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
719[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 15691
720[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 71, qpkt.bs->DecodeTimeStamp = 127800, qpkt.pkt.pts = 76, qpkt.bs->TimeStamp = 136800, avctx->time_base = (1, 50)
721[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2189
722[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20480, current: 19456; changing to 20481. This may result in incorrect timestamps in the output file.
723[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 72, qpkt.bs->DecodeTimeStamp = 129600, qpkt.pkt.pts = 74, qpkt.bs->TimeStamp = 133200, avctx->time_base = (1, 50)
724[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1172
725[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20481, current: 18944; changing to 20482. This may result in incorrect timestamps in the output file.
726[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 73, qpkt.bs->DecodeTimeStamp = 131400, qpkt.pkt.pts = 73, qpkt.bs->TimeStamp = 131400, avctx->time_base = (1, 50)
727[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1789
728[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
729[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
730[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20482, current: 18688; changing to 20483. This may result in incorrect timestamps in the output file.
731[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 74, qpkt.bs->DecodeTimeStamp = 133200, qpkt.pkt.pts = 75, qpkt.bs->TimeStamp = 135000, avctx->time_base = (1, 50)
732[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
733[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1701
734[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
735[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
736[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20483, current: 19200; changing to 20484. This may result in incorrect timestamps in the output file.
737[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 75, qpkt.bs->DecodeTimeStamp = 135000, qpkt.pkt.pts = 78, qpkt.bs->TimeStamp = 140400, avctx->time_base = (1, 50)
738[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
739[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1265
740[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20484, current: 19968; changing to 20485. This may result in incorrect timestamps in the output file.
741[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 76, qpkt.bs->DecodeTimeStamp = 136800, qpkt.pkt.pts = 77, qpkt.bs->TimeStamp = 138600, avctx->time_base = (1, 50)
742[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1882
743[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
744[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
745[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20485, current: 19712; changing to 20486. This may result in incorrect timestamps in the output file.
746[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 77, qpkt.bs->DecodeTimeStamp = 138600, qpkt.pkt.pts = 79, qpkt.bs->TimeStamp = 142200, avctx->time_base = (1, 50)
747[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
748[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1910
749[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
750[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
751[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 20486, current: 20224; changing to 20487. This may result in incorrect timestamps in the output file.
752[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 78, qpkt.bs->DecodeTimeStamp = 140400, qpkt.pkt.pts = 88, qpkt.bs->TimeStamp = 158400, avctx->time_base = (1, 50)
753[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
754[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 24111
755[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 79, qpkt.bs->DecodeTimeStamp = 142200, qpkt.pkt.pts = 84, qpkt.bs->TimeStamp = 151200, avctx->time_base = (1, 50)
756[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3118
757[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22528, current: 21504; changing to 22529. This may result in incorrect timestamps in the output file.
758[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 80, qpkt.bs->DecodeTimeStamp = 144000, qpkt.pkt.pts = 82, qpkt.bs->TimeStamp = 147600, avctx->time_base = (1, 50)
759[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1330
760[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22529, current: 20992; changing to 22530. This may result in incorrect timestamps in the output file.
761[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 81, qpkt.bs->DecodeTimeStamp = 145800, qpkt.pkt.pts = 81, qpkt.bs->TimeStamp = 145800, avctx->time_base = (1, 50)
762[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1834
763[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
764[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
765[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22530, current: 20736; changing to 22531. This may result in incorrect timestamps in the output file.
766[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 82, qpkt.bs->DecodeTimeStamp = 147600, qpkt.pkt.pts = 83, qpkt.bs->TimeStamp = 149400, avctx->time_base = (1, 50)
767[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
768[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1816
769[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
770[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
771[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22531, current: 21248; changing to 22532. This may result in incorrect timestamps in the output file.
772[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 83, qpkt.bs->DecodeTimeStamp = 149400, qpkt.pkt.pts = 86, qpkt.bs->TimeStamp = 154800, avctx->time_base = (1, 50)
773[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
774[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1543
775[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22532, current: 22016; changing to 22533. This may result in incorrect timestamps in the output file.
776[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 84, qpkt.bs->DecodeTimeStamp = 151200, qpkt.pkt.pts = 85, qpkt.bs->TimeStamp = 153000, avctx->time_base = (1, 50)
777[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2070
778[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
779[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
780[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22533, current: 21760; changing to 22534. This may result in incorrect timestamps in the output file.
781[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 85, qpkt.bs->DecodeTimeStamp = 153000, qpkt.pkt.pts = 87, qpkt.bs->TimeStamp = 156600, avctx->time_base = (1, 50)
782[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
783[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2142
784[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
785[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
786[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 22534, current: 22272; changing to 22535. This may result in incorrect timestamps in the output file.
787[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 86, qpkt.bs->DecodeTimeStamp = 154800, qpkt.pkt.pts = 96, qpkt.bs->TimeStamp = 172800, avctx->time_base = (1, 50)
788[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
789[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 33328
790[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 87, qpkt.bs->DecodeTimeStamp = 156600, qpkt.pkt.pts = 92, qpkt.bs->TimeStamp = 165600, avctx->time_base = (1, 50)
791[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3059
792[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24576, current: 23552; changing to 24577. This may result in incorrect timestamps in the output file.
793[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 88, qpkt.bs->DecodeTimeStamp = 158400, qpkt.pkt.pts = 90, qpkt.bs->TimeStamp = 162000, avctx->time_base = (1, 50)
794[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1525
795[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24577, current: 23040; changing to 24578. This may result in incorrect timestamps in the output file.
796[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 89, qpkt.bs->DecodeTimeStamp = 160200, qpkt.pkt.pts = 89, qpkt.bs->TimeStamp = 160200, avctx->time_base = (1, 50)
797[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2113
798[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
799[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
800[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24578, current: 22784; changing to 24579. This may result in incorrect timestamps in the output file.
801[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 90, qpkt.bs->DecodeTimeStamp = 162000, qpkt.pkt.pts = 91, qpkt.bs->TimeStamp = 163800, avctx->time_base = (1, 50)
802[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
803[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2144
804[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
805[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
806[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24579, current: 23296; changing to 24580. This may result in incorrect timestamps in the output file.
807[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 91, qpkt.bs->DecodeTimeStamp = 163800, qpkt.pkt.pts = 94, qpkt.bs->TimeStamp = 169200, avctx->time_base = (1, 50)
808[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
809[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1603
810[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24580, current: 24064; changing to 24581. This may result in incorrect timestamps in the output file.
811[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 92, qpkt.bs->DecodeTimeStamp = 165600, qpkt.pkt.pts = 93, qpkt.bs->TimeStamp = 167400, avctx->time_base = (1, 50)
812[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2381
813[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
814[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
815[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24581, current: 23808; changing to 24582. This may result in incorrect timestamps in the output file.
816[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 93, qpkt.bs->DecodeTimeStamp = 167400, qpkt.pkt.pts = 95, qpkt.bs->TimeStamp = 171000, avctx->time_base = (1, 50)
817[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
818[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2254
819[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
820[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
821[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 24582, current: 24320; changing to 24583. This may result in incorrect timestamps in the output file.
822[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 94, qpkt.bs->DecodeTimeStamp = 169200, qpkt.pkt.pts = 104, qpkt.bs->TimeStamp = 187200, avctx->time_base = (1, 50)
823[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
824[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 24836
825[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 95, qpkt.bs->DecodeTimeStamp = 171000, qpkt.pkt.pts = 100, qpkt.bs->TimeStamp = 180000, avctx->time_base = (1, 50)
826[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3278
827[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26624, current: 25600; changing to 26625. This may result in incorrect timestamps in the output file.
828[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 96, qpkt.bs->DecodeTimeStamp = 172800, qpkt.pkt.pts = 98, qpkt.bs->TimeStamp = 176400, avctx->time_base = (1, 50)
829[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1493
830[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26625, current: 25088; changing to 26626. This may result in incorrect timestamps in the output file.
831[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 97, qpkt.bs->DecodeTimeStamp = 174600, qpkt.pkt.pts = 97, qpkt.bs->TimeStamp = 174600, avctx->time_base = (1, 50)
832[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2196
833[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
834[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
835[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26626, current: 24832; changing to 26627. This may result in incorrect timestamps in the output file.
836[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 98, qpkt.bs->DecodeTimeStamp = 176400, qpkt.pkt.pts = 99, qpkt.bs->TimeStamp = 178200, avctx->time_base = (1, 50)
837[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
838[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2268
839[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
840[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
841[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26627, current: 25344; changing to 26628. This may result in incorrect timestamps in the output file.
842[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 99, qpkt.bs->DecodeTimeStamp = 178200, qpkt.pkt.pts = 102, qpkt.bs->TimeStamp = 183600, avctx->time_base = (1, 50)
843[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
844[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1664
845[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26628, current: 26112; changing to 26629. This may result in incorrect timestamps in the output file.
846[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 100, qpkt.bs->DecodeTimeStamp = 180000, qpkt.pkt.pts = 101, qpkt.bs->TimeStamp = 181800, avctx->time_base = (1, 50)
847[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2433
848[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
849[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
850[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26629, current: 25856; changing to 26630. This may result in incorrect timestamps in the output file.
851[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 101, qpkt.bs->DecodeTimeStamp = 181800, qpkt.pkt.pts = 103, qpkt.bs->TimeStamp = 185400, avctx->time_base = (1, 50)
852[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
853[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2529
854[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
855[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
856[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 26630, current: 26368; changing to 26631. This may result in incorrect timestamps in the output file.
857[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 102, qpkt.bs->DecodeTimeStamp = 183600, qpkt.pkt.pts = 112, qpkt.bs->TimeStamp = 201600, avctx->time_base = (1, 50)
858[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
859[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 29646
860[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 103, qpkt.bs->DecodeTimeStamp = 185400, qpkt.pkt.pts = 108, qpkt.bs->TimeStamp = 194400, avctx->time_base = (1, 50)
861[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3700
862[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28672, current: 27648; changing to 28673. This may result in incorrect timestamps in the output file.
863[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 104, qpkt.bs->DecodeTimeStamp = 187200, qpkt.pkt.pts = 106, qpkt.bs->TimeStamp = 190800, avctx->time_base = (1, 50)
864[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1736
865[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28673, current: 27136; changing to 28674. This may result in incorrect timestamps in the output file.
866[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 105, qpkt.bs->DecodeTimeStamp = 189000, qpkt.pkt.pts = 105, qpkt.bs->TimeStamp = 189000, avctx->time_base = (1, 50)
867[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2614
868[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
869[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
870[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28674, current: 26880; changing to 28675. This may result in incorrect timestamps in the output file.
871[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 106, qpkt.bs->DecodeTimeStamp = 190800, qpkt.pkt.pts = 107, qpkt.bs->TimeStamp = 192600, avctx->time_base = (1, 50)
872[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
873[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2419
874[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
875[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
876[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28675, current: 27392; changing to 28676. This may result in incorrect timestamps in the output file.
877[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 107, qpkt.bs->DecodeTimeStamp = 192600, qpkt.pkt.pts = 110, qpkt.bs->TimeStamp = 198000, avctx->time_base = (1, 50)
878[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
879[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1811
880[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28676, current: 28160; changing to 28677. This may result in incorrect timestamps in the output file.
881[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 108, qpkt.bs->DecodeTimeStamp = 194400, qpkt.pkt.pts = 109, qpkt.bs->TimeStamp = 196200, avctx->time_base = (1, 50)
882[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2887
883[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
884[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
885[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28677, current: 27904; changing to 28678. This may result in incorrect timestamps in the output file.
886[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 109, qpkt.bs->DecodeTimeStamp = 196200, qpkt.pkt.pts = 111, qpkt.bs->TimeStamp = 199800, avctx->time_base = (1, 50)
887[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
888[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2870
889[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
890[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
891[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 28678, current: 28416; changing to 28679. This may result in incorrect timestamps in the output file.
892[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 110, qpkt.bs->DecodeTimeStamp = 198000, qpkt.pkt.pts = 120, qpkt.bs->TimeStamp = 216000, avctx->time_base = (1, 50)
893[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
894[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 34237
895[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 111, qpkt.bs->DecodeTimeStamp = 199800, qpkt.pkt.pts = 116, qpkt.bs->TimeStamp = 208800, avctx->time_base = (1, 50)
896[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5005
897[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30720, current: 29696; changing to 30721. This may result in incorrect timestamps in the output file.
898[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 112, qpkt.bs->DecodeTimeStamp = 201600, qpkt.pkt.pts = 114, qpkt.bs->TimeStamp = 205200, avctx->time_base = (1, 50)
899[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 1952
900[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30721, current: 29184; changing to 30722. This may result in incorrect timestamps in the output file.
901[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 113, qpkt.bs->DecodeTimeStamp = 203400, qpkt.pkt.pts = 113, qpkt.bs->TimeStamp = 203400, avctx->time_base = (1, 50)
902[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2457
903[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
904[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
905[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30722, current: 28928; changing to 30723. This may result in incorrect timestamps in the output file.
906[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 114, qpkt.bs->DecodeTimeStamp = 205200, qpkt.pkt.pts = 115, qpkt.bs->TimeStamp = 207000, avctx->time_base = (1, 50)
907[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
908[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2264
909[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
910[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
911[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30723, current: 29440; changing to 30724. This may result in incorrect timestamps in the output file.
912[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 115, qpkt.bs->DecodeTimeStamp = 207000, qpkt.pkt.pts = 118, qpkt.bs->TimeStamp = 212400, avctx->time_base = (1, 50)
913[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
914[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2110
915[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30724, current: 30208; changing to 30725. This may result in incorrect timestamps in the output file.
916[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 116, qpkt.bs->DecodeTimeStamp = 208800, qpkt.pkt.pts = 117, qpkt.bs->TimeStamp = 210600, avctx->time_base = (1, 50)
917[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2618
918[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
919[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
920[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30725, current: 29952; changing to 30726. This may result in incorrect timestamps in the output file.
921[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 117, qpkt.bs->DecodeTimeStamp = 210600, qpkt.pkt.pts = 119, qpkt.bs->TimeStamp = 214200, avctx->time_base = (1, 50)
922[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
923[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2318
924[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
925[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
926[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 30726, current: 30464; changing to 30727. This may result in incorrect timestamps in the output file.
927[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 118, qpkt.bs->DecodeTimeStamp = 212400, qpkt.pkt.pts = 128, qpkt.bs->TimeStamp = 230400, avctx->time_base = (1, 50)
928[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
929[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38449
930[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 119, qpkt.bs->DecodeTimeStamp = 214200, qpkt.pkt.pts = 124, qpkt.bs->TimeStamp = 223200, avctx->time_base = (1, 50)
931[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7453
932[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32768, current: 31744; changing to 32769. This may result in incorrect timestamps in the output file.
933[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 120, qpkt.bs->DecodeTimeStamp = 216000, qpkt.pkt.pts = 122, qpkt.bs->TimeStamp = 219600, avctx->time_base = (1, 50)
934[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3452
935[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32769, current: 31232; changing to 32770. This may result in incorrect timestamps in the output file.
936[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 121, qpkt.bs->DecodeTimeStamp = 217800, qpkt.pkt.pts = 121, qpkt.bs->TimeStamp = 217800, avctx->time_base = (1, 50)
937[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2860
938[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
939[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
940[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32770, current: 30976; changing to 32771. This may result in incorrect timestamps in the output file.
941[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 122, qpkt.bs->DecodeTimeStamp = 219600, qpkt.pkt.pts = 123, qpkt.bs->TimeStamp = 221400, avctx->time_base = (1, 50)
942[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
943[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2601
944[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
945[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
946[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32771, current: 31488; changing to 32772. This may result in incorrect timestamps in the output file.
947[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 123, qpkt.bs->DecodeTimeStamp = 221400, qpkt.pkt.pts = 126, qpkt.bs->TimeStamp = 226800, avctx->time_base = (1, 50)
948[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
949[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4914
950[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32772, current: 32256; changing to 32773. This may result in incorrect timestamps in the output file.
951[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 124, qpkt.bs->DecodeTimeStamp = 223200, qpkt.pkt.pts = 125, qpkt.bs->TimeStamp = 225000, avctx->time_base = (1, 50)
952[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3344
953[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
954[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
955[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32773, current: 32000; changing to 32774. This may result in incorrect timestamps in the output file.
956[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 125, qpkt.bs->DecodeTimeStamp = 225000, qpkt.pkt.pts = 127, qpkt.bs->TimeStamp = 228600, avctx->time_base = (1, 50)
957[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
958[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2644
959[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
960[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
961[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 32774, current: 32512; changing to 32775. This may result in incorrect timestamps in the output file.
962[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 126, qpkt.bs->DecodeTimeStamp = 226800, qpkt.pkt.pts = 136, qpkt.bs->TimeStamp = 244800, avctx->time_base = (1, 50)
963[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
964[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 45253
965[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 127, qpkt.bs->DecodeTimeStamp = 228600, qpkt.pkt.pts = 132, qpkt.bs->TimeStamp = 237600, avctx->time_base = (1, 50)
966[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6892
967[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34816, current: 33792; changing to 34817. This may result in incorrect timestamps in the output file.
968[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 128, qpkt.bs->DecodeTimeStamp = 230400, qpkt.pkt.pts = 130, qpkt.bs->TimeStamp = 234000, avctx->time_base = (1, 50)
969[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4777
970[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34817, current: 33280; changing to 34818. This may result in incorrect timestamps in the output file.
971[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 129, qpkt.bs->DecodeTimeStamp = 232200, qpkt.pkt.pts = 129, qpkt.bs->TimeStamp = 232200, avctx->time_base = (1, 50)
972[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2775
973[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
974[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
975[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34818, current: 33024; changing to 34819. This may result in incorrect timestamps in the output file.
976[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 130, qpkt.bs->DecodeTimeStamp = 234000, qpkt.pkt.pts = 131, qpkt.bs->TimeStamp = 235800, avctx->time_base = (1, 50)
977[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
978[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2203
979[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
980[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
981[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34819, current: 33536; changing to 34820. This may result in incorrect timestamps in the output file.
982[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 131, qpkt.bs->DecodeTimeStamp = 235800, qpkt.pkt.pts = 134, qpkt.bs->TimeStamp = 241200, avctx->time_base = (1, 50)
983[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
984[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4881
985[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34820, current: 34304; changing to 34821. This may result in incorrect timestamps in the output file.
986[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 132, qpkt.bs->DecodeTimeStamp = 237600, qpkt.pkt.pts = 133, qpkt.bs->TimeStamp = 239400, avctx->time_base = (1, 50)
987[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2903
988[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
989[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
990[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34821, current: 34048; changing to 34822. This may result in incorrect timestamps in the output file.
991[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 133, qpkt.bs->DecodeTimeStamp = 239400, qpkt.pkt.pts = 135, qpkt.bs->TimeStamp = 243000, avctx->time_base = (1, 50)
992[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
993[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2534
994[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
995[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
996[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 34822, current: 34560; changing to 34823. This may result in incorrect timestamps in the output file.
997[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 134, qpkt.bs->DecodeTimeStamp = 241200, qpkt.pkt.pts = 144, qpkt.bs->TimeStamp = 259200, avctx->time_base = (1, 50)
998[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
999[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 46076
1000[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 135, qpkt.bs->DecodeTimeStamp = 243000, qpkt.pkt.pts = 140, qpkt.bs->TimeStamp = 252000, avctx->time_base = (1, 50)
1001[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8516
1002[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36864, current: 35840; changing to 36865. This may result in incorrect timestamps in the output file.
1003[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 136, qpkt.bs->DecodeTimeStamp = 244800, qpkt.pkt.pts = 138, qpkt.bs->TimeStamp = 248400, avctx->time_base = (1, 50)
1004[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3627
1005[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36865, current: 35328; changing to 36866. This may result in incorrect timestamps in the output file.
1006[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 137, qpkt.bs->DecodeTimeStamp = 246600, qpkt.pkt.pts = 137, qpkt.bs->TimeStamp = 246600, avctx->time_base = (1, 50)
1007[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2135
1008[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1009[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1010[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36866, current: 35072; changing to 36867. This may result in incorrect timestamps in the output file.
1011[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 138, qpkt.bs->DecodeTimeStamp = 248400, qpkt.pkt.pts = 139, qpkt.bs->TimeStamp = 250200, avctx->time_base = (1, 50)
1012[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1013[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2103
1014[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1015[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1016[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36867, current: 35584; changing to 36868. This may result in incorrect timestamps in the output file.
1017[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 139, qpkt.bs->DecodeTimeStamp = 250200, qpkt.pkt.pts = 142, qpkt.bs->TimeStamp = 255600, avctx->time_base = (1, 50)
1018[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1019[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4488
1020[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36868, current: 36352; changing to 36869. This may result in incorrect timestamps in the output file.
1021[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 140, qpkt.bs->DecodeTimeStamp = 252000, qpkt.pkt.pts = 141, qpkt.bs->TimeStamp = 253800, avctx->time_base = (1, 50)
1022[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2445
1023[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1024[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1025[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36869, current: 36096; changing to 36870. This may result in incorrect timestamps in the output file.
1026[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 141, qpkt.bs->DecodeTimeStamp = 253800, qpkt.pkt.pts = 143, qpkt.bs->TimeStamp = 257400, avctx->time_base = (1, 50)
1027[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1028[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2321
1029[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1030[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1031[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 36870, current: 36608; changing to 36871. This may result in incorrect timestamps in the output file.
1032[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 142, qpkt.bs->DecodeTimeStamp = 255600, qpkt.pkt.pts = 152, qpkt.bs->TimeStamp = 273600, avctx->time_base = (1, 50)
1033[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1034[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 41380
1035[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 143, qpkt.bs->DecodeTimeStamp = 257400, qpkt.pkt.pts = 148, qpkt.bs->TimeStamp = 266400, avctx->time_base = (1, 50)
1036[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5697
1037[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38912, current: 37888; changing to 38913. This may result in incorrect timestamps in the output file.
1038[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 144, qpkt.bs->DecodeTimeStamp = 259200, qpkt.pkt.pts = 146, qpkt.bs->TimeStamp = 262800, avctx->time_base = (1, 50)
1039[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5372
1040[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38913, current: 37376; changing to 38914. This may result in incorrect timestamps in the output file.
1041[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 145, qpkt.bs->DecodeTimeStamp = 261000, qpkt.pkt.pts = 145, qpkt.bs->TimeStamp = 261000, avctx->time_base = (1, 50)
1042[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2563
1043[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1044[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1045[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38914, current: 37120; changing to 38915. This may result in incorrect timestamps in the output file.
1046[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 146, qpkt.bs->DecodeTimeStamp = 262800, qpkt.pkt.pts = 147, qpkt.bs->TimeStamp = 264600, avctx->time_base = (1, 50)
1047[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1048[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2499
1049[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1050[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1051[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38915, current: 37632; changing to 38916. This may result in incorrect timestamps in the output file.
1052[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 147, qpkt.bs->DecodeTimeStamp = 264600, qpkt.pkt.pts = 150, qpkt.bs->TimeStamp = 270000, avctx->time_base = (1, 50)
1053[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1054[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4755
1055[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38916, current: 38400; changing to 38917. This may result in incorrect timestamps in the output file.
1056[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 148, qpkt.bs->DecodeTimeStamp = 266400, qpkt.pkt.pts = 149, qpkt.bs->TimeStamp = 268200, avctx->time_base = (1, 50)
1057[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2946
1058[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1059[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1060[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38917, current: 38144; changing to 38918. This may result in incorrect timestamps in the output file.
1061[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 149, qpkt.bs->DecodeTimeStamp = 268200, qpkt.pkt.pts = 151, qpkt.bs->TimeStamp = 271800, avctx->time_base = (1, 50)
1062[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1063[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3474
1064[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1065[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1066[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 38918, current: 38656; changing to 38919. This may result in incorrect timestamps in the output file.
1067[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 150, qpkt.bs->DecodeTimeStamp = 270000, qpkt.pkt.pts = 160, qpkt.bs->TimeStamp = 288000, avctx->time_base = (1, 50)
1068[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1069[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 57980
1070[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 151, qpkt.bs->DecodeTimeStamp = 271800, qpkt.pkt.pts = 156, qpkt.bs->TimeStamp = 280800, avctx->time_base = (1, 50)
1071[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11032
1072[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40960, current: 39936; changing to 40961. This may result in incorrect timestamps in the output file.
1073[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 152, qpkt.bs->DecodeTimeStamp = 273600, qpkt.pkt.pts = 154, qpkt.bs->TimeStamp = 277200, avctx->time_base = (1, 50)
1074[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4260
1075[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40961, current: 39424; changing to 40962. This may result in incorrect timestamps in the output file.
1076[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 153, qpkt.bs->DecodeTimeStamp = 275400, qpkt.pkt.pts = 153, qpkt.bs->TimeStamp = 275400, avctx->time_base = (1, 50)
1077[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5167
1078[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1079[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1080[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40962, current: 39168; changing to 40963. This may result in incorrect timestamps in the output file.
1081[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 154, qpkt.bs->DecodeTimeStamp = 277200, qpkt.pkt.pts = 155, qpkt.bs->TimeStamp = 279000, avctx->time_base = (1, 50)
1082[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1083[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4942
1084[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1085[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1086[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40963, current: 39680; changing to 40964. This may result in incorrect timestamps in the output file.
1087[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 155, qpkt.bs->DecodeTimeStamp = 279000, qpkt.pkt.pts = 158, qpkt.bs->TimeStamp = 284400, avctx->time_base = (1, 50)
1088[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1089[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5072
1090[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40964, current: 40448; changing to 40965. This may result in incorrect timestamps in the output file.
1091[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 156, qpkt.bs->DecodeTimeStamp = 280800, qpkt.pkt.pts = 157, qpkt.bs->TimeStamp = 282600, avctx->time_base = (1, 50)
1092[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6372
1093[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1094[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1095[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40965, current: 40192; changing to 40966. This may result in incorrect timestamps in the output file.
1096[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 157, qpkt.bs->DecodeTimeStamp = 282600, qpkt.pkt.pts = 159, qpkt.bs->TimeStamp = 286200, avctx->time_base = (1, 50)
1097[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1098[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6210
1099[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1100[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1101[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 40966, current: 40704; changing to 40967. This may result in incorrect timestamps in the output file.
1102[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 158, qpkt.bs->DecodeTimeStamp = 284400, qpkt.pkt.pts = 168, qpkt.bs->TimeStamp = 302400, avctx->time_base = (1, 50)
1103[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1104[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 51214
1105[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 159, qpkt.bs->DecodeTimeStamp = 286200, qpkt.pkt.pts = 164, qpkt.bs->TimeStamp = 295200, avctx->time_base = (1, 50)
1106[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10814
1107[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43008, current: 41984; changing to 43009. This may result in incorrect timestamps in the output file.
1108[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 160, qpkt.bs->DecodeTimeStamp = 288000, qpkt.pkt.pts = 162, qpkt.bs->TimeStamp = 291600, avctx->time_base = (1, 50)
1109[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4835
1110[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43009, current: 41472; changing to 43010. This may result in incorrect timestamps in the output file.
1111[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 161, qpkt.bs->DecodeTimeStamp = 289800, qpkt.pkt.pts = 161, qpkt.bs->TimeStamp = 289800, avctx->time_base = (1, 50)
1112[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5455
1113[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1114[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1115[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43010, current: 41216; changing to 43011. This may result in incorrect timestamps in the output file.
1116[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 162, qpkt.bs->DecodeTimeStamp = 291600, qpkt.pkt.pts = 163, qpkt.bs->TimeStamp = 293400, avctx->time_base = (1, 50)
1117[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1118[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4947
1119[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1120[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1121[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43011, current: 41728; changing to 43012. This may result in incorrect timestamps in the output file.
1122[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 163, qpkt.bs->DecodeTimeStamp = 293400, qpkt.pkt.pts = 166, qpkt.bs->TimeStamp = 298800, avctx->time_base = (1, 50)
1123[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1124[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4533
1125[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43012, current: 42496; changing to 43013. This may result in incorrect timestamps in the output file.
1126[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 164, qpkt.bs->DecodeTimeStamp = 295200, qpkt.pkt.pts = 165, qpkt.bs->TimeStamp = 297000, avctx->time_base = (1, 50)
1127[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5285
1128[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1129[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1130[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43013, current: 42240; changing to 43014. This may result in incorrect timestamps in the output file.
1131[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 165, qpkt.bs->DecodeTimeStamp = 297000, qpkt.pkt.pts = 167, qpkt.bs->TimeStamp = 300600, avctx->time_base = (1, 50)
1132[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1133[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5845
1134[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1135[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1136[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 43014, current: 42752; changing to 43015. This may result in incorrect timestamps in the output file.
1137[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 166, qpkt.bs->DecodeTimeStamp = 298800, qpkt.pkt.pts = 176, qpkt.bs->TimeStamp = 316800, avctx->time_base = (1, 50)
1138[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1139[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 49650
1140[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 167, qpkt.bs->DecodeTimeStamp = 300600, qpkt.pkt.pts = 172, qpkt.bs->TimeStamp = 309600, avctx->time_base = (1, 50)
1141[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11558
1142[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45056, current: 44032; changing to 45057. This may result in incorrect timestamps in the output file.
1143[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 168, qpkt.bs->DecodeTimeStamp = 302400, qpkt.pkt.pts = 170, qpkt.bs->TimeStamp = 306000, avctx->time_base = (1, 50)
1144[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5097
1145[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45057, current: 43520; changing to 45058. This may result in incorrect timestamps in the output file.
1146[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 169, qpkt.bs->DecodeTimeStamp = 304200, qpkt.pkt.pts = 169, qpkt.bs->TimeStamp = 304200, avctx->time_base = (1, 50)
1147[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5891
1148[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1149[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1150[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45058, current: 43264; changing to 45059. This may result in incorrect timestamps in the output file.
1151[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 170, qpkt.bs->DecodeTimeStamp = 306000, qpkt.pkt.pts = 171, qpkt.bs->TimeStamp = 307800, avctx->time_base = (1, 50)
1152[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1153[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4994
1154[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1155[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1156[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45059, current: 43776; changing to 45060. This may result in incorrect timestamps in the output file.
1157[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 171, qpkt.bs->DecodeTimeStamp = 307800, qpkt.pkt.pts = 174, qpkt.bs->TimeStamp = 313200, avctx->time_base = (1, 50)
1158[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1159[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5562
1160[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45060, current: 44544; changing to 45061. This may result in incorrect timestamps in the output file.
1161[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 172, qpkt.bs->DecodeTimeStamp = 309600, qpkt.pkt.pts = 173, qpkt.bs->TimeStamp = 311400, avctx->time_base = (1, 50)
1162[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5330
1163[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1164[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1165[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45061, current: 44288; changing to 45062. This may result in incorrect timestamps in the output file.
1166[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 173, qpkt.bs->DecodeTimeStamp = 311400, qpkt.pkt.pts = 175, qpkt.bs->TimeStamp = 315000, avctx->time_base = (1, 50)
1167[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1168[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5132
1169[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1170[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1171[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 45062, current: 44800; changing to 45063. This may result in incorrect timestamps in the output file.
1172[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 174, qpkt.bs->DecodeTimeStamp = 313200, qpkt.pkt.pts = 184, qpkt.bs->TimeStamp = 331200, avctx->time_base = (1, 50)
1173[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1174[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 44395
1175[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 175, qpkt.bs->DecodeTimeStamp = 315000, qpkt.pkt.pts = 180, qpkt.bs->TimeStamp = 324000, avctx->time_base = (1, 50)
1176[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10430
1177[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47104, current: 46080; changing to 47105. This may result in incorrect timestamps in the output file.
1178[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 176, qpkt.bs->DecodeTimeStamp = 316800, qpkt.pkt.pts = 178, qpkt.bs->TimeStamp = 320400, avctx->time_base = (1, 50)
1179[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4986
1180[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47105, current: 45568; changing to 47106. This may result in incorrect timestamps in the output file.
1181[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 177, qpkt.bs->DecodeTimeStamp = 318600, qpkt.pkt.pts = 177, qpkt.bs->TimeStamp = 318600, avctx->time_base = (1, 50)
1182[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4726
1183[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1184[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1185[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47106, current: 45312; changing to 47107. This may result in incorrect timestamps in the output file.
1186[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 178, qpkt.bs->DecodeTimeStamp = 320400, qpkt.pkt.pts = 179, qpkt.bs->TimeStamp = 322200, avctx->time_base = (1, 50)
1187[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1188[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4858
1189[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1190[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1191[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47107, current: 45824; changing to 47108. This may result in incorrect timestamps in the output file.
1192[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 179, qpkt.bs->DecodeTimeStamp = 322200, qpkt.pkt.pts = 182, qpkt.bs->TimeStamp = 327600, avctx->time_base = (1, 50)
1193[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1194[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4698
1195[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47108, current: 46592; changing to 47109. This may result in incorrect timestamps in the output file.
1196[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 180, qpkt.bs->DecodeTimeStamp = 324000, qpkt.pkt.pts = 181, qpkt.bs->TimeStamp = 325800, avctx->time_base = (1, 50)
1197[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6013
1198[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1199[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1200[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47109, current: 46336; changing to 47110. This may result in incorrect timestamps in the output file.
1201[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 181, qpkt.bs->DecodeTimeStamp = 325800, qpkt.pkt.pts = 183, qpkt.bs->TimeStamp = 329400, avctx->time_base = (1, 50)
1202[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1203[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6090
1204[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1205[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1206[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 47110, current: 46848; changing to 47111. This may result in incorrect timestamps in the output file.
1207[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 182, qpkt.bs->DecodeTimeStamp = 327600, qpkt.pkt.pts = 192, qpkt.bs->TimeStamp = 345600, avctx->time_base = (1, 50)
1208[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1209[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 55300
1210[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 183, qpkt.bs->DecodeTimeStamp = 329400, qpkt.pkt.pts = 188, qpkt.bs->TimeStamp = 338400, avctx->time_base = (1, 50)
1211[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8519
1212[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49152, current: 48128; changing to 49153. This may result in incorrect timestamps in the output file.
1213[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 184, qpkt.bs->DecodeTimeStamp = 331200, qpkt.pkt.pts = 186, qpkt.bs->TimeStamp = 334800, avctx->time_base = (1, 50)
1214[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4694
1215[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49153, current: 47616; changing to 49154. This may result in incorrect timestamps in the output file.
1216[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 185, qpkt.bs->DecodeTimeStamp = 333000, qpkt.pkt.pts = 185, qpkt.bs->TimeStamp = 333000, avctx->time_base = (1, 50)
1217[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7012
1218[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1219[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1220[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49154, current: 47360; changing to 49155. This may result in incorrect timestamps in the output file.
1221[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 186, qpkt.bs->DecodeTimeStamp = 334800, qpkt.pkt.pts = 187, qpkt.bs->TimeStamp = 336600, avctx->time_base = (1, 50)
1222[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1223[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6474
1224[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1225[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1226[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49155, current: 47872; changing to 49156. This may result in incorrect timestamps in the output file.
1227[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 187, qpkt.bs->DecodeTimeStamp = 336600, qpkt.pkt.pts = 190, qpkt.bs->TimeStamp = 342000, avctx->time_base = (1, 50)
1228[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1229[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4685
1230[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49156, current: 48640; changing to 49157. This may result in incorrect timestamps in the output file.
1231[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 188, qpkt.bs->DecodeTimeStamp = 338400, qpkt.pkt.pts = 189, qpkt.bs->TimeStamp = 340200, avctx->time_base = (1, 50)
1232[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6583
1233[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1234[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1235[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49157, current: 48384; changing to 49158. This may result in incorrect timestamps in the output file.
1236[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 189, qpkt.bs->DecodeTimeStamp = 340200, qpkt.pkt.pts = 191, qpkt.bs->TimeStamp = 343800, avctx->time_base = (1, 50)
1237[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1238[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5995
1239[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1240[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1241[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 49158, current: 48896; changing to 49159. This may result in incorrect timestamps in the output file.
1242[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 190, qpkt.bs->DecodeTimeStamp = 342000, qpkt.pkt.pts = 200, qpkt.bs->TimeStamp = 360000, avctx->time_base = (1, 50)
1243[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1244[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38808
1245[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 191, qpkt.bs->DecodeTimeStamp = 343800, qpkt.pkt.pts = 196, qpkt.bs->TimeStamp = 352800, avctx->time_base = (1, 50)
1246[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8150
1247[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51200, current: 50176; changing to 51201. This may result in incorrect timestamps in the output file.
1248[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 192, qpkt.bs->DecodeTimeStamp = 345600, qpkt.pkt.pts = 194, qpkt.bs->TimeStamp = 349200, avctx->time_base = (1, 50)
1249[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4214
1250[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51201, current: 49664; changing to 51202. This may result in incorrect timestamps in the output file.
1251[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 193, qpkt.bs->DecodeTimeStamp = 347400, qpkt.pkt.pts = 193, qpkt.bs->TimeStamp = 347400, avctx->time_base = (1, 50)
1252[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3508
1253[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1254[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1255[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51202, current: 49408; changing to 51203. This may result in incorrect timestamps in the output file.
1256[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 194, qpkt.bs->DecodeTimeStamp = 349200, qpkt.pkt.pts = 195, qpkt.bs->TimeStamp = 351000, avctx->time_base = (1, 50)
1257[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1258[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3091
1259[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1260[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1261[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51203, current: 49920; changing to 51204. This may result in incorrect timestamps in the output file.
1262[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 195, qpkt.bs->DecodeTimeStamp = 351000, qpkt.pkt.pts = 198, qpkt.bs->TimeStamp = 356400, avctx->time_base = (1, 50)
1263[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1264[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3868
1265[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51204, current: 50688; changing to 51205. This may result in incorrect timestamps in the output file.
1266[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 196, qpkt.bs->DecodeTimeStamp = 352800, qpkt.pkt.pts = 197, qpkt.bs->TimeStamp = 354600, avctx->time_base = (1, 50)
1267[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3623
1268[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1269[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1270[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51205, current: 50432; changing to 51206. This may result in incorrect timestamps in the output file.
1271[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 197, qpkt.bs->DecodeTimeStamp = 354600, qpkt.pkt.pts = 199, qpkt.bs->TimeStamp = 358200, avctx->time_base = (1, 50)
1272[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1273[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3706
1274[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1275[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1276[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 51206, current: 50944; changing to 51207. This may result in incorrect timestamps in the output file.
1277[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 198, qpkt.bs->DecodeTimeStamp = 356400, qpkt.pkt.pts = 208, qpkt.bs->TimeStamp = 374400, avctx->time_base = (1, 50)
1278[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1279[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 24069
1280[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 199, qpkt.bs->DecodeTimeStamp = 358200, qpkt.pkt.pts = 204, qpkt.bs->TimeStamp = 367200, avctx->time_base = (1, 50)
1281[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6346
1282[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53248, current: 52224; changing to 53249. This may result in incorrect timestamps in the output file.
1283[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 200, qpkt.bs->DecodeTimeStamp = 360000, qpkt.pkt.pts = 202, qpkt.bs->TimeStamp = 363600, avctx->time_base = (1, 50)
1284[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2622
1285[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53249, current: 51712; changing to 53250. This may result in incorrect timestamps in the output file.
1286[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 201, qpkt.bs->DecodeTimeStamp = 361800, qpkt.pkt.pts = 201, qpkt.bs->TimeStamp = 361800, avctx->time_base = (1, 50)
1287[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2858
1288[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1289[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1290[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53250, current: 51456; changing to 53251. This may result in incorrect timestamps in the output file.
1291[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 202, qpkt.bs->DecodeTimeStamp = 363600, qpkt.pkt.pts = 203, qpkt.bs->TimeStamp = 365400, avctx->time_base = (1, 50)
1292[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1293[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2750
1294[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1295[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1296[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53251, current: 51968; changing to 53252. This may result in incorrect timestamps in the output file.
1297[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 203, qpkt.bs->DecodeTimeStamp = 365400, qpkt.pkt.pts = 206, qpkt.bs->TimeStamp = 370800, avctx->time_base = (1, 50)
1298[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1299[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3510
1300[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53252, current: 52736; changing to 53253. This may result in incorrect timestamps in the output file.
1301[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 204, qpkt.bs->DecodeTimeStamp = 367200, qpkt.pkt.pts = 205, qpkt.bs->TimeStamp = 369000, avctx->time_base = (1, 50)
1302[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2976
1303[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1304[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1305[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53253, current: 52480; changing to 53254. This may result in incorrect timestamps in the output file.
1306[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 205, qpkt.bs->DecodeTimeStamp = 369000, qpkt.pkt.pts = 207, qpkt.bs->TimeStamp = 372600, avctx->time_base = (1, 50)
1307[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1308[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3128
1309[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1310[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1311[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 53254, current: 52992; qpkt.pkt.dts = 206, qpkt.bs->DecodeTimeStamp = 370800, qpkt.pkt.pts = 216, qpkt.bs->TimeStamp = 388800, avctx->time_base = (1, 50)
1312[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1313[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 37439
1314[mp4 @ 000001D2D95A0440] changing to 53255. This may result in incorrect timestamps in the output file.
1315[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 207, qpkt.bs->DecodeTimeStamp = 372600, qpkt.pkt.pts = 212, qpkt.bs->TimeStamp = 381600, avctx->time_base = (1, 50)
1316[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6918
1317[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55296, current: 54272; changing to 55297. This may result in incorrect timestamps in the output file.
1318[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 208, qpkt.bs->DecodeTimeStamp = 374400, qpkt.pkt.pts = 210, qpkt.bs->TimeStamp = 378000, avctx->time_base = (1, 50)
1319[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3452
1320[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55297, current: 53760; changing to 55298. This may result in incorrect timestamps in the output file.
1321[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 209, qpkt.bs->DecodeTimeStamp = 376200, qpkt.pkt.pts = 209, qpkt.bs->TimeStamp = 376200, avctx->time_base = (1, 50)
1322[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3365
1323[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1324[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1325[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55298, current: 53504; changing to 55299. This may result in incorrect timestamps in the output file.
1326[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 210, qpkt.bs->DecodeTimeStamp = 378000, qpkt.pkt.pts = 211, qpkt.bs->TimeStamp = 379800, avctx->time_base = (1, 50)
1327[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1328[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3211
1329[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1330[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1331[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55299, current: 54016; changing to 55300. This may result in incorrect timestamps in the output file.
1332[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 211, qpkt.bs->DecodeTimeStamp = 379800, qpkt.pkt.pts = 214, qpkt.bs->TimeStamp = 385200, avctx->time_base = (1, 50)
1333[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1334[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4700
1335[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55300, current: 54784; changing to 55301. This may result in incorrect timestamps in the output file.
1336[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 212, qpkt.bs->DecodeTimeStamp = 381600, qpkt.pkt.pts = 213, qpkt.bs->TimeStamp = 383400, avctx->time_base = (1, 50)
1337[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3178
1338[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1339[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1340[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55301, current: 54528; changing to 55302. This may result in incorrect timestamps in the output file.
1341[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 213, qpkt.bs->DecodeTimeStamp = 383400, qpkt.pkt.pts = 215, qpkt.bs->TimeStamp = 387000, avctx->time_base = (1, 50)
1342[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1343[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2930
1344[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1345[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1346[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 55302, current: 55040; changing to 55303. This may result in incorrect timestamps in the output file.
1347[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 214, qpkt.bs->DecodeTimeStamp = 385200, qpkt.pkt.pts = 224, qpkt.bs->TimeStamp = 403200, avctx->time_base = (1, 50)
1348[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1349[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 41958
1350[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 215, qpkt.bs->DecodeTimeStamp = 387000, qpkt.pkt.pts = 220, qpkt.bs->TimeStamp = 396000, avctx->time_base = (1, 50)
1351[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6544
1352[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57344, current: 56320; changing to 57345. This may result in incorrect timestamps in the output file.
1353[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 216, qpkt.bs->DecodeTimeStamp = 388800, qpkt.pkt.pts = 218, qpkt.bs->TimeStamp = 392400, avctx->time_base = (1, 50)
1354[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5254
1355[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57345, current: 55808; changing to 57346. This may result in incorrect timestamps in the output file.
1356[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 217, qpkt.bs->DecodeTimeStamp = 390600, qpkt.pkt.pts = 217, qpkt.bs->TimeStamp = 390600, avctx->time_base = (1, 50)
1357[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3109
1358[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1359[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1360[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57346, current: 55552; changing to 57347. This may result in incorrect timestamps in the output file.
1361[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 218, qpkt.bs->DecodeTimeStamp = 392400, qpkt.pkt.pts = 219, qpkt.bs->TimeStamp = 394200, avctx->time_base = (1, 50)
1362[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1363[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2726
1364[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1365[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1366[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57347, current: 56064; changing to 57348. This may result in incorrect timestamps in the output file.
1367[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 219, qpkt.bs->DecodeTimeStamp = 394200, qpkt.pkt.pts = 222, qpkt.bs->TimeStamp = 399600, avctx->time_base = (1, 50)
1368[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1369[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5335
1370[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57348, current: 56832; changing to 57349. This may result in incorrect timestamps in the output file.
1371[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 220, qpkt.bs->DecodeTimeStamp = 396000, qpkt.pkt.pts = 221, qpkt.bs->TimeStamp = 397800, avctx->time_base = (1, 50)
1372[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3005
1373[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1374[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1375[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57349, current: 56576; changing to 57350. This may result in incorrect timestamps in the output file.
1376[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 221, qpkt.bs->DecodeTimeStamp = 397800, qpkt.pkt.pts = 223, qpkt.bs->TimeStamp = 401400, avctx->time_base = (1, 50)
1377[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1378[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3490
1379[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1380[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1381[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 57350, current: 57088; changing to 57351. This may result in incorrect timestamps in the output file.
1382[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 222, qpkt.bs->DecodeTimeStamp = 399600, qpkt.pkt.pts = 232, qpkt.bs->TimeStamp = 417600, avctx->time_base = (1, 50)
1383[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1384[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 43559
1385[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 223, qpkt.bs->DecodeTimeStamp = 401400, qpkt.pkt.pts = 228, qpkt.bs->TimeStamp = 410400, avctx->time_base = (1, 50)
1386[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9360
1387[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59392, current: 58368; changing to 59393. This may result in incorrect timestamps in the output file.
1388[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 224, qpkt.bs->DecodeTimeStamp = 403200, qpkt.pkt.pts = 226, qpkt.bs->TimeStamp = 406800, avctx->time_base = (1, 50)
1389[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4241
1390[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59393, current: 57856; changing to 59394. This may result in incorrect timestamps in the output file.
1391[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 225, qpkt.bs->DecodeTimeStamp = 405000, qpkt.pkt.pts = 225, qpkt.bs->TimeStamp = 405000, avctx->time_base = (1, 50)
1392[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4158
1393[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1394[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1395[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59394, current: 57600; changing to 59395. This may result in incorrect timestamps in the output file.
1396[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 226, qpkt.bs->DecodeTimeStamp = 406800, qpkt.pkt.pts = 227, qpkt.bs->TimeStamp = 408600, avctx->time_base = (1, 50)
1397[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1398[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4067
1399[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1400[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1401[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59395, current: 58112; changing to 59396. This may result in incorrect timestamps in the output file.
1402[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 227, qpkt.bs->DecodeTimeStamp = 408600, qpkt.pkt.pts = 230, qpkt.bs->TimeStamp = 414000, avctx->time_base = (1, 50)
1403[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1404[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3633
1405[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59396, current: 58880; changing to 59397. This may result in incorrect timestamps in the output file.
1406[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 228, qpkt.bs->DecodeTimeStamp = 410400, qpkt.pkt.pts = 229, qpkt.bs->TimeStamp = 412200, avctx->time_base = (1, 50)
1407[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4690
1408[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1409[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1410[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59397, current: 58624; changing to 59398. This may result in incorrect timestamps in the output file.
1411[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 229, qpkt.bs->DecodeTimeStamp = 412200, qpkt.pkt.pts = 231, qpkt.bs->TimeStamp = 415800, avctx->time_base = (1, 50)
1412[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1413[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6361
1414[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1415[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1416[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 59398, current: 59136; changing to 59399. This may result in incorrect timestamps in the output file.
1417[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 230, qpkt.bs->DecodeTimeStamp = 414000, qpkt.pkt.pts = 240, qpkt.bs->TimeStamp = 432000, avctx->time_base = (1, 50)
1418[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1419[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 44623
1420[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 231, qpkt.bs->DecodeTimeStamp = 415800, qpkt.pkt.pts = 236, qpkt.bs->TimeStamp = 424800, avctx->time_base = (1, 50)
1421[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8585
1422[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61440, current: 60416; changing to 61441. This may result in incorrect timestamps in the output file.
1423[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 232, qpkt.bs->DecodeTimeStamp = 417600, qpkt.pkt.pts = 234, qpkt.bs->TimeStamp = 421200, avctx->time_base = (1, 50)
1424[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3672
1425[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61441, current: 59904; changing to 61442. This may result in incorrect timestamps in the output file.
1426[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 233, qpkt.bs->DecodeTimeStamp = 419400, qpkt.pkt.pts = 233, qpkt.bs->TimeStamp = 419400, avctx->time_base = (1, 50)
1427[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6693
1428[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1429[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1430[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61442, current: 59648; changing to 61443. This may result in incorrect timestamps in the output file.
1431[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 234, qpkt.bs->DecodeTimeStamp = 421200, qpkt.pkt.pts = 235, qpkt.bs->TimeStamp = 423000, avctx->time_base = (1, 50)
1432[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1433[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5398
1434[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1435[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1436[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61443, current: 60160; changing to 61444. This may result in incorrect timestamps in the output file.
1437[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 235, qpkt.bs->DecodeTimeStamp = 423000, qpkt.pkt.pts = 238, qpkt.bs->TimeStamp = 428400, avctx->time_base = (1, 50)
1438[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1439[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6489
1440[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61444, current: 60928; changing to 61445. This may result in incorrect timestamps in the output file.
1441[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 236, qpkt.bs->DecodeTimeStamp = 424800, qpkt.pkt.pts = 237, qpkt.bs->TimeStamp = 426600, avctx->time_base = (1, 50)
1442[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4815
1443[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1444[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1445[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61445, current: 60672; changing to 61446. This may result in incorrect timestamps in the output file.
1446[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 237, qpkt.bs->DecodeTimeStamp = 426600, qpkt.pkt.pts = 239, qpkt.bs->TimeStamp = 430200, avctx->time_base = (1, 50)
1447[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1448[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3655
1449[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1450[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1451[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 61446, current: 61184; changing to 61447. This may result in incorrect timestamps in the output file.
1452[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 238, qpkt.bs->DecodeTimeStamp = 428400, qpkt.pkt.pts = 247, qpkt.bs->TimeStamp = 444600, avctx->time_base = (1, 50)
1453[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1454[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 36897
1455[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 239, qpkt.bs->DecodeTimeStamp = 430200, qpkt.pkt.pts = 244, qpkt.bs->TimeStamp = 439200, avctx->time_base = (1, 50)
1456[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9789
1457[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63232, current: 62464; changing to 63233. This may result in incorrect timestamps in the output file.
1458[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 240, qpkt.bs->DecodeTimeStamp = 432000, qpkt.pkt.pts = 242, qpkt.bs->TimeStamp = 435600, avctx->time_base = (1, 50)
1459[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6101
1460[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63233, current: 61952; changing to 63234. This may result in incorrect timestamps in the output file.
1461[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 241, qpkt.bs->DecodeTimeStamp = 433800, qpkt.pkt.pts = 241, qpkt.bs->TimeStamp = 433800, avctx->time_base = (1, 50)
1462[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3506
1463[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1464[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1465[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63234, current: 61696; changing to 63235. This may result in incorrect timestamps in the output file.
1466[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 242, qpkt.bs->DecodeTimeStamp = 435600, qpkt.pkt.pts = 243, qpkt.bs->TimeStamp = 437400, avctx->time_base = (1, 50)
1467[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1468[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3189
1469[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1470[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1471[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63235, current: 62208; changing to 63236. This may result in incorrect timestamps in the output file.
1472[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 243, qpkt.bs->DecodeTimeStamp = 437400, qpkt.pkt.pts = 246, qpkt.bs->TimeStamp = 442800, avctx->time_base = (1, 50)
1473[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1474[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4949
1475[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63236, current: 62976; changing to 63237. This may result in incorrect timestamps in the output file.
1476[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 244, qpkt.bs->DecodeTimeStamp = 439200, qpkt.pkt.pts = 245, qpkt.bs->TimeStamp = 441000, avctx->time_base = (1, 50)
1477[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3214
1478[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1479[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1480[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1481[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1482[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 63237, current: 62720; changing to 63238. This may result in incorrect timestamps in the output file.
1483[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 245, qpkt.bs->DecodeTimeStamp = 441000, qpkt.pkt.pts = 248, qpkt.bs->TimeStamp = 446400, avctx->time_base = (1, 50)
1484[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1485[extract_extradata @ 000001D2D97B6300] obu_type: 1, temporal_id: 0, spatial_id: 0, payload size: 13
1486[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 87907
1487[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 246, qpkt.bs->DecodeTimeStamp = 442800, qpkt.pkt.pts = 256, qpkt.bs->TimeStamp = 460800, avctx->time_base = (1, 50)
1488[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1489[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 35599
1490[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 247, qpkt.bs->DecodeTimeStamp = 444600, qpkt.pkt.pts = 252, qpkt.bs->TimeStamp = 453600, avctx->time_base = (1, 50)
1491[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9622
1492[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65536, current: 64512; changing to 65537. This may result in incorrect timestamps in the output file.
1493[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 248, qpkt.bs->DecodeTimeStamp = 446400, qpkt.pkt.pts = 250, qpkt.bs->TimeStamp = 450000, avctx->time_base = (1, 50)
1494[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3871
1495[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65537, current: 64000; changing to 65538. This may result in incorrect timestamps in the output file.
1496[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 249, qpkt.bs->DecodeTimeStamp = 448200, qpkt.pkt.pts = 249, qpkt.bs->TimeStamp = 448200, avctx->time_base = (1, 50)
1497[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2584
1498[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1499[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1500[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65538, current: 63744; changing to 65539. This may result in incorrect timestamps in the output file.
1501[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 250, qpkt.bs->DecodeTimeStamp = 450000, qpkt.pkt.pts = 251, qpkt.bs->TimeStamp = 451800, avctx->time_base = (1, 50)
1502[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1503[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2389
1504[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1505[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1506[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65539, current: 64256; changing to 65540. This may result in incorrect timestamps in the output file.
1507[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 251, qpkt.bs->DecodeTimeStamp = 451800, qpkt.pkt.pts = 254, qpkt.bs->TimeStamp = 457200, avctx->time_base = (1, 50)
1508[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1509[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3563
1510[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65540, current: 65024; changing to 65541. This may result in incorrect timestamps in the output file.
1511[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 252, qpkt.bs->DecodeTimeStamp = 453600, qpkt.pkt.pts = 253, qpkt.bs->TimeStamp = 455400, avctx->time_base = (1, 50)
1512[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2531
1513[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1514[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1515[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65541, current: 64768; changing to 65542. This may result in incorrect timestamps in the output file.
1516[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 253, qpkt.bs->DecodeTimeStamp = 455400, qpkt.pkt.pts = 255, qpkt.bs->TimeStamp = 459000, avctx->time_base = (1, 50)
1517[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1518[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2416
1519[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1520[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1521[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 65542, current: 65280; changing to 65543. This may result in incorrect timestamps in the output file.
1522[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 254, qpkt.bs->DecodeTimeStamp = 457200, qpkt.pkt.pts = 264, qpkt.bs->TimeStamp = 475200, avctx->time_base = (1, 50)
1523[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1524[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 37860
1525[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 255, qpkt.bs->DecodeTimeStamp = 459000, qpkt.pkt.pts = 260, qpkt.bs->TimeStamp = 468000, avctx->time_base = (1, 50)
1526[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9262
1527[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67584, current: 66560; changing to 67585. This may result in incorrect timestamps in the output file.
1528[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 256, qpkt.bs->DecodeTimeStamp = 460800, qpkt.pkt.pts = 258, qpkt.bs->TimeStamp = 464400, avctx->time_base = (1, 50)
1529[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3663
1530[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67585, current: 66048; changing to 67586. This may result in incorrect timestamps in the output file.
1531[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 257, qpkt.bs->DecodeTimeStamp = 462600, qpkt.pkt.pts = 257, qpkt.bs->TimeStamp = 462600, avctx->time_base = (1, 50)
1532[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2015
1533[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1534[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1535[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67586, current: 65792; changing to 67587. This may result in incorrect timestamps in the output file.
1536[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 258, qpkt.bs->DecodeTimeStamp = 464400, qpkt.pkt.pts = 259, qpkt.bs->TimeStamp = 466200, avctx->time_base = (1, 50)
1537[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1538[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2543
1539[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1540[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1541[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67587, current: 66304; changing to 67588. This may result in incorrect timestamps in the output file.
1542[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 259, qpkt.bs->DecodeTimeStamp = 466200, qpkt.pkt.pts = 262, qpkt.bs->TimeStamp = 471600, avctx->time_base = (1, 50)
1543[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1544[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5448
1545[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67588, current: 67072; changing to 67589. This may result in incorrect timestamps in the output file.
1546[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 260, qpkt.bs->DecodeTimeStamp = 468000, qpkt.pkt.pts = 261, qpkt.bs->TimeStamp = 469800, avctx->time_base = (1, 50)
1547[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3227
1548[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1549[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1550[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67589, current: 66816; changing to 67590. This may result in incorrect timestamps in the output file.
1551[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 261, qpkt.bs->DecodeTimeStamp = 469800, qpkt.pkt.pts = 263, qpkt.bs->TimeStamp = 473400, avctx->time_base = (1, 50)
1552[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1553[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2965
1554[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1555[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1556[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 67590, current: 67328; changing to 67591. This may result in incorrect timestamps in the output file.
1557[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 262, qpkt.bs->DecodeTimeStamp = 471600, qpkt.pkt.pts = 272, qpkt.bs->TimeStamp = 489600, avctx->time_base = (1, 50)
1558[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1559[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 32284
1560[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 263, qpkt.bs->DecodeTimeStamp = 473400, qpkt.pkt.pts = 268, qpkt.bs->TimeStamp = 482400, avctx->time_base = (1, 50)
1561[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4689
1562[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69632, current: 68608; changing to 69633. This may result in incorrect timestamps in the output file.
1563[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 264, qpkt.bs->DecodeTimeStamp = 475200, qpkt.pkt.pts = 266, qpkt.bs->TimeStamp = 478800, avctx->time_base = (1, 50)
1564[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5821
1565[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69633, current: 68096; changing to 69634. This may result in incorrect timestamps in the output file.
1566[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 265, qpkt.bs->DecodeTimeStamp = 477000, qpkt.pkt.pts = 265, qpkt.bs->TimeStamp = 477000, avctx->time_base = (1, 50)
1567[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2703
1568[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1569[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1570[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69634, current: 67840; changing to 69635. This may result in incorrect timestamps in the output file.
1571[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 266, qpkt.bs->DecodeTimeStamp = 478800, qpkt.pkt.pts = 267, qpkt.bs->TimeStamp = 480600, avctx->time_base = (1, 50)
1572[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1573[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2507
1574[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1575[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1576[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69635, current: 68352; changing to 69636. This may result in incorrect timestamps in the output file.
1577[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 267, qpkt.bs->DecodeTimeStamp = 480600, qpkt.pkt.pts = 270, qpkt.bs->TimeStamp = 486000, avctx->time_base = (1, 50)
1578[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1579[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6614
1580[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69636, current: 69120; changing to 69637. This may result in incorrect timestamps in the output file.
1581[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 268, qpkt.bs->DecodeTimeStamp = 482400, qpkt.pkt.pts = 269, qpkt.bs->TimeStamp = 484200, avctx->time_base = (1, 50)
1582[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2794
1583[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1584[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1585[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69637, current: 68864; changing to 69638. This may result in incorrect timestamps in the output file.
1586[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 269, qpkt.bs->DecodeTimeStamp = 484200, qpkt.pkt.pts = 271, qpkt.bs->TimeStamp = 487800, avctx->time_base = (1, 50)
1587[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1588[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2996
1589[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1590[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1591[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 69638, current: 69376; changing to 69639. This may result in incorrect timestamps in the output file.
1592[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 270, qpkt.bs->DecodeTimeStamp = 486000, qpkt.pkt.pts = 280, qpkt.bs->TimeStamp = 504000, avctx->time_base = (1, 50)
1593[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1594[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 47927
1595[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 271, qpkt.bs->DecodeTimeStamp = 487800, qpkt.pkt.pts = 276, qpkt.bs->TimeStamp = 496800, avctx->time_base = (1, 50)
1596[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10595
1597[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71680, current: 70656; changing to 71681. This may result in incorrect timestamps in the output file.
1598[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 272, qpkt.bs->DecodeTimeStamp = 489600, qpkt.pkt.pts = 274, qpkt.bs->TimeStamp = 493200, avctx->time_base = (1, 50)
1599[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5949
1600[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71681, current: 70144; changing to 71682. This may result in incorrect timestamps in the output file.
1601[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 273, qpkt.bs->DecodeTimeStamp = 491400, qpkt.pkt.pts = 273, qpkt.bs->TimeStamp = 491400, avctx->time_base = (1, 50)
1602[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3631
1603[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1604[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1605[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71682, current: 69888; changing to 71683. This may result in incorrect timestamps in the output file.
1606[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 274, qpkt.bs->DecodeTimeStamp = 493200, qpkt.pkt.pts = 275, qpkt.bs->TimeStamp = 495000, avctx->time_base = (1, 50)
1607[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1608[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4558
1609[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1610[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1611[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71683, current: 70400; changing to 71684. This may result in incorrect timestamps in the output file.
1612[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 275, qpkt.bs->DecodeTimeStamp = 495000, qpkt.pkt.pts = 278, qpkt.bs->TimeStamp = 500400, avctx->time_base = (1, 50)
1613[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1614[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3616
1615[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71684, current: 71168; changing to 71685. This may result in incorrect timestamps in the output file.
1616[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 276, qpkt.bs->DecodeTimeStamp = 496800, qpkt.pkt.pts = 277, qpkt.bs->TimeStamp = 498600, avctx->time_base = (1, 50)
1617[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5768
1618[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1619[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1620[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71685, current: 70912; changing to 71686. This may result in incorrect timestamps in the output file.
1621[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 277, qpkt.bs->DecodeTimeStamp = 498600, qpkt.pkt.pts = 279, qpkt.bs->TimeStamp = 502200, avctx->time_base = (1, 50)
1622[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1623[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6984
1624[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1625[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1626[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 71686, current: 71424; changing to 71687. This may result in incorrect timestamps in the output file.
1627[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 278, qpkt.bs->DecodeTimeStamp = 500400, qpkt.pkt.pts = 288, qpkt.bs->TimeStamp = 518400, avctx->time_base = (1, 50)
1628[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1629[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 44508
1630[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 279, qpkt.bs->DecodeTimeStamp = 502200, qpkt.pkt.pts = 284, qpkt.bs->TimeStamp = 511200, avctx->time_base = (1, 50)
1631[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5745
1632[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73728, current: 72704; changing to 73729. This may result in incorrect timestamps in the output file.
1633[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 280, qpkt.bs->DecodeTimeStamp = 504000, qpkt.pkt.pts = 282, qpkt.bs->TimeStamp = 507600, avctx->time_base = (1, 50)
1634[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2989
1635[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73729, current: 72192; changing to 73730. This may result in incorrect timestamps in the output file.
1636[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 281, qpkt.bs->DecodeTimeStamp = 505800, qpkt.pkt.pts = 281, qpkt.bs->TimeStamp = 505800, avctx->time_base = (1, 50)
1637[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6252
1638[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1639[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1640[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73730, current: 71936; changing to 73731. This may result in incorrect timestamps in the output file.
1641[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 282, qpkt.bs->DecodeTimeStamp = 507600, qpkt.pkt.pts = 283, qpkt.bs->TimeStamp = 509400, avctx->time_base = (1, 50)
1642[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1643[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5322
1644[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1645[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1646[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73731, current: 72448; changing to 73732. This may result in incorrect timestamps in the output file.
1647[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 283, qpkt.bs->DecodeTimeStamp = 509400, qpkt.pkt.pts = 286, qpkt.bs->TimeStamp = 514800, avctx->time_base = (1, 50)
1648[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1649[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2338
1650[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73732, current: 73216; changing to 73733. This may result in incorrect timestamps in the output file.
1651[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 284, qpkt.bs->DecodeTimeStamp = 511200, qpkt.pkt.pts = 285, qpkt.bs->TimeStamp = 513000, avctx->time_base = (1, 50)
1652[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6648
1653[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1654[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1655[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73733, current: 72960; changing to 73734. This may result in incorrect timestamps in the output file.
1656[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 285, qpkt.bs->DecodeTimeStamp = 513000, qpkt.pkt.pts = 287, qpkt.bs->TimeStamp = 516600, avctx->time_base = (1, 50)
1657[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1658[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6508
1659[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1660[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1661[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 73734, current: 73472; changing to 73735. This may result in incorrect timestamps in the output file.
1662[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 286, qpkt.bs->DecodeTimeStamp = 514800, qpkt.pkt.pts = 296, qpkt.bs->TimeStamp = 532800, avctx->time_base = (1, 50)
1663[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1664[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 41649
1665[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 287, qpkt.bs->DecodeTimeStamp = 516600, qpkt.pkt.pts = 292, qpkt.bs->TimeStamp = 525600, avctx->time_base = (1, 50)
1666[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6009
1667[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75776, current: 74752; changing to 75777. This may result in incorrect timestamps in the output file.
1668[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 288, qpkt.bs->DecodeTimeStamp = 518400, qpkt.pkt.pts = 290, qpkt.bs->TimeStamp = 522000, avctx->time_base = (1, 50)
1669[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2679
1670[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75777, current: 74240; changing to 75778. This may result in incorrect timestamps in the output file.
1671[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 289, qpkt.bs->DecodeTimeStamp = 520200, qpkt.pkt.pts = 289, qpkt.bs->TimeStamp = 520200, avctx->time_base = (1, 50)
1672[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6633
1673[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1674[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1675[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75778, current: 73984; changing to 75779. This may result in incorrect timestamps in the output file.
1676[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 290, qpkt.bs->DecodeTimeStamp = 522000, qpkt.pkt.pts = 291, qpkt.bs->TimeStamp = 523800, avctx->time_base = (1, 50)
1677[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1678[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6472
1679[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1680[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1681[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75779, current: 74496; changing to 75780. This may result in incorrect timestamps in the output file.
1682[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 291, qpkt.bs->DecodeTimeStamp = 523800, qpkt.pkt.pts = 294, qpkt.bs->TimeStamp = 529200, avctx->time_base = (1, 50)
1683[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1684[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2979
1685[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75780, current: 75264; changing to 75781. This may result in incorrect timestamps in the output file.
1686[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 292, qpkt.bs->DecodeTimeStamp = 525600, qpkt.pkt.pts = 293, qpkt.bs->TimeStamp = 527400, avctx->time_base = (1, 50)
1687[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6265
1688[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1689[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1690[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75781, current: 75008; changing to 75782. This may result in incorrect timestamps in the output file.
1691[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 293, qpkt.bs->DecodeTimeStamp = 527400, qpkt.pkt.pts = 295, qpkt.bs->TimeStamp = 531000, avctx->time_base = (1, 50)
1692[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1693[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6472
1694[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1695[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1696[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 75782, current: 75520; changing to 75783. This may result in incorrect timestamps in the output file.
1697[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 294, qpkt.bs->DecodeTimeStamp = 529200, qpkt.pkt.pts = 304, qpkt.bs->TimeStamp = 547200, avctx->time_base = (1, 50)
1698[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1699[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 34797
1700[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 295, qpkt.bs->DecodeTimeStamp = 531000, qpkt.pkt.pts = 300, qpkt.bs->TimeStamp = 540000, avctx->time_base = (1, 50)
1701[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5112
1702[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77824, current: 76800; changing to 77825. This may result in incorrect timestamps in the output file.
1703[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 296, qpkt.bs->DecodeTimeStamp = 532800, qpkt.pkt.pts = 298, qpkt.bs->TimeStamp = 536400, avctx->time_base = (1, 50)
1704[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2592
1705[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77825, current: 76288; changing to 77826. This may result in incorrect timestamps in the output file.
1706[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 297, qpkt.bs->DecodeTimeStamp = 534600, qpkt.pkt.pts = 297, qpkt.bs->TimeStamp = 534600, avctx->time_base = (1, 50)
1707[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7097
1708[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1709[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1710[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77826, current: 76032; changing to 77827. This may result in incorrect timestamps in the output file.
1711[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 298, qpkt.bs->DecodeTimeStamp = 536400, qpkt.pkt.pts = 299, qpkt.bs->TimeStamp = 538200, avctx->time_base = (1, 50)
1712[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1713[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7153
1714[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1715[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1716[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77827, current: 76544; changing to 77828. This may result in incorrect timestamps in the output file.
1717[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 299, qpkt.bs->DecodeTimeStamp = 538200, qpkt.pkt.pts = 302, qpkt.bs->TimeStamp = 543600, avctx->time_base = (1, 50)
1718[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1719[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2845
1720[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77828, current: 77312; changing to 77829. This may result in incorrect timestamps in the output file.
1721[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 300, qpkt.bs->DecodeTimeStamp = 540000, qpkt.pkt.pts = 301, qpkt.bs->TimeStamp = 541800, avctx->time_base = (1, 50)
1722[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7673
1723[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1724[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1725[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77829, current: 77056; changing to 77830. This may result in incorrect timestamps in the output file.
1726[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 301, qpkt.bs->DecodeTimeStamp = 541800, qpkt.pkt.pts = 303, qpkt.bs->TimeStamp = 545400, avctx->time_base = (1, 50)
1727[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1728[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8132
1729[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1730[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1731[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 77830, current: 77568; changing to 77831. This may result in incorrect timestamps in the output file.
1732[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 302, qpkt.bs->DecodeTimeStamp = 543600, qpkt.pkt.pts = 312, qpkt.bs->TimeStamp = 561600, avctx->time_base = (1, 50)
1733[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1734[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 42472
1735[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 303, qpkt.bs->DecodeTimeStamp = 545400, qpkt.pkt.pts = 308, qpkt.bs->TimeStamp = 554400, avctx->time_base = (1, 50)
1736[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8285
1737[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79872, current: 78848; changing to 79873. This may result in incorrect timestamps in the output file.
1738[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 304, qpkt.bs->DecodeTimeStamp = 547200, qpkt.pkt.pts = 306, qpkt.bs->TimeStamp = 550800, avctx->time_base = (1, 50)
1739[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3453
1740[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79873, current: 78336; changing to 79874. This may result in incorrect timestamps in the output file.
1741[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 305, qpkt.bs->DecodeTimeStamp = 549000, qpkt.pkt.pts = 305, qpkt.bs->TimeStamp = 549000, avctx->time_base = (1, 50)
1742[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8153
1743[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1744[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1745[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79874, current: 78080; changing to 79875. This may result in incorrect timestamps in the output file.
1746[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 306, qpkt.bs->DecodeTimeStamp = 550800, qpkt.pkt.pts = 307, qpkt.bs->TimeStamp = 552600, avctx->time_base = (1, 50)
1747[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1748[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6992
1749[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1750[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1751[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79875, current: 78592; changing to 79876. This may result in incorrect timestamps in the output file.
1752[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 307, qpkt.bs->DecodeTimeStamp = 552600, qpkt.pkt.pts = 310, qpkt.bs->TimeStamp = 558000, avctx->time_base = (1, 50)
1753[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1754[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3551
1755[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79876, current: 79360; changing to 79877. This may result in incorrect timestamps in the output file.
1756[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 308, qpkt.bs->DecodeTimeStamp = 554400, qpkt.pkt.pts = 309, qpkt.bs->TimeStamp = 556200, avctx->time_base = (1, 50)
1757[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6914
1758[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1759[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1760[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79877, current: 79104; changing to 79878. This may result in incorrect timestamps in the output file.
1761[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 309, qpkt.bs->DecodeTimeStamp = 556200, qpkt.pkt.pts = 311, qpkt.bs->TimeStamp = 559800, avctx->time_base = (1, 50)
1762[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1763[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7029
1764[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1765[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1766[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 79878, current: 79616; changing to 79879. This may result in incorrect timestamps in the output file.
1767[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 310, qpkt.bs->DecodeTimeStamp = 558000, qpkt.pkt.pts = 320, qpkt.bs->TimeStamp = 576000, avctx->time_base = (1, 50)
1768[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1769[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38498
1770[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 311, qpkt.bs->DecodeTimeStamp = 559800, qpkt.pkt.pts = 316, qpkt.bs->TimeStamp = 568800, avctx->time_base = (1, 50)
1771[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8669
1772[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81920, current: 80896; changing to 81921. This may result in incorrect timestamps in the output file.
1773[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 312, qpkt.bs->DecodeTimeStamp = 561600, qpkt.pkt.pts = 314, qpkt.bs->TimeStamp = 565200, avctx->time_base = (1, 50)
1774[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3497
1775[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81921, current: 80384; changing to 81922. This may result in incorrect timestamps in the output file.
1776[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 313, qpkt.bs->DecodeTimeStamp = 563400, qpkt.pkt.pts = 313, qpkt.bs->TimeStamp = 563400, avctx->time_base = (1, 50)
1777[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7249
1778[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1779[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1780[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81922, current: 80128; changing to 81923. This may result in incorrect timestamps in the output file.
1781[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 314, qpkt.bs->DecodeTimeStamp = 565200, qpkt.pkt.pts = 315, qpkt.bs->TimeStamp = 567000, avctx->time_base = (1, 50)
1782[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1783[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7333
1784[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1785[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1786[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81923, current: 80640; changing to 81924. This may result in incorrect timestamps in the output file.
1787[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 315, qpkt.bs->DecodeTimeStamp = 567000, qpkt.pkt.pts = 318, qpkt.bs->TimeStamp = 572400, avctx->time_base = (1, 50)
1788[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1789[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3941
1790[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81924, current: 81408; changing to 81925. This may result in incorrect timestamps in the output file.
1791[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 316, qpkt.bs->DecodeTimeStamp = 568800, qpkt.pkt.pts = 317, qpkt.bs->TimeStamp = 570600, avctx->time_base = (1, 50)
1792[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7795
1793[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1794[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1795[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81925, current: 81152; changing to 81926. This may result in incorrect timestamps in the output file.
1796[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 317, qpkt.bs->DecodeTimeStamp = 570600, qpkt.pkt.pts = 319, qpkt.bs->TimeStamp = 574200, avctx->time_base = (1, 50)
1797[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1798[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7508
1799[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1800[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1801[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 81926, current: 81664; changing to 81927. This may result in incorrect timestamps in the output file.
1802[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 318, qpkt.bs->DecodeTimeStamp = 572400, qpkt.pkt.pts = 328, qpkt.bs->TimeStamp = 590400, avctx->time_base = (1, 50)
1803[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1804[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 44781
1805[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 319, qpkt.bs->DecodeTimeStamp = 574200, qpkt.pkt.pts = 324, qpkt.bs->TimeStamp = 583200, avctx->time_base = (1, 50)
1806[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8071
1807[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83968, current: 82944; changing to 83969. This may result in incorrect timestamps in the output file.
1808[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 320, qpkt.bs->DecodeTimeStamp = 576000, qpkt.pkt.pts = 322, qpkt.bs->TimeStamp = 579600, avctx->time_base = (1, 50)
1809[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3204
1810[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83969, current: 82432; changing to 83970. This may result in incorrect timestamps in the output file.
1811[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 321, qpkt.bs->DecodeTimeStamp = 577800, qpkt.pkt.pts = 321, qpkt.bs->TimeStamp = 577800, avctx->time_base = (1, 50)
1812[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6865
1813[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1814[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1815[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83970, current: 82176; changing to 83971. This may result in incorrect timestamps in the output file.
1816[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 322, qpkt.bs->DecodeTimeStamp = 579600, qpkt.pkt.pts = 323, qpkt.bs->TimeStamp = 581400, avctx->time_base = (1, 50)
1817[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1818[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6545
1819[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1820[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1821[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83971, current: 82688; changing to 83972. This may result in incorrect timestamps in the output file.
1822[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 323, qpkt.bs->DecodeTimeStamp = 581400, qpkt.pkt.pts = 326, qpkt.bs->TimeStamp = 586800, avctx->time_base = (1, 50)
1823[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1824[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3554
1825[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83972, current: 83456; changing to 83973. This may result in incorrect timestamps in the output file.
1826[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 324, qpkt.bs->DecodeTimeStamp = 583200, qpkt.pkt.pts = 325, qpkt.bs->TimeStamp = 585000, avctx->time_base = (1, 50)
1827[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7287
1828[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1829[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1830[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83973, current: 83200; changing to 83974. This may result in incorrect timestamps in the output file.
1831[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 325, qpkt.bs->DecodeTimeStamp = 585000, qpkt.pkt.pts = 327, qpkt.bs->TimeStamp = 588600, avctx->time_base = (1, 50)
1832[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1833[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8094
1834[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1835[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1836[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 83974, current: 83712; changing to 83975. This may result in incorrect timestamps in the output file.
1837[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 326, qpkt.bs->DecodeTimeStamp = 586800, qpkt.pkt.pts = 336, qpkt.bs->TimeStamp = 604800, avctx->time_base = (1, 50)
1838[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1839[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 43809
1840[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 327, qpkt.bs->DecodeTimeStamp = 588600, qpkt.pkt.pts = 332, qpkt.bs->TimeStamp = 597600, avctx->time_base = (1, 50)
1841[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8518
1842[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86016, current: 84992; changing to 86017. This may result in incorrect timestamps in the output file.
1843[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 328, qpkt.bs->DecodeTimeStamp = 590400, qpkt.pkt.pts = 330, qpkt.bs->TimeStamp = 594000, avctx->time_base = (1, 50)
1844[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3547
1845[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86017, current: 84480; changing to 86018. This may result in incorrect timestamps in the output file.
1846[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 329, qpkt.bs->DecodeTimeStamp = 592200, qpkt.pkt.pts = 329, qpkt.bs->TimeStamp = 592200, avctx->time_base = (1, 50)
1847[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6767
1848[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1849[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1850[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86018, current: 84224; changing to 86019. This may result in incorrect timestamps in the output file.
1851[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 330, qpkt.bs->DecodeTimeStamp = 594000, qpkt.pkt.pts = 331, qpkt.bs->TimeStamp = 595800, avctx->time_base = (1, 50)
1852[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1853[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6104
1854[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1855[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1856[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86019, current: 84736; changing to 86020. This may result in incorrect timestamps in the output file.
1857[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 331, qpkt.bs->DecodeTimeStamp = 595800, qpkt.pkt.pts = 334, qpkt.bs->TimeStamp = 601200, avctx->time_base = (1, 50)
1858[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1859[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3651
1860[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86020, current: 85504; changing to 86021. This may result in incorrect timestamps in the output file.
1861[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 332, qpkt.bs->DecodeTimeStamp = 597600, qpkt.pkt.pts = 333, qpkt.bs->TimeStamp = 599400, avctx->time_base = (1, 50)
1862[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6379
1863[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1864[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1865[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86021, current: 85248; changing to 86022. This may result in incorrect timestamps in the output file.
1866[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 333, qpkt.bs->DecodeTimeStamp = 599400, qpkt.pkt.pts = 335, qpkt.bs->TimeStamp = 603000, avctx->time_base = (1, 50)
1867[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1868[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6807
1869[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1870[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1871[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 86022, current: 85760; changing to 86023. This may result in incorrect timestamps in the output file.
1872[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 334, qpkt.bs->DecodeTimeStamp = 601200, qpkt.pkt.pts = 344, qpkt.bs->TimeStamp = 619200, avctx->time_base = (1, 50)
1873[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1874[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 46148
1875[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 335, qpkt.bs->DecodeTimeStamp = 603000, qpkt.pkt.pts = 340, qpkt.bs->TimeStamp = 612000, avctx->time_base = (1, 50)
1876[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7710
1877[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88064, current: 87040; changing to 88065. This may result in incorrect timestamps in the output file.
1878[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 336, qpkt.bs->DecodeTimeStamp = 604800, qpkt.pkt.pts = 338, qpkt.bs->TimeStamp = 608400, avctx->time_base = (1, 50)
1879[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3330
1880[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88065, current: 86528; changing to 88066. This may result in incorrect timestamps in the output file.
1881[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 337, qpkt.bs->DecodeTimeStamp = 606600, qpkt.pkt.pts = 337, qpkt.bs->TimeStamp = 606600, avctx->time_base = (1, 50)
1882[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6730
1883[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1884[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1885[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88066, current: 86272; changing to 88067. This may result in incorrect timestamps in the output file.
1886[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 338, qpkt.bs->DecodeTimeStamp = 608400, qpkt.pkt.pts = 339, qpkt.bs->TimeStamp = 610200, avctx->time_base = (1, 50)
1887[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1888[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6347
1889[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1890[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1891[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88067, current: 86784; changing to 88068. This may result in incorrect timestamps in the output file.
1892[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 339, qpkt.bs->DecodeTimeStamp = 610200, qpkt.pkt.pts = 342, qpkt.bs->TimeStamp = 615600, avctx->time_base = (1, 50)
1893[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1894[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3603
1895[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88068, current: 87552; changing to 88069. This may result in incorrect timestamps in the output file.
1896[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 340, qpkt.bs->DecodeTimeStamp = 612000, qpkt.pkt.pts = 341, qpkt.bs->TimeStamp = 613800, avctx->time_base = (1, 50)
1897[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6667
1898[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1899[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1900[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88069, current: 87296; changing to 88070. This may result in incorrect timestamps in the output file.
1901[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 341, qpkt.bs->DecodeTimeStamp = 613800, qpkt.pkt.pts = 343, qpkt.bs->TimeStamp = 617400, avctx->time_base = (1, 50)
1902[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1903[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6757
1904[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1905[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1906[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 88070, current: 87808; changing to 88071. This may result in incorrect timestamps in the output file.
1907[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 342, qpkt.bs->DecodeTimeStamp = 615600, qpkt.pkt.pts = 352, qpkt.bs->TimeStamp = 633600, avctx->time_base = (1, 50)
1908[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1909[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 36072
1910[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 343, qpkt.bs->DecodeTimeStamp = 617400, qpkt.pkt.pts = 348, qpkt.bs->TimeStamp = 626400, avctx->time_base = (1, 50)
1911[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7429
1912[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90112, current: 89088; changing to 90113. This may result in incorrect timestamps in the output file.
1913[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 344, qpkt.bs->DecodeTimeStamp = 619200, qpkt.pkt.pts = 346, qpkt.bs->TimeStamp = 622800, avctx->time_base = (1, 50)
1914[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2533
1915[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90113, current: 88576; changing to 90114. This may result in incorrect timestamps in the output file.
1916[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 345, qpkt.bs->DecodeTimeStamp = 621000, qpkt.pkt.pts = 345, qpkt.bs->TimeStamp = 621000, avctx->time_base = (1, 50)
1917[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4522
1918[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1919[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1920[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90114, current: 88320; changing to 90115. This may result in incorrect timestamps in the output file.
1921[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 346, qpkt.bs->DecodeTimeStamp = 622800, qpkt.pkt.pts = 347, qpkt.bs->TimeStamp = 624600, avctx->time_base = (1, 50)
1922[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1923[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3979
1924[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1925[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1926[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90115, current: 88832; changing to 90116. This may result in incorrect timestamps in the output file.
1927[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 347, qpkt.bs->DecodeTimeStamp = 624600, qpkt.pkt.pts = 350, qpkt.bs->TimeStamp = 630000, avctx->time_base = (1, 50)
1928[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1929[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3554
1930[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90116, current: 89600; changing to 90117. This may result in incorrect timestamps in the output file.
1931[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 348, qpkt.bs->DecodeTimeStamp = 626400, qpkt.pkt.pts = 349, qpkt.bs->TimeStamp = 628200, avctx->time_base = (1, 50)
1932[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4348
1933[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1934[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1935[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90117, current: 89344; changing to 90118. This may result in incorrect timestamps in the output file.
1936[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 349, qpkt.bs->DecodeTimeStamp = 628200, qpkt.pkt.pts = 351, qpkt.bs->TimeStamp = 631800, avctx->time_base = (1, 50)
1937[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1938[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4970
1939[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1940[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1941[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 90118, current: 89856; changing to 90119. This may result in incorrect timestamps in the output file.
1942[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 350, qpkt.bs->DecodeTimeStamp = 630000, qpkt.pkt.pts = 360, qpkt.bs->TimeStamp = 648000, avctx->time_base = (1, 50)
1943[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1944[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 48298
1945[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 351, qpkt.bs->DecodeTimeStamp = 631800, qpkt.pkt.pts = 356, qpkt.bs->TimeStamp = 640800, avctx->time_base = (1, 50)
1946[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7899
1947[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92160, current: 91136; changing to 92161. This may result in incorrect timestamps in the output file.
1948[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 352, qpkt.bs->DecodeTimeStamp = 633600, qpkt.pkt.pts = 354, qpkt.bs->TimeStamp = 637200, avctx->time_base = (1, 50)
1949[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3226
1950[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92161, current: 90624; changing to 92162. This may result in incorrect timestamps in the output file.
1951[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 353, qpkt.bs->DecodeTimeStamp = 635400, qpkt.pkt.pts = 353, qpkt.bs->TimeStamp = 635400, avctx->time_base = (1, 50)
1952[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5417
1953[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1954[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1955[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92162, current: 90368; changing to 92163. This may result in incorrect timestamps in the output file.
1956[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 354, qpkt.bs->DecodeTimeStamp = 637200, qpkt.pkt.pts = 355, qpkt.bs->TimeStamp = 639000, avctx->time_base = (1, 50)
1957[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1958[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4824
1959[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1960[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1961[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92163, current: 90880; changing to 92164. This may result in incorrect timestamps in the output file.
1962[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 355, qpkt.bs->DecodeTimeStamp = 639000, qpkt.pkt.pts = 358, qpkt.bs->TimeStamp = 644400, avctx->time_base = (1, 50)
1963[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1964[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3419
1965[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92164, current: 91648; changing to 92165. This may result in incorrect timestamps in the output file.
1966[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 356, qpkt.bs->DecodeTimeStamp = 640800, qpkt.pkt.pts = 357, qpkt.bs->TimeStamp = 642600, avctx->time_base = (1, 50)
1967[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5249
1968[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1969[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1970[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92165, current: 91392; changing to 92166. This may result in incorrect timestamps in the output file.
1971[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 357, qpkt.bs->DecodeTimeStamp = 642600, qpkt.pkt.pts = 359, qpkt.bs->TimeStamp = 646200, avctx->time_base = (1, 50)
1972[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1973[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5131
1974[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1975[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1976[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 92166, current: 91904; changing to 92167. This may result in incorrect timestamps in the output file.
1977[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 358, qpkt.bs->DecodeTimeStamp = 644400, qpkt.pkt.pts = 368, qpkt.bs->TimeStamp = 662400, avctx->time_base = (1, 50)
1978[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1979[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 41384
1980[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 359, qpkt.bs->DecodeTimeStamp = 646200, qpkt.pkt.pts = 364, qpkt.bs->TimeStamp = 655200, avctx->time_base = (1, 50)
1981[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11237
1982[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94208, current: 93184; changing to 94209. This may result in incorrect timestamps in the output file.
1983[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 360, qpkt.bs->DecodeTimeStamp = 648000, qpkt.pkt.pts = 362, qpkt.bs->TimeStamp = 651600, avctx->time_base = (1, 50)
1984[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3687
1985[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94209, current: 92672; changing to 94210. This may result in incorrect timestamps in the output file.
1986[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 361, qpkt.bs->DecodeTimeStamp = 649800, qpkt.pkt.pts = 361, qpkt.bs->TimeStamp = 649800, avctx->time_base = (1, 50)
1987[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5198
1988[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1989[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1990[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94210, current: 92416; changing to 94211. This may result in incorrect timestamps in the output file.
1991[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 362, qpkt.bs->DecodeTimeStamp = 651600, qpkt.pkt.pts = 363, qpkt.bs->TimeStamp = 653400, avctx->time_base = (1, 50)
1992[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1993[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4740
1994[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1995[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
1996[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94211, current: 92928; changing to 94212. This may result in incorrect timestamps in the output file.
1997[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 363, qpkt.bs->DecodeTimeStamp = 653400, qpkt.pkt.pts = 366, qpkt.bs->TimeStamp = 658800, avctx->time_base = (1, 50)
1998[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
1999[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4000
2000[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94212, current: 93696; changing to 94213. This may result in incorrect timestamps in the output file.
2001[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 364, qpkt.bs->DecodeTimeStamp = 655200, qpkt.pkt.pts = 365, qpkt.bs->TimeStamp = 657000, avctx->time_base = (1, 50)
2002[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5023
2003[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2004[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2005[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94213, current: 93440; changing to 94214. This may result in incorrect timestamps in the output file.
2006[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 365, qpkt.bs->DecodeTimeStamp = 657000, qpkt.pkt.pts = 367, qpkt.bs->TimeStamp = 660600, avctx->time_base = (1, 50)
2007[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2008[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4835
2009[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2010[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2011[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 94214, current: 93952; changing to 94215. This may result in incorrect timestamps in the output file.
2012[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 366, qpkt.bs->DecodeTimeStamp = 658800, qpkt.pkt.pts = 376, qpkt.bs->TimeStamp = 676800, avctx->time_base = (1, 50)
2013[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2014[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38025
2015[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 367, qpkt.bs->DecodeTimeStamp = 660600, qpkt.pkt.pts = 372, qpkt.bs->TimeStamp = 669600, avctx->time_base = (1, 50)
2016[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9736
2017[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96256, current: 95232; changing to 96257. This may result in incorrect timestamps in the output file.
2018[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 368, qpkt.bs->DecodeTimeStamp = 662400, qpkt.pkt.pts = 370, qpkt.bs->TimeStamp = 666000, avctx->time_base = (1, 50)
2019[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5163
2020[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96257, current: 94720; changing to 96258. This may result in incorrect timestamps in the output file.
2021[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 369, qpkt.bs->DecodeTimeStamp = 664200, qpkt.pkt.pts = 369, qpkt.bs->TimeStamp = 664200, avctx->time_base = (1, 50)
2022[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4905
2023[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2024[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2025[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96258, current: 94464; changing to 96259. This may result in incorrect timestamps in the output file.
2026[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 370, qpkt.bs->DecodeTimeStamp = 666000, qpkt.pkt.pts = 371, qpkt.bs->TimeStamp = 667800, avctx->time_base = (1, 50)
2027[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2028[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3145
2029[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2030[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2031[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96259, current: 94976; changing to 96260. This may result in incorrect timestamps in the output file.
2032[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 371, qpkt.bs->DecodeTimeStamp = 667800, qpkt.pkt.pts = 374, qpkt.bs->TimeStamp = 673200, avctx->time_base = (1, 50)
2033[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2034[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5729
2035[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96260, current: 95744; changing to 96261. This may result in incorrect timestamps in the output file.
2036[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 372, qpkt.bs->DecodeTimeStamp = 669600, qpkt.pkt.pts = 373, qpkt.bs->TimeStamp = 671400, avctx->time_base = (1, 50)
2037[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3998
2038[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2039[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2040[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96261, current: 95488; changing to 96262. This may result in incorrect timestamps in the output file.
2041[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 373, qpkt.bs->DecodeTimeStamp = 671400, qpkt.pkt.pts = 375, qpkt.bs->TimeStamp = 675000, avctx->time_base = (1, 50)
2042[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2043[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2988
2044[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2045[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2046[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 96262, current: 96000; changing to 96263. This may result in incorrect timestamps in the output file.
2047[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 374, qpkt.bs->DecodeTimeStamp = 673200, qpkt.pkt.pts = 384, qpkt.bs->TimeStamp = 691200, avctx->time_base = (1, 50)
2048[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2049[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 36689
2050[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 375, qpkt.bs->DecodeTimeStamp = 675000, qpkt.pkt.pts = 380, qpkt.bs->TimeStamp = 684000, avctx->time_base = (1, 50)
2051[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10649
2052[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98304, current: 97280; changing to 98305. This may result in incorrect timestamps in the output file.
2053[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 376, qpkt.bs->DecodeTimeStamp = 676800, qpkt.pkt.pts = 378, qpkt.bs->TimeStamp = 680400, avctx->time_base = (1, 50)
2054[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4718
2055[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98305, current: 96768; changing to 98306. This may result in incorrect timestamps in the output file.
2056[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 377, qpkt.bs->DecodeTimeStamp = 678600, qpkt.pkt.pts = 377, qpkt.bs->TimeStamp = 678600, avctx->time_base = (1, 50)
2057[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2641
2058[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2059[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2060[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98306, current: 96512; changing to 98307. This may result in incorrect timestamps in the output file.
2061[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 378, qpkt.bs->DecodeTimeStamp = 680400, qpkt.pkt.pts = 379, qpkt.bs->TimeStamp = 682200, avctx->time_base = (1, 50)
2062[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2063[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2808
2064[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2065[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2066[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98307, current: 97024; changing to 98308. This may result in incorrect timestamps in the output file.
2067[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 379, qpkt.bs->DecodeTimeStamp = 682200, qpkt.pkt.pts = 382, qpkt.bs->TimeStamp = 687600, avctx->time_base = (1, 50)
2068[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2069[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5254
2070[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98308, current: 97792; changing to 98309. This may result in incorrect timestamps in the output file.
2071[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 380, qpkt.bs->DecodeTimeStamp = 684000, qpkt.pkt.pts = 381, qpkt.bs->TimeStamp = 685800, avctx->time_base = (1, 50)
2072[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3322
2073[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2074[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2075[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98309, current: 97536; changing to 98310. This may result in incorrect timestamps in the output file.
2076[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 381, qpkt.bs->DecodeTimeStamp = 685800, qpkt.pkt.pts = 383, qpkt.bs->TimeStamp = 689400, avctx->time_base = (1, 50)
2077[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2078[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3061
2079[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2080[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2081[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 98310, current: 98048; changing to 98311. This may result in incorrect timestamps in the output file.
2082[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 382, qpkt.bs->DecodeTimeStamp = 687600, qpkt.pkt.pts = 392, qpkt.bs->TimeStamp = 705600, avctx->time_base = (1, 50)
2083[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2084[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 39806
2085[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 383, qpkt.bs->DecodeTimeStamp = 689400, qpkt.pkt.pts = 388, qpkt.bs->TimeStamp = 698400, avctx->time_base = (1, 50)
2086[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6234
2087[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100352, current: 99328; changing to 100353. This may result in incorrect timestamps in the output file.
2088[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 384, qpkt.bs->DecodeTimeStamp = 691200, qpkt.pkt.pts = 386, qpkt.bs->TimeStamp = 694800, avctx->time_base = (1, 50)
2089[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5492
2090[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100353, current: 98816; changing to 100354. This may result in incorrect timestamps in the output file.
2091[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 385, qpkt.bs->DecodeTimeStamp = 693000, qpkt.pkt.pts = 385, qpkt.bs->TimeStamp = 693000, avctx->time_base = (1, 50)
2092[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2887
2093[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2094[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2095[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100354, current: 98560; changing to 100355. This may result in incorrect timestamps in the output file.
2096[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 386, qpkt.bs->DecodeTimeStamp = 694800, qpkt.pkt.pts = 387, qpkt.bs->TimeStamp = 696600, avctx->time_base = (1, 50)
2097[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2098[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2814
2099[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2100[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2101[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100355, current: 99072; changing to 100356. This may result in incorrect timestamps in the output file.
2102[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 387, qpkt.bs->DecodeTimeStamp = 696600, qpkt.pkt.pts = 390, qpkt.bs->TimeStamp = 702000, avctx->time_base = (1, 50)
2103[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2104[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6226
2105[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100356, current: 99840; changing to 100357. This may result in incorrect timestamps in the output file.
2106[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 388, qpkt.bs->DecodeTimeStamp = 698400, qpkt.pkt.pts = 389, qpkt.bs->TimeStamp = 700200, avctx->time_base = (1, 50)
2107[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2887
2108[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2109[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2110[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100357, current: 99584; changing to 100358. This may result in incorrect timestamps in the output file.
2111[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 389, qpkt.bs->DecodeTimeStamp = 700200, qpkt.pkt.pts = 391, qpkt.bs->TimeStamp = 703800, avctx->time_base = (1, 50)
2112[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2113[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3316
2114[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2115[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2116[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 100358, current: 100096; changing to 100359. This may result in incorrect timestamps in the output file.
2117[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 390, qpkt.bs->DecodeTimeStamp = 702000, qpkt.pkt.pts = 400, qpkt.bs->TimeStamp = 720000, avctx->time_base = (1, 50)
2118[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2119[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 63130
2120[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 391, qpkt.bs->DecodeTimeStamp = 703800, qpkt.pkt.pts = 396, qpkt.bs->TimeStamp = 712800, avctx->time_base = (1, 50)
2121[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6005
2122[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102400, current: 101376; changing to 102401. This may result in incorrect timestamps in the output file.
2123[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 392, qpkt.bs->DecodeTimeStamp = 705600, qpkt.pkt.pts = 394, qpkt.bs->TimeStamp = 709200, avctx->time_base = (1, 50)
2124[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5676
2125[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102401, current: 100864; changing to 102402. This may result in incorrect timestamps in the output file.
2126[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 393, qpkt.bs->DecodeTimeStamp = 707400, qpkt.pkt.pts = 393, qpkt.bs->TimeStamp = 707400, avctx->time_base = (1, 50)
2127[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2932
2128[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2129[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2130[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102402, current: 100608; changing to 102403. This may result in incorrect timestamps in the output file.
2131[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 394, qpkt.bs->DecodeTimeStamp = 709200, qpkt.pkt.pts = 395, qpkt.bs->TimeStamp = 711000, avctx->time_base = (1, 50)
2132[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2133[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3480
2134[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2135[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2136[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102403, current: 101120; changing to 102404. This may result in incorrect timestamps in the output file.
2137[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 395, qpkt.bs->DecodeTimeStamp = 711000, qpkt.pkt.pts = 398, qpkt.bs->TimeStamp = 716400, avctx->time_base = (1, 50)
2138[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2139[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6748
2140[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102404, current: 101888; changing to 102405. This may result in incorrect timestamps in the output file.
2141[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 396, qpkt.bs->DecodeTimeStamp = 712800, qpkt.pkt.pts = 397, qpkt.bs->TimeStamp = 714600, avctx->time_base = (1, 50)
2142[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3392
2143[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2144[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2145[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102405, current: 101632; changing to 102406. This may result in incorrect timestamps in the output file.
2146[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 397, qpkt.bs->DecodeTimeStamp = 714600, qpkt.pkt.pts = 399, qpkt.bs->TimeStamp = 718200, avctx->time_base = (1, 50)
2147[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2148[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3185
2149[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2150[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2151[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 102406, current: 102144; changing to 102407. This may result in incorrect timestamps in the output file.
2152[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 398, qpkt.bs->DecodeTimeStamp = 716400, qpkt.pkt.pts = 408, qpkt.bs->TimeStamp = 734400, avctx->time_base = (1, 50)
2153[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2154[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38576
2155[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 399, qpkt.bs->DecodeTimeStamp = 718200, qpkt.pkt.pts = 404, qpkt.bs->TimeStamp = 727200, avctx->time_base = (1, 50)
2156[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6579
2157[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104448, current: 103424; changing to 104449. This may result in incorrect timestamps in the output file.
2158[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 400, qpkt.bs->DecodeTimeStamp = 720000, qpkt.pkt.pts = 402, qpkt.bs->TimeStamp = 723600, avctx->time_base = (1, 50)
2159[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6298
2160[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104449, current: 102912; changing to 104450. This may result in incorrect timestamps in the output file.
2161[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 401, qpkt.bs->DecodeTimeStamp = 721800, qpkt.pkt.pts = 401, qpkt.bs->TimeStamp = 721800, avctx->time_base = (1, 50)
2162[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3033
2163[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2164[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2165[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104450, current: 102656; changing to 104451. This may result in incorrect timestamps in the output file.
2166[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 402, qpkt.bs->DecodeTimeStamp = 723600, qpkt.pkt.pts = 403, qpkt.bs->TimeStamp = 725400, avctx->time_base = (1, 50)
2167[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2168[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3445
2169[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2170[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2171[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104451, current: 103168; changing to 104452. This may result in incorrect timestamps in the output file.
2172[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 403, qpkt.bs->DecodeTimeStamp = 725400, qpkt.pkt.pts = 406, qpkt.bs->TimeStamp = 730800, avctx->time_base = (1, 50)
2173[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2174[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6340
2175[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104452, current: 103936; changing to 104453. This may result in incorrect timestamps in the output file.
2176[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 404, qpkt.bs->DecodeTimeStamp = 727200, qpkt.pkt.pts = 405, qpkt.bs->TimeStamp = 729000, avctx->time_base = (1, 50)
2177[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3384
2178[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2179[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2180[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104453, current: 103680; changing to 104454. This may result in incorrect timestamps in the output file.
2181[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 405, qpkt.bs->DecodeTimeStamp = 729000, qpkt.pkt.pts = 407, qpkt.bs->TimeStamp = 732600, avctx->time_base = (1, 50)
2182[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2183[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3254
2184[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2185[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2186[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 104454, current: 104192; changing to 104455. This may result in incorrect timestamps in the output file.
2187[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 406, qpkt.bs->DecodeTimeStamp = 730800, qpkt.pkt.pts = 416, qpkt.bs->TimeStamp = 748800, avctx->time_base = (1, 50)
2188[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2189[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 32307
2190[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 407, qpkt.bs->DecodeTimeStamp = 732600, qpkt.pkt.pts = 412, qpkt.bs->TimeStamp = 741600, avctx->time_base = (1, 50)
2191[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6281
2192[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106496, current: 105472; changing to 106497. This may result in incorrect timestamps in the output file.
2193[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 408, qpkt.bs->DecodeTimeStamp = 734400, qpkt.pkt.pts = 410, qpkt.bs->TimeStamp = 738000, avctx->time_base = (1, 50)
2194[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6509
2195[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106497, current: 104960; changing to 106498. This may result in incorrect timestamps in the output file.
2196[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 409, qpkt.bs->DecodeTimeStamp = 736200, qpkt.pkt.pts = 409, qpkt.bs->TimeStamp = 736200, avctx->time_base = (1, 50)
2197[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4041
2198[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2199[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2200[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106498, current: 104704; changing to 106499. This may result in incorrect timestamps in the output file.
2201[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 410, qpkt.bs->DecodeTimeStamp = 738000, qpkt.pkt.pts = 411, qpkt.bs->TimeStamp = 739800, avctx->time_base = (1, 50)
2202[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2203[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2517
2204[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2205[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2206[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106499, current: 105216; changing to 106500. This may result in incorrect timestamps in the output file.
2207[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 411, qpkt.bs->DecodeTimeStamp = 739800, qpkt.pkt.pts = 414, qpkt.bs->TimeStamp = 745200, avctx->time_base = (1, 50)
2208[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2209[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7151
2210[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106500, current: 105984; changing to 106501. This may result in incorrect timestamps in the output file.
2211[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 412, qpkt.bs->DecodeTimeStamp = 741600, qpkt.pkt.pts = 413, qpkt.bs->TimeStamp = 743400, avctx->time_base = (1, 50)
2212[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3306
2213[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2214[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2215[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106501, current: 105728; changing to 106502. This may result in incorrect timestamps in the output file.
2216[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 413, qpkt.bs->DecodeTimeStamp = 743400, qpkt.pkt.pts = 415, qpkt.bs->TimeStamp = 747000, avctx->time_base = (1, 50)
2217[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2218[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2789
2219[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2220[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2221[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 106502, current: 106240; changing to 106503. This may result in incorrect timestamps in the output file.
2222[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 414, qpkt.bs->DecodeTimeStamp = 745200, qpkt.pkt.pts = 424, qpkt.bs->TimeStamp = 763200, avctx->time_base = (1, 50)
2223[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2224[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 54187
2225[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 415, qpkt.bs->DecodeTimeStamp = 747000, qpkt.pkt.pts = 420, qpkt.bs->TimeStamp = 756000, avctx->time_base = (1, 50)
2226[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7141
2227[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108544, current: 107520; changing to 108545. This may result in incorrect timestamps in the output file.
2228[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 416, qpkt.bs->DecodeTimeStamp = 748800, qpkt.pkt.pts = 418, qpkt.bs->TimeStamp = 752400, avctx->time_base = (1, 50)
2229[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7209
2230[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108545, current: 107008; changing to 108546. This may result in incorrect timestamps in the output file.
2231[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 417, qpkt.bs->DecodeTimeStamp = 750600, qpkt.pkt.pts = 417, qpkt.bs->TimeStamp = 750600, avctx->time_base = (1, 50)
2232[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3206
2233[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2234[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2235[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108546, current: 106752; changing to 108547. This may result in incorrect timestamps in the output file.
2236[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 418, qpkt.bs->DecodeTimeStamp = 752400, qpkt.pkt.pts = 419, qpkt.bs->TimeStamp = 754200, avctx->time_base = (1, 50)
2237[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2238[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2982
2239[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2240[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2241[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108547, current: 107264; changing to 108548. This may result in incorrect timestamps in the output file.
2242[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 419, qpkt.bs->DecodeTimeStamp = 754200, qpkt.pkt.pts = 422, qpkt.bs->TimeStamp = 759600, avctx->time_base = (1, 50)
2243[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2244[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7660
2245[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108548, current: 108032; changing to 108549. This may result in incorrect timestamps in the output file.
2246[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 420, qpkt.bs->DecodeTimeStamp = 756000, qpkt.pkt.pts = 421, qpkt.bs->TimeStamp = 757800, avctx->time_base = (1, 50)
2247[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3682
2248[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2249[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2250[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108549, current: 107776; changing to 108550. This may result in incorrect timestamps in the output file.
2251[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 421, qpkt.bs->DecodeTimeStamp = 757800, qpkt.pkt.pts = 423, qpkt.bs->TimeStamp = 761400, avctx->time_base = (1, 50)
2252[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2253[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2778
2254[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2255[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2256[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 108550, current: 108288; changing to 108551. This may result in incorrect timestamps in the output file.
2257[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 422, qpkt.bs->DecodeTimeStamp = 759600, qpkt.pkt.pts = 432, qpkt.bs->TimeStamp = 777600, avctx->time_base = (1, 50)
2258[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2259[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 36496
2260[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 423, qpkt.bs->DecodeTimeStamp = 761400, qpkt.pkt.pts = 428, qpkt.bs->TimeStamp = 770400, avctx->time_base = (1, 50)
2261[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6474
2262[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110592, current: 109568; changing to 110593. This may result in incorrect timestamps in the output file.
2263[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 424, qpkt.bs->DecodeTimeStamp = 763200, qpkt.pkt.pts = 426, qpkt.bs->TimeStamp = 766800, avctx->time_base = (1, 50)
2264[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7064
2265[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110593, current: 109056; changing to 110594. This may result in incorrect timestamps in the output file.
2266[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 425, qpkt.bs->DecodeTimeStamp = 765000, qpkt.pkt.pts = 425, qpkt.bs->TimeStamp = 765000, avctx->time_base = (1, 50)
2267[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2857
2268[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2269[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2270[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110594, current: 108800; changing to 110595. This may result in incorrect timestamps in the output file.
2271[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 426, qpkt.bs->DecodeTimeStamp = 766800, qpkt.pkt.pts = 427, qpkt.bs->TimeStamp = 768600, avctx->time_base = (1, 50)
2272[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2273[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3245
2274[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2275[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2276[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110595, current: 109312; changing to 110596. This may result in incorrect timestamps in the output file.
2277[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 427, qpkt.bs->DecodeTimeStamp = 768600, qpkt.pkt.pts = 430, qpkt.bs->TimeStamp = 774000, avctx->time_base = (1, 50)
2278[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2279[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 8071
2280[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110596, current: 110080; changing to 110597. This may result in incorrect timestamps in the output file.
2281[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 428, qpkt.bs->DecodeTimeStamp = 770400, qpkt.pkt.pts = 429, qpkt.bs->TimeStamp = 772200, avctx->time_base = (1, 50)
2282[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3297
2283[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2284[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2285[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110597, current: 109824; changing to 110598. This may result in incorrect timestamps in the output file.
2286[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 429, qpkt.bs->DecodeTimeStamp = 772200, qpkt.pkt.pts = 431, qpkt.bs->TimeStamp = 775800, avctx->time_base = (1, 50)
2287[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2288[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3467
2289[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2290[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2291[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 110598, current: 110336; changing to 110599. This may result in incorrect timestamps in the output file.
2292[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 430, qpkt.bs->DecodeTimeStamp = 774000, qpkt.pkt.pts = 440, qpkt.bs->TimeStamp = 792000, avctx->time_base = (1, 50)
2293[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2294[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 50353
2295[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 431, qpkt.bs->DecodeTimeStamp = 775800, qpkt.pkt.pts = 436, qpkt.bs->TimeStamp = 784800, avctx->time_base = (1, 50)
2296[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6870
2297[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112640, current: 111616; changing to 112641. This may result in incorrect timestamps in the output file.
2298[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 432, qpkt.bs->DecodeTimeStamp = 777600, qpkt.pkt.pts = 434, qpkt.bs->TimeStamp = 781200, avctx->time_base = (1, 50)
2299[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6555
2300[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112641, current: 111104; changing to 112642. This may result in incorrect timestamps in the output file.
2301[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 433, qpkt.bs->DecodeTimeStamp = 779400, qpkt.pkt.pts = 433, qpkt.bs->TimeStamp = 779400, avctx->time_base = (1, 50)
2302[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4383
2303[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2304[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2305[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112642, current: 110848; changing to 112643. This may result in incorrect timestamps in the output file.
2306[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 434, qpkt.bs->DecodeTimeStamp = 781200, qpkt.pkt.pts = 435, qpkt.bs->TimeStamp = 783000, avctx->time_base = (1, 50)
2307[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2308[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3700
2309[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2310[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2311[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112643, current: 111360; changing to 112644. This may result in incorrect timestamps in the output file.
2312[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 435, qpkt.bs->DecodeTimeStamp = 783000, qpkt.pkt.pts = 438, qpkt.bs->TimeStamp = 788400, avctx->time_base = (1, 50)
2313[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2314[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5236
2315[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112644, current: 112128; changing to 112645. This may result in incorrect timestamps in the output file.
2316[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 436, qpkt.bs->DecodeTimeStamp = 784800, qpkt.pkt.pts = 437, qpkt.bs->TimeStamp = 786600, avctx->time_base = (1, 50)
2317[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3620
2318[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2319[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2320[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112645, current: 111872; changing to 112646. This may result in incorrect timestamps in the output file.
2321[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 437, qpkt.bs->DecodeTimeStamp = 786600, qpkt.pkt.pts = 439, qpkt.bs->TimeStamp = 790200, avctx->time_base = (1, 50)
2322[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2323[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3596
2324[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2325[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2326[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 112646, current: 112384; changing to 112647. This may result in incorrect timestamps in the output file.
2327[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 438, qpkt.bs->DecodeTimeStamp = 788400, qpkt.pkt.pts = 448, qpkt.bs->TimeStamp = 806400, avctx->time_base = (1, 50)
2328[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2329[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 51229
2330[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 439, qpkt.bs->DecodeTimeStamp = 790200, qpkt.pkt.pts = 444, qpkt.bs->TimeStamp = 799200, avctx->time_base = (1, 50)
2331[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 10459
2332[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114688, current: 113664; changing to 114689. This may result in incorrect timestamps in the output file.
2333[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 440, qpkt.bs->DecodeTimeStamp = 792000, qpkt.pkt.pts = 442, qpkt.bs->TimeStamp = 795600, avctx->time_base = (1, 50)
2334[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3780
2335[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114689, current: 113152; changing to 114690. This may result in incorrect timestamps in the output file.
2336[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 441, qpkt.bs->DecodeTimeStamp = 793800, qpkt.pkt.pts = 441, qpkt.bs->TimeStamp = 793800, avctx->time_base = (1, 50)
2337[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4420
2338[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2339[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2340[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114690, current: 112896; changing to 114691. This may result in incorrect timestamps in the output file.
2341[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 442, qpkt.bs->DecodeTimeStamp = 795600, qpkt.pkt.pts = 443, qpkt.bs->TimeStamp = 797400, avctx->time_base = (1, 50)
2342[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2343[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3546
2344[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2345[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2346[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114691, current: 113408; changing to 114692. This may result in incorrect timestamps in the output file.
2347[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 443, qpkt.bs->DecodeTimeStamp = 797400, qpkt.pkt.pts = 446, qpkt.bs->TimeStamp = 802800, avctx->time_base = (1, 50)
2348[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2349[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2919
2350[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114692, current: 114176; changing to 114693. This may result in incorrect timestamps in the output file.
2351[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 444, qpkt.bs->DecodeTimeStamp = 799200, qpkt.pkt.pts = 445, qpkt.bs->TimeStamp = 801000, avctx->time_base = (1, 50)
2352[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4935
2353[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2354[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2355[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114693, current: 113920; changing to 114694. This may result in incorrect timestamps in the output file.
2356[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 445, qpkt.bs->DecodeTimeStamp = 801000, qpkt.pkt.pts = 447, qpkt.bs->TimeStamp = 804600, avctx->time_base = (1, 50)
2357[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2358[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4584
2359[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2360[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2361[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 114694, current: 114432; changing to 114695. This may result in incorrect timestamps in the output file.
2362[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 446, qpkt.bs->DecodeTimeStamp = 802800, qpkt.pkt.pts = 456, qpkt.bs->TimeStamp = 820800, avctx->time_base = (1, 50)
2363[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2364[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 44670
2365[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 447, qpkt.bs->DecodeTimeStamp = 804600, qpkt.pkt.pts = 452, qpkt.bs->TimeStamp = 813600, avctx->time_base = (1, 50)
2366[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5767
2367[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116736, current: 115712; changing to 116737. This may result in incorrect timestamps in the output file.
2368[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 448, qpkt.bs->DecodeTimeStamp = 806400, qpkt.pkt.pts = 450, qpkt.bs->TimeStamp = 810000, avctx->time_base = (1, 50)
2369[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2551
2370[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116737, current: 115200; changing to 116738. This may result in incorrect timestamps in the output file.
2371[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 449, qpkt.bs->DecodeTimeStamp = 808200, qpkt.pkt.pts = 449, qpkt.bs->TimeStamp = 808200, avctx->time_base = (1, 50)
2372[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5003
2373[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2374[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2375[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116738, current: 114944; changing to 116739. This may result in incorrect timestamps in the output file.
2376[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 450, qpkt.bs->DecodeTimeStamp = 810000, qpkt.pkt.pts = 451, qpkt.bs->TimeStamp = 811800, avctx->time_base = (1, 50)
2377[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2378[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4121
2379[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2380[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2381[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116739, current: 115456; changing to 116740. This may result in incorrect timestamps in the output file.
2382[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 451, qpkt.bs->DecodeTimeStamp = 811800, qpkt.pkt.pts = 454, qpkt.bs->TimeStamp = 817200, avctx->time_base = (1, 50)
2383[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2384[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2114
2385[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116740, current: 116224; changing to 116741. This may result in incorrect timestamps in the output file.
2386[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 452, qpkt.bs->DecodeTimeStamp = 813600, qpkt.pkt.pts = 453, qpkt.bs->TimeStamp = 815400, avctx->time_base = (1, 50)
2387[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5014
2388[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2389[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2390[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116741, current: 115968; changing to 116742. This may result in incorrect timestamps in the output file.
2391[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 453, qpkt.bs->DecodeTimeStamp = 815400, qpkt.pkt.pts = 455, qpkt.bs->TimeStamp = 819000, avctx->time_base = (1, 50)
2392[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2393[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4802
2394[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2395[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2396[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 116742, current: 116480; changing to 116743. This may result in incorrect timestamps in the output file.
2397[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 454, qpkt.bs->DecodeTimeStamp = 817200, qpkt.pkt.pts = 464, qpkt.bs->TimeStamp = 835200, avctx->time_base = (1, 50)
2398[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2399[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 30962
2400[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 455, qpkt.bs->DecodeTimeStamp = 819000, qpkt.pkt.pts = 460, qpkt.bs->TimeStamp = 828000, avctx->time_base = (1, 50)
2401[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5080
2402[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118784, current: 117760; changing to 118785. This may result in incorrect timestamps in the output file.
2403[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 456, qpkt.bs->DecodeTimeStamp = 820800, qpkt.pkt.pts = 458, qpkt.bs->TimeStamp = 824400, avctx->time_base = (1, 50)
2404[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2333
2405[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118785, current: 117248; changing to 118786. This may result in incorrect timestamps in the output file.
2406[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 457, qpkt.bs->DecodeTimeStamp = 822600, qpkt.pkt.pts = 457, qpkt.bs->TimeStamp = 822600, avctx->time_base = (1, 50)
2407[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4951
2408[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2409[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2410[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118786, current: 116992; changing to 118787. This may result in incorrect timestamps in the output file.
2411[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 458, qpkt.bs->DecodeTimeStamp = 824400, qpkt.pkt.pts = 459, qpkt.bs->TimeStamp = 826200, avctx->time_base = (1, 50)
2412[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2413[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4473
2414[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2415[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2416[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118787, current: 117504; changing to 118788. This may result in incorrect timestamps in the output file.
2417[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 459, qpkt.bs->DecodeTimeStamp = 826200, qpkt.pkt.pts = 462, qpkt.bs->TimeStamp = 831600, avctx->time_base = (1, 50)
2418[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2419[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2410
2420[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118788, current: 118272; changing to 118789. This may result in incorrect timestamps in the output file.
2421[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 460, qpkt.bs->DecodeTimeStamp = 828000, qpkt.pkt.pts = 461, qpkt.bs->TimeStamp = 829800, avctx->time_base = (1, 50)
2422[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5369
2423[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2424[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2425[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118789, current: 118016; changing to 118790. This may result in incorrect timestamps in the output file.
2426[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 461, qpkt.bs->DecodeTimeStamp = 829800, qpkt.pkt.pts = 463, qpkt.bs->TimeStamp = 833400, avctx->time_base = (1, 50)
2427[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2428[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5211
2429[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2430[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2431[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 118790, current: 118528; changing to 118791. This may result in incorrect timestamps in the output file.
2432[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 462, qpkt.bs->DecodeTimeStamp = 831600, qpkt.pkt.pts = 472, qpkt.bs->TimeStamp = 849600, avctx->time_base = (1, 50)
2433[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2434[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 40321
2435[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 463, qpkt.bs->DecodeTimeStamp = 833400, qpkt.pkt.pts = 468, qpkt.bs->TimeStamp = 842400, avctx->time_base = (1, 50)
2436[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 4928
2437[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120832, current: 119808; changing to 120833. This may result in incorrect timestamps in the output file.
2438[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 464, qpkt.bs->DecodeTimeStamp = 835200, qpkt.pkt.pts = 466, qpkt.bs->TimeStamp = 838800, avctx->time_base = (1, 50)
2439[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2604
2440[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120833, current: 119296; changing to 120834. This may result in incorrect timestamps in the output file.
2441[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 465, qpkt.bs->DecodeTimeStamp = 837000, qpkt.pkt.pts = 465, qpkt.bs->TimeStamp = 837000, avctx->time_base = (1, 50)
2442[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6489
2443[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2444[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2445[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120834, current: 119040; changing to 120835. This may result in incorrect timestamps in the output file.
2446[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 466, qpkt.bs->DecodeTimeStamp = 838800, qpkt.pkt.pts = 467, qpkt.bs->TimeStamp = 840600, avctx->time_base = (1, 50)
2447[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2448[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5385
2449[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2450[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2451[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120835, current: 119552; changing to 120836. This may result in incorrect timestamps in the output file.
2452[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 467, qpkt.bs->DecodeTimeStamp = 840600, qpkt.pkt.pts = 470, qpkt.bs->TimeStamp = 846000, avctx->time_base = (1, 50)
2453[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2454[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2363
2455[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120836, current: 120320; changing to 120837. This may result in incorrect timestamps in the output file.
2456[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 468, qpkt.bs->DecodeTimeStamp = 842400, qpkt.pkt.pts = 469, qpkt.bs->TimeStamp = 844200, avctx->time_base = (1, 50)
2457[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6098
2458[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2459[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2460[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120837, current: 120064; changing to 120838. This may result in incorrect timestamps in the output file.
2461[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 469, qpkt.bs->DecodeTimeStamp = 844200, qpkt.pkt.pts = 471, qpkt.bs->TimeStamp = 847800, avctx->time_base = (1, 50)
2462[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2463[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5588
2464[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2465[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2466[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 120838, current: 120576; changing to 120839. This may result in incorrect timestamps in the output file.
2467[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 470, qpkt.bs->DecodeTimeStamp = 846000, qpkt.pkt.pts = 480, qpkt.bs->TimeStamp = 864000, avctx->time_base = (1, 50)
2468[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2469[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 41680
2470[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 471, qpkt.bs->DecodeTimeStamp = 847800, qpkt.pkt.pts = 476, qpkt.bs->TimeStamp = 856800, avctx->time_base = (1, 50)
2471[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6122
2472[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122880, current: 121856; changing to 122881. This may result in incorrect timestamps in the output file.
2473[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 472, qpkt.bs->DecodeTimeStamp = 849600, qpkt.pkt.pts = 474, qpkt.bs->TimeStamp = 853200, avctx->time_base = (1, 50)
2474[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3141
2475[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122881, current: 121344; changing to 122882. This may result in incorrect timestamps in the output file.
2476[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 473, qpkt.bs->DecodeTimeStamp = 851400, qpkt.pkt.pts = 473, qpkt.bs->TimeStamp = 851400, avctx->time_base = (1, 50)
2477[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6541
2478[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2479[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2480[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122882, current: 121088; changing to 122883. This may result in incorrect timestamps in the output file.
2481[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 474, qpkt.bs->DecodeTimeStamp = 853200, qpkt.pkt.pts = 475, qpkt.bs->TimeStamp = 855000, avctx->time_base = (1, 50)
2482[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2483[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5511
2484[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2485[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2486[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122883, current: 121600; changing to 122884. This may result in incorrect timestamps in the output file.
2487[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 475, qpkt.bs->DecodeTimeStamp = 855000, qpkt.pkt.pts = 478, qpkt.bs->TimeStamp = 860400, avctx->time_base = (1, 50)
2488[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2489[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 2782
2490[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122884, current: 122368; changing to 122885. This may result in incorrect timestamps in the output file.
2491[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 476, qpkt.bs->DecodeTimeStamp = 856800, qpkt.pkt.pts = 477, qpkt.bs->TimeStamp = 858600, avctx->time_base = (1, 50)
2492[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6652
2493[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2494[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2495[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122885, current: 122112; changing to 122886. This may result in incorrect timestamps in the output file.
2496[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 477, qpkt.bs->DecodeTimeStamp = 858600, qpkt.pkt.pts = 479, qpkt.bs->TimeStamp = 862200, avctx->time_base = (1, 50)
2497[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2498[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6608
2499[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2500[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2501[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 122886, current: 122624; changing to 122887. This may result in incorrect timestamps in the output file.
2502[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 478, qpkt.bs->DecodeTimeStamp = 860400, qpkt.pkt.pts = 488, qpkt.bs->TimeStamp = 878400, avctx->time_base = (1, 50)
2503[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2504[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 38801
2505[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 479, qpkt.bs->DecodeTimeStamp = 862200, qpkt.pkt.pts = 484, qpkt.bs->TimeStamp = 871200, avctx->time_base = (1, 50)
2506[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 6971
2507[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124928, current: 123904; changing to 124929. This may result in incorrect timestamps in the output file.
2508EOF in input file 0
2509Terminating demuxer thread 0
2510[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 480, qpkt.bs->DecodeTimeStamp = 864000, qpkt.pkt.pts = 482, qpkt.bs->TimeStamp = 867600, avctx->time_base = (1, 50)
2511[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3056
2512[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124929, current: 123392; changing to 124930. This may result in incorrect timestamps in the output file.
2513[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 481, qpkt.bs->DecodeTimeStamp = 865800, qpkt.pkt.pts = 481, qpkt.bs->TimeStamp = 865800, avctx->time_base = (1, 50)
2514[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7614
2515[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2516[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2517[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124930, current: 123136; changing to 124931. This may result in incorrect timestamps in the output file.
2518[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 482, qpkt.bs->DecodeTimeStamp = 867600, qpkt.pkt.pts = 483, qpkt.bs->TimeStamp = 869400, avctx->time_base = (1, 50)
2519[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2520[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7288
2521[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2522[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2523[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124931, current: 123648; changing to 124932. This may result in incorrect timestamps in the output file.
2524[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 483, qpkt.bs->DecodeTimeStamp = 869400, qpkt.pkt.pts = 486, qpkt.bs->TimeStamp = 874800, avctx->time_base = (1, 50)
2525[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2526[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3807
2527[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124932, current: 124416; changing to 124933. This may result in incorrect timestamps in the output file.
2528[hevc_qsv @ 000001D2D77C3140] A decode call did not consume any data: expect more data at input (-10)
2529[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 484, qpkt.bs->DecodeTimeStamp = 871200, qpkt.pkt.pts = 485, qpkt.bs->TimeStamp = 873000, avctx->time_base = (1, 50)
2530[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9106
2531[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2532[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2533[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124933, current: 124160; changing to 124934. This may result in incorrect timestamps in the output file.
2534[hevc_qsv @ 000001D2D77C3140] A decode call did not consume any data: expect more data at input (-10)
2535[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 485, qpkt.bs->DecodeTimeStamp = 873000, qpkt.pkt.pts = 487, qpkt.bs->TimeStamp = 876600, avctx->time_base = (1, 50)
2536[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2537[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9366
2538[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2539[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2540[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 124934, current: 124672; changing to 124935. This may result in incorrect timestamps in the output file.
2541[hevc_qsv @ 000001D2D77C3140] A decode call did not consume any data: expect more data at input (-10)
2542[out_0_0 @ 000001D2DEDE4D80] EOF on sink link out_0_0:default.
2543[out_0_1 @ 000001D2DEDE5E80] EOF on sink link out_0_1:default.
2544No more output streams to write to, finishing.
2545[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 486, qpkt.bs->DecodeTimeStamp = 874800, qpkt.pkt.pts = 495, qpkt.bs->TimeStamp = 891000, avctx->time_base = (1, 50)
2546[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2547[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 49169
2548[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 487, qpkt.bs->DecodeTimeStamp = 876600, qpkt.pkt.pts = 492, qpkt.bs->TimeStamp = 885600, avctx->time_base = (1, 50)
2549[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 11674
2550[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126720, current: 125952; changing to 126721. This may result in incorrect timestamps in the output file.
2551[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 488, qpkt.bs->DecodeTimeStamp = 878400, qpkt.pkt.pts = 490, qpkt.bs->TimeStamp = 882000, avctx->time_base = (1, 50)
2552[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 3749
2553[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126721, current: 125440; changing to 126722. This may result in incorrect timestamps in the output file.
2554[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 489, qpkt.bs->DecodeTimeStamp = 880200, qpkt.pkt.pts = 489, qpkt.bs->TimeStamp = 880200, avctx->time_base = (1, 50)
2555[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9951
2556[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2557[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2558[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 490, qpkt.bs->DecodeTimeStamp = 882000, qpkt.pkt.pts = 491, qpkt.bs->TimeStamp = 883800, avctx->time_base = (1, 50)
2559[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2560[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9505
2561[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2562[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2563[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126722, current: 125184; changing to 126723. This may result in incorrect timestamps in the output file.
2564[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 491, qpkt.bs->DecodeTimeStamp = 883800, qpkt.pkt.pts = 494, qpkt.bs->TimeStamp = 889200, avctx->time_base = (1, 50)
2565[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2566[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 5502
2567[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126723, current: 125696; changing to 126724. This may result in incorrect timestamps in the output file.
2568[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126724, current: 126464; changing to 126725. This may result in incorrect timestamps in the output file.
2569[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 492, qpkt.bs->DecodeTimeStamp = 885600, qpkt.pkt.pts = 493, qpkt.bs->TimeStamp = 887400, avctx->time_base = (1, 50)
2570[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9739
2571[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2572[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2573[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2574[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2575[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 126725, current: 126208; changing to 126726. This may result in incorrect timestamps in the output file.
2576[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 493, qpkt.bs->DecodeTimeStamp = 887400, qpkt.pkt.pts = 496, qpkt.bs->TimeStamp = 892800, avctx->time_base = (1, 50)
2577[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2578[extract_extradata @ 000001D2D97B6300] obu_type: 1, temporal_id: 0, spatial_id: 0, payload size: 13
2579[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 139187
2580[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 494, qpkt.bs->DecodeTimeStamp = 889200, qpkt.pkt.pts = 499, qpkt.bs->TimeStamp = 898200, avctx->time_base = (1, 50)
2581[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2582[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 50468
2583[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 495, qpkt.bs->DecodeTimeStamp = 891000, qpkt.pkt.pts = 498, qpkt.bs->TimeStamp = 896400, avctx->time_base = (1, 50)
2584[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 7124
2585[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 127744, current: 127488; changing to 127745. This may result in incorrect timestamps in the output file.
2586[av1_qsv @ 000001D2D955C780] qpkt.pkt.dts = 496, qpkt.bs->DecodeTimeStamp = 892800, qpkt.pkt.pts = 497, qpkt.bs->TimeStamp = 894600, avctx->time_base = (1, 50)
2587[extract_extradata @ 000001D2D97B6300] obu_type: 6, temporal_id: 0, spatial_id: 0, payload size: 9249
2588[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2589[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2590[extract_extradata @ 000001D2D97B6300] obu_type: 2, temporal_id: 0, spatial_id: 0, payload size: 0
2591[extract_extradata @ 000001D2D97B6300] obu_type: 3, temporal_id: 0, spatial_id: 0, payload size: 1
2592[mp4 @ 000001D2D95A0440] Non-monotonous DTS in output stream 0:0; previous: 127745, current: 127232; changing to 127746. This may result in incorrect timestamps in the output file.
2593[aac @ 000001D2D9572700] Trying to remove 512 more samples than there are in the queue
2594All streams finished for output file #0
2595Terminating muxer thread 0
2596[AVIOContext @ 000001D2D9573B00] Statistics: 5318604 bytes written, 2 seeks, 24 writeouts
2597frame= 500 fps= 94 q=-0.0 Lsize= 5194kB time=00:00:09.98 bitrate=4259.3kbits/s speed=1.89x
2598video:5026kB audio:162kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.119403%
2599Input file #0 (input.mp4):
2600 Input stream #0:0 (video): 500 packets read (10083893 bytes); 500 frames decoded;
2601 Input stream #0:1 (audio): 434 packets read (167573 bytes); 431 frames decoded (440832 samples);
2602 Total: 934 packets (10251466 bytes) demuxed
2603Output file #0 (output.mp4):
2604 Output stream #0:0 (video): 500 frames encoded; 500 packets muxed (5146648 bytes);
2605 Output stream #0:1 (audio): 431 frames encoded (440832 samples); 432 packets muxed (165609 bytes);
2606 Total: 932 packets (5312257 bytes) muxed
2607931 frames successfully decoded, 0 decoding errors
2608[aac @ 000001D2D9572700] Qavg: 435.957
2609[AVIOContext @ 000001D2D77A6D80] Statistics: 10313442 bytes read, 2 seeks