[FFmpeg-trac] #10129(ffmpeg:new): tonemap_vaapi: Failed to start picture processing: 1 (operation failed).
FFmpeg
trac at avcodec.org
Sun Jan 1 22:21:26 EET 2023
#10129: tonemap_vaapi: Failed to start picture processing: 1 (operation failed).
--------------------------------------+----------------------------------
Reporter: Ishan Jain | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: 5.1.2
Keywords: ffmpeg-vaapi | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------------+----------------------------------
Summary of the bug:
How to reproduce:
{{{
% /usr/lib/jellyfin-ffmpeg/ffmpeg -report -v verbose -init_hw_device
"vaapi=va" -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0
-threads 1 -i file:/root/downscaled/output.mkv -threads 1 -filter_threads
1 -map 0:v:0 -vf "tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709"
-debug_ts -f null -
ffmpeg version 5.1.2-Jellyfin Copyright (c) 2000-2022 the FFmpeg
developers
built with gcc 11 (Ubuntu 11.3.0-1ubuntu1~22.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux
--extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-
ffplay --disable-ptx-compression --disable-shared --disable-libxcb
--disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3
--enable-static --enable-gmp --enable-gnutls --enable-chromaprint
--enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi
--enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-
libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-
libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi
--enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1
--enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl
--enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-
cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
built on ...
}}}
1. The ffmpeg instance is running in a Debian 11 LXC container. ( {{{
Linux pvenas 5.15.74-1-pve #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15
+0100) x86_64 GNU/Linux
}}}
2. The host has i5 12400 processor.
3. A sample video is available here,
http://dl.ishanjain.me/ffmpeg.tonemap.vaapi.sample.mkv
(I am not sure if I can upload this here? I tried trimming it but it was
around ~100mb minimum)
4. ffmpeg builds are available here, https://github.com/jellyfin/jellyfin-
ffmpeg. I also tried latest build from here, https://github.com/BtbN
/FFmpeg-Builds/releases/tag/latest [98b1aa8] and it was failing there as
well with the same error at the same location.
5. ffmpeg report on the sample is here,
{{{
ffmpeg started on 2023-01-02 at 01:37:09
Report written to "ffmpeg-20230102-013709.log"
Log level: 48
Command line:
/usr/lib/jellyfin-ffmpeg/ffmpeg -report -v verbose -init_hw_device
"vaapi=va" -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0
-threads 1 -i file:/root/downscaled/output.mkv -threads 1 -filter_threads
1 -map 0:v:0 -vf "tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709"
-debug_ts -f null -
ffmpeg version 5.1.2-Jellyfin Copyright (c) 2000-2022 the FFmpeg
developers
built with gcc 11 (Ubuntu 11.3.0-1ubuntu1~22.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux
--extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-
ffplay --disable-ptx-compression --disable-shared --disable-libxcb
--disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3
--enable-static --enable-gmp --enable-gnutls --enable-chromaprint
--enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi
--enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-
libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-
libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi
--enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1
--enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl
--enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-
cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a
report) with argument '1'.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument 'verbose'.
Reading option '-init_hw_device' ... matched as option 'init_hw_device'
(initialise hardware device) with argument 'vaapi=va'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW
accelerated decoding) with argument 'vaapi'.
Reading option '-hwaccel_output_format' ... matched as option
'hwaccel_output_format' (select output format used with HW accelerated
decoding) with argument 'vaapi'.
Reading option '-autorotate' ... matched as option 'autorotate'
(automatically insert correct rotate filters) with argument '0'.
Reading option '-threads' ... matched as AVOption 'threads' with argument
'1'.
Reading option '-i' ... matched as input url with argument
'file:/root/downscaled/output.mkv'.
Reading option '-threads' ... matched as AVOption 'threads' with argument
'1'.
Reading option '-filter_threads' ... matched as option 'filter_threads'
(number of non-complex filter threads) with argument '1'.
Reading option '-map' ... matched as option 'map' (set input stream
mapping) with argument '0:v:0'.
Reading option '-vf' ... matched as option 'vf' (set video filters) with
argument 'tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709'.
Reading option '-debug_ts' ... matched as option 'debug_ts' (print
timestamp debugging info) with argument '1'.
Reading option '-f' ... matched as option 'f' (force format) with argument
'null'.
Reading option '-' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option v (set logging level) with argument verbose.
Applying option init_hw_device (initialise hardware device) with argument
vaapi=va.
[AVHWDeviceContext @ 0x55fb2a4e8880] Trying to use DRM render node for
device 0.
[AVHWDeviceContext @ 0x55fb2a4e8880] libva: VA-API version 1.16.0
[AVHWDeviceContext @ 0x55fb2a4e8880] libva: Trying to open /usr/lib
/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x55fb2a4e8880] libva: Found init function
__vaDriverInit_1_16
[AVHWDeviceContext @ 0x55fb2a4e8880] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x55fb2a4e8880] Initialised VAAPI connection: version
1.16
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x41524742 -> bgra.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x42475241 -> argb.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x41424752 -> rgba.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x52474241 -> abgr.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x58524742 -> bgr0.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x42475258 -> 0rgb.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x58424752 -> rgb0.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x52474258 -> 0bgr.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30335241 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30334241 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30335258 -> x2rgb10le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30334258 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x36314752 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x56555941 -> 0yuv.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x56555958 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30303859 -> gray.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x3132564e -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x32595559 -> yuyv422.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x59565955 -> uyvy422.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x32315659 -> yuv420p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30323449 -> yuv420p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x50313134 -> yuv411p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x48323234 -> yuv422p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x56323234 -> yuv440p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x33434d49 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x32313050 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x36313050 -> p012le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30313259 -> y210le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x32313259 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x36313259 -> y212le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x30313459 -> y410le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x32313459 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x36313459 -> y412le.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x50424752 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] Format 0x50524742 -> unknown.
[AVHWDeviceContext @ 0x55fb2a4e8880] VAAPI driver: Intel iHD driver for
Intel(R) Gen Graphics - 22.6.4 (aca8ee0).
[AVHWDeviceContext @ 0x55fb2a4e8880] Driver not found in known nonstandard
list, using standard behaviour.
Applying option filter_threads (number of non-complex filter threads) with
argument 1.
Applying option debug_ts (print timestamp debugging info) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url file:/root/downscaled/output.mkv.
Applying option hwaccel (use HW accelerated decoding) with argument vaapi.
Applying option hwaccel_output_format (select output format used with HW
accelerated decoding) with argument vaapi.
Applying option autorotate (automatically insert correct rotate filters)
with argument 0.
Successfully parsed a group of options.
Opening an input file: file:/root/downscaled/output.mkv.
[NULL @ 0x55fb2a515380] Opening 'file:/root/downscaled/output.mkv' for
reading
[file @ 0x55fb2a5151c0] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 0x55fb2a515380] Format matroska,webm probed with
size=2048 and score=100
st:0 removing common factor 1000000 from timebase
st:1 removing common factor 1000000 from timebase
st:2 removing common factor 1000000 from timebase
[matroska,webm @ 0x55fb2a515380] Before avformat_find_stream_info() pos:
5302 bytes read:32768 seeks:0 nb_streams:3
[hevc @ 0x55fb2a5cfe80] nal_unit_type: 32(VPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5cfe80] Decoding VPS
[hevc @ 0x55fb2a5cfe80] Main 10 profile bitstream
[hevc @ 0x55fb2a5cfe80] nal_unit_type: 33(SPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5cfe80] Decoding SPS
[hevc @ 0x55fb2a5cfe80] Main 10 profile bitstream
[hevc @ 0x55fb2a5cfe80] Decoding VUI
[hevc @ 0x55fb2a5cfe80] nal_unit_type: 34(PPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5cfe80] Decoding PPS
[hevc @ 0x55fb2a5cfe80] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5cfe80] Decoding SEI
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 2
with DTS 72, packet 3 with DTS 72
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 8
with DTS 77, packet 9 with DTS 77
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 14
with DTS 82, packet 15 with DTS 82
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 20
with DTS 87, packet 21 with DTS 87
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 26
with DTS 92, packet 27 with DTS 92
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 32
with DTS 97, packet 33 with DTS 97
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 38
with DTS 102, packet 39 with DTS 102
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 44
with DTS 107, packet 45 with DTS 107
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 50
with DTS 112, packet 51 with DTS 112
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 56
with DTS 117, packet 57 with DTS 117
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 62
with DTS 122, packet 63 with DTS 122
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 68
with DTS 127, packet 69 with DTS 127
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 74
with DTS 132, packet 75 with DTS 132
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 80
with DTS 137, packet 81 with DTS 137
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 86
with DTS 142, packet 87 with DTS 142
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 92
with DTS 147, packet 93 with DTS 147
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet 98
with DTS 152, packet 99 with DTS 152
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
104 with DTS 157, packet 105 with DTS 157
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
110 with DTS 162, packet 111 with DTS 162
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
116 with DTS 167, packet 117 with DTS 167
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
122 with DTS 172, packet 123 with DTS 172
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
128 with DTS 177, packet 129 with DTS 177
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
134 with DTS 182, packet 135 with DTS 182
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
140 with DTS 187, packet 141 with DTS 187
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
146 with DTS 192, packet 147 with DTS 192
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
152 with DTS 197, packet 153 with DTS 197
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
158 with DTS 202, packet 159 with DTS 202
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
164 with DTS 207, packet 165 with DTS 207
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
170 with DTS 212, packet 171 with DTS 212
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
176 with DTS 217, packet 177 with DTS 217
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
182 with DTS 222, packet 183 with DTS 222
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
188 with DTS 227, packet 189 with DTS 227
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
194 with DTS 232, packet 195 with DTS 232
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
200 with DTS 237, packet 201 with DTS 237
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
206 with DTS 242, packet 207 with DTS 242
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
212 with DTS 247, packet 213 with DTS 247
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
218 with DTS 252, packet 219 with DTS 252
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
224 with DTS 257, packet 225 with DTS 257
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
230 with DTS 262, packet 231 with DTS 262
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
236 with DTS 267, packet 237 with DTS 267
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
242 with DTS 272, packet 243 with DTS 272
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
248 with DTS 277, packet 249 with DTS 277
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
254 with DTS 282, packet 255 with DTS 282
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
260 with DTS 287, packet 261 with DTS 287
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
266 with DTS 292, packet 267 with DTS 292
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
272 with DTS 297, packet 273 with DTS 297
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
278 with DTS 302, packet 279 with DTS 302
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
284 with DTS 307, packet 285 with DTS 307
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
290 with DTS 312, packet 291 with DTS 312
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
296 with DTS 317, packet 297 with DTS 317
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
302 with DTS 322, packet 303 with DTS 322
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
308 with DTS 327, packet 309 with DTS 327
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
314 with DTS 332, packet 315 with DTS 332
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
320 with DTS 337, packet 321 with DTS 337
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
326 with DTS 342, packet 327 with DTS 342
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
332 with DTS 347, packet 333 with DTS 347
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
338 with DTS 352, packet 339 with DTS 352
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
344 with DTS 357, packet 345 with DTS 357
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
350 with DTS 362, packet 351 with DTS 362
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
356 with DTS 367, packet 357 with DTS 367
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
362 with DTS 372, packet 363 with DTS 372
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
368 with DTS 377, packet 369 with DTS 377
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
374 with DTS 382, packet 375 with DTS 382
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
380 with DTS 387, packet 381 with DTS 387
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
386 with DTS 392, packet 387 with DTS 392
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
392 with DTS 397, packet 393 with DTS 397
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
398 with DTS 402, packet 399 with DTS 402
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
404 with DTS 407, packet 405 with DTS 407
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
410 with DTS 412, packet 411 with DTS 412
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
416 with DTS 417, packet 417 with DTS 417
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
422 with DTS 422, packet 423 with DTS 422
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
428 with DTS 427, packet 429 with DTS 427
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
434 with DTS 432, packet 435 with DTS 432
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
440 with DTS 437, packet 441 with DTS 437
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
446 with DTS 442, packet 447 with DTS 442
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
452 with DTS 447, packet 453 with DTS 447
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
458 with DTS 452, packet 459 with DTS 452
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
464 with DTS 457, packet 465 with DTS 457
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
470 with DTS 462, packet 471 with DTS 462
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
476 with DTS 467, packet 477 with DTS 467
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
482 with DTS 472, packet 483 with DTS 472
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
488 with DTS 477, packet 489 with DTS 477
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
494 with DTS 482, packet 495 with DTS 482
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
500 with DTS 487, packet 501 with DTS 487
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
506 with DTS 492, packet 507 with DTS 492
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
512 with DTS 497, packet 513 with DTS 497
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
518 with DTS 502, packet 519 with DTS 502
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
524 with DTS 507, packet 525 with DTS 507
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
530 with DTS 512, packet 531 with DTS 512
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
536 with DTS 517, packet 537 with DTS 517
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
542 with DTS 522, packet 543 with DTS 522
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
548 with DTS 527, packet 549 with DTS 527
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
554 with DTS 532, packet 555 with DTS 532
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
560 with DTS 537, packet 561 with DTS 537
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
566 with DTS 542, packet 567 with DTS 542
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
572 with DTS 547, packet 573 with DTS 547
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
578 with DTS 552, packet 579 with DTS 552
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
584 with DTS 557, packet 585 with DTS 557
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
590 with DTS 562, packet 591 with DTS 562
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
596 with DTS 567, packet 597 with DTS 567
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
602 with DTS 572, packet 603 with DTS 572
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
608 with DTS 577, packet 609 with DTS 577
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
614 with DTS 582, packet 615 with DTS 582
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
620 with DTS 587, packet 621 with DTS 587
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
626 with DTS 592, packet 627 with DTS 592
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
632 with DTS 597, packet 633 with DTS 597
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
638 with DTS 602, packet 639 with DTS 602
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
644 with DTS 607, packet 645 with DTS 607
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
650 with DTS 612, packet 651 with DTS 612
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
656 with DTS 617, packet 657 with DTS 617
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
662 with DTS 622, packet 663 with DTS 622
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
668 with DTS 627, packet 669 with DTS 627
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
674 with DTS 632, packet 675 with DTS 632
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
680 with DTS 637, packet 681 with DTS 637
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
686 with DTS 642, packet 687 with DTS 642
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
692 with DTS 647, packet 693 with DTS 647
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
698 with DTS 652, packet 699 with DTS 652
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
704 with DTS 657, packet 705 with DTS 657
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
710 with DTS 662, packet 711 with DTS 662
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
716 with DTS 667, packet 717 with DTS 667
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
722 with DTS 672, packet 723 with DTS 672
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
728 with DTS 677, packet 729 with DTS 677
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
734 with DTS 682, packet 735 with DTS 682
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
740 with DTS 687, packet 741 with DTS 687
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
746 with DTS 692, packet 747 with DTS 692
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
752 with DTS 697, packet 753 with DTS 697
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
758 with DTS 702, packet 759 with DTS 702
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
764 with DTS 707, packet 765 with DTS 707
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
770 with DTS 712, packet 771 with DTS 712
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
776 with DTS 717, packet 777 with DTS 717
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
782 with DTS 722, packet 783 with DTS 722
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
788 with DTS 727, packet 789 with DTS 727
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
794 with DTS 732, packet 795 with DTS 732
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
800 with DTS 737, packet 801 with DTS 737
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
806 with DTS 742, packet 807 with DTS 742
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
812 with DTS 747, packet 813 with DTS 747
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
818 with DTS 752, packet 819 with DTS 752
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
824 with DTS 757, packet 825 with DTS 757
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
830 with DTS 762, packet 831 with DTS 762
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
836 with DTS 767, packet 837 with DTS 767
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
842 with DTS 772, packet 843 with DTS 772
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
848 with DTS 777, packet 849 with DTS 777
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
854 with DTS 782, packet 855 with DTS 782
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
860 with DTS 787, packet 861 with DTS 787
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
866 with DTS 792, packet 867 with DTS 792
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
872 with DTS 797, packet 873 with DTS 797
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
878 with DTS 802, packet 879 with DTS 802
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
884 with DTS 807, packet 885 with DTS 807
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
890 with DTS 812, packet 891 with DTS 812
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
896 with DTS 817, packet 897 with DTS 817
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
902 with DTS 822, packet 903 with DTS 822
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
908 with DTS 827, packet 909 with DTS 827
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
914 with DTS 832, packet 915 with DTS 832
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
920 with DTS 837, packet 921 with DTS 837
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
926 with DTS 842, packet 927 with DTS 842
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
932 with DTS 847, packet 933 with DTS 847
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
938 with DTS 852, packet 939 with DTS 852
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
944 with DTS 857, packet 945 with DTS 857
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
950 with DTS 862, packet 951 with DTS 862
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
956 with DTS 867, packet 957 with DTS 867
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
962 with DTS 872, packet 963 with DTS 872
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
968 with DTS 877, packet 969 with DTS 877
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
974 with DTS 882, packet 975 with DTS 882
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
980 with DTS 887, packet 981 with DTS 887
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
986 with DTS 892, packet 987 with DTS 892
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
992 with DTS 897, packet 993 with DTS 897
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
998 with DTS 902, packet 999 with DTS 902
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1004 with DTS 907, packet 1005 with DTS 907
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1010 with DTS 912, packet 1011 with DTS 912
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1016 with DTS 917, packet 1017 with DTS 917
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1022 with DTS 922, packet 1023 with DTS 922
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1028 with DTS 927, packet 1029 with DTS 927
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1034 with DTS 932, packet 1035 with DTS 932
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1040 with DTS 937, packet 1041 with DTS 937
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1046 with DTS 942, packet 1047 with DTS 942
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1052 with DTS 947, packet 1053 with DTS 947
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1058 with DTS 952, packet 1059 with DTS 952
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1064 with DTS 957, packet 1065 with DTS 957
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1070 with DTS 962, packet 1071 with DTS 962
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1076 with DTS 967, packet 1077 with DTS 967
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1082 with DTS 972, packet 1083 with DTS 972
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1088 with DTS 977, packet 1089 with DTS 977
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1094 with DTS 982, packet 1095 with DTS 982
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1100 with DTS 987, packet 1101 with DTS 987
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1106 with DTS 992, packet 1107 with DTS 992
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1112 with DTS 997, packet 1113 with DTS 997
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1118 with DTS 1002, packet 1119 with DTS 1002
[matroska,webm @ 0x55fb2a515380] Non-increasing DTS in stream 1: packet
1124 with DTS 1007, packet 1125 with DTS 1007
[matroska,webm @ 0x55fb2a515380] All info found
[matroska,webm @ 0x55fb2a515380] After avformat_find_stream_info() pos:
2108945 bytes read:2108945 seeks:0 frames:1133
Input #0, matroska,webm, from 'file:/root/downscaled/output.mkv':
Metadata:
title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
ENCODER : Lavf58.76.100
Duration: 00:00:22.81, start: 0.070000, bitrate: 56425 kb/s
Chapters:
Chapter #0:0: start 0.000000, end 22.813000
Metadata:
title : Chapter 3
Stream #0:0, 3, 1/1000: Video: hevc (Main 10), 1 reference frame,
yuv420p10le(tv, bt2020nc/bt2020/smpte2084, topleft), 3840x2026 (3840x2032)
[SAR 1:1 DAR 1920:1013], 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 62230142
DURATION-eng : 00:00:30.030000000
NUMBER_OF_FRAMES-eng: 720
NUMBER_OF_BYTES-eng: 233596398
_STATISTICS_WRITING_APP-eng: mkvmerge v28.2.0 ('The Awakening')
64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-11-25 09:10:59
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:00:20.029000000
Stream #0:1(eng), 1129, 1/1000: Audio: truehd, 48000 Hz, 7.1, s32 (24
bit) (default)
Metadata:
title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 5505579
DURATION-eng : 00:00:30.030000000
NUMBER_OF_FRAMES-eng: 36036
NUMBER_OF_BYTES-eng: 20666570
_STATISTICS_WRITING_APP-eng: mkvmerge v28.2.0 ('The Awakening')
64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-11-25 09:10:59
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:00:20.030000000
Stream #0:2(eng), 1, 1/1000: Subtitle: ass (default)
Metadata:
title : English-SRT
BPS-eng : 120
DURATION-eng : 00:00:32.146000000
NUMBER_OF_FRAMES-eng: 15
NUMBER_OF_BYTES-eng: 486
_STATISTICS_WRITING_APP-eng: mkvmerge v28.2.0 ('The Awakening')
64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-11-25 09:10:59
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
ENCODER : Lavc58.134.100 ssa
DURATION : 00:00:22.813000000
Successfully opened the file.
Parsing a group of options: output url -.
Applying option map (set input stream mapping) with argument 0:v:0.
Applying option vf (set video filters) with argument
tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709.
Applying option f (force format) with argument null.
Successfully parsed a group of options.
Opening an output file: -.
Successfully opened the file.
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 32(VPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding VPS
[hevc @ 0x55fb2a5e8fc0] Main 10 profile bitstream
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 33(SPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SPS
[hevc @ 0x55fb2a5e8fc0] Main 10 profile bitstream
[hevc @ 0x55fb2a5e8fc0] Decoding VUI
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 34(PPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding PPS
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> wrapped_avframe (native))
Press [q] to stop, [?] for help
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
demuxer -> ist_index:0 type:video next_dts:NOPTS next_dts_time:NOPTS
next_pts:NOPTS next_pts_time:NOPTS pkt_pts:1011 pkt_pts_time:1.011
pkt_dts:NOPTS pkt_dts_time:NOPTS duration:41 duration_time:0.041
off:-70000 off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:941 pkt_pts_time:0.941
pkt_dts:NOPTS pkt_dts_time:NOPTS duration:41 duration_time:0.041
off:-70000 off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 32(VPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 33(SPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 34(PPS), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 20(IDR_N_LP), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding VPS
[hevc @ 0x55fb2a5e8fc0] Main 10 profile bitstream
[hevc @ 0x55fb2a5e8fc0] Decoding SPS
[hevc @ 0x55fb2a5e8fc0] Main 10 profile bitstream
[hevc @ 0x55fb2a5e8fc0] Decoding VUI
[hevc @ 0x55fb2a5e8fc0] Decoding PPS
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Skipped PREFIX SEI 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Format vaapi chosen by get_format().
[hevc @ 0x55fb2a5e8fc0] Format vaapi requires hwaccel initialisation.
[hevc @ 0x55fb2a5e8fc0] Considering format 0x30313050 -> p010le.
[hevc @ 0x55fb2a5e8fc0] Picked p010le (0x30313050) as best match for
yuv420p10le.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0.
[AVHWFramesContext @ 0x55fb2a720c40] Direct mapping possible.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x1.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x2.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x3.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x4.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x5.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x6.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x7.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x8.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x9.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xa.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xb.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xc.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xd.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xe.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0xf.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x10.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x11.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x12.
[AVHWFramesContext @ 0x55fb2a720c40] Created surface 0x13.
[hevc @ 0x55fb2a5e8fc0] Decode context initialised: 0x17/0x10000000.
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (602599 bytes) is 0x2.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x13.
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
demuxer -> ist_index:0 type:video next_dts:-42416 next_dts_time:-0.042416
next_pts:0 next_pts_time:0 pkt_pts:1219 pkt_pts_time:1.219 pkt_dts:NOPTS
pkt_dts_time:NOPTS duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1149 pkt_pts_time:1.149
pkt_dts:NOPTS pkt_dts_time:NOPTS duration:41 duration_time:0.041
off:-70000 off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x2.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (475068 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x12.
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
cur_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)
demuxer -> ist_index:0 type:video next_dts:-1416 next_dts_time:-0.001416
next_pts:0 next_pts_time:0 pkt_pts:1136 pkt_pts_time:1.136 pkt_dts:1011
pkt_dts_time:1.011 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1066 pkt_pts_time:1.066
pkt_dts:941 pkt_dts_time:0.941 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 0.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (368057 bytes) is 0x2.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x11.
decoder -> ist_index:0 type:video frame_pts:941 frame_pts_time:0.941
best_effort_ts:941 best_effort_ts_time:0.941 keyframe:1 frame_type:1
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Setting 'format' to value 'nv12'
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Setting 'p' to value 'bt709'
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Setting 't' to value 'bt709'
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Setting 'm' to value 'bt709'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] Setting 'video_size' to
value '3840x2026'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] Setting 'pix_fmt' to
value '44'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] Setting 'time_base' to
value '1/1000'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] Setting 'pixel_aspect' to
value '1/1'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] Setting 'frame_rate' to
value '24000/1001'
[graph 0 input from stream 0:0 @ 0x55fb2a7281c0] w:3840 h:2026
pixfmt:vaapi tb:1/1000 fr:24000/1001 sar:1/1
[AVFilterGraph @ 0x55fb2a721780] query_formats: 3 queried, 2 merged, 0
already done, 0 delayed
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x14.
[AVHWFramesContext @ 0x55fb2a728380] Direct mapping possible.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x15.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x16.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x17.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x18.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x19.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x1a.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x1b.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x1c.
[AVHWFramesContext @ 0x55fb2a728380] Created surface 0x1d.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Param buffer (type 42, 112
bytes, count 1) is 0x2.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(941).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x13 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(941).
Output #0, null, to 'pipe:':
Metadata:
title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
encoder : Lavf59.27.100
Chapters:
Chapter #0:0: start 0.000000, end 22.743000
Metadata:
title : Chapter 3
Stream #0:0, 0, 1001/24000: Video: wrapped_avframe, 1 reference frame,
vaapi(tv, bt709, progressive, topleft), 3840x2026 (0x0) [SAR 1:1 DAR
1920:1013], q=2-31, 200 kb/s, 23.98 fps, 23.98 tbn (default)
Metadata:
title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 62230142
DURATION-eng : 00:00:30.030000000
NUMBER_OF_FRAMES-eng: 720
NUMBER_OF_BYTES-eng: 233596398
_STATISTICS_WRITING_APP-eng: mkvmerge v28.2.0 ('The Awakening')
64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-11-25 09:10:59
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:00:20.029000000
encoder : Lavc59.37.100 wrapped_avframe
filter -> pts:23 pts_time:0.959292 exact:22.561440 time_base:1001/24000
encoder <- type:video frame_pts:23 frame_pts_time:0.959292
time_base:1001/24000
encoder -> type:video pkt_pts:23 pkt_pts_time:0.959292 pkt_dts:23
pkt_dts_time:0.959292 duration:0 duration_time:0
encoder -> type:video pkt_pts:23 pkt_pts_time:0.959292 pkt_dts:23
pkt_dts_time:0.959292 duration:0 duration_time:0
muxer <- type:video pkt_pts:23 pkt_pts_time:0.959292 pkt_dts:23
pkt_dts_time:0.959292 duration:0 duration_time:0 size:472
frame= 1 fps=0.0 q=-0.0 size=N/A time=00:00:01.00 bitrate=N/A
speed=52.7x
demuxer -> ist_index:0 type:video next_dts:982000 next_dts_time:0.982
next_pts:982000 next_pts_time:0.982 pkt_pts:1052 pkt_pts_time:1.052
pkt_dts:1052 pkt_dts_time:1.052 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:982 pkt_pts_time:0.982
pkt_dts:982 pkt_dts_time:0.982 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 1.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (263641 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x10.
decoder -> ist_index:0 type:video frame_pts:982 frame_pts_time:0.982
best_effort_ts:982 best_effort_ts_time:0.982 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(982).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x10 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(982).
filter -> pts:24 pts_time:1.001 exact:23.544472 time_base:1001/24000
encoder <- type:video frame_pts:24 frame_pts_time:1.001
time_base:1001/24000
encoder -> type:video pkt_pts:24 pkt_pts_time:1.001 pkt_dts:24
pkt_dts_time:1.001 duration:0 duration_time:0
encoder -> type:video pkt_pts:24 pkt_pts_time:1.001 pkt_dts:24
pkt_dts_time:1.001 duration:0 duration_time:0
muxer <- type:video pkt_pts:24 pkt_pts_time:1.001 pkt_dts:24
pkt_dts_time:1.001 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1023000 next_dts_time:1.023
next_pts:1023000 next_pts_time:1.023 pkt_pts:1094 pkt_pts_time:1.094
pkt_dts:1094 pkt_dts_time:1.094 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1024 pkt_pts_time:1.024
pkt_dts:1024 pkt_dts_time:1.024 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 2.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (261937 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xf.
decoder -> ist_index:0 type:video frame_pts:1024 frame_pts_time:1.024
best_effort_ts:1024 best_effort_ts_time:1.024 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1024).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xf for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1024).
filter -> pts:25 pts_time:1.04271 exact:24.551460 time_base:1001/24000
encoder <- type:video frame_pts:25 frame_pts_time:1.04271
time_base:1001/24000
encoder -> type:video pkt_pts:25 pkt_pts_time:1.04271 pkt_dts:25
pkt_dts_time:1.04271 duration:0 duration_time:0
encoder -> type:video pkt_pts:25 pkt_pts_time:1.04271 pkt_dts:25
pkt_dts_time:1.04271 duration:0 duration_time:0
muxer <- type:video pkt_pts:25 pkt_pts_time:1.04271 pkt_dts:25
pkt_dts_time:1.04271 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1065000 next_dts_time:1.065
next_pts:1065000 next_pts_time:1.065 pkt_pts:1177 pkt_pts_time:1.177
pkt_dts:1136 pkt_dts_time:1.136 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1107 pkt_pts_time:1.107
pkt_dts:1066 pkt_dts_time:1.066 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 3.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (265558 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x10.
decoder -> ist_index:0 type:video frame_pts:1066 frame_pts_time:1.066
best_effort_ts:1066 best_effort_ts_time:1.066 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1066).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x11 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1066).
filter -> pts:26 pts_time:1.08442 exact:25.558449 time_base:1001/24000
encoder <- type:video frame_pts:26 frame_pts_time:1.08442
time_base:1001/24000
encoder -> type:video pkt_pts:26 pkt_pts_time:1.08442 pkt_dts:26
pkt_dts_time:1.08442 duration:0 duration_time:0
encoder -> type:video pkt_pts:26 pkt_pts_time:1.08442 pkt_dts:26
pkt_dts_time:1.08442 duration:0 duration_time:0
muxer <- type:video pkt_pts:26 pkt_pts_time:1.08442 pkt_dts:26
pkt_dts_time:1.08442 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1107000 next_dts_time:1.107
next_pts:1107000 next_pts_time:1.107 pkt_pts:1428 pkt_pts_time:1.428
pkt_dts:1177 pkt_dts_time:1.177 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1358 pkt_pts_time:1.358
pkt_dts:1107 pkt_dts_time:1.107 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 4.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (448903 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xf.
decoder -> ist_index:0 type:video frame_pts:1107 frame_pts_time:1.107
best_effort_ts:1107 best_effort_ts_time:1.107 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1107).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x10 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1107).
filter -> pts:27 pts_time:1.12613 exact:26.541481 time_base:1001/24000
encoder <- type:video frame_pts:27 frame_pts_time:1.12613
time_base:1001/24000
encoder -> type:video pkt_pts:27 pkt_pts_time:1.12613 pkt_dts:27
pkt_dts_time:1.12613 duration:0 duration_time:0
encoder -> type:video pkt_pts:27 pkt_pts_time:1.12613 pkt_dts:27
pkt_dts_time:1.12613 duration:0 duration_time:0
muxer <- type:video pkt_pts:27 pkt_pts_time:1.12613 pkt_dts:27
pkt_dts_time:1.12613 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1148000 next_dts_time:1.148
next_pts:1148000 next_pts_time:1.148 pkt_pts:1344 pkt_pts_time:1.344
pkt_dts:1219 pkt_dts_time:1.219 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1274 pkt_pts_time:1.274
pkt_dts:1149 pkt_dts_time:1.149 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 5.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (345755 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x10.
decoder -> ist_index:0 type:video frame_pts:1149 frame_pts_time:1.149
best_effort_ts:1149 best_effort_ts_time:1.149 keyframe:0 frame_type:2
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1149).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x12 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1149).
filter -> pts:28 pts_time:1.16783 exact:27.548470 time_base:1001/24000
encoder <- type:video frame_pts:28 frame_pts_time:1.16783
time_base:1001/24000
encoder -> type:video pkt_pts:28 pkt_pts_time:1.16783 pkt_dts:28
pkt_dts_time:1.16783 duration:0 duration_time:0
encoder -> type:video pkt_pts:28 pkt_pts_time:1.16783 pkt_dts:28
pkt_dts_time:1.16783 duration:0 duration_time:0
muxer <- type:video pkt_pts:28 pkt_pts_time:1.16783 pkt_dts:28
pkt_dts_time:1.16783 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1190000 next_dts_time:1.19
next_pts:1190000 next_pts_time:1.19 pkt_pts:1261 pkt_pts_time:1.261
pkt_dts:1261 pkt_dts_time:1.261 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1191 pkt_pts_time:1.191
pkt_dts:1191 pkt_dts_time:1.191 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 6.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (263122 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xe.
decoder -> ist_index:0 type:video frame_pts:1191 frame_pts_time:1.191
best_effort_ts:1191 best_effort_ts_time:1.191 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1191).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xe for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1191).
filter -> pts:29 pts_time:1.20954 exact:28.555458 time_base:1001/24000
encoder <- type:video frame_pts:29 frame_pts_time:1.20954
time_base:1001/24000
encoder -> type:video pkt_pts:29 pkt_pts_time:1.20954 pkt_dts:29
pkt_dts_time:1.20954 duration:0 duration_time:0
encoder -> type:video pkt_pts:29 pkt_pts_time:1.20954 pkt_dts:29
pkt_dts_time:1.20954 duration:0 duration_time:0
muxer <- type:video pkt_pts:29 pkt_pts_time:1.20954 pkt_dts:29
pkt_dts_time:1.20954 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1232000 next_dts_time:1.232
next_pts:1232000 next_pts_time:1.232 pkt_pts:1303 pkt_pts_time:1.303
pkt_dts:1303 pkt_dts_time:1.303 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1233 pkt_pts_time:1.233
pkt_dts:1233 pkt_dts_time:1.233 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 7.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (268550 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x13.
decoder -> ist_index:0 type:video frame_pts:1233 frame_pts_time:1.233
best_effort_ts:1233 best_effort_ts_time:1.233 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1233).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x13 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1233).
filter -> pts:30 pts_time:1.25125 exact:29.562447 time_base:1001/24000
encoder <- type:video frame_pts:30 frame_pts_time:1.25125
time_base:1001/24000
encoder -> type:video pkt_pts:30 pkt_pts_time:1.25125 pkt_dts:30
pkt_dts_time:1.25125 duration:0 duration_time:0
encoder -> type:video pkt_pts:30 pkt_pts_time:1.25125 pkt_dts:30
pkt_dts_time:1.25125 duration:0 duration_time:0
muxer <- type:video pkt_pts:30 pkt_pts_time:1.25125 pkt_dts:30
pkt_dts_time:1.25125 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1274000 next_dts_time:1.274
next_pts:1274000 next_pts_time:1.274 pkt_pts:1386 pkt_pts_time:1.386
pkt_dts:1344 pkt_dts_time:1.344 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1316 pkt_pts_time:1.316
pkt_dts:1274 pkt_dts_time:1.274 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 8.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (250173 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xe.
decoder -> ist_index:0 type:video frame_pts:1274 frame_pts_time:1.274
best_effort_ts:1274 best_effort_ts_time:1.274 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1274).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x10 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1274).
filter -> pts:31 pts_time:1.29296 exact:30.545448 time_base:1001/24000
encoder <- type:video frame_pts:31 frame_pts_time:1.29296
time_base:1001/24000
encoder -> type:video pkt_pts:31 pkt_pts_time:1.29296 pkt_dts:31
pkt_dts_time:1.29296 duration:0 duration_time:0
encoder -> type:video pkt_pts:31 pkt_pts_time:1.29296 pkt_dts:31
pkt_dts_time:1.29296 duration:0 duration_time:0
muxer <- type:video pkt_pts:31 pkt_pts_time:1.29296 pkt_dts:31
pkt_dts_time:1.29296 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1315000 next_dts_time:1.315
next_pts:1315000 next_pts_time:1.315 pkt_pts:1636 pkt_pts_time:1.636
pkt_dts:1386 pkt_dts_time:1.386 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1566 pkt_pts_time:1.566
pkt_dts:1316 pkt_dts_time:1.316 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 9.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (449970 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x13.
decoder -> ist_index:0 type:video frame_pts:1316 frame_pts_time:1.316
best_effort_ts:1316 best_effort_ts_time:1.316 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1316).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xe for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1316).
filter -> pts:32 pts_time:1.33467 exact:31.552467 time_base:1001/24000
encoder <- type:video frame_pts:32 frame_pts_time:1.33467
time_base:1001/24000
encoder -> type:video pkt_pts:32 pkt_pts_time:1.33467 pkt_dts:32
pkt_dts_time:1.33467 duration:0 duration_time:0
encoder -> type:video pkt_pts:32 pkt_pts_time:1.33467 pkt_dts:32
pkt_dts_time:1.33467 duration:0 duration_time:0
muxer <- type:video pkt_pts:32 pkt_pts_time:1.33467 pkt_dts:32
pkt_dts_time:1.33467 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1357000 next_dts_time:1.357
next_pts:1357000 next_pts_time:1.357 pkt_pts:1553 pkt_pts_time:1.553
pkt_dts:1428 pkt_dts_time:1.428 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1483 pkt_pts_time:1.483
pkt_dts:1358 pkt_dts_time:1.358 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 10.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (357616 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xe.
decoder -> ist_index:0 type:video frame_pts:1358 frame_pts_time:1.358
best_effort_ts:1358 best_effort_ts_time:1.358 keyframe:0 frame_type:2
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1358).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xf for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1358).
filter -> pts:33 pts_time:1.37637 exact:32.559456 time_base:1001/24000
encoder <- type:video frame_pts:33 frame_pts_time:1.37637
time_base:1001/24000
encoder -> type:video pkt_pts:33 pkt_pts_time:1.37637 pkt_dts:33
pkt_dts_time:1.37637 duration:0 duration_time:0
encoder -> type:video pkt_pts:33 pkt_pts_time:1.37637 pkt_dts:33
pkt_dts_time:1.37637 duration:0 duration_time:0
muxer <- type:video pkt_pts:33 pkt_pts_time:1.37637 pkt_dts:33
pkt_dts_time:1.37637 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1399000 next_dts_time:1.399
next_pts:1399000 next_pts_time:1.399 pkt_pts:1469 pkt_pts_time:1.469
pkt_dts:1469 pkt_dts_time:1.469 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1399 pkt_pts_time:1.399
pkt_dts:1399 pkt_dts_time:1.399 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 11.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (256269 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x12.
decoder -> ist_index:0 type:video frame_pts:1399 frame_pts_time:1.399
best_effort_ts:1399 best_effort_ts_time:1.399 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1399).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x12 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1399).
filter -> pts:34 pts_time:1.41808 exact:33.542458 time_base:1001/24000
encoder <- type:video frame_pts:34 frame_pts_time:1.41808
time_base:1001/24000
encoder -> type:video pkt_pts:34 pkt_pts_time:1.41808 pkt_dts:34
pkt_dts_time:1.41808 duration:0 duration_time:0
encoder -> type:video pkt_pts:34 pkt_pts_time:1.41808 pkt_dts:34
pkt_dts_time:1.41808 duration:0 duration_time:0
muxer <- type:video pkt_pts:34 pkt_pts_time:1.41808 pkt_dts:34
pkt_dts_time:1.41808 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1440000 next_dts_time:1.44
next_pts:1440000 next_pts_time:1.44 pkt_pts:1511 pkt_pts_time:1.511
pkt_dts:1511 pkt_dts_time:1.511 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1441 pkt_pts_time:1.441
pkt_dts:1441 pkt_dts_time:1.441 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 12.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (253722 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x11.
decoder -> ist_index:0 type:video frame_pts:1441 frame_pts_time:1.441
best_effort_ts:1441 best_effort_ts_time:1.441 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1441).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x11 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1441).
filter -> pts:35 pts_time:1.45979 exact:34.549446 time_base:1001/24000
encoder <- type:video frame_pts:35 frame_pts_time:1.45979
time_base:1001/24000
encoder -> type:video pkt_pts:35 pkt_pts_time:1.45979 pkt_dts:35
pkt_dts_time:1.45979 duration:0 duration_time:0
encoder -> type:video pkt_pts:35 pkt_pts_time:1.45979 pkt_dts:35
pkt_dts_time:1.45979 duration:0 duration_time:0
muxer <- type:video pkt_pts:35 pkt_pts_time:1.45979 pkt_dts:35
pkt_dts_time:1.45979 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1482000 next_dts_time:1.482
next_pts:1482000 next_pts_time:1.482 pkt_pts:1595 pkt_pts_time:1.595
pkt_dts:1553 pkt_dts_time:1.553 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1525 pkt_pts_time:1.525
pkt_dts:1483 pkt_dts_time:1.483 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 13.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (249967 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x12.
decoder -> ist_index:0 type:video frame_pts:1483 frame_pts_time:1.483
best_effort_ts:1483 best_effort_ts_time:1.483 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1483).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xe for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1483).
filter -> pts:36 pts_time:1.5015 exact:35.556465 time_base:1001/24000
encoder <- type:video frame_pts:36 frame_pts_time:1.5015
time_base:1001/24000
encoder -> type:video pkt_pts:36 pkt_pts_time:1.5015 pkt_dts:36
pkt_dts_time:1.5015 duration:0 duration_time:0
encoder -> type:video pkt_pts:36 pkt_pts_time:1.5015 pkt_dts:36
pkt_dts_time:1.5015 duration:0 duration_time:0
muxer <- type:video pkt_pts:36 pkt_pts_time:1.5015 pkt_dts:36
pkt_dts_time:1.5015 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1524000 next_dts_time:1.524
next_pts:1524000 next_pts_time:1.524 pkt_pts:1845 pkt_pts_time:1.845
pkt_dts:1595 pkt_dts_time:1.595 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1775 pkt_pts_time:1.775
pkt_dts:1525 pkt_dts_time:1.525 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 14.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (460262 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x11.
decoder -> ist_index:0 type:video frame_pts:1525 frame_pts_time:1.525
best_effort_ts:1525 best_effort_ts_time:1.525 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1525).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x12 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1525).
filter -> pts:37 pts_time:1.54321 exact:36.563454 time_base:1001/24000
encoder <- type:video frame_pts:37 frame_pts_time:1.54321
time_base:1001/24000
encoder -> type:video pkt_pts:37 pkt_pts_time:1.54321 pkt_dts:37
pkt_dts_time:1.54321 duration:0 duration_time:0
encoder -> type:video pkt_pts:37 pkt_pts_time:1.54321 pkt_dts:37
pkt_dts_time:1.54321 duration:0 duration_time:0
muxer <- type:video pkt_pts:37 pkt_pts_time:1.54321 pkt_dts:37
pkt_dts_time:1.54321 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1566000 next_dts_time:1.566
next_pts:1566000 next_pts_time:1.566 pkt_pts:1761 pkt_pts_time:1.761
pkt_dts:1636 pkt_dts_time:1.636 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1691 pkt_pts_time:1.691
pkt_dts:1566 pkt_dts_time:1.566 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 15.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (331836 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x12.
decoder -> ist_index:0 type:video frame_pts:1566 frame_pts_time:1.566
best_effort_ts:1566 best_effort_ts_time:1.566 keyframe:0 frame_type:2
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1566).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x13 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1566).
filter -> pts:38 pts_time:1.58492 exact:37.546455 time_base:1001/24000
encoder <- type:video frame_pts:38 frame_pts_time:1.58492
time_base:1001/24000
encoder -> type:video pkt_pts:38 pkt_pts_time:1.58492 pkt_dts:38
pkt_dts_time:1.58492 duration:0 duration_time:0
encoder -> type:video pkt_pts:38 pkt_pts_time:1.58492 pkt_dts:38
pkt_dts_time:1.58492 duration:0 duration_time:0
muxer <- type:video pkt_pts:38 pkt_pts_time:1.58492 pkt_dts:38
pkt_dts_time:1.58492 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1607000 next_dts_time:1.607
next_pts:1607000 next_pts_time:1.607 pkt_pts:1678 pkt_pts_time:1.678
pkt_dts:1678 pkt_dts_time:1.678 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1608 pkt_pts_time:1.608
pkt_dts:1608 pkt_dts_time:1.608 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 16.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (258082 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0xf.
decoder -> ist_index:0 type:video frame_pts:1608 frame_pts_time:1.608
best_effort_ts:1608 best_effort_ts_time:1.608 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1608).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0xf for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1d for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter output: vaapi, 3840x2026
(1608).
filter -> pts:39 pts_time:1.62662 exact:38.553444 time_base:1001/24000
encoder <- type:video frame_pts:39 frame_pts_time:1.62662
time_base:1001/24000
encoder -> type:video pkt_pts:39 pkt_pts_time:1.62662 pkt_dts:39
pkt_dts_time:1.62662 duration:0 duration_time:0
encoder -> type:video pkt_pts:39 pkt_pts_time:1.62662 pkt_dts:39
pkt_dts_time:1.62662 duration:0 duration_time:0
muxer <- type:video pkt_pts:39 pkt_pts_time:1.62662 pkt_dts:39
pkt_dts_time:1.62662 duration:0 duration_time:0 size:472
demuxer -> ist_index:0 type:video next_dts:1649000 next_dts_time:1.649
next_pts:1649000 next_pts_time:1.649 pkt_pts:1720 pkt_pts_time:1.72
pkt_dts:1720 pkt_dts_time:1.72 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
demuxer+ffmpeg -> ist_index:0 type:video pkt_pts:1650 pkt_pts_time:1.65
pkt_dts:1650 pkt_dts_time:1.65 duration:41 duration_time:0.041 off:-70000
off_time:-0.07
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0,
temporal_id: 0
[hevc @ 0x55fb2a5e8fc0] Decoding SEI
[hevc @ 0x55fb2a5e8fc0] Mastering Display Metadata:
[hevc @ 0x55fb2a5e8fc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600)
wp(0.3127, 0.3290)
[hevc @ 0x55fb2a5e8fc0] min_luminance=0.000100, max_luminance=1000.000000
[hevc @ 0x55fb2a5e8fc0] Content Light Level Metadata:
[hevc @ 0x55fb2a5e8fc0] MaxCLL=0, MaxFALL=0
[hevc @ 0x55fb2a5e8fc0] Output frame with POC 17.
[hevc @ 0x55fb2a5e8fc0] Param buffer (type 0, 604 bytes) is 0x1.
[hevc @ 0x55fb2a5e8fc0] Slice 0 param buffer (264 bytes) is 0.
[hevc @ 0x55fb2a5e8fc0] Slice 0 data buffer (260822 bytes) is 0x3.
[hevc @ 0x55fb2a5e8fc0] Decode to surface 0x10.
decoder -> ist_index:0 type:video frame_pts:1650 frame_pts_time:1.65
best_effort_ts:1650 best_effort_ts_time:1.65 keyframe:0 frame_type:3
time_base:1/1000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Filter input: vaapi, 3840x2026
(1650).
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
luminance):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] min_luminance=1,
max_luminance=10000000
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Display Metadata(in
primaries):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] G(13250,34500) B(7500,3000)
R(34000,16000) WP(15635,16450)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mastering Content Light Level
(in):
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] MaxCLL(0) MaxFALL(0)
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x10 for tonemap
vpp input.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Using surface 0x1c for tonemap
vpp output.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt2020nc/bt2020/smpte2084 topleft to VA standard 13 chroma siting 0x5
range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Mapped colour properties tv
bt709/bt709/bt709 topleft to VA standard 13 chroma siting 0x5 range 0x1.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Pipeline parameter buffer is
0x3.
[Parsed_tonemap_vaapi_0 @ 0x55fb2a723780] Failed to start picture
processing: 1 (operation failed).
Error while filtering: Input/output error
Failed to inject frame into filter network: Input/output error
Error while processing the decoded data for stream #0:0
[AVIOContext @ 0x55fb2a515900] Statistics: 7851552 bytes read, 0 seeks
Conversion failed!
}}}
Few more reports,
1. https://dl.ishanjain.me/ffmpeg-20230102-005503.txt
2. https://dl.ishanjain.me/ffmpeg-20230102-005503.txt
3. https://dl.ishanjain.me/ffmpeg-20230102-004144.txt
{{{
mediainfo ffmpeg.tonemap.vaapi.sample.mkv
emerald :: ~ 130 » mediainfo output.mkv
General
Unique ID :
188666213137960694644364664136156075615
(0x8DEFCA7AE3DE67AE7F06F5D34F38565F)
Complete name : output.mkv
Format : Matroska
Format version : Version 4
File size : 153 MiB
Duration : 22 s 813 ms
Overall bit rate mode : Variable
Overall bit rate : 56.4 Mb/s
Movie name :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
Writing application : Lavf58.76.100
Writing library : Lavf58.76.100
ErrorDetectionType : Per level 1
Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10 at L5.1@High
HDR format : SMPTE ST 2086, HDR10 compatible
Codec ID : V_MPEGH/ISO/HEVC
Duration : 20 s 29 ms
Bit rate : 62.2 Mb/s
Width : 3 840 pixels
Height : 2 026 pixels
Display aspect ratio : 1.895
Frame rate mode : Variable
Frame rate : 35.948 FPS
Original frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0 (Type 2)
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.223
Stream size : 223 MiB
Title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
Writing library : x265
2.8+74-fd517ae68f93:[Windows][GCC 8.2.1][64 bit] 10bit
Encoding settings : cpuid=1111039 / frame-
threads=16 / numa-pools=24,24,24,24 / wpp / no-pmode / no-pme / no-psnr /
no-ssim / log-level=2 / input-csp=1 / input-res=3840x2026 / interlace=0 /
total-frames=0 / level-idc=51 / high-tier=1 / uhd-bd=0 / ref=3 / no-allow-
non-conformance / repeat-headers / annexb / aud / hrd / info / hash=0 /
no-temporal-layers / no-open-gop / min-keyint=1 / keyint=24 / gop-
lookahead=0 / bframes=4 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-
lookahead=25 / lookahead-slices=4 / scenecut=40 / radl=0 / no-intra-
refresh / ctu=64 / min-cu-size=8 / no-rect / no-amp / max-tu-size=32 / tu-
inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=0 / dynamic-
rd=0.00 / no-ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-
constrained-intra / strong-intra-smoothing / max-merge=2 / limit-refs=3 /
no-limit-modes / me=1 / subme=2 / merange=57 / temporal-mvp / weightp /
no-weightb / no-analyze-src-pics / deblock=0:0 / no-sao / no-sao-non-
deblock / rd=3 / no-early-skip / rskip / no-fast-intra / no-tskip-fast /
no-cu-lossless / no-b-intra / no-splitrd-skip / rdpenalty=0 / psy-rd=2.00
/ psy-rdoq=0.00 / no-rd-refine / no-lossless / cbqpoffs=0 / crqpoffs=0 /
rc=crf / crf=16.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 /
vbv-maxrate=160000 / vbv-bufsize=160000 / vbv-init=0.9 / crf-max=0.0 /
crf-min=0.0 / ipratio=1.40 / pbratio=1.30 / aq-mode=1 / aq-strength=1.00 /
cutree / zone-count=0 / no-strict-cbr / qg-size=32 / no-rc-grain /
qpmax=69 / qpmin=0 / no-const-vbv / sar=1 / overscan=0 / videoformat=5 /
range=0 / colorprim=9 / transfer=16 / colormatrix=9 / chromaloc=1 /
chromaloc-top=2 / chromaloc-bottom=2 / display-window=0 / master-
display=G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,01)
/ max-cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-
timing-info / vui-hrd-info / slices=1 / opt-qp-pps / opt-ref-list-length-
pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / no-opt-cu-delta-qp /
no-aq-motion / hdr / hdr-opt / no-dhdr10-opt / no-idr-recovery-sei /
analysis-reuse-level=5 / scale-factor=0 / refine-intra=0 / refine-inter=0
/ refine-mv=0 / no-limit-sao / ctu-info=0 / no-lowpass-dct / refine-mv-
type=0 / copy-pic=1 / max-ausize-factor=1.0 / no-dynamic-refine / no-
single-sei
Default : Yes
Forced : No
Color range : Limited
Color primaries : BT.2020
Transfer characteristics : PQ
Matrix coefficients : BT.2020 non-constant
Mastering display color primaries : Display P3
Mastering display luminance : min: 0.0001 cd/m2, max: 1000
cd/m2
Audio
ID : 2
Format : MLP FBA 16-ch
Format/Info : Meridian Lossless Packing FBA
with 16-channel presentation
Commercial name : Dolby TrueHD with Dolby Atmos
Codec ID : A_TRUEHD
Duration : 20 s 30 ms
Bit rate mode : Variable
Bit rate : 5 506 kb/s
Maximum bit rate : 8 175 kb/s
Channel(s) : 8 channels
Channel layout : L R C LFE Ls Rs Lb Rb
Sampling rate : 48.0 kHz
Frame rate : 1 200.000 FPS (40 SPF)
Bit depth : 24 bits
Compression mode : Lossless
Delay relative to video : -941 ms
Stream size : 19.7 MiB (13%)
Title :
Mission.Impossible.Fallout.2018.2160p.BluRay.x265.10bit.HDR.DTS-
HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
Language : English
Default : Yes
Forced : No
Number of dynamic objects : 11
Bed channel count : 1 channel
Bed channel configuration : LFE
Text
ID : 3
Format : ASS
Codec ID : S_TEXT/ASS
Codec ID/Info : Advanced Sub Station Alpha
Duration : 22 s 813 ms
Bit rate : 120 b/s
Frame rate : 0.658 FPS
Count of elements : 15
Compression mode : Lossless
Stream size : 486 Bytes (0%)
Title : English-SRT
Writing library : Lavc58.134.100 ssa
Language : English
Default : Yes
Forced : No
Menu
00:00:00.000 : Chapter 3
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10129>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list