[FFmpeg-user] Converting MPEG-TS to MKV with hard coded subtitles produces error message

Stuart stuart at klymiarven.co.uk
Thu Feb 14 21:04:46 CET 2013


Hello,

I want to convert an MPEG-TS from a Humax PVR to a MKV with H.264
encoded video with hard coded DVB subtitles. Unfortunately, having
downloaded a build from ffmpeg.zeranoe.com, instead of hard coded
subtitles I am getting "sub2video: rectangle overflowing" messages.

I've tweaked ffmpeg.c to display the parameters causing the message
and built a cut down ffmpeg. (I have built a toolchain using Zeranoe's
build script and built libogg, libvorbis, libx264 and pthreads-win32
from source). The message is output because the video stream is
704x576 but the subtitle rectangles are 720 wide.

If I tweak function sub2video_prepare in ffmpeg_filter.c to hard code
the canvas width and height to be 720 and 576 respectively then I can
produce an MKV with hard coded DVB subtitles with the command:

ffmpeg -i in.TS
        -filter_complex "[0:v]pad=720:576[main];[main][0:s]overlay"
        -sn out.MKV

I've tried cropping the subtitle stream before overlaying but still
get the "sub2video: rectangle overflowing" messages with the Zeranoe
build. I've also tried scaling the video stream and padding the video
stream. I think the canvas size is assigned equal to the video
stream size before applying the filters. Hence, scaling or padding
the video stream doesn't increase the canvas size to match the
subtitle rectangle dimensions.

Is there a filter sequence that would accommodate the subtitle
rectangle dimensions being larger than the video stream dimensions?
Or does the sub2video "hack" not cater for this situation?

Many thanks,
Stu
-------------- next part --------------
ffmpeg started on 2013-02-11 at 20:04:30
Report written to "ffmpeg-20130211-200430.log"
Command line:
"ffmpeg-20130104-git-498e1c6-win64-shared\\bin\\ffmpeg.exe" -report -i Suburgatory-20121110-1024.TS -filter_complex "[0:v][0:s]overlay" -sn sub.mkv
ffmpeg version N-48459-g498e1c6 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan  4 2013 17:36:11 with gcc 4.7.2 (GCC)
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 85.101 / 54. 85.101
  libavformat    54. 59.103 / 54. 59.103
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 30.104 /  3. 30.104
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-i' ... matched as input file with argument 'Suburgatory-20121110-1024.TS'.
Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:v][0:s]overlay'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
Reading option 'sub.mkv' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option filter_complex (create a complex filtergraph) with argument [0:v][0:s]overlay.
Successfully parsed a group of options.
Parsing a group of options: input file Suburgatory-20121110-1024.TS.
Successfully parsed a group of options.
Opening an input file: Suburgatory-20121110-1024.TS.
[mpegts @ 000000000068fa60] Format mpegts probed with size=2048 and score=100
[mpegts @ 000000000068fa60] stream=0 stream_type=2 pid=b0a prog_reg_desc=
[mpegts @ 000000000068fa60] stream=1 stream_type=4 pid=b0b prog_reg_desc=
[mpegts @ 000000000068fa60] stream=2 stream_type=4 pid=b0d prog_reg_desc=
[mpegts @ 000000000068fa60] stream=3 stream_type=6 pid=b0c prog_reg_desc=
[mpegts @ 000000000068fa60] stream=4 stream_type=b pid=8b7 prog_reg_desc=
[mpegts @ 000000000068fa60] stream=5 stream_type=b pid=8b8 prog_reg_desc=
[mpegts @ 000000000068fa60] stream=6 stream_type=b pid=8b9 prog_reg_desc=
[mpegts @ 000000000068fa60] stream=7 stream_type=5 pid=bb9 prog_reg_desc=
[mpegts @ 000000000068fa60] File position before avformat_find_stream_info() is 0
[mpegts @ 000000000068fa60] parser not found for codec none, packets or times may be invalid.
[mpegts @ 000000000068fa60] parser not found for codec none, packets or times may be invalid.
[mpegts @ 000000000068fa60] parser not found for codec none, packets or times may be invalid.
[mpegts @ 000000000068fa60] parser not found for codec none, packets or times may be invalid.
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpeg2video @ 000000000052e900] mpeg_decode_postinit() failure
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419072365 in the queue

