[Cin] QSV profile debuggin thread
Andrew Randrianasulu
randrianasulu at gmail.com
Fri Oct 11 22:29:47 CEST 2024
ok, so we have
profile: av1 main; level: 30
and pix fmt nv12
you can try to break this *working* line by inserting various -profile (and
-level?) params
OR
you can try to modify line in bin/ffmpeg/encode.opts and see error cingg
based qsv encode produces.
пт, 11 окт. 2024 г., 23:21 Terje J. Hanssen <terjejhanssen at gmail.com>:
>
>
> Den 11.10.2024 22:13, skrev Terje J. Hanssen:
>
>
>
> Den 11.10.2024 21:04, skrev Andrew Randrianasulu:
>
> So, Terje, can you run your usual working ffmpeg command encoding av1 via
> system fmmpeg/qsv but with added
>
> -loglevel debug
>
> ?
>
> and post full output here.
>
> Then we can set same loglevel in bin/ffmpeg/encode.opts
>
> so we hopefully will spot difference in parameters send down to line ...
>
> then we can try to make ffmpeg fail by adding say -profile=main to
> ffmpeg's command line and see more detailed error
>
> then hopefully we can tweak qsv_av1 profile back into usability.
>
> Repeat for vp9/h264.
>
>
>
> Andrew, I think use two input video examples
> 1) SD-DV
> 2) HDV
>
> Currently ffmpeg-7-7.0.2 on Tumbleweed-Slowroll (but have also
> ffmpeg-7-7.1 on Leap if wanted)
> I use output.log file. For some reason the terminal output alone is
> seemingly more verbose, and longer than I can scroll back to copy.
>
>
> The reason was that the output file existed on beforehand and didn't
> overwrite it.
> New output follows:
>
>
> 1)
> 576i SD-DV -> AV1_QSV at bv1570k
> --------------------------------
> ffmpeg -loglevel debug -hwaccel_output_format qsv -qsv_device
> /dev/dri/renderD128 -i dv01_07.dv -c:v av1_qsv -preset 4 -b:v 1570k
> dv01_07_av1_qsv_pr4_bv1570k.webm > dv01_07_av1_qsv.log 2>&1
>
> cat dv01_07_av1_qsv.log
>
> ffmpeg version 7.0.2 Copyright (c) 2000-2024 the FFmpeg developers
> built with gcc 14 (SUSE Linux)
> configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
> --incdir=/usr/include/ffmpeg --extra-cflags='-O2 -Wall -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables
> -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type
> -flto=auto -ffat-lto-objects -g' --optflags='-O2 -Wall -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables
> -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type
> -flto=auto -ffat-lto-objects -g' --disable-htmlpages --enable-pic
> --disable-stripping --enable-shared --disable-static --enable-gpl
> --enable-version3 --enable-libsmbclient --disable-openssl --enable-gnutls
> --enable-ladspa --enable-libshaderc --enable-vulkan --enable-libplacebo
> --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b
> --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libdc1394
> --enable-libdrm --enable-libfontconfig --enable-libfreetype
> --enable-libfribidi --enable-libgsm --enable-libjack --enable-libjxl
> --enable-librist --enable-libmp3lame --enable-libmysofa
> --enable-libopenjpeg --enable-libopenmpt --enable-libopenh264-dlopen
> --enable-libopus --enable-libpulse --enable-librav1e --enable-librubberband
> --enable-libsvtav1 --enable-libsoxr --enable-libspeex --enable-libssh
> --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvidstab
> --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp
> --enable-libxml2 --enable-libzimg --enable-libzmq --enable-libzvbi
> --enable-lto --enable-lv2 --enable-libvpl --enable-vaapi --enable-vdpau
> --enable-version3 --enable-libfdk-aac-dlopen --enable-nonfree
> --enable-libopencore-amrnb --enable-libopencore-amrwb
> --enable-libvo-amrwbenc --enable-libx264 --enable-libx265 --enable-libxvid
> libavutil 59. 8.100 / 59. 8.100
> libavcodec 61. 3.100 / 61. 3.100
> libavformat 61. 1.100 / 61. 1.100
> libavdevice 61. 1.100 / 61. 1.100
> libavfilter 10. 1.100 / 10. 1.100
> libswscale 8. 1.100 / 8. 1.100
> libswresample 5. 1.100 / 5. 1.100
> libpostproc 58. 1.100 / 58. 1.100
> Splitting the commandline.
> Reading option '-loglevel' ... matched as option 'loglevel' (set logging
> level) with argument 'debug'.
> Reading option '-hwaccel_output_format' ... matched as option
> 'hwaccel_output_format' (select output format used with HW accelerated
> decoding) with argument 'qsv'.
> Reading option '-qsv_device' ... matched as option 'qsv_device' (set QSV
> hardware device (DirectX adapter index, DRM path or X11 display name)) with
> argument '/dev/dri/renderD128'.
> Reading option '-i' ... matched as input url with argument 'dv01_07.dv'.
> Reading option '-c:v' ... matched as option 'c' (select encoder/decoder
> ('copy' to copy stream without reencoding)) with argument 'av1_qsv'.
> Reading option '-preset' ... matched as AVOption 'preset' with argument
> '4'.
> Reading option '-b:v' ... matched as option 'b' (video bitrate (please use
> -b:v)) with argument '1570k'.
> Reading option 'dv01_07_av1_qsv_pr4_bv1570k.webm' ... matched as output
> url.
> Finished splitting the commandline.
> Parsing a group of options: global .
> Applying option loglevel (set logging level) with argument debug.
> Applying option qsv_device (set QSV hardware device (DirectX adapter
> index, DRM path or X11 display name)) with argument /dev/dri/renderD128.
> [AVHWDeviceContext @ 0x55a80ce68440] libva: VA-API version 1.22.0
> [AVHWDeviceContext @ 0x55a80ce68440] libva: User requested driver 'iHD'
> [AVHWDeviceContext @ 0x55a80ce68440] libva: Trying to open
> /usr/lib64/dri/iHD_drv_video.so
> [AVHWDeviceContext @ 0x55a80ce68440] libva: Found init function
> __vaDriverInit_1_22
> [AVHWDeviceContext @ 0x55a80ce68440] libva: va_openDriver() returns 0
> [AVHWDeviceContext @ 0x55a80ce68440] Initialised VAAPI connection: version
> 1.22
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x41524742 -> bgra.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x41424752 -> rgba.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x58524742 -> bgr0.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x58424752 -> rgb0.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30335241 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30334241 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30335258 -> x2rgb10le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30334258 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x36314752 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x56555941 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x56555958 -> vuyx.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30303859 -> gray.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x3231564e -> nv12.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x3132564e -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x32595559 -> yuyv422.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x59565955 -> uyvy422.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x32315659 -> yuv420p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30323449 -> yuv420p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x50313134 -> yuv411p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x48323234 -> yuv422p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x56323234 -> yuv440p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x50343434 -> yuv444p.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x33434d49 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30313050 -> p010le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x32313050 -> p012le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x36313050 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30313259 -> y210le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x32313259 -> y212le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x36313259 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x30313459 -> xv30le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x32313459 -> xv36le.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x36313459 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x50424752 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] Format 0x50524742 -> unknown.
> [AVHWDeviceContext @ 0x55a80ce68440] VAAPI driver: Intel iHD driver for
> Intel(R) Gen Graphics - 24.3.4 ().
> [AVHWDeviceContext @ 0x55a80ce68440] Driver not found in known nonstandard
> list, using standard behaviour.
> [AVHWDeviceContext @ 0x55a80ce68380] Use Intel(R) oneVPL to create MFX
> session, API version is 2.13, the required implementation version is 1.3
> libva info: VA-API version 1.22.0
> libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so
> libva info: Found init function __vaDriverInit_1_22
> libva info: va_openDriver() returns 0
> libva info: VA-API version 1.22.0
> libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so
> libva info: Found init function __vaDriverInit_1_22
> libva info: va_openDriver() returns 0
> [AVHWDeviceContext @ 0x55a80ce68380] Initialize MFX session:
> implementation version is 2.12
> Successfully parsed a group of options.
> Parsing a group of options: input url dv01_07.dv.
> Applying option hwaccel_output_format (select output format used with HW
> accelerated decoding) with argument qsv.
> Successfully parsed a group of options.
> Opening an input file: dv01_07.dv.
> [AVFormatContext @ 0x55a80cf6bb00] Opening 'dv01_07.dv' for reading
> [file @ 0x55a80d0bc000] Setting default whitelist 'file,crypto,data'
> [dv @ 0x55a80cf6bb00] Format dv probed with size=2048 and score=75
> [dv @ 0x55a80cf6bb00] Before avformat_find_stream_info() pos: 0 bytes
> read:32768 seeks:0 nb_streams:1
> [dv @ 0x55a80cf6bb00] Probe buffer size limit of 5000000 bytes reached
> [dv @ 0x55a80cf6bb00] Estimating duration from bitrate, this may be
> inaccurate
> [dv @ 0x55a80cf6bb00] After avformat_find_stream_info() pos: 4752000 bytes
> read:4752000 seeks:0 frames:66
> Input #0, dv, from 'dv01_07.dv':
> Metadata:
> timecode : 01:09:35:09
> Duration: 00:01:53.28, start: 0.000000, bitrate: 28800 kb/s
> Stream #0:0, 33, 1/60000: Video: dvvideo, 1 reference frame,
> yuv420p(topleft), 720x576 [SAR 16:15 DAR 4:3], 0/1, 28800 kb/s, 60k fps, 25
> tbr, 60k tbn
> Stream #0:1, 33, 1/14112000: Audio: pcm_s16le, 48000 Hz, stereo, s16,
> 1536 kb/s
> Successfully opened the file.
> Parsing a group of options: output url dv01_07_av1_qsv_pr4_bv1570k.webm.
> Applying option c:v (select encoder/decoder ('copy' to copy stream without
> reencoding)) with argument av1_qsv.
> Applying option b:v (video bitrate (please use -b:v)) with argument 1570k.
> Successfully parsed a group of options.
> Opening an output file: dv01_07_av1_qsv_pr4_bv1570k.webm.
> [out#0/webm @ 0x55a80cf64f40] No explicit maps, mapping streams
> automatically...
> [vost#0:0/av1_qsv @ 0x55a80d08a940] Created video stream from input stream
> 0:0
> detected 20 logical cores
> [aost#0:1/libopus @ 0x55a80d0d2b40] Created audio stream from input stream
> 0:1
> [file @ 0x55a80cf63680] Setting default whitelist 'file,crypto,data'
> Successfully opened the file.
> Stream mapping:
> Stream #0:0 -> #0:0 (dvvideo (native) -> av1 (av1_qsv))
> Stream #0:1 -> #0:1 (pcm_s16le (native) -> opus (libopus))
> [vost#0:0/av1_qsv @ 0x55a80d08a940] Starting thread...
> [aost#0:1/libopus @ 0x55a80d0d2b40] Starting thread...
> [vf#0:0 @ 0x55a80cf57280] Starting thread...
> [af#0:1 @ 0x55a80cfd52c0] Starting thread...
> [vist#0:0/dvvideo @ 0x55a80cf5d340] [dec:dvvideo @ 0x55a80cfb1d00]
> Starting thread...
> [aist#0:1/pcm_s16le @ 0x55a80cf5d4c0] [dec:pcm_s16le @ 0x55a80d10d480]
> Starting thread...
> [in#0/dv @ 0x55a80cf46580] Starting thread...
> Press [q] to stop, [?] for help
> [graph_1_in_0:1 @ 0x7ff004004280] Setting 'time_base' to value '1/48000'
> [graph_1_in_0:1 @ 0x7ff004004280] Setting 'sample_rate' to value '48000'
> [graph_1_in_0:1 @ 0x7ff004004280] Setting 'sample_fmt' to value 's16'
> [graph_1_in_0:1 @ 0x7ff004004280] Setting 'channel_layout' to value
> 'stereo'
> [graph_1_in_0:1 @ 0x7ff004004280] tb:1/48000 samplefmt:s16
> samplerate:48000 chlayout:stereo
> [format_out_0_1 @ 0x7ff004004ac0] Setting 'sample_fmts' to value 's16|flt'
> [format_out_0_1 @ 0x7ff004004ac0] Setting 'sample_rates' to value
> '48000|24000|16000|12000|8000'
> [AVFilterGraph @ 0x7ff004001000] query_formats: 4 queried, 6 merged, 3
> already done, 0 delayed
> [libopus @ 0x55a80d0d2ec0] No bit rate set. Defaulting to 96000 bps.
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.02 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.06 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.14 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.18 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.22 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.26 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.28 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.3 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.32 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.34 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.36 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.38 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.4 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.42 queue head -1 ts N/A
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'video_size' to
> value '720x576'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'pix_fmt' to
> value '0'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'time_base' to
> value '1/60000'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'pixel_aspect' to
> value '16/15'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'colorspace' to
> value '2'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'range' to value
> '0'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] Setting 'frame_rate' to
> value '25/1'
> [graph 0 input from stream 0:0 @ 0x7ff010004300] w:720 h:576
> pixfmt:yuv420p tb:1/60000 fr:25/1 sar:16/15 csp:unknown range:unknown
> [format @ 0x7ff010004d40] Setting 'pix_fmts' to value 'nv12|p010le|qsv'
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.44 queue head -1 ts N/A
> [auto_scale_0 @ 0x7ff010006400] w:iw h:ih flags:'' interl:0
> [format @ 0x7ff010004d40] auto-inserting filter 'auto_scale_0' between the
> filter 'Parsed_null_0' and the filter 'format'
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.46 queue head -1 ts N/A
> [AVFilterGraph @ 0x7ff010001000] query_formats: 4 queried, 6 merged, 3
> already done, 0 delayed
> [auto_scale_0 @ 0x7ff010006400] picking nv12 out of 2 ref:yuv420p alpha:0
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.48 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.5 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.52 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.54 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.56 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.58 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.6 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.62 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.64 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.66 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.68 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.72
> [auto_scale_0 @ 0x7ff010006400] w:720 h:576 fmt:yuv420p csp:unknown
> range:unknown sar:16/15 -> w:720 h:576 fmt:nv12 csp:unknown range:unknown
> sar:16/15 flags:0x00000004
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.7 queue head -1 ts N/A
> [graph 0 input from stream 0:0 @ 0x7ff010004300] video frame properties
> congruent with link at pts_time: 0
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.72 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.74 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.76 queue head -1 ts N/A
> [av1_qsv @ 0x55a80d103480] Using device __qsv_device (type qsv) with
> av1_qsv encoder.
> [av1_qsv @ 0x55a80d103480] Encoder: input is system memory surface
> [av1_qsv @ 0x55a80d103480] Use Intel(R) oneVPL to create MFX session with
> the specified MFX loader
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.78 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.8 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.82 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.84 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.86 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.88 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.9 queue head -1 ts N/A
> [av1_qsv @ 0x55a80d103480] Using the variable bitrate (VBR) ratecontrol
> method
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.92 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 0.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.94 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.96 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 0.98 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.02 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.06 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.14 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.18 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.22 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.26 queue head -1 ts N/A
> [av1_qsv @ 0x55a80d103480] profile: av1 main; level: 30
> [av1_qsv @ 0x55a80d103480] GopPicSize: 248; GopRefDist: 8; GopOptFlag:;
> IdrInterval: 0
> [av1_qsv @ 0x55a80d103480] TargetUsage: 4; RateControlMethod: VBR
> [av1_qsv @ 0x55a80d103480] BufferSizeInKB: 1568; InitialDelayInKB: 196;
> TargetKbps: 1570; MaxKbps: 1570; BRCParamMultiplier: 1
> [av1_qsv @ 0x55a80d103480] NumRefFrame: 4
> [av1_qsv @ 0x55a80d103480] IntRefType: 0; IntRefCycleSize: 0;
> IntRefQPDelta: 0; IntRefCycleDist: 0
> [av1_qsv @ 0x55a80d103480] MaxFrameSize: 0;
> [av1_qsv @ 0x55a80d103480] BitrateLimit: unknown; MBBRC: OFF; ExtBRC:
> unknown
> [av1_qsv @ 0x55a80d103480] VDENC: ON
> [av1_qsv @ 0x55a80d103480] BRefType: pyramid
> [av1_qsv @ 0x55a80d103480] PRefType: default
> [av1_qsv @ 0x55a80d103480] MinQPI: 1; MaxQPI: 255; MinQPP: 1; MaxQPP: 255;
> MinQPB: 1; MaxQPB: 255
> [av1_qsv @ 0x55a80d103480] FrameRateExtD: 1; FrameRateExtN: 25
> [av1_qsv @ 0x55a80d103480] NumTileRows: 1; NumTileColumns: 1;
> NumTileGroups: 1
> [av1_qsv @ 0x55a80d103480] WriteIVFHeaders: OFF
> [av1_qsv @ 0x55a80d103480] LowDelayBRC: OFF
> [av1_qsv @ 0x55a80d103480] MaxFrameSize: 0;
> [webm @ 0x55a80cf5d640] get_metadata_duration returned: 0
> Output #0, webm, to 'dv01_07_av1_qsv_pr4_bv1570k.webm':
> Metadata:
> timecode : 01:09:35:09
> encoder : Lavf61.1.100
> Stream #0:0, 0, 1/1000: Video: av1, 1 reference frame, nv12(bottom coded
> first (swapped), topleft), 720x576 [SAR 16:15 DAR 4:3], 0/1, q=2-31, 1570
> kb/s, 25 fps, 1k tbn
> Metadata:
> encoder : Lavc61.3.100 av1_qsv
> Stream #0:1, 0, 1/1000: Audio: opus, 48000 Hz, stereo, s16, delay 312,
> 96 kb/s
> Metadata:
> encoder : Lavc61.3.100 libopus
> [out#0/webm @ 0x55a80cf64f40] Starting thread...
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.28 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.3 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.32 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.34 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.36 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.38 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.4 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.42 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.44 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.46 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.48 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.5 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.52 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.54 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.56 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.28 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.58 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.6 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.32 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.62 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.64 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.36 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.4 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.66 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.68 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.7 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.72 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.44 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.74 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.76 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.48 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.78 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.8 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.52 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.82 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.84 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.56 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.86 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.88 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.6 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.9 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.92 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.64 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 1.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.94 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.96 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.68 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 1.98 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.72 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.02 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.76 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.06 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.8 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.84 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 1, temporal_id: 0,
> spatial_id: 0, payload size: 13
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 70897
> [webm @ 0x55a80cf5d640] Starting new cluster with timestamp 0 at offset
> 1200 bytes
> [webm @ 0x55a80cf5d640] Writing block of size 405 with pts -7, dts -7,
> duration 20 at relative offset 3 in cluster at offset 1200. TrackNumber 2,
> keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 70919 with pts 0, dts 0,
> duration 40 at relative offset 415 in cluster at offset 1200. TrackNumber
> 1, keyframe 1
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.88 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 36999
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 6044
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2734
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1181
> [webm @ 0x55a80cf5d640] Writing block of size 210 with pts 14, dts 14,
> duration 20 at relative offset 71340 in cluster at offset 1200. TrackNumber
> 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 217 with pts 34, dts 34,
> duration 20 at relative offset 71557 in cluster at offset 1200. TrackNumber
> 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 46980 with pts 40, dts 40,
> duration 40 at relative offset 71781 in cluster at offset 1200. TrackNumber
> 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.14 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.18 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.92 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 213 with pts 54, dts 54,
> duration 20 at relative offset 118767 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 220 with pts 74, dts 74,
> duration 20 at relative offset 118987 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 80, dts 80,
> duration 40 at relative offset 119214 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.22 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 0.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 0.96 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 3680
> [webm @ 0x55a80cf5d640] Writing block of size 215 with pts 94, dts 94,
> duration 20 at relative offset 119223 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 218 with pts 114, dts 114,
> duration 20 at relative offset 119445 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 3687 with pts 120, dts 120,
> duration 40 at relative offset 119670 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.26 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.28 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 218 with pts 134, dts 134,
> duration 20 at relative offset 123362 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 154, dts 154,
> duration 20 at relative offset 123587 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 160, dts 160,
> duration 40 at relative offset 123825 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.3 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.32 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.04 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 6153
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5869
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 174, dts 174,
> duration 20 at relative offset 123834 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 229 with pts 194, dts 194,
> duration 20 at relative offset 124068 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 12034 with pts 200, dts 200,
> duration 40 at relative offset 124304 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.34 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.36 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.08 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 214, dts 214,
> duration 20 at relative offset 136343 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 234, dts 234,
> duration 20 at relative offset 136581 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 240, dts 240,
> duration 40 at relative offset 136815 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.38 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.4 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.12 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5059
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 254, dts 254,
> duration 20 at relative offset 136824 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 274, dts 274,
> duration 20 at relative offset 137064 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5066 with pts 280, dts 280,
> duration 40 at relative offset 137296 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.42 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.44 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.16 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 294, dts 294,
> duration 20 at relative offset 142367 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 226 with pts 314, dts 314,
> duration 20 at relative offset 142602 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 320, dts 320,
> duration 40 at relative offset 142835 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.46 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.48 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.2 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 30021
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 7695
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 3614
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2703
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 334, dts 334,
> duration 20 at relative offset 142844 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 354, dts 354,
> duration 20 at relative offset 143078 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 44055 with pts 360, dts 360,
> duration 40 at relative offset 143313 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.5 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.52 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.24 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 374, dts 374,
> duration 20 at relative offset 187374 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 394, dts 394,
> duration 20 at relative offset 187606 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 400, dts 400,
> duration 40 at relative offset 187837 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.54 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.56 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.28 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2350
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 414, dts 414,
> duration 20 at relative offset 187846 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 434, dts 434,
> duration 20 at relative offset 188084 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 2357 with pts 440, dts 440,
> duration 40 at relative offset 188318 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.58 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.6 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.32 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 454, dts 454,
> duration 20 at relative offset 190680 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 474, dts 474,
> duration 20 at relative offset 190911 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 480, dts 480,
> duration 40 at relative offset 191149 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.62 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.64 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.36 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5422
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2813
> [webm @ 0x55a80cf5d640] Writing block of size 223 with pts 494, dts 494,
> duration 20 at relative offset 191158 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 514, dts 514,
> duration 20 at relative offset 191388 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 8247 with pts 520, dts 520,
> duration 40 at relative offset 191626 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.66 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.68 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.4 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 229 with pts 534, dts 534,
> duration 20 at relative offset 199878 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 226 with pts 554, dts 554,
> duration 20 at relative offset 200114 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 560, dts 560,
> duration 40 at relative offset 200347 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.7 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.72 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.44 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2360
> [webm @ 0x55a80cf5d640] Writing block of size 226 with pts 574, dts 574,
> duration 20 at relative offset 200356 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 594, dts 594,
> duration 20 at relative offset 200589 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 2367 with pts 600, dts 600,
> duration 40 at relative offset 200821 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.74 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.76 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.48 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 236 with pts 614, dts 614,
> duration 20 at relative offset 203193 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 634, dts 634,
> duration 20 at relative offset 203436 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 640, dts 640,
> duration 40 at relative offset 203671 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.78 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.8 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.52 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 23608
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 14526
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 6575
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2663
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 654, dts 654,
> duration 20 at relative offset 203680 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 674, dts 674,
> duration 20 at relative offset 203911 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 47394 with pts 680, dts 680,
> duration 40 at relative offset 204143 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.56 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 694, dts 694,
> duration 20 at relative offset 251543 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 714, dts 714,
> duration 20 at relative offset 251778 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 720, dts 720,
> duration 40 at relative offset 252012 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.82 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.84 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.86 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.88 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.6 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2534
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 734, dts 734,
> duration 20 at relative offset 252021 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 222 with pts 754, dts 754,
> duration 20 at relative offset 252252 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 2541 with pts 760, dts 760,
> duration 40 at relative offset 252481 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.9 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.92 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.64 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 774, dts 774,
> duration 20 at relative offset 255027 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 794, dts 794,
> duration 20 at relative offset 255265 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 800, dts 800,
> duration 40 at relative offset 255497 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 2.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.94 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.96 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.68 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5476
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 3205
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 814, dts 814,
> duration 20 at relative offset 255506 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 834, dts 834,
> duration 20 at relative offset 255737 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 8693 with pts 840, dts 840,
> duration 40 at relative offset 255976 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 2.98 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.72 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 239 with pts 854, dts 854,
> duration 20 at relative offset 264674 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 234 with pts 874, dts 874,
> duration 20 at relative offset 264920 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 880, dts 880,
> duration 40 at relative offset 265161 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.02 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.76 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2672
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 894, dts 894,
> duration 20 at relative offset 265170 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 235 with pts 914, dts 914,
> duration 20 at relative offset 265409 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 2679 with pts 920, dts 920,
> duration 40 at relative offset 265651 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.06 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.8 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 219 with pts 934, dts 934,
> duration 20 at relative offset 268335 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 221 with pts 954, dts 954,
> duration 20 at relative offset 268561 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 960, dts 960,
> duration 40 at relative offset 268789 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.84 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 23107
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5354
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2673
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1081
> [webm @ 0x55a80cf5d640] Writing block of size 222 with pts 974, dts 974,
> duration 20 at relative offset 268798 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 994, dts 994,
> duration 20 at relative offset 269027 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 32237 with pts 1000, dts
> 1000, duration 40 at relative offset 269261 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.14 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.88 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 1014, dts 1014,
> duration 20 at relative offset 301504 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 1034, dts 1034,
> duration 20 at relative offset 301741 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1040, dts 1040,
> duration 40 at relative offset 301973 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.18 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.92 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 892
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 1054, dts 1054,
> duration 20 at relative offset 301982 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 221 with pts 1074, dts 1074,
> duration 20 at relative offset 302214 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 899 with pts 1080, dts 1080,
> duration 40 at relative offset 302442 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.22 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 1.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 1.96 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 219 with pts 1094, dts 1094,
> duration 20 at relative offset 303346 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 226 with pts 1114, dts 1114,
> duration 20 at relative offset 303572 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1120, dts 1120,
> duration 40 at relative offset 303805 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.26 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.28 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2598
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1460
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 1134, dts 1134,
> duration 20 at relative offset 303814 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 223 with pts 1154, dts 1154,
> duration 20 at relative offset 304053 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 4070 with pts 1160, dts
> 1160, duration 40 at relative offset 304283 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.3 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.32 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.04 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 1174, dts 1174,
> duration 20 at relative offset 308358 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 1194, dts 1194,
> duration 20 at relative offset 308589 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1200, dts 1200,
> duration 40 at relative offset 308824 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.08 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1235
> [webm @ 0x55a80cf5d640] Writing block of size 226 with pts 1214, dts 1214,
> duration 20 at relative offset 308833 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 1234, dts 1234,
> duration 20 at relative offset 309066 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 1242 with pts 1240, dts
> 1240, duration 40 at relative offset 309298 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.34 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.36 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.38 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.4 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.12 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 221 with pts 1254, dts 1254,
> duration 20 at relative offset 310545 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 1274, dts 1274,
> duration 20 at relative offset 310773 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1280, dts 1280,
> duration 40 at relative offset 311007 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.42 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.44 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.16 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 19633
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 5038
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1683
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 987
> [webm @ 0x55a80cf5d640] Writing block of size 219 with pts 1294, dts 1294,
> duration 20 at relative offset 311016 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 224 with pts 1314, dts 1314,
> duration 20 at relative offset 311242 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 27363 with pts 1320, dts
> 1320, duration 40 at relative offset 311473 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.46 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.48 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.2 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 1334, dts 1334,
> duration 20 at relative offset 338842 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 1354, dts 1354,
> duration 20 at relative offset 339082 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1360, dts 1360,
> duration 40 at relative offset 339322 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.5 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.52 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.24 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 878
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 1374, dts 1374,
> duration 20 at relative offset 339331 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 1394, dts 1394,
> duration 20 at relative offset 339571 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 885 with pts 1400, dts 1400,
> duration 40 at relative offset 339811 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.54 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.56 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.28
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.28 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 1414, dts 1414,
> duration 20 at relative offset 340701 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 234 with pts 1434, dts 1434,
> duration 20 at relative offset 340940 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1440, dts 1440,
> duration 40 at relative offset 341181 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.58 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.6 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.32
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.32 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2247
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1324
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 1454, dts 1454,
> duration 20 at relative offset 341190 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 1474, dts 1474,
> duration 20 at relative offset 341427 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 3583 with pts 1480, dts
> 1480, duration 40 at relative offset 341664 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.62 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.64 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.36
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.36 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 1494, dts 1494,
> duration 20 at relative offset 345252 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 1514, dts 1514,
> duration 20 at relative offset 345486 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1520, dts 1520,
> duration 40 at relative offset 345721 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.4 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1036
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 1534, dts 1534,
> duration 20 at relative offset 345730 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 231 with pts 1554, dts 1554,
> duration 20 at relative offset 345969 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 1043 with pts 1560, dts
> 1560, duration 40 at relative offset 346207 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.66 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.68 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.7 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.72 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.44
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.44 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 239 with pts 1574, dts 1574,
> duration 20 at relative offset 347255 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 239 with pts 1594, dts 1594,
> duration 20 at relative offset 347501 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1600, dts 1600,
> duration 40 at relative offset 347747 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.74 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.76 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.48
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.48 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 18770
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 3902
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1434
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 769
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 1614, dts 1614,
> duration 20 at relative offset 347756 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 237 with pts 1634, dts 1634,
> duration 20 at relative offset 347991 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 24897 with pts 1640, dts
> 1640, duration 40 at relative offset 348235 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.78 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.8 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.52
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.52 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 235 with pts 1654, dts 1654,
> duration 20 at relative offset 373138 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 239 with pts 1674, dts 1674,
> duration 20 at relative offset 373380 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1680, dts 1680,
> duration 40 at relative offset 373626 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.82 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.84 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.56
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.56 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 689
> [webm @ 0x55a80cf5d640] Writing block of size 241 with pts 1694, dts 1694,
> duration 20 at relative offset 373635 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 236 with pts 1714, dts 1714,
> duration 20 at relative offset 373883 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 696 with pts 1720, dts 1720,
> duration 40 at relative offset 374126 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.86 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.88 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.6
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.6 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 237 with pts 1734, dts 1734,
> duration 20 at relative offset 374827 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 237 with pts 1754, dts 1754,
> duration 20 at relative offset 375071 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1760, dts 1760,
> duration 40 at relative offset 375315 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.9 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.92 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.64
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.64 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 2032
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 911
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 1774, dts 1774,
> duration 20 at relative offset 375324 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 233 with pts 1794, dts 1794,
> duration 20 at relative offset 375563 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 2955 with pts 1800, dts
> 1800, duration 40 at relative offset 375803 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.68
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.68 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 232 with pts 1814, dts 1814,
> duration 20 at relative offset 378763 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 3.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.94 queue head -1 ts N/A
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 1834, dts 1834,
> duration 20 at relative offset 379002 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.96 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 3.98 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4 queue head -1 ts N/A
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1840, dts 1840,
> duration 40 at relative offset 379239 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.72
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.72 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 968
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 1854, dts 1854,
> duration 20 at relative offset 379248 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 1874, dts 1874,
> duration 20 at relative offset 379485 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 975 with pts 1880, dts 1880,
> duration 40 at relative offset 379717 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.04
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.02 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.04 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.76
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.76 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 229 with pts 1894, dts 1894,
> duration 20 at relative offset 380697 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 223 with pts 1914, dts 1914,
> duration 20 at relative offset 380933 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 1920, dts 1920,
> duration 40 at relative offset 381163 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.08
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.06 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.08 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.8
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.8 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 33916
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 7563
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 3125
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1542
> [webm @ 0x55a80cf5d640] Writing block of size 221 with pts 1934, dts 1934,
> duration 20 at relative offset 381172 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 219 with pts 1954, dts 1954,
> duration 20 at relative offset 381400 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 46168 with pts 1960, dts
> 1960, duration 40 at relative offset 381626 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.12
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.1 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.12 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.84
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.84 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 1974, dts 1974,
> duration 20 at relative offset 427800 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 228 with pts 1994, dts 1994,
> duration 20 at relative offset 428034 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 2000, dts 2000,
> duration 40 at relative offset 428269 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.16
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.14 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.16 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.88
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.88 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 6, temporal_id: 0,
> spatial_id: 0, payload size: 1497
> [webm @ 0x55a80cf5d640] Writing block of size 225 with pts 2014, dts 2014,
> duration 20 at relative offset 428278 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 227 with pts 2034, dts 2034,
> duration 20 at relative offset 428510 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 1504 with pts 2040, dts
> 2040, duration 40 at relative offset 428744 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.2
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.18 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.2 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.92
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.92 queue head -1 ts N/A
> [extract_extradata @ 0x7ff01019c340] obu_type: 2, temporal_id: 0,
> spatial_id: 0, payload size: 0
> [extract_extradata @ 0x7ff01019c340] obu_type: 3, temporal_id: 0,
> spatial_id: 0, payload size: 1
> [webm @ 0x55a80cf5d640] Writing block of size 230 with pts 2054, dts 2054,
> duration 20 at relative offset 430253 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 238 with pts 2074, dts 2074,
> duration 20 at relative offset 430490 in cluster at offset 1200.
> TrackNumber 2, keyframe 1
> [webm @ 0x55a80cf5d640] Writing block of size 5 with pts 2080, dts 2080,
> duration 40 at relative offset 430735 in cluster at offset 1200.
> TrackNumber 1, keyframe 0
> [out#0/webm @ 0x55a80cf64f40] sq: send 1 ts 4.24
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.22 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: receive 1 ts 4.24 queue head -1 ts N/A
> [out#0/webm @ 0x55a80cf64f40] sq: send 0 ts 2.96
> [out#0/webm @ 0x55a80cf64f40] sq: receive 0 ts 2.96 queue head -1 ts N/A
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20241011/dd4f21a9/attachment-0001.htm>
More information about the Cin
mailing list