FFmpeg-trac
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
January 2023
- 1 participants
- 520 discussions
#10139: Possible use of uninitialised memory
-------------------------------------+-------------------------------------
Reporter: agoodm | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
Possible use of uninitialised memory discovered after a number of weeks
fuzzing.
Initially discovered with ffmpeg built like this:
./configure --cc=/usr/bin/afl-clang-fast --cxx=/usr/bin/afl-clang-fast++
--disable-everything --disable-network --disable-autodetect --enable-
demuxer=mov,m4v,matroska --enable-encoder=pam --enable-decoder=h264,mpeg4
--enable-muxer=rawvideo --enable-protocol=file --enable-filter=scale
Further tested using valgrind on distro version and above compiled version
from git master.
How to reproduce:
{{{
ffmpeg -threads 1 -y -i 29357tmin -vframes 1 -vcodec pam -f rawvideo
-threads 1 /dev/null
}}}
$ valgrind ffmpeg -v 9 -loglevel 99 -threads 1 -y -i 29357tmin -vframes 1
-vcodec pam -f rawvideo -threads 1 /dev/null
==1701344== Memcheck, a memory error detector
==1701344== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et
al.
==1701344== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright
info
==1701344== Command: ffmpeg -v 9 -loglevel 99 -threads 1 -y -i 29357tmin
-vframes 1 -vcodec pam -f rawvideo -threads 1 /dev/null
==1701344==
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg
developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-gnutls --enable-ladspa --enable-libaom
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-
libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-
libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus
--enable-libpulse --enable-librabbitmq --enable-librubberband --enable-
libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-
libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-
libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-
libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq
--enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl
--enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg
--enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Reading option '-threads' ... matched as AVOption 'threads' with argument
'1'.
Reading option '-y' ... matched as option 'y' (overwrite output files)
with argument '1'.
Reading option '-i' ... matched as input url with argument '29357tmin'.
Reading option '-vframes' ... matched as option 'vframes' (set the number
of video frames to output) with argument '1'.
Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
('copy' to copy stream)) with argument 'pam'.
Reading option '-f' ... matched as option 'f' (force format) with argument
'rawvideo'.
Reading option '-threads' ... matched as AVOption 'threads' with argument
'1'.
Reading option '/dev/null' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url 29357tmin.
Successfully parsed a group of options.
Opening an input file: 29357tmin.
[NULL @ 0x120038c0] Opening '29357tmin' for reading
[file @ 0x12004940] Setting default whitelist 'file,crypto,data'
Probing m4v score:5 size:1111
Last message repeated 1 times
[m4v @ 0x120038c0] Format m4v detected only with low score of 5,
misdetection possible!
[m4v @ 0x120038c0] Before avformat_find_stream_info() pos: 0 bytes
read:1111 seeks:0 nb_streams:1
[mpeg4 @ 0x12017f80] time_increment_bits 0 is invalid in relation to the
current bitstream, this is likely caused by a missing VOL header
[mpeg4 @ 0x12017f80] time_increment_bits set to 16 bits, based on
bitstream analysis
[mpeg4 @ 0x12017f80] Marker bit missing at 2465 of 5184 before
time_increment_resolution
[mpeg4 @ 0x12017f80] Marker bit missing at 2500 of 5184 before width
[mpeg4 @ 0x12017f80] Marker bit missing at 2514 of 5184 before height
[mpeg4 @ 0x12017f80] N-bit not supported
[mpeg4 @ 0x12017f80] quant precision 10
[mpeg4 @ 0x12017f80] time_increment_bits 16 is invalid in relation to the
current bitstream, this is likely caused by a missing VOL header
[mpeg4 @ 0x12017f80] time_increment_bits set to 14 bits, based on
bitstream analysis
[mpeg4 @ 0x12017f80] Reverting picture dimensions change due to header
decoding failure
[mpeg4 @ 0x12017f80] Marker bit missing at 2465 of 5184 before
time_increment_resolution
[mpeg4 @ 0x12017f80] Marker bit missing at 2500 of 5184 before width
[mpeg4 @ 0x12017f80] Marker bit missing at 2514 of 5184 before height
[mpeg4 @ 0x12017f80] N-bit not supported
[mpeg4 @ 0x12017f80] quant precision 10
[mpeg4 @ 0x12017f80] Format yuv420p chosen by get_format().
[m4v @ 0x120038c0] All info found
[m4v @ 0x120038c0] stream 0: start_time: 2.61456 duration: NOPTS
[m4v @ 0x120038c0] format: start_time: 2.61456 duration: NOPTS (estimate
from bit rate) bitrate=0 kb/s
[m4v @ 0x120038c0] After avformat_find_stream_info() pos: 1024 bytes
read:1111 seeks:0 frames:2
Input #0, m4v, from '29357tmin':
Duration: N/A, start: 2.614563, bitrate: N/A
Stream #0:0, 2, 1/1200000: Video: mpeg4, 1 reference frame,
yuv420p(left), 40x1, 0/1, 43.84 tbr, 1200k tbn, 43.84 tbc
Successfully opened the file.
Parsing a group of options: output url /dev/null.
Applying option vframes (set the number of video frames to output) with
argument 1.
Applying option vcodec (force video codec ('copy' to copy stream)) with
argument pam.
Applying option f (force format) with argument rawvideo.
Successfully parsed a group of options.
Opening an output file: /dev/null.
[file @ 0x1203c0c0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:
Stream #0:0 -> #0:0 (mpeg4 (native) -> pam (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)
Last message repeated 1 times
[mpeg4 @ 0x12034a80] Marker bit missing at 2465 of 5184 before
time_increment_resolution
[mpeg4 @ 0x12034a80] Marker bit missing at 2500 of 5184 before width
[mpeg4 @ 0x12034a80] Marker bit missing at 2514 of 5184 before height
[mpeg4 @ 0x12034a80] N-bit not supported
[mpeg4 @ 0x12034a80] quant precision 10
[mpeg4 @ 0x12034a80] Format yuv420p chosen by get_format().
[mpeg4 @ 0x12034a80] DC corrupted at 2 0
[mpeg4 @ 0x12034a80] marker does not match f_code
Last message repeated 5 times
[mpeg4 @ 0x12034a80] illegal mb_num in video packet (0 3)
[mpeg4 @ 0x12034a80] marker does not match f_code
[mpeg4 @ 0x12034a80] concealing 3 DC, 3 AC, 3 MV errors in I frame
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
timestamp discontinuity for stream #0:0 (id=0, type=video): -892048, new
offset= -1722515
[mpeg4 @ 0x12034a80] time_increment_bits 16 is invalid in relation to the
current bitstream, this is likely caused by a missing VOL header
[mpeg4 @ 0x12034a80] time_increment_bits set to 14 bits, based on
bitstream analysis
[mpeg4 @ 0x12034a80] DC corrupted at 0 0
[mpeg4 @ 0x12034a80] marker does not match f_code
Last message repeated 1 times
[mpeg4 @ 0x12034a80] concealing 3 DC, 3 AC, 3 MV errors in I frame
29357tmin: corrupt decoded frame in stream 0
[graph 0 input from stream 0:0 @ 0x120adec0] Setting 'video_size' to value
'40x1'
[graph 0 input from stream 0:0 @ 0x120adec0] Setting 'pix_fmt' to value
'0'
[graph 0 input from stream 0:0 @ 0x120adec0] Setting 'time_base' to value
'1/1200000'
[graph 0 input from stream 0:0 @ 0x120adec0] Setting 'pixel_aspect' to
value '0/1'
[graph 0 input from stream 0:0 @ 0x120adec0] Setting 'frame_rate' to value
'33800/771'
[graph 0 input from stream 0:0 @ 0x120adec0] w:40 h:1 pixfmt:yuv420p
tb:1/1200000 fr:33800/771 sar:0/1
[format @ 0x120aff40] Setting 'pix_fmts' to value
'rgb24|rgba|rgb48be|rgba64be|gray|ya8|gray16be|ya16be|monob'
[auto_scaler_0 @ 0x12121300] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 0x12121300] w:iw h:ih flags:'bicubic' interl:0
[format @ 0x120aff40] auto-inserting filter 'auto_scaler_0' between the
filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0x120ad080] query_formats: 4 queried, 2 merged, 1 already
done, 0 delayed
[auto_scaler_0 @ 0x12121300] picking rgb24 out of 9 ref:yuv420p alpha:0
[auto_scaler_0 @ 0x12121300] w:40 h:1 fmt:yuv420p sar:0/1 -> w:40 h:1
fmt:rgb24 sar:0/1 flags:0x4
Output #0, rawvideo, to '/dev/null':
Metadata:
encoder : Lavf58.76.100
Stream #0:0, 0, 771/33800: Video: pam, 1 reference frame, rgb24(pc,
gbr/unknown/unknown, progressive, left), 40x1 (0x0), 0/1, q=2-31, 200
kb/s, 43.84 fps, 43.84 tbn
Metadata:
encoder : Lavc58.134.100 pam
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[NULL @ 0x12017f80] Marker bit missing at 59 of 1960 before
video_object_layer_width
[NULL @ 0x12017f80] Marker bit missing at 74 of 1960 before
video_object_layer_height
[NULL @ 0x12017f80] Marker bit missing at 129 of 1960 after
first_half_bit_rate
[NULL @ 0x12017f80] Marker bit missing at 145 of 1960 after
latter_half_bit_rate
[NULL @ 0x12017f80] Marker bit missing at 161 of 1960 after
first_half_vbv_buffer_size
[NULL @ 0x12017f80] Marker bit missing at 176 of 1960 after
first_half_vbv_buffer_size
[NULL @ 0x12017f80] Marker bit missing at 929 of 1960 after
Time_code[47..32]
timestamp discontinuity for stream #0:0 (id=0, type=video): -790916, new
offset= -931599
[mpeg4 @ 0x12034a80] Marker bit missing at 59 of 1960 before
video_object_layer_width
[mpeg4 @ 0x12034a80] Marker bit missing at 74 of 1960 before
video_object_layer_height
[mpeg4 @ 0x12034a80] Marker bit missing at 129 of 1960 after
first_half_bit_rate
[mpeg4 @ 0x12034a80] Marker bit missing at 145 of 1960 after
latter_half_bit_rate
[mpeg4 @ 0x12034a80] Marker bit missing at 161 of 1960 after
first_half_vbv_buffer_size
[mpeg4 @ 0x12034a80] Marker bit missing at 176 of 1960 after
first_half_vbv_buffer_size
[mpeg4 @ 0x12034a80] Marker bit missing at 929 of 1960 after
Time_code[47..32]
[mpeg4 @ 0x12034a80] warning: first frame is no keyframe
detected 40 logical cores
[graph 0 input from stream 0:0 @ 0x121c6440] Setting 'video_size' to value
'2x511'
[graph 0 input from stream 0:0 @ 0x121c6440] Setting 'pix_fmt' to value
'77'
[graph 0 input from stream 0:0 @ 0x121c6440] Setting 'time_base' to value
'1/1200000'
[graph 0 input from stream 0:0 @ 0x121c6440] Setting 'pixel_aspect' to
value '192/34'
[graph 0 input from stream 0:0 @ 0x121c6440] Setting 'frame_rate' to value
'33800/771'
[graph 0 input from stream 0:0 @ 0x121c6440] w:2 h:511 pixfmt:gbrp10le
tb:1/1200000 fr:33800/771 sar:192/34
[scaler_out_0_0 @ 0x121c7d80] Setting 'w' to value '40'
[scaler_out_0_0 @ 0x121c7d80] Setting 'h' to value '1'
[scaler_out_0_0 @ 0x121c7d80] Setting 'flags' to value 'bicubic'
[scaler_out_0_0 @ 0x121c7d80] w:40 h:1 flags:'bicubic' interl:0
[format @ 0x121c92c0] Setting 'pix_fmts' to value 'rgb24'
[AVFilterGraph @ 0x121bddc0] query_formats: 5 queried, 4 merged, 0 already
done, 0 delayed
[swscaler @ 0x12271780] Forcing full internal H chroma due to input having
non subsampled chroma
sws: initFilter failed
[scaler_out_0_0 @ 0x121c7d80] w:2 h:511 fmt:gbrp10le sar:192/34 -> w:40
h:1 fmt:rgb24 sar:24/43435 flags:0x4
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64342E6: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C001: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463710: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64342E6: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C7CD: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463710: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64342E6: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C80C: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463710: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64402E6: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C5A1: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463749: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64402ED: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C5A1: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463749: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x64402FF: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C5A1: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463749: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
==1701344== Conditional jump or move depends on uninitialised value(s)
==1701344== at 0x6440312: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x647C5A1: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6461FD0: ??? (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x646312C: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x6463749: sws_scale (in /usr/lib/x86_64-linux-
gnu/libswscale.so.5.9.100)
==1701344== by 0x4B19B44: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A36E: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x4B1A479: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D3508: ??? (in /usr/lib/x86_64-linux-
gnu/libavfilter.so.7.110.100)
==1701344== by 0x49D830F: av_buffersrc_add_frame_flags (in
/usr/lib/x86_64-linux-gnu/libavfilter.so.7.110.100)
==1701344== by 0x13A12C: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x13B31C: ??? (in /usr/bin/ffmpeg)
==1701344==
Not duplicating 3 initial frames
*** dropping frame 0 from stream 0 at ts -37
No more output streams to write to, finishing.
==1701344== Syscall param write(buf) points to uninitialised byte(s)
==1701344== at 0x696DA6F: __libc_write (write.c:26)
==1701344== by 0x696DA6F: write (write.c:24)
==1701344== by 0x4DCFD7C: ??? (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4DA3DF3: ??? (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4DA4406: ??? (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4DA5DD9: avio_flush (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4E7346A: av_write_trailer (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x13E797: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x115E66: main (in /usr/bin/ffmpeg)
==1701344== Address 0x1203c63c is 60 bytes inside a block of size 262,144
alloc'd
==1701344== at 0x484DE30: memalign (in /usr/libexec/valgrind
/vgpreload_memcheck-amd64-linux.so)
==1701344== by 0x484DF92: posix_memalign (in /usr/libexec/valgrind
/vgpreload_memcheck-amd64-linux.so)
==1701344== by 0x64FA9E4: av_malloc (in /usr/lib/x86_64-linux-
gnu/libavutil.so.56.70.100)
==1701344== by 0x4DA7CE5: ??? (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4DA7EF7: ??? (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x4DA7F51: avio_open2 (in /usr/lib/x86_64-linux-
gnu/libavformat.so.58.76.100)
==1701344== by 0x1248E8: ??? (in /usr/bin/ffmpeg)
==1701344== by 0x115DD8: main (in /usr/bin/ffmpeg)
==1701344==
frame= 1 fps=0.5 q=-0.0 Lsize= 0kB time=00:00:00.09 bitrate=
15.8kbits/s dup=0 drop=1 speed=0.0424x
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 0.000000%
Input file #0 (29357tmin):
Input stream #0:0 (video): 4 packets read (1107 bytes); 3 frames
decoded;
Total: 4 packets (1107 bytes) demuxed
Output file #0 (/dev/null):
Output stream #0:0 (video): 1 frames encoded; 1 packets muxed (180
bytes);
Total: 1 packets (180 bytes) muxed
3 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x1207c6c0] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x1200d300] Statistics: 1111 bytes read, 0 seeks
==1701344==
==1701344== HEAP SUMMARY:
==1701344== in use at exit: 51,580 bytes in 277 blocks
==1701344== total heap usage: 6,983 allocs, 6,706 frees, 3,200,392 bytes
allocated
==1701344==
==1701344== LEAK SUMMARY:
==1701344== definitely lost: 0 bytes in 0 blocks
==1701344== indirectly lost: 0 bytes in 0 blocks
==1701344== possibly lost: 0 bytes in 0 blocks
==1701344== still reachable: 49,564 bytes in 256 blocks
==1701344== suppressed: 0 bytes in 0 blocks
==1701344== Rerun with --leak-check=full to see details of leaked memory
==1701344==
==1701344== Use --track-origins=yes to see where uninitialised values come
from
==1701344== For lists of detected and suppressed errors, rerun with: -s
==1701344== ERROR SUMMARY: 369 errors from 8 contexts (suppressed: 0 from
0)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10139>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
1
#8777: ffmpeg HDR signaling
----------------------------------+---------------------------------------
Reporter: Helg1980 | Type: enhancement
Status: new | Priority: normal
Component: ffmpeg | Version: unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+---------------------------------------
Hi,
I'm using a great program FFMPEG with support for HEVC_NVENC 10bit and
HWACCEL CUVID, but I ran into this problem: I can't set the parameters
Light level Maxcll and Max fall, this is necessary to correctly transmit
the brightness of the HDR content (I can't find anywhere on the Internet
How to write these parameters correctly).
Here's my line.:
ffmpeg -loglevel debug -threads:v 4 -threads:a 8 \
-hwaccel cuvid \
-i "/run/media/helg/WDC/HLG.mov" \
-b:v 40M -maxrate:v 50M -rc vbr_hq -2pass 1 -c:v hevc_nvenc -preset slow
-sei hdr -profile:v main10 -level:v 5.1 \
-color_primaries bt2020 -color_trc arib-std-b67 -colorspace bt2020nc
-color_range tv -maxcll 1000 -maxfall 100 \
-flags -global_header -max_muxing_queue_size 1024 \
-c:a aac -b:a 384k \
-f matroska -y "/run/media/helg/WDC/HLG.mkv"
The terminal returns an error: Unrecognized option 'maxcll'.
Please tell me what I'm doing wrong?
(my system: Manjaro Linux, GeForce GTX 1050ti, ffmpeg version n4.2.3 )
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8777>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
6
#10138: cuda missing as hwaccel value
-------------------------------------+-------------------------------------
Reporter: justin | Type: defect
Status: new | Priority: normal
Component: | Version:
documentation | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -i input ... output
ffmpeg version
built on ...
}}}
browse to https://ffmpeg.org/ffmpeg-all.html
go to the "-hwaccel" section
See that "cuda" is not listed as a value, though it is a valid value.
Should there be a value for AMD's engine?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10138>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
2
#7946(ffmpeg:new): drawtext %{metadata:key} can only pull manually entered tags
by FFmpeg 15 Jan '23
by FFmpeg 15 Jan '23
15 Jan '23
#7946: drawtext %{metadata:key} can only pull manually entered tags
-------------------------------------+-------------------------------------
Reporter: | Type:
electron.rotoscope | enhancement
Status: new | Priority: minor
Component: ffmpeg | Version:
Keywords: drawtext | unspecified
metadata | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
ffmpeg's drawtext filter supports text expansion for metadata, but it only
seems to be able to read keys that show up in ffprobe packet outputs
prepended by "TAG:", which are rare. (I can only find them if I manually
insert them via a concat list)
It would be useful to be able to access other packet metadata (e.g. size
of current packet) the same way %{n} and %{pts} work.
How to reproduce:
Running the latest ffmpeg on windows, if I don't create a
"file_packet_metadata" line in a concat list, there's nothing the
%{metadata} can access. It can't access any of the other information that
shows up with ffprobe -show_packets
{{{
C:\ffmpeg>echo file 'C:\ffmpeg\testfile.mov' > catjustfile.txt
C:\ffmpeg>ffprobe -f concat -safe 0 -show_packets -read_intervals "%+#1"
catjustfile.txt
ffprobe version N-93994-gd81913e680 Copyright (c) 2007-2019 the FFmpeg
developers
built with gcc 8.3.1 (GCC) 20190414
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-
nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 28.100 / 56. 28.100
libavcodec 58. 52.102 / 58. 52.102
libavformat 58. 27.103 / 58. 27.103
libavdevice 58. 7.100 / 58. 7.100
libavfilter 7. 55.100 / 7. 55.100
libswscale 5. 4.101 / 5. 4.101
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, concat, from 'catjustfile.txt':
Duration: N/A, start: 0.000000, bitrate: 57 kb/s
Stream #0:0(eng): Video: prores (Proxy) (apco / 0x6F637061),
yuv422p10le(tv, smpte170m/unknown/unknown, progressive), 64x64, 57 kb/s,
25 fps, 25 tbr, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Apple ProRes 422 (Proxy)
[PACKET]
codec_type=video
stream_index=0
pts=0
pts_time=0.000000
dts=0
dts_time=0.000000
duration=1
duration_time=0.040000
convergence_duration=N/A
convergence_duration_time=N/A
size=288
pos=1569
flags=K_
[/PACKET]
C:\ffmpeg>ffmpeg -f concat -safe 0 -i catjustfile.txt -vf
"drawtext=text='%{metadata\:manualkey\:notfound}'" -vframes 1 -y
"out1.png"
ffmpeg version N-93994-gd81913e680 Copyright (c) 2000-2019 the FFmpeg
developers
built with gcc 8.3.1 (GCC) 20190414
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-
nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 28.100 / 56. 28.100
libavcodec 58. 52.102 / 58. 52.102
libavformat 58. 27.103 / 58. 27.103
libavdevice 58. 7.100 / 58. 7.100
libavfilter 7. 55.100 / 7. 55.100
libswscale 5. 4.101 / 5. 4.101
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, concat, from 'catjustfile.txt':
Duration: N/A, start: 0.000000, bitrate: 57 kb/s
Stream #0:0(eng): Video: prores (Proxy) (apco / 0x6F637061),
yuv422p10le(tv, smpte170m/unknown/unknown, progressive), 64x64, 57 kb/s,
25 fps, 25 tbr, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Apple ProRes 422 (Proxy)
Stream mapping:
Stream #0:0 -> #0:0 (prores (native) -> png (native))
Press [q] to stop, [?] for help
Fontconfig error: Cannot load default config file
[Parsed_drawtext_0 @ 000000000064c6c0] Using
"C:/Windows/fonts/mingliu.ttc"
Output #0, image2, to 'out1.png':
Metadata:
encoder : Lavf58.27.103
Stream #0:0(eng): Video: png, rgb48be, 64x64, q=2-31, 200 kb/s, 25
fps, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Lavc58.52.102 png
frame= 1 fps=0.0 q=-0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A speed=
2.5x
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: unknown
C:\ffmpeg>echo file 'C:\ffmpeg\testfile.mov' > catmanualentry.txt && echo
file_packet_metadata manualkey=manualentry >> catmanualentry.txt
C:\ffmpeg>ffprobe -f concat -safe 0 -show_packets -read_intervals "%+#1"
catmanualentry.txt
ffprobe version N-93994-gd81913e680 Copyright (c) 2007-2019 the FFmpeg
developers
built with gcc 8.3.1 (GCC) 20190414
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-
nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 28.100 / 56. 28.100
libavcodec 58. 52.102 / 58. 52.102
libavformat 58. 27.103 / 58. 27.103
libavdevice 58. 7.100 / 58. 7.100
libavfilter 7. 55.100 / 7. 55.100
libswscale 5. 4.101 / 5. 4.101
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, concat, from 'catmanualentry.txt':
Duration: N/A, start: 0.000000, bitrate: 57 kb/s
Stream #0:0(eng): Video: prores (Proxy) (apco / 0x6F637061),
yuv422p10le(tv, smpte170m/unknown/unknown, progressive), 64x64, 57 kb/s,
25 fps, 25 tbr, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Apple ProRes 422 (Proxy)
[PACKET]
codec_type=video
stream_index=0
pts=0
pts_time=0.000000
dts=0
dts_time=0.000000
duration=1
duration_time=0.040000
convergence_duration=N/A
convergence_duration_time=N/A
size=288
pos=1569
flags=K_
TAG:manualkey=manualentry
[SIDE_DATA]
side_data_type=Strings Metadata
[/SIDE_DATA]
[/PACKET]
C:\ffmpeg>ffmpeg -f concat -safe 0 -i catmanualentry.txt -vf
"drawtext=text='%{metadata\:manualkey\:notfound}'" -vframes 1 -y
"out2.png"
ffmpeg version N-93994-gd81913e680 Copyright (c) 2000-2019 the FFmpeg
developers
built with gcc 8.3.1 (GCC) 20190414
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-
nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 28.100 / 56. 28.100
libavcodec 58. 52.102 / 58. 52.102
libavformat 58. 27.103 / 58. 27.103
libavdevice 58. 7.100 / 58. 7.100
libavfilter 7. 55.100 / 7. 55.100
libswscale 5. 4.101 / 5. 4.101
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, concat, from 'catmanualentry.txt':
Duration: N/A, start: 0.000000, bitrate: 57 kb/s
Stream #0:0(eng): Video: prores (Proxy) (apco / 0x6F637061),
yuv422p10le(tv, smpte170m/unknown/unknown, progressive), 64x64, 57 kb/s,
25 fps, 25 tbr, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Apple ProRes 422 (Proxy)
Stream mapping:
Stream #0:0 -> #0:0 (prores (native) -> png (native))
Press [q] to stop, [?] for help
Fontconfig error: Cannot load default config file
[Parsed_drawtext_0 @ 000000000057e740] Using
"C:/Windows/fonts/mingliu.ttc"
Output #0, image2, to 'out2.png':
Metadata:
encoder : Lavf58.27.103
Stream #0:0(eng): Video: png, rgb48be, 64x64, q=2-31, 200 kb/s, 25
fps, 25 tbn, 25 tbc
Metadata:
creation_time : 2019-06-06T23:17:35.000000Z
handler_name : Apple Video Media Handler
encoder : Lavc58.52.102 png
frame= 1 fps=0.0 q=-0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A
speed=1.48x
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: unknown
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7946>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
8
#10133: Audio track in TS container not detected
-------------------------------------+-------------------------------------
Reporter: kvasa | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -i sample.ts -vn -c:a copy out.aac
ffmpeg 5.1.2
}}}
This results in an error:
{{{
Output file #0 does not contain any stream
}}}
This is because FFmpeg fails to recognize the audio stream in the file -
e.g. MediaInfo recognizes the audio correctly.
I am not exactly sure where the issue is, I am attaching the file.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10133>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
4
11 Jan '23
#10137: hevc_nvenc [Clipping lookahead depth] and surfaces
-------------------------------------+-------------------------------------
Reporter: colemarc | Type: defect
Status: new | Priority: normal
Component: avcodec | Version:
Keywords: hevc_nvenc | unspecified
scenecut lookahead clipping | Blocked By:
surfaces |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
Goal: to enable scenecut (IFR frames at scene changes)
Solution: add option `-rc-lookahead 59` (cannot find other means)
{{{
C:\>ffmpeg -loglevel debug -i Vinyl.S01E06_000520.mkv -to 00:00:01 -an
-c:v hevc_nvenc -b_ref_mode 0 -rc-lookahead 59 -pix_fmt yuv420p output.mp4
ffmpeg version N-109527-ga0b5aaceca-20230104 Copyright (c) 2000-2023 the
FFmpeg developers
built with gcc 12.2.0 (crosstool-NG 1.25.0.90_cf9beb1)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static
--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64
--target-os=mingw32 --enable-gpl --enable-version3 --disable-debug
--disable-w32threads --enable-pthreads --enable-iconv --enable-libxml2
--enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp
--enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl
--disable-libpulse --enable-libvmaf --disable-libxcb --disable-xlib
--enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth
--enable-chromaprint --enable-libdav1d --enable-libdavs2 --disable-libfdk-
aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme
--enable-libkvazaar --enable-libass --enable-libbluray --enable-libjxl
--enable-libmp3lame --enable-libopus --enable-librist --enable-libssh
--enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2
--disable-libmfx --enable-libvpl --enable-openal --enable-libopencore-
amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopenmpt --enable-librav1e --enable-librubberband --enable-
schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1
--enable-libtwolame --enable-libuavs3d --disable-libdrm --disable-vaapi
--enable-libvidstab --enable-vulkan --enable-libshaderc --enable-
libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-
libxvid --enable-libzimg --enable-libzvbi --extra-
cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread
--extra-ldexeflags= --extra-libs=-lgomp --extra-version=20230104
libavutil 57. 43.100 / 57. 43.100
libavcodec 59. 56.100 / 59. 56.100
libavformat 59. 34.102 / 59. 34.102
libavdevice 59. 8.101 / 59. 8.101
libavfilter 8. 53.100 / 8. 53.100
libswscale 6. 8.112 / 6. 8.112
libswresample 4. 9.100 / 4. 9.100
libpostproc 56. 7.100 / 56. 7.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument 'debug'.
Reading option '-i' ... matched as input url with argument
'Vinyl.S01E06_000520.mkv'.
Reading option '-to' ... matched as option 'to' (record or transcode stop
time) with argument '00:00:01'.
Reading option '-an' ... matched as option 'an' (disable audio) with
argument '1'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument
'hevc_nvenc'.
Reading option '-b_ref_mode' ... matched as AVOption 'b_ref_mode' with
argument '0'.
Reading option '-rc-lookahead' ... matched as AVOption 'rc-lookahead' with
argument '59'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel
format) with argument 'yuv420p'.
Reading option 'output.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input url Vinyl.S01E06_000520.mkv.
Successfully parsed a group of options.
Opening an input file: Vinyl.S01E06_000520.mkv.
[NULL @ 000001edcbbc9980] Opening 'Vinyl.S01E06_000520.mkv' for reading
[file @ 000001edcbbc9fc0] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 000001edcbbc9980] 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
[matroska,webm @ 000001edcbbc9980] Before avformat_find_stream_info() pos:
2817 bytes read:32768 seeks:0 nb_streams:2
[h264 @ 000001edcd844f80] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001edcd844f80] Decoding VUI
[h264 @ 000001edcd844f80] nal_unit_type: 8(PPS), nal_ref_idc: 3
For transform of length 32, inverse, mdct_float, flags: [aligned,
out_of_place], found 3 matches:
1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors[2]:
[2, any], flags: [aligned, out_of_place, inv_only], prio: 544
2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 16, inverse, fft_float, flags: [aligned, inplace,
preshuf, asm_call], found 2 matches:
1: fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
2: fft16_asm_float_avx - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
Transform tree:
mdct_inv_float_avx2 - type: mdct_float, len: 32, factors[2]: [2, any],
flags: [aligned, out_of_place, inv_only]
fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call]
For transform of length 64, inverse, mdct_float, flags: [aligned,
out_of_place], found 3 matches:
1: mdct_inv_float_avx2 - type: mdct_float, len: [16, 8], factors[2]:
[2, any], flags: [aligned, out_of_place, inv_only], prio: 544
2: mdct_inv_float_c - type: mdct_float, len: [2, 8], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
3: mdct_naive_inv_float_c - type: mdct_float, len: [2, 8], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace,
preshuf, asm_call], found 2 matches:
1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
Transform tree:
mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any],
flags: [aligned, out_of_place, inv_only]
fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf, asm_call]
[h264 @ 000001edcd844f80] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001edcd844f80] Decoding VUI
[h264 @ 000001edcd844f80] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000001edcd844f80] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000001edcd844f80] Format yuv420p chosen by get_format().
[h264 @ 000001edcd844f80] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000001edcd844f80] no picture
[matroska,webm @ 000001edcbbc9980] All info found
[matroska,webm @ 000001edcbbc9980] After avformat_find_stream_info() pos:
283335 bytes read:315473 seeks:0 frames:8
Input #0, matroska,webm, from 'Vinyl.S01E06_000520.mkv':
Metadata:
title :
ENCODER : Lavf58.20.100
Duration: 00:05:17.03, start: 0.000000, bitrate: 11212 kb/s
Chapters:
Chapter #0:0: start 0.000000, end 303.498000
Metadata:
title : 00:01:44.438
Chapter #0:1: start 303.498000, end 870.731000
Metadata:
title : 00:10:23.498
Chapter #0:2: start 870.731000, end 1539.733000
Metadata:
title : 00:19:50.731
Chapter #0:3: start 1539.733000, end 2028.972000
Metadata:
title : 00:30:59.733
Chapter #0:4: start 2028.972000, end 2415.066000
Metadata:
title : 00:39:08.972
Chapter #0:5: start 2415.066000, end 2981.298000
Metadata:
title : 00:45:35.066
Chapter #0:6: start 2981.298000, end 3063.723000
Metadata:
title : 00:55:01.298
Stream #0:0(eng), 4, 1/1000: Video: h264 (High), 1 reference frame,
yuv420p(progressive, left), 1920x1080 (1920x1088), 0/1, SAR 1:1 DAR 16:9,
23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
BPS : 8563768
BPS-eng : 8563768
DURATION-eng : 00:56:23.678000000
NUMBER_OF_FRAMES: 81127
NUMBER_OF_FRAMES-eng: 81127
NUMBER_OF_BYTES : 3622129594
NUMBER_OF_BYTES-eng: 3622129594
_STATISTICS_WRITING_APP: mkvmerge v8.3.0 ('Over the Horizon') 64bit
_STATISTICS_WRITING_APP-eng: mkvmerge v8.3.0 ('Over the Horizon')
64bit
_STATISTICS_WRITING_DATE_UTC: 2016-05-20 04:40:35
_STATISTICS_WRITING_DATE_UTC-eng: 2016-05-20 04:40:35
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:05:17.025000000
Stream #0:1(eng), 4, 1/1000: Audio: dts (DTS), 48000 Hz, 5.1(side),
fltp, 1536 kb/s (default)
Metadata:
BPS : 1508999
BPS-eng : 1508999
DURATION-eng : 00:56:23.723000000
NUMBER_OF_FRAMES: 317224
NUMBER_OF_FRAMES-eng: 317224
NUMBER_OF_BYTES : 638254688
NUMBER_OF_BYTES-eng: 638254688
_STATISTICS_WRITING_APP: mkvmerge v8.3.0 ('Over the Horizon') 64bit
_STATISTICS_WRITING_APP-eng: mkvmerge v8.3.0 ('Over the Horizon')
64bit
_STATISTICS_WRITING_DATE_UTC: 2016-05-20 04:40:35
_STATISTICS_WRITING_DATE_UTC-eng: 2016-05-20 04:40:35
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:05:16.941000000
Successfully opened the file.
Parsing a group of options: output url output.mp4.
Applying option to (record or transcode stop time) with argument 00:00:01.
Applying option an (disable audio) with argument 1.
Applying option c:v (codec name) with argument hevc_nvenc.
Applying option pix_fmt (set pixel format) with argument yuv420p.
Successfully parsed a group of options.
Opening an output file: output.mp4.
[file @ 000001edcd8b0540] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
detected 8 logical cores
[h264 @ 000001edcdb2eb00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001edcdb2eb00] Decoding VUI
[h264 @ 000001edcdb2eb00] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))
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)
Last message repeated 1 times
[h264 @ 000001edcdb2eb00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000001edcdb2eb00] Format yuv420p chosen by get_format().
[h264 @ 000001edcdb2eb00] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000001edcdb2eb00] no picture
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdd40380] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdd40380] no picture
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcd864480] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
Last message repeated 4 times
[h264 @ 000001edcdf91f00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdf92600] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdae6e40] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdae7800] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdaf81c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdaf89c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[h264 @ 000001edcdb2eb00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdd40380] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[graph 0 input from stream 0:0 @ 000001edcd858b80] Setting 'video_size' to
value '1920x1080'
[graph 0 input from stream 0:0 @ 000001edcd858b80] Setting 'pix_fmt' to
value '0'
[graph 0 input from stream 0:0 @ 000001edcd858b80] Setting 'time_base' to
value '1/1000'
[graph 0 input from stream 0:0 @ 000001edcd858b80] Setting 'pixel_aspect'
to value '1/1'
[graph 0 input from stream 0:0 @ 000001edcd858b80] Setting 'frame_rate' to
value '13978/583'
[graph 0 input from stream 0:0 @ 000001edcd858b80] w:1920 h:1080
pixfmt:yuv420p tb:1/1000 fr:13978/583 sar:1/1
[format @ 000001edcd859e80] Setting 'pix_fmts' to value 'yuv420p'
[AVFilterGraph @ 000001edd0943000] query_formats: 5 queried, 4 merged, 0
already done, 0 delayed
[hevc_nvenc @ 000001edcdb2e700] Loaded lib: nvcuda.dll
[hevc_nvenc @ 000001edcdb2e700] Loaded sym: cuInit
[...]
[hevc_nvenc @ 000001edcdb2e700] Loaded sym: cuArrayDestroy
[hevc_nvenc @ 000001edcdb2e700] Cannot load optional
cuEGLStreamProducerConnect
[hevc_nvenc @ 000001edcdb2e700] Cannot load optional
cuEGLStreamProducerDisconnect
[hevc_nvenc @ 000001edcdb2e700] Cannot load optional
cuEGLStreamConsumerDisconnect
[hevc_nvenc @ 000001edcdb2e700] Cannot load optional
cuEGLStreamProducerPresentFrame
[hevc_nvenc @ 000001edcdb2e700] Cannot load optional
cuEGLStreamProducerReturnFrame
[hevc_nvenc @ 000001edcdb2e700] Loaded sym: cuD3D11GetDevice
[hevc_nvenc @ 000001edcdb2e700] Loaded sym: cuD3D11GetDevices
[hevc_nvenc @ 000001edcdb2e700] Loaded sym:
cuGraphicsD3D11RegisterResource
[hevc_nvenc @ 000001edcdb2e700] Loaded lib: nvEncodeAPI64.dll
[hevc_nvenc @ 000001edcdb2e700] Loaded sym: NvEncodeAPICreateInstance
[hevc_nvenc @ 000001edcdb2e700] Loaded sym:
NvEncodeAPIGetMaxSupportedVersion
[hevc_nvenc @ 000001edcdb2e700] Loaded Nvenc version 12.0
[hevc_nvenc @ 000001edcdb2e700] Nvenc initialized successfully
[hevc_nvenc @ 000001edcdb2e700] 1 CUDA capable devices found
[hevc_nvenc @ 000001edcdb2e700] [ GPU #0 - < NVIDIA GeForce GTX 1080 Ti >
has Compute SM 6.1 ]
[hevc_nvenc @ 000001edcdb2e700] supports NVENC
[hevc_nvenc @ 000001edcdb2e700] Lookahead enabled: depth 58, scenecut
enabled, B-adapt disabled.
[hevc_nvenc @ 000001edcdb2e700] Clipping lookahead depth to 58 (from 59)
due to lack of surfaces/delayOutput #0, mp4, to 'output.mp4':
Metadata:
title :
encoder : Lavf59.34.102
Chapters:
Chapter #0:0: start 0.000000, end 1.000000
Metadata:
title : 00:01:44.438
Stream #0:0(eng), 0, 1/13978: Video: hevc (Main), 1 reference frame
(hev1 / 0x31766568), yuv420p(progressive, left), 1920x1080 (0x0) [SAR 1:1
DAR 16:9], 0/1, q=2-31, 2000 kb/s, 23.98 fps, 13978 tbn (default)
Metadata:
BPS : 8563768
BPS-eng : 8563768
DURATION-eng : 00:56:23.678000000
NUMBER_OF_FRAMES: 81127
NUMBER_OF_FRAMES-eng: 81127
NUMBER_OF_BYTES : 3622129594
NUMBER_OF_BYTES-eng: 3622129594
_STATISTICS_WRITING_APP: mkvmerge v8.3.0 ('Over the Horizon') 64bit
_STATISTICS_WRITING_APP-eng: mkvmerge v8.3.0 ('Over the Horizon')
64bit
_STATISTICS_WRITING_DATE_UTC: 2016-05-20 04:40:35
_STATISTICS_WRITING_DATE_UTC-eng: 2016-05-20 04:40:35
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 00:05:17.025000000
encoder : Lavc59.56.100 hevc_nvenc
Side data:
cpb: bitrate max/min/avg: 0/0/2000000 buffer size: 4000000
vbv_delay: N/A
Clipping frame in rate conversion by 0.000008
[h264 @ 000001edcd864480] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0N/A
[h264 @ 000001edcdf91f00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
Clipping frame in rate conversion by 0.002998
[h264 @ 000001edcdf92600] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdae6e40] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdae7800] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdaf81c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdaf89c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdb2eb00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdd40380] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
Clipping frame in rate conversion by 0.002007
[h264 @ 000001edcd864480] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdf91f00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdf92600] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
Clipping frame in rate conversion by 0.005013
[h264 @ 000001edcdae6e40] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdae7800] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdaf81c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdaf89c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
Clipping frame in rate conversion by 0.001015
[h264 @ 000001edcdb2eb00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdd40380] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcd864480] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
Clipping frame in rate conversion by 0.004021
[h264 @ 000001edcdf91f00] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdf92600] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdae6e40] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 0
[h264 @ 000001edcdae7800] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[h264 @ 000001edcdaf81c0] nal_unit_type: 1(Coded slice of a non-IDR
picture), nal_ref_idc: 2
[out_0_0 @ 000001edcd858c80] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
All streams finished for output file #0
Terminating muxer thread 0
[AVIOContext @ 000001edcd8b29c0] Statistics: 296131 bytes written, 2
seeks, 5 writeouts
frame= 24 fps=0.0 q=27.0 Lsize= 289kB time=00:00:00.95
bitrate=2469.5kbits/s speed=1.71x
video:288kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 0.564072%
Input file #0 (Vinyl.S01E06_000520.mkv):
Input stream #0:0 (video): 35 packets read (1446755 bytes); 26 frames
decoded;
Input stream #0:1 (audio): 4 packets read (8048 bytes);
Total: 39 packets (1454803 bytes) demuxed
Output file #0 (output.mp4):
Output stream #0:0 (video): 24 frames encoded; 24 packets muxed (294466
bytes);
Total: 24 packets (294466 bytes) muxed
26 frames successfully decoded, 0 decoding errors
[hevc_nvenc @ 000001edcdb2e700] Nvenc unloaded
Terminating demuxer thread 0
[AVIOContext @ 000001edcbbca2c0] Statistics: 1794301 bytes read, 0 seeks
}}}
Please notice: `Clipping lookahead depth to 58 (from 59) due to lack of
surfaces/delay`
Adding option: `-surfaces 64`
{{{
C:\>ffmpeg -loglevel debug -i Vinyl.S01E06_000520.mkv -to 00:00:01 -an
-c:v hevc_nvenc -b_ref_mode 0 -surfaces 64 -rc-lookahead 59 -pix_fmt
yuv420p output.mp4
[...Same log as before, until:]
[hevc_nvenc @ 000001c1bb8b9800] Loaded Nvenc version 12.0
[hevc_nvenc @ 000001c1bb8b9800] Nvenc initialized successfully
[hevc_nvenc @ 000001c1bb8b9800] 1 CUDA capable devices found
[hevc_nvenc @ 000001c1bb8b9800] [ GPU #0 - < NVIDIA GeForce GTX 1080 Ti >
has Compute SM 6.1 ]
[hevc_nvenc @ 000001c1bb8b9800] supports NVENC
[hevc_nvenc @ 000001c1bb8b9800] Defined rc_lookahead requires more
surfaces, increasing used surfaces 64 -> 65
[hevc_nvenc @ 000001c1bb8b9800] Lookahead enabled: depth 58, scenecut
enabled, B-adapt disabled.
[hevc_nvenc @ 000001c1bb8b9800] Clipping lookahead depth to 58 (from 59)
due to lack of surfaces/delayOutput #0, mp4, to 'output.mp4':
[...]
}}}
Please notice: `Defined rc_lookahead requires more surfaces, increasing
used surfaces 64 -> 65`
Please notice: `Clipping lookahead depth to 58 (from 59) due to lack of
surfaces/delay`
Changing to: `-surfaces 100`
{{{
C:\>ffmpeg -loglevel debug -i Vinyl.S01E06_000520.mkv -to 00:00:01 -an
-c:v hevc_nvenc -b_ref_mode 0 -surfaces 100 -rc-lookahead 59 -pix_fmt
yuv420p output.mp4
[...Same log as before, until:]
[hevc_nvenc @ 000002767b2c9800] Loaded Nvenc version 12.0
[hevc_nvenc @ 000002767b2c9800] Nvenc initialized successfully
[hevc_nvenc @ 000002767b2c9800] 1 CUDA capable devices found
[hevc_nvenc @ 000002767b2c9800] [ GPU #0 - < NVIDIA GeForce GTX 1080 Ti >
has Compute SM 6.1 ]
[hevc_nvenc @ 000002767b2c9800] supports NVENC
[hevc_nvenc @ 000002767b2c9800] Defined rc_lookahead requires more
surfaces, increasing used surfaces 64 -> 65
[hevc_nvenc @ 000002767b2c9800] Lookahead enabled: depth 58, scenecut
enabled, B-adapt disabled.
[hevc_nvenc @ 000002767b2c9800] Clipping lookahead depth to 58 (from 59)
due to lack of surfaces/delayOutput #0, mp4, to 'output.mp4':
[...]
hevc_nvenc @ 000001eff9e2fc00] Value 100.000000 for parameter 'surfaces'
out of range [0 - 64]
[hevc_nvenc @ 000001eff9e2fc00] Error setting option surfaces to value
100.
Error initializing output stream 0:0 -- Error while opening encoder for
output stream #0:0 - maybe incorrect parameters such as bit_rate, rate,
width or height
}}}
Please notice: `Defined rc_lookahead requires more surfaces, increasing
used surfaces 64 -> 65`
Please notice: `Clipping lookahead depth to 58 (from 59) due to lack of
surfaces/delay`
Please notice: `Value 100.000000 for parameter 'surfaces' out of range [0
- 64]`
So, max surfaces number seems to be 64 (documented by `ffmpeg -h
encoder=hevc_nvenc`) but then it is nonetheless apparently increased to 65
(???)
Also, if I set `-surfaces 64 -rc-lookahead 100` then the message before
`Clipping lookahead depth...` becomes `Defined rc_lookahead requires more
surfaces, increasing used surfaces 64 -> 165`.
If I set `-surfaces 64 -rc-lookahead 58` then there is no warning message
about surfaces or lookahead clipping.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10137>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
6
#10135(avformat:new): matroska/ass: Wrong AVPacket duration set for ass events with 0 duration
by FFmpeg 08 Jan '23
by FFmpeg 08 Jan '23
08 Jan '23
#10135: matroska/ass: Wrong AVPacket duration set for ass events with 0 duration
----------------------------------+--------------------------------------
Reporter: enen92 | Type: defect
Status: new | Priority: normal
Component: avformat | Version: git-master
Keywords: mkv, ass | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+--------------------------------------
Summary of the bug:
Reported to Kodi (https://github.com/xbmc/xbmc/issues/21625) but the root
cause seems to be in libav. The subtitle AVPackets returned from the
demuxer have a duration > 0 that seems to result from the pts value that
the next subtitle is received.
Those subtitle events have start and end times equal to 0 and should not
be shown:
{{{
Dialogue: 0,0:00:00.00,0:00:00.00,DCMain,CONAN,0000,0000,0000,,[ed]
Dialogue: 0,0:00:00.00,0:00:00.00,DCMain,KOGORO,0000,0000,0000,,[eyecatch]
Dialogue: 0,0:00:00.00,0:00:00.00,DCMain,,0000,0000,0000,,Detective Conan
Episode 1047 "The \NRed Sheep's Eerie Game (Part One)"
Dialogue: 0,0:00:00.00,0:00:00.00,DCMain,CONAN,0000,0000,0000,,[op]
}}}
Initially matroskadec sets the start and duration times correctly (both 0)
but at some point along the chain the duration is changed.
How to reproduce:
{{{
% ffplay -vf subtitles=filename="ass_sample.mkv" ass_sample.mkv
ffmpeg version master built on linux (although it happens on all
platforms)
}}}
The entries "[ed]", "[eyecatch]", "Detective Conan Episode 1047 "The \NRed
Sheep's Eerie Game (Part One)", "[op]" should not be shown. Opening the
same file with mpv shows the correct behaviour (they don't rely on the
duration from AVPacket)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10135>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
1
#10134(avformat:new): Timescale value in manifest inconsistent in DASH Template mode vs Timeline mode
by FFmpeg 05 Jan '23
by FFmpeg 05 Jan '23
05 Jan '23
#10134: Timescale value in manifest inconsistent in DASH Template mode vs Timeline
mode
-------------------------------------+-------------------------------------
Reporter: Peter Chave | Type: defect
Status: new | Priority: normal
Component: avformat | Version: git-
Keywords: timescale | master
dash manifest init segment | Blocked By:
initialization template timeline |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
When using the DASH muxer output, if mode is set to use_template then the
timescale value in manifest is always 1,000,000
However the timescale value set in the initialization segment is based on
encoding configuration.
Example:
DASH stream with encoded video at 29.97fps results in:
Manifest timescale = 1,000,000
Init segment timescale = 30,000
DASH stream with encoded video at 30fps results in:
Manifest timescale = 1,000,000
Init segment timescale = 15,360
The understanding is that both the manifest and init segment should use
the same timescale.
If the mode is set use_timeline
Then timescale value in the manifest AND init segment are the same.
Possible reason:
Inspecting the source code /libavformat/dashenc.c
line 654 appears to answer the question why does this occur.
That section of code starts with a conditional on use_template
However the very next line (655) sets timescale based on an inline
conditional statement based on use_timeline.
That inline conditional will set the timescale variable always to
AV_TIME_BASE
AV_TIME_BASE is defined in libavutil/avutil.h as being 1000000
Can someone determine if this is the root cause of the misalignment
between Manifest and Init segment timescales?
If so what was the intend of the inline conditional?
If this is not the cause can it be investigated further to determine the
true root cause?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10134>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
0
#8234(ffmpeg:new): mp4 file with id3v2 tag detected as mp4 but still fails decoding
by FFmpeg 05 Jan '23
by FFmpeg 05 Jan '23
05 Jan '23
#8234: mp4 file with id3v2 tag detected as mp4 but still fails decoding
-----------------------------------+---------------------------------------
Reporter: wader | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: unspecified
Keywords: mp4 id3v2 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-----------------------------------+---------------------------------------
Summary of the bug:
Looks like a mp4 file with a id3v2 tag prepended. ffmpeg detect it as mp4
but for some reason seems do not like the aac data.
If i remove the id3v2 tag the file decodes fine.
VLC seems to be able to play it but i'm not sure how weird files ffmpeg is
suppose tolerate. Seems strange that it gets detect as mp4 but still
fails.
How to reproduce:
{{{
% curl -OLJ
'https://pinecast.com/listen/8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?sourceโฆ'
% shasum
'8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3'
1150800df2f3d09e54668ce898ed85d57a18aad6
8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3
% ffmpeg-master -v 9 -loglevel 99 -y -i
'8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3'
test.wav
ffmpeg version git-2019-10-10-a76a516 Copyright (c) 2000-2019 the FFmpeg
developers
built with gcc 8.3.0 (Alpine 8.3.0)
configuration: --enable-debug
libavutil 56. 35.100 / 56. 35.100
libavcodec 58. 59.102 / 58. 59.102
libavformat 58. 33.100 / 58. 33.100
libavdevice 58. 9.100 / 58. 9.100
libavfilter 7. 62.100 / 7. 62.100
libswscale 5. 6.100 / 5. 6.100
libswresample 3. 6.100 / 3. 6.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Reading option '-y' ... matched as option 'y' (overwrite output files)
with argument '1'.
Reading option '-i' ... matched as input url with argument
'8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3'.
Reading option 'test.wav' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url
8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3.
Successfully parsed a group of options.
Opening an input file:
8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3.
[NULL @ 0x7f72cfd80140] Opening
'8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3'
for reading
[file @ 0x7f72cfd80980] Setting default whitelist 'file,crypto'
Probing mp3 score:12 size:2048
Probing mp3 score:12 size:4096
Probing mp3 score:12 size:8192
Probing mp3 score:12 size:16384
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:9224
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] Format mov,mp4,m4a,3gp,3g2,mj2
probed with size=32768 and score=100
id3v2 ver:3 flags:00 len:23534
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'ftyp' parent:'root' sz:
28 8 76711459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] ISO: File Type Major Brand: M4A
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'free' parent:'root' sz:
57308 36 76711459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'mdat' parent:'root' sz:
75776820 57344 76711459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'moov' parent:'root' sz:
853759 75834164 76711459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'mvhd' parent:'moov' sz:
108 8 853751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] time scale = 44100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'trak' parent:'moov' sz:
853393 116 853751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'tkhd' parent:'trak' sz:
92 8 853385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'mdia' parent:'trak' sz:
853293 100 853385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'mdhd' parent:'mdia' sz:
32 8 853285
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'hdlr' parent:'mdia' sz:
34 40 853285
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] stype=soun
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'minf' parent:'mdia' sz:
853219 74 853285
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'smhd' parent:'minf' sz:
16 8 853211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'dinf' parent:'minf' sz:
36 24 853211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'dref' parent:'dinf' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] Unknown dref type 0x206c7275
size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stbl' parent:'minf' sz:
853159 60 853211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stsd' parent:'stbl' sz:
103 8 853151
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] size=87 4CC=mp4a codec_type=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] audio channels 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] version =0, isom =1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'esds' parent:'stsd' sz:
51 8 51
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] MPEG-4 description: tag=0x03
len=34
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] MPEG-4 description: tag=0x04
len=20
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] esds object type id 0x40
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] MPEG-4 description: tag=0x05
len=2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] Specific MPEG-4 header len=2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] mp4a config channels 2 obj 2
ext obj 0 sample rate 44100 ext sample rate 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stts' parent:'stbl' sz:
24 111 853151
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] track[0].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] sample_count=203965,
sample_duration=1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stsc' parent:'stbl' sz:
40 135 853151
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] track[0].stsc.entries = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stsz' parent:'stbl' sz:
815880 175 853151
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] sample_size = 0 sample_count =
203965
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] type:'stco' parent:'stbl' sz:
37104 816055 853151
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 0,
offset e000, dts 0, size 254, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 1,
offset e0fe, dts 1024, size 410, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 2,
offset e298, dts 2048, size 383, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 3,
offset e417, dts 3072, size 334, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 4,
offset e565, dts 4096, size 371, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 5,
offset e6d8, dts 5120, size 380, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 6,
offset e854, dts 6144, size 385, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 7,
offset e9d5, dts 7168, size 347, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 8,
offset eb30, dts 8192, size 490, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 9,
offset ed1a, dts 9216, size 376, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 10,
offset ee92, dts 10240, size 341, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 11,
offset efe7, dts 11264, size 320, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 12,
offset f127, dts 12288, size 350, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 13,
offset f285, dts 13312, size 375, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 14,
offset f3fc, dts 14336, size 362, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 15,
offset f566, dts 15360, size 380, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 16,
offset f6e2, dts 16384, size 390, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 17,
offset f868, dts 17408, size 333, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 18,
offset f9b5, dts 18432, size 374, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 19,
offset fb2b, dts 19456, size 365, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 20,
offset fc98, dts 20480, size 368, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 21,
offset fe08, dts 21504, size 389, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 22,
offset ff8d, dts 22528, size 414, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 23,
offset 1012b, dts 23552, size 344, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 24,
offset 10283, dts 24576, size 376, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 25,
offset 103fb, dts 25600, size 373, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 26,
offset 10570, dts 26624, size 364, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 27,
offset 106dc, dts 27648, size 386, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 28,
offset 1085e, dts 28672, size 343, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 29,
offset 109b5, dts 29696, size 370, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 30,
offset 10b27, dts 30720, size 368, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 31,
offset 10c97, dts 31744, size 410, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f72cfd80140] AVIndex stream 0, sample 32,
offset 10e31, dts 32768, size 329, distance 0, keyframe 1
....
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] AVIndex stream 0, sample
203961, offset 4851d5e, dts 208856064, size 371, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] AVIndex stream 0, sample
203962, offset 4851ed1, dts 208857088, size 372, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] AVIndex stream 0, sample
203963, offset 4852045, dts 208858112, size 371, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] AVIndex stream 0, sample
203964, offset 48521b8, dts 208859136, size 372, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] type:'udta' parent:'moov' sz:
250 853509 853751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] type:'meta' parent:'udta' sz:
242 8 242
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] type:'hdlr' parent:'meta' sz:
34 8 230
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stype=mdir
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] type:'ilst' parent:'meta' sz:
196 42 230
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] type:'----' parent:'ilst' sz:
188 8 188
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] on_parse_exit_offset=76711459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] Discarding ID3 tags because
more suitable tags were found.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] demuxer does not support
additional id3 data, skipping
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] Before
avformat_find_stream_info() pos: 76711459 bytes read:919295 seeks:2
nb_streams:1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] demuxer injecting skip 2112 /
discard 0
[aac @ 0x5578c498f0c0] stereo with SCE
[aac @ 0x5578c498f0c0] channel element 0.0 duplicate
[aac @ 0x5578c498f0c0] channel element 0.0 is not allocated
[aac @ 0x5578c498f0c0] skip 2112 / discard 0 samples due to side data
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] All info found
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stream 0: start_time: 0.048
duration: 4736.058
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] format: start_time: 0.048
duration: 4736.058 (estimate from stream) bitrate=129 kb/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] After
avformat_find_stream_info() pos: 57598 bytes read:952063 seeks:3 frames:1
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'8d4f78b0-b320-45a5-adb1-fd49136d4d29.mp3?source=rss&ext=asset.mp3':
Metadata:
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
creation_time : 2019-10-09T04:21:13.000000Z
iTunSMPB : 00000000 00000840 000001C0 000000000C72EA00
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Duration: 01:18:56.06, start: 0.047891, bitrate: 129 kb/s
Stream #0:0(eng), 1, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D),
44100 Hz, stereo, fltp, 127 kb/s (default)
Metadata:
creation_time : 2019-10-09T04:21:13.000000Z
Successfully opened the file.
Parsing a group of options: output url test.wav.
Successfully parsed a group of options.
Opening an output file: test.wav.
[file @ 0x5578c497af40] Setting default whitelist 'file,crypto'
Successfully opened the file.
Stream mapping:
Stream #0:0 -> #0:0 (aac (native) -> pcm_s16le (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)
[aac @ 0x5578c4986300] stereo with SCE
[aac @ 0x5578c4986300] channel element 0.0 duplicate
[aac @ 0x5578c4986300] channel element 0.0 is not allocated
[aac @ 0x5578c4986300] skip 2112 / discard 0 samples due to side data
Error while decoding stream #0:0: Invalid data found when processing input
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stream 0, sample 1, dts 23220
[aac @ 0x5578c4986300] stereo with SCE
[aac @ 0x5578c4986300] channel element 0.0 duplicate
[aac @ 0x5578c4986300] channel element 0.0 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stream 0, sample 2, dts 46440
[aac @ 0x5578c4986300] stereo with SCE
[aac @ 0x5578c4986300] channel element 0.0 duplicate
[aac @ 0x5578c4986300] channel element 0.0 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f326d877140] stream 0, sample 3, dts 69660
[aac @ 0x5578c4986300] stereo with SCE
[aac @ 0x5578c4986300] channel element 0.0 duplicate
[aac @ 0x5578c4986300] channel element 0.0 is not allocated
...
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8234>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
7
#10129(ffmpeg:new): tonemap_vaapi: Failed to start picture processing: 1 (operation failed).
by FFmpeg 03 Jan '23
by FFmpeg 03 Jan '23
03 Jan '23
#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@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
1
5