[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419504365 in the queue
[mpegts @ 000000000068fa60] max_analyze_duration 5000000 reached at 5016000
[mpegts @ 000000000068fa60] Could not find codec parameters for stream 2 (Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000068fa60] Could not find codec parameters for stream 4 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000068fa60] Could not find codec parameters for stream 5 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000068fa60] Could not find codec parameters for stream 6 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000068fa60] Could not find codec parameters for stream 7 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[NULL @ 0000000000538be0] start time is not set in estimate_timings_from_pts
[NULL @ 000000000053f820] start time is not set in estimate_timings_from_pts
[NULL @ 000000000053fea0] start time is not set in estimate_timings_from_pts
[NULL @ 00000000005a2300] start time is not set in estimate_timings_from_pts
[NULL @ 00000000005a84e0] start time is not set in estimate_timings_from_pts
[NULL @ 00000000005ae880] start time is not set in estimate_timings_from_pts
[mpegts @ 000000000068fa60] PES packet size mismatch
[mpegts @ 000000000068fa60] PES packet size mismatch
[mpegts @ 000000000068fa60] File position after avformat_find_stream_info() is 0
Input #0, mpegts, from 'Suburgatory-20121110-1024.TS':
  Duration: 00:35:58.16, start: 26878.341833, bitrate: 3916 kb/s
  Program 8325 
    Metadata:
      service_name    : ITV2
      service_provider: 
  Program 8384 
    Metadata:
      service_name    : Channel 4
      service_provider: 
  Program 8452 
    Metadata:
      service_name    : Channel 4+1
      service_provider: 
  Program 8448 
    Metadata:
      service_name    : E4
      service_provider: 
  Program 8442 
    Metadata:
      service_name    : More 4
      service_provider: 
  Program 8577 
    Metadata:
      service_name    : Gay Rabbit
      service_provider: 
  Program 8500 
    Metadata:
      service_name    : Channel 5
      service_provider: 
  Program 8262 
    Metadata:
      service_name    : ITV1
      service_provider: 
  Program 8642 
    Metadata:
      service_name    : Rabbit
      service_provider: 
  Program 8362 
    Metadata:
      service_name    : ITV1 +1
      service_provider: 
  No Program
    Stream #0:0[0xb0a], 129, 1/90000: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 704x576 [SAR 16:11 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0xb0b](eng), 211, 1/90000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
    Stream #0:2[0xb0d](eng), 0, 1/90000: Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p (visual impaired)
    Stream #0:3[0xb0c](eng), 0, 1/90000: Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
    Stream #0:4[0x8b7], 0, 1/90000: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:5[0x8b8], 0, 1/90000: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:6[0x8b9], 0, 1/90000: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:7[0xbb9], 0, 1/90000: Unknown: none ([5][0][0][0] / 0x0005)
Successfully openened the file.
Parsing a group of options: output file sub.mkv.
Applying option sn (disable subtitle) with argument 1.
Successfully parsed a group of options.
Opening an output file: sub.mkv.
[buffer @ 000000000052cce0] Setting entry with key 'video_size' to value '704x576'
[buffer @ 000000000052cce0] Setting entry with key 'pix_fmt' to value '0'
[buffer @ 000000000052cce0] Setting entry with key 'time_base' to value '1/90000'
[buffer @ 000000000052cce0] Setting entry with key 'pixel_aspect' to value '16/11'
[buffer @ 000000000052cce0] Setting entry with key 'sws_param' to value 'flags=2'
[buffer @ 000000000052cce0] Setting entry with key 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 00000000005455c0] w:704 h:576 pixfmt:yuv420p tb:1/90000 fr:25/1 sar:16/11 sws_param:flags=2
[mpegts @ 000000000068fa60] sub2video: using 704x576 canvas
[buffer @ 000000000052cba0] Setting entry with key 'video_size' to value '704x576'
[buffer @ 000000000052cba0] Setting entry with key 'pix_fmt' to value '0'
[buffer @ 000000000052cba0] Setting entry with key 'time_base' to value '1/90000'
[buffer @ 000000000052cba0] Setting entry with key 'pixel_aspect' to value '0/1'
[buffer @ 000000000052cba0] Setting entry with key 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:3 @ 00000000005454a0] w:704 h:576 pixfmt:yuv420p tb:1/90000 fr:0/1 sar:0/1 sws_param:flags=2
Successfully openened the file.
[scale @ 000000000052cf60] Setting 'w' to value '0'
[scale @ 000000000052cf60] Setting 'h' to value '0'
[auto-inserted scaler 0 @ 0000000000545800] w:0 h:0 flags:'' interl:0
[Parsed_overlay_0 @ 0000000000545540] auto-inserting filter 'auto-inserted scaler 0' between the filter 'graph 0 input from stream 0:3' and the filter 'Parsed_overlay_0'
[auto-inserted scaler 0 @ 0000000000545800] w:704 h:576 fmt:yuv420p sar:0/1 -> w:704 h:576 fmt:yuva420p sar:0/1 flags:0x2
[Parsed_overlay_0 @ 0000000000545540] main w:704 h:576 fmt:yuv420p overlay x:0 y:0 w:704 h:576 fmt:yuva420p
[abuffer @ 000000000052d280] Setting entry with key 'time_base' to value '1/48000'
[abuffer @ 000000000052d280] Setting entry with key 'sample_rate' to value '48000'
[abuffer @ 000000000052d280] Setting entry with key 'sample_fmt' to value 's16p'
[abuffer @ 000000000052d280] Setting entry with key 'channel_layout' to value '0x3'
[graph 1 input from stream 0:1 @ 0000000000545920] tb:1/48000 samplefmt:s16p samplerate:48000 chlayout:0x3
[aformat @ 0000000000529760] Setting entry with key 'sample_fmts' to value 'fltp'
[audio format for output stream 0:1 @ 0000000000545380] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1'
[auto-inserted resampler 0 @ 0000000000543ac0] chl:stereo fmt:s16p r:48000Hz -> chl:stereo fmt:fltp r:48000Hz
[libx264 @ 000000000283cc00] using mv_range_thread = 40
[libx264 @ 000000000283cc00] using SAR=16/11
[libx264 @ 000000000283cc00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
[libx264 @ 000000000283cc00] profile High, level 3.0
[libx264 @ 000000000283cc00] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[mpeg2video @ 000000000052e900] detected 4 logical cores
Output #0, matroska, to 'sub.mkv':
  Metadata:
    encoder         : Lavf54.59.103
    Stream #0:0, 0, 1/1000: Video: h264, yuv420p, 704x576 [SAR 16:11 DAR 16:9], q=-1--1, 1k tbn, 25 tbc
    Stream #0:1(eng), 0, 1/1000: Audio: vorbis, 48000 Hz, stereo, fltp
Stream mapping:
  Stream #0:0 (mpeg2video) -> overlay:main (graph 0)
  Stream #0:3 (dvbsub) -> overlay:overlay (graph 0)
  overlay (graph 0) -> Stream #0:0 (libx264)
  Stream #0:1 -> #0:1 (mp2 -> libvorbis)
Press [q] to stop, [?] for help
[auto-inserted scaler 0 @ 0000000000545800] w:704 h:576 fmt:bgra sar:0/1 -> w:704 h:576 fmt:yuva420p sar:0/1 flags:0x2
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419061565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419072365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419072365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419072365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419072365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419083165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419083165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419083165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419083165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419093965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419093965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419093965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419093965 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419104765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419104765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419104765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419104765 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419115565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419115565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419115565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419115565 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419126365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419126365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419126365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419126365 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419137165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419137165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419137165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419137165 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419147965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419147965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419147965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419147965 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419158765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419158765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419158765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419158765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419169565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419169565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419169565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419169565 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419180365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419180365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419180365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419180365 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419191165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419191165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419191165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419191165 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419201965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419201965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419201965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419201965 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419212765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419212765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419212765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419212765 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419223565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419223565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419223565 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419223565 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419234365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419234365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419234365 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419234365 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
frame=   47 fps=0.0 q=0.0 size=       5kB time=00:00:02.08 bitrate=  17.8kbits/s    
first_dts 2419050765 not matching first dts 2419245165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419245165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419245165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419245165 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419255965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419255965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419255965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419255965 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame=   0 QP=25.73 NAL=3 Slice:I Poc:0   I:1584 P:0    SKIP:0    size=88501 bytes
[matroska @ 00000000028110a0] Writing block at offset 4653, size 45, pts 0, dts 0, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 4704, size 62, pts 3, dts 3, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 4772, size 68, pts 6, dts 6, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 4846, size 65, pts 8, dts 8, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 4917, size 268, pts 11, dts 11, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 5192, size 261, pts 23, dts 23, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 5460, size 253, pts 44, dts 44, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 5720, size 264, pts 66, dts 66, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 5991, size 262, pts 87, dts 87, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 6260, size 267, pts 108, dts 108, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 6534, size 262, pts 130, dts 130, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 6803, size 263, pts 151, dts 151, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 7073, size 265, pts 172, dts 172, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 7345, size 253, pts 194, dts 194, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 7605, size 257, pts 215, dts 215, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 7869, size 263, pts 236, dts 236, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 8139, size 257, pts 258, dts 258, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 8403, size 271, pts 279, dts 279, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 8681, size 275, pts 300, dts 300, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 8963, size 273, pts 322, dts 322, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 9243, size 262, pts 343, dts 343, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 9512, size 259, pts 364, dts 364, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 9778, size 269, pts 386, dts 386, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 10054, size 264, pts 407, dts 407, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 10325, size 264, pts 428, dts 428, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 10596, size 267, pts 450, dts 450, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 10870, size 272, pts 471, dts 471, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 11149, size 257, pts 492, dts 492, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 11413, size 263, pts 514, dts 514, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 11683, size 262, pts 535, dts 535, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 11952, size 258, pts 556, dts 556, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 12217, size 263, pts 578, dts 578, duration 21, flags 128
[matroska @ 00000000028110a0] Starting new cluster at offset 12487 bytes, pts 683
[matroska @ 00000000028110a0] Writing block at offset 12503, size 270, pts 599, dts 599, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 12780, size 89190, pts 683, dts 603, duration 40, flags 128
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame=   1 QP=25.82 NAL=2 Slice:P Poc:4   I:23   P:1357 SKIP:204  size=18220 bytes
[matroska @ 00000000028110a0] Writing block at offset 101979, size 259, pts 620, dts 620, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 102245, size 265, pts 642, dts 642, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 102517, size 18220, pts 763, dts 643, duration 40, flags 0
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame=   2 QP=31.47 NAL=0 Slice:B Poc:2   I:0    P:992  SKIP:569  size=3033 bytes
[matroska @ 00000000028110a0] Writing block at offset 120745, size 270, pts 663, dts 663, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 121022, size 3033, pts 723, dts 683, duration 40, flags 0
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419266765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419266765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419266765 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2419266765 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame=   3 QP=25.82 NAL=2 Slice:P Poc:8   I:28   P:1511 SKIP:45   size=27377 bytes
[matroska @ 00000000028110a0] Writing block at offset 124062, size 273, pts 684, dts 684, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 124342, size 263, pts 706, dts 706, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 124612, size 27377, pts 843, dts 723, duration 40, flags 0
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)

[libx264 @ 000000000283cc00] frame= 354 QP=21.60 NAL=2 Slice:B Poc:78  I:2    P:38   SKIP:1544 size=83 bytes
[matroska @ 00000000028110a0] Writing block at offset 2420842, size 243, pts 14743, dts 14743, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2421092, size 83, pts 14843, dts 14763, duration 40, flags 0
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420487165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420487165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420487165 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420487165 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame= 355 QP=19.00 NAL=0 Slice:B Poc:76  I:3    P:23   SKIP:1558 size=65 bytes
[matroska @ 00000000028110a0] Writing block at offset 2421181, size 252, pts 14764, dts 14764, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2421440, size 235, pts 14786, dts 14786, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2421682, size 65, pts 14803, dts 14803, duration 40, flags 0
sub2video: rectangle overflowing
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420497965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420497965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420497965 in the queue
[mpegts @ 000000000068fa60] first_dts 2419050765 not matching first dts 2420497965 in the queue
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame= 356 QP=19.00 NAL=0 Slice:B Poc:80  I:2    P:19   SKIP:1563 size=57 bytes
[matroska @ 00000000028110a0] Writing block at offset 2421753, size 256, pts 14807, dts 14807, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2422016, size 251, pts 14828, dts 14828, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2422274, size 57, pts 14883, dts 14843, duration 40, flags 0
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)

[libx264 @ 000000000283cc00] frame= 436 QP=25.94 NAL=2 Slice:P Poc:24  I:391  P:1044 SKIP:149  size=11500 bytes
[matroska @ 00000000028110a0] Writing block at offset 2575659, size 207, pts 18023, dts 18023, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2575873, size 11500, pts 18163, dts 18043, duration 40, flags 0
[Parsed_overlay_0 @ 0000000000545540] Copying data in avfilter (have perms 5, need 7, reject 0)
[libx264 @ 000000000283cc00] frame= 437 QP=28.69 NAL=0 Slice:B Poc:22  I:59   P:784  SKIP:716  size=4541 bytes
[matroska @ 00000000028110a0] Writing block at offset 2587380, size 212, pts 18044, dts 18044, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2587599, size 215, pts 18066, dts 18066, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2587821, size 4541, pts 18123, dts 18083, duration 40, flags 0
[libx264 @ 000000000283cc00] scene cut at 484 Icost:1272763 Pcost:1249842 ratio:0.0180 bias:0.1453 gop:59 (imb:1313 pmb:115)
[libx264 @ 000000000283cc00] frame= 438 QP=25.76 NAL=2 Slice:P Poc:28  I:447  P:1026 SKIP:111  size=14204 bytes
[matroska @ 00000000028110a0] Writing block at offset 2592369, size 211, pts 18087, dts 18087, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2592587, size 205, pts 18108, dts 18108, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2592799, size 14204, pts 18243, dts 18123, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 439 QP=28.42 NAL=0 Slice:B Poc:26  I:122  P:622  SKIP:788  size=5868 bytes
[matroska @ 00000000028110a0] Writing block at offset 2607010, size 205, pts 18130, dts 18130, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2607222, size 212, pts 18151, dts 18151, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2607441, size 5868, pts 18203, dts 18163, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 440 QP=25.16 NAL=2 Slice:P Poc:32  I:488  P:912  SKIP:184  size=15493 bytes
[matroska @ 00000000028110a0] Writing block at offset 2613316, size 219, pts 18172, dts 18172, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2613542, size 57, pts 18194, dts 18194, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2613605, size 15493, pts 18323, dts 18203, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 441 QP=29.92 NAL=0 Slice:B Poc:30  I:75   P:699  SKIP:765  size=5685 bytes
[matroska @ 00000000028110a0] Writing block at offset 2629105, size 64, pts 18206, dts 18206, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629175, size 58, pts 18208, dts 18208, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629239, size 63, pts 18211, dts 18211, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629308, size 61, pts 18214, dts 18214, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629375, size 63, pts 18216, dts 18216, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629444, size 60, pts 18219, dts 18219, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629510, size 62, pts 18222, dts 18222, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629578, size 65, pts 18224, dts 18224, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629649, size 283, pts 18227, dts 18227, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2629939, size 259, pts 18239, dts 18239, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2630205, size 5685, pts 18283, dts 18243, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 442 QP=25.34 NAL=2 Slice:P Poc:36  I:184  P:1179 SKIP:221  size=11289 bytes
[matroska @ 00000000028110a0] Writing block at offset 2635897, size 266, pts 18260, dts 18260, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2636170, size 271, pts 18282, dts 18282, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2636448, size 11289, pts 18403, dts 18283, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 443 QP=29.82 NAL=0 Slice:B Poc:34  I:30   P:819  SKIP:708  size=3551 bytes
[matroska @ 00000000028110a0] Writing block at offset 2647744, size 289, pts 18303, dts 18303, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2648040, size 3551, pts 18363, dts 18323, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 444 QP=24.96 NAL=2 Slice:P Poc:38  I:177  P:1170 SKIP:237  size=10799 bytes
[matroska @ 00000000028110a0] Writing block at offset 2651598, size 63, pts 18324, dts 18324, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2651667, size 70, pts 18336, dts 18336, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2651743, size 82, pts 18339, dts 18339, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2651831, size 290, pts 18342, dts 18342, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2652128, size 265, pts 18354, dts 18354, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2652400, size 10799, pts 18443, dts 18363, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 445 QP=25.89 NAL=2 Slice:P Poc:44  I:222  P:1141 SKIP:221  size=10986 bytes
[matroska @ 00000000028110a0] Writing block at offset 2663206, size 263, pts 18375, dts 18375, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2663476, size 258, pts 18396, dts 18396, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2663741, size 10986, pts 18563, dts 18403, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 446 QP=29.26 NAL=2 Slice:B Poc:42  I:7    P:808  SKIP:738  size=2491 bytes
[matroska @ 00000000028110a0] Writing block at offset 2674734, size 266, pts 18418, dts 18418, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2675007, size 267, pts 18439, dts 18439, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2675281, size 2491, pts 18523, dts 18443, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 447 QP=29.58 NAL=0 Slice:B Poc:40  I:8    P:833  SKIP:720  size=2710 bytes
[matroska @ 00000000028110a0] Writing block at offset 2677779, size 260, pts 18460, dts 18460, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2678046, size 256, pts 18482, dts 18482, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2678309, size 2710, pts 18483, dts 18483, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 448 QP=25.42 NAL=2 Slice:P Poc:48  I:521  P:985  SKIP:78   size=13611 bytes
[matroska @ 00000000028110a0] Writing block at offset 2681026, size 250, pts 18503, dts 18503, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2681283, size 13611, pts 18643, dts 18523, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 449 QP=29.61 NAL=0 Slice:B Poc:46  I:13   P:927  SKIP:605  size=4324 bytes
[matroska @ 00000000028110a0] Writing block at offset 2694901, size 255, pts 18524, dts 18524, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2695163, size 257, pts 18546, dts 18546, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2695427, size 4324, pts 18603, dts 18563, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 450 QP=25.73 NAL=2 Slice:P Poc:52  I:332  P:1113 SKIP:139  size=12840 bytes
[matroska @ 00000000028110a0] Writing block at offset 2699758, size 254, pts 18567, dts 18567, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2700019, size 259, pts 18588, dts 18588, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2700285, size 12840, pts 18723, dts 18603, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 451 QP=29.06 NAL=0 Slice:B Poc:50  I:135  P:632  SKIP:748  size=4963 bytes
[matroska @ 00000000028110a0] Writing block at offset 2713132, size 57, pts 18610, dts 18610, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713195, size 67, pts 18622, dts 18622, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713268, size 63, pts 18624, dts 18624, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713337, size 56, pts 18627, dts 18627, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713399, size 54, pts 18630, dts 18630, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713459, size 63, pts 18632, dts 18632, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713528, size 69, pts 18635, dts 18635, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713603, size 58, pts 18638, dts 18638, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713667, size 55, pts 18640, dts 18640, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2713728, size 4963, pts 18683, dts 18643, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 452 QP=25.59 NAL=2 Slice:P Poc:56  I:424  P:961  SKIP:199  size=11745 bytes
[matroska @ 00000000028110a0] Writing block at offset 2718698, size 61, pts 18643, dts 18643, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2718765, size 59, pts 18646, dts 18646, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2718830, size 283, pts 18648, dts 18648, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2719120, size 255, pts 18660, dts 18660, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2719382, size 265, pts 18682, dts 18682, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2719654, size 11745, pts 18803, dts 18683, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 453 QP=29.75 NAL=0 Slice:B Poc:54  I:45   P:759  SKIP:743  size=3920 bytes
[matroska @ 00000000028110a0] Writing block at offset 2731406, size 272, pts 18703, dts 18703, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2731685, size 3920, pts 18763, dts 18723, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 454 QP=25.54 NAL=2 Slice:P Poc:60  I:371  P:1135 SKIP:78   size=12209 bytes
[matroska @ 00000000028110a0] Writing block at offset 2735612, size 268, pts 18724, dts 18724, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2735887, size 276, pts 18746, dts 18746, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2736170, size 12209, pts 18883, dts 18763, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 455 QP=28.93 NAL=0 Slice:B Poc:58  I:50   P:850  SKIP:659  size=3854 bytes
[matroska @ 00000000028110a0] Writing block at offset 2748386, size 256, pts 18767, dts 18767, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2748649, size 257, pts 18788, dts 18788, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2748913, size 3854, pts 18843, dts 18803, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 456 QP=24.28 NAL=2 Slice:P Poc:62  I:420  P:988  SKIP:176  size=14442 bytes
[matroska @ 00000000028110a0] Writing block at offset 2752774, size 268, pts 18810, dts 18810, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2753049, size 258, pts 18831, dts 18831, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2753314, size 14442, pts 18923, dts 18843, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 457 QP=25.39 NAL=2 Slice:P Poc:68  I:134  P:1203 SKIP:247  size=9387 bytes
[matroska @ 00000000028110a0] Writing block at offset 2767763, size 255, pts 18852, dts 18852, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2768025, size 258, pts 18874, dts 18874, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2768290, size 9387, pts 19043, dts 18883, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 458 QP=30.67 NAL=2 Slice:B Poc:66  I:4    P:693  SKIP:876  size=1698 bytes
[matroska @ 00000000028110a0] Writing block at offset 2777684, size 258, pts 18895, dts 18895, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2777949, size 267, pts 18916, dts 18916, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2778223, size 1698, pts 19003, dts 18923, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 459 QP=30.32 NAL=0 Slice:B Poc:64  I:1    P:795  SKIP:780  size=1810 bytes
[matroska @ 00000000028110a0] Writing block at offset 2779928, size 262, pts 18938, dts 18938, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2780197, size 253, pts 18959, dts 18959, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2780457, size 1810, pts 18963, dts 18963, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 460 QP=23.21 NAL=2 Slice:P Poc:74  I:960  P:578  SKIP:46   size=17911 bytes
[matroska @ 00000000028110a0] Writing block at offset 2782274, size 250, pts 18980, dts 18980, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2782531, size 246, pts 19002, dts 19002, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2782784, size 17911, pts 19163, dts 19003, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 461 QP=30.11 NAL=2 Slice:B Poc:72  I:2    P:678  SKIP:896  size=1478 bytes
[matroska @ 00000000028110a0] Writing block at offset 2800703, size 252, pts 19023, dts 19023, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2800962, size 1478, pts 19123, dts 19043, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 462 QP=29.97 NAL=0 Slice:B Poc:70  I:0    P:868  SKIP:706  size=1655 bytes
[matroska @ 00000000028110a0] Writing block at offset 2802447, size 245, pts 19044, dts 19044, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2802699, size 247, pts 19066, dts 19066, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2802953, size 1655, pts 19083, dts 19083, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 463 QP=23.55 NAL=2 Slice:P Poc:82  I:85   P:1287 SKIP:212  size=9062 bytes
[matroska @ 00000000028110a0] Writing block at offset 2804615, size 249, pts 19087, dts 19087, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2804871, size 259, pts 19108, dts 19108, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2805137, size 9062, pts 19323, dts 19123, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 464 QP=27.22 NAL=2 Slice:B Poc:78  I:4    P:806  SKIP:763  size=2009 bytes
[matroska @ 00000000028110a0] Writing block at offset 2814206, size 49, pts 19130, dts 19130, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814261, size 46, pts 19142, dts 19142, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814313, size 57, pts 19144, dts 19144, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814376, size 47, pts 19147, dts 19147, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814429, size 50, pts 19150, dts 19150, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814485, size 48, pts 19152, dts 19152, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814539, size 60, pts 19155, dts 19155, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814605, size 53, pts 19158, dts 19158, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814664, size 62, pts 19160, dts 19160, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2814732, size 2009, pts 19243, dts 19163, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 465 QP=30.23 NAL=0 Slice:B Poc:76  I:1    P:666  SKIP:915  size=1338 bytes
[matroska @ 00000000028110a0] Writing block at offset 2816748, size 50, pts 19163, dts 19163, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2816804, size 61, pts 19166, dts 19166, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2816871, size 63, pts 19168, dts 19168, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2816940, size 63, pts 19171, dts 19171, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817009, size 62, pts 19174, dts 19174, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817077, size 63, pts 19176, dts 19176, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817146, size 63, pts 19179, dts 19179, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817215, size 63, pts 19182, dts 19182, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817284, size 58, pts 19184, dts 19184, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817348, size 61, pts 19187, dts 19187, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817415, size 60, pts 19190, dts 19190, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817481, size 254, pts 19192, dts 19192, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2817742, size 1338, pts 19203, dts 19203, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 466 QP=28.33 NAL=0 Slice:B Poc:80  I:2    P:671  SKIP:906  size=1179 bytes
[matroska @ 00000000028110a0] Writing block at offset 2819087, size 257, pts 19204, dts 19204, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2819351, size 248, pts 19226, dts 19226, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2819606, size 1179, pts 19283, dts 19243, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 467 QP=23.99 NAL=2 Slice:P Poc:90  I:37   P:1181 SKIP:366  size=6961 bytes
[matroska @ 00000000028110a0] Writing block at offset 2820792, size 266, pts 19247, dts 19247, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2821065, size 64, pts 19268, dts 19268, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2821135, size 59, pts 19280, dts 19280, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2821200, size 6961, pts 19483, dts 19283, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 468 QP=26.65 NAL=2 Slice:B Poc:86  I:8    P:639  SKIP:933  size=1163 bytes
[matroska @ 00000000028110a0] Writing block at offset 2828168, size 46, pts 19283, dts 19283, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828220, size 47, pts 19286, dts 19286, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828273, size 43, pts 19288, dts 19288, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828322, size 47, pts 19291, dts 19291, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828375, size 46, pts 19294, dts 19294, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828427, size 65, pts 19296, dts 19296, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828498, size 63, pts 19299, dts 19299, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828567, size 65, pts 19302, dts 19302, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828638, size 63, pts 19304, dts 19304, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828707, size 62, pts 19307, dts 19307, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828775, size 61, pts 19310, dts 19310, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828842, size 67, pts 19312, dts 19312, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828915, size 60, pts 19315, dts 19315, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2828981, size 68, pts 19318, dts 19318, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2829055, size 64, pts 19320, dts 19320, duration 3, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2829125, size 1163, pts 19403, dts 19323, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 469 QP=29.90 NAL=0 Slice:B Poc:84  I:0    P:497  SKIP:1086 size=639 bytes
[matroska @ 00000000028110a0] Writing block at offset 2830295, size 273, pts 19323, dts 19323, duration 12, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2830575, size 258, pts 19335, dts 19335, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2830840, size 259, pts 19356, dts 19356, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2831106, size 639, pts 19363, dts 19363, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 470 QP=29.20 NAL=0 Slice:B Poc:88  I:0    P:413  SKIP:1171 size=434 bytes
[matroska @ 00000000028110a0] Writing block at offset 2831752, size 262, pts 19378, dts 19378, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2832021, size 260, pts 19399, dts 19399, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2832288, size 434, pts 19443, dts 19403, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 471 QP=23.03 NAL=2 Slice:P Poc:98  I:234  P:1120 SKIP:230  size=9353 bytes
[matroska @ 00000000028110a0] Writing block at offset 2832729, size 247, pts 19420, dts 19420, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2832983, size 255, pts 19442, dts 19442, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2833245, size 9353, pts 19643, dts 19443, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 472 QP=25.67 NAL=2 Slice:B Poc:94  I:0    P:593  SKIP:990  size=528 bytes
[matroska @ 00000000028110a0] Writing block at offset 2842605, size 265, pts 19463, dts 19463, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2842877, size 528, pts 19563, dts 19483, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 473 QP=26.29 NAL=0 Slice:B Poc:92  I:3    P:528  SKIP:1053 size=444 bytes
[matroska @ 00000000028110a0] Writing block at offset 2843412, size 256, pts 19484, dts 19484, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2843675, size 263, pts 19506, dts 19506, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2843945, size 444, pts 19523, dts 19523, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 474 QP=24.85 NAL=0 Slice:B Poc:96  I:0    P:352  SKIP:1232 size=310 bytes
[matroska @ 00000000028110a0] Writing block at offset 2844396, size 255, pts 19527, dts 19527, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2844658, size 253, pts 19548, dts 19548, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2844918, size 310, pts 19603, dts 19563, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 475 QP=21.13 NAL=2 Slice:P Poc:106 I:13   P:431  SKIP:1140 size=1636 bytes
[matroska @ 00000000028110a0] Writing block at offset 2845235, size 241, pts 19570, dts 19570, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2845483, size 247, pts 19591, dts 19591, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2845737, size 1636, pts 19803, dts 19603, duration 40, flags 0
[libx264 @ 000000000283cc00] frame= 476 QP=21.88 NAL=2 Slice:B Poc:102 I:1    P:294  SKIP:1289 size=479 bytes
[libx264 @ 000000000283cc00] frame= 477 QP=25.18 NAL=0 Slice:B Poc:100 I:0    P:241  SKIP:1343 size=205 bytes
[libx264 @ 000000000283cc00] frame= 478 QP=25.43 NAL=0 Slice:B Poc:104 I:0    P:174  SKIP:1410 size=193 bytes
[libx264 @ 000000000283cc00] frame= 479 QP=21.64 NAL=2 Slice:P Poc:114 I:1    P:73   SKIP:1510 size=192 bytes
[libx264 @ 000000000283cc00] frame= 480 QP=21.92 NAL=2 Slice:B Poc:110 I:0    P:118  SKIP:1466 size=155 bytes
[libx264 @ 000000000283cc00] frame= 481 QP=26.02 NAL=0 Slice:B Poc:108 I:0    P:61   SKIP:1523 size=86 bytes
[libx264 @ 000000000283cc00] frame= 482 QP=25.15 NAL=0 Slice:B Poc:112 I:0    P:56   SKIP:1528 size=87 bytes
[libx264 @ 000000000283cc00] frame= 483 QP=21.11 NAL=2 Slice:P Poc:116 I:0    P:31   SKIP:1553 size=83 bytes
[libx264 @ 000000000283cc00] frame= 484 QP=23.89 NAL=3 Slice:I Poc:0   I:1584 P:0    SKIP:0    size=44194 bytes
[libx264 @ 000000000283cc00] frame= 485 QP=29.93 NAL=2 Slice:P Poc:4   I:4    P:425  SKIP:1155 size=849 bytes
[libx264 @ 000000000283cc00] frame= 486 QP=30.13 NAL=0 Slice:B Poc:2   I:0    P:496  SKIP:1087 size=625 bytes
[matroska @ 00000000028110a0] Writing block at offset 2847380, size 249, pts 19612, dts 19612, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2847636, size 251, pts 19634, dts 19634, duration 21, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2847894, size 479, pts 19723, dts 19643, duration 40, flags 0
[libvorbis @ 000000000283df40] Trying to remove 704 more samples than there are in the queue
[matroska @ 00000000028110a0] Writing block at offset 2848380, size 254, pts 19655, dts 19655, duration 21, flags 128
Writing block at offset 2848641, size 250, pts 19676, dts 19676, duration 7, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2848898, size 205, pts 19683, dts 19683, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849110, size 193, pts 19763, dts 19723, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849310, size 192, pts 19963, dts 19763, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849509, size 155, pts 19883, dts 19803, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849671, size 86, pts 19843, dts 19843, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849763, size 87, pts 19923, dts 19883, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2849856, size 83, pts 20003, dts 19923, duration 40, flags 0
[matroska @ 00000000028110a0] Starting new cluster at offset 2849945 bytes, pts 20043
[matroska @ 00000000028110a0] Writing block at offset 2849961, size 44194, pts 20043, dts 19963, duration 40, flags 128
[matroska @ 00000000028110a0] Writing block at offset 2894163, size 849, pts 20123, dts 20003, duration 40, flags 0
[matroska @ 00000000028110a0] Writing block at offset 2895019, size 625, pts 20083, dts 20043, duration 40, flags 0
[matroska @ 00000000028110a0] end duration = 20163
frame=  487 fps= 60 q=-1.0 Lsize=    2828kB time=00:00:20.08 bitrate=1153.7kbits/s    

video:2581kB audio:232kB subtitle:0 global headers:4kB muxing overhead 0.398881%
[libx264 @ 000000000283cc00] frame I:12    Avg QP:19.79  size: 46061
[libx264 @ 000000000283cc00] frame P:192   Avg QP:22.75  size:  8870
[libx264 @ 000000000283cc00] frame B:283   Avg QP:24.75  size:  1365
[libx264 @ 000000000283cc00] consecutive B-frames: 10.3% 31.6% 15.4% 42.7%
[libx264 @ 000000000283cc00] mb I  I16..4: 26.2% 63.8% 10.0%
[libx264 @ 000000000283cc00] mb P  I16..4:  2.1%  4.6%  0.7%  P16..4: 30.6% 11.7%  7.5%  0.0%  0.0%    skip:42.8%
[libx264 @ 000000000283cc00] mb B  I16..4:  0.1%  0.3%  0.0%  B16..8: 21.7%  2.2%  0.5%  direct: 1.1%  skip:74.1%  L0:37.6% L1:49.1% BI:13.4%
[libx264 @ 000000000283cc00] 8x8 transform intra:62.8% inter:80.1%
[libx264 @ 000000000283cc00] coded y,uvDC,uvAC intra: 58.5% 63.8% 41.7% inter: 12.6% 14.6% 3.5%
[libx264 @ 000000000283cc00] i16 v,h,dc,p: 71% 16%  6%  7%
[libx264 @ 000000000283cc00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 20% 26%  3%  3%  5%  3%  6%  5%
[libx264 @ 000000000283cc00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 50% 15% 10%  4%  4%  6%  4%  5%  3%
[libx264 @ 000000000283cc00] i8c dc,h,v,p: 53% 18% 23%  6%
[libx264 @ 000000000283cc00] Weighted P-Frames: Y:0.5% UV:0.0%
[libx264 @ 000000000283cc00] ref P L0: 62.4% 18.5% 14.4%  4.7%  0.0%
[libx264 @ 000000000283cc00] ref B L0: 83.7% 14.8%  1.5%
[libx264 @ 000000000283cc00] ref B L1: 95.4%  4.6%
[libx264 @ 000000000283cc00] kb/s:1085.00
[AVIOContext @ 00000000005287e0] Statistics: 12570768 bytes read, 3 seeks


More information about the ffmpeg-user mailing list