Opened 7 years ago

Last modified 6 years ago

#6903 new defect

Muxing TS into MKV container

Reported by: alexrichmond Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: mpegts h264 dts
Cc: v0qiu24elio.ldb63qpfmjrkkiv9el@gmail.com Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hello,

I know people have had this problem in the past and then it seems to sort itself out, or they give up and try something else. But I'm having great difficuilty muxing a TS into MKV container and I'm looking for some help please.

I have tried many different versions of ffmpeg and can't seem to find one that will do this.

This is my first time submitting a bug here, so hopefully I'll do it properly and I appreciate any help :)

The command is:

ffmpeg.exe -fflags genpts -i "C:\\latestffmpeg\\BBCTWO.ts" -c:v copy -c:a copy "C:\\latestffmpeg\\muxed.mkv"

It works great at 1st and then fails with errors. This happens on many different TS files, so its not just this particular file.

I tried to upload the TS to the ffmpeg ftp server but I kept on getting a timeout when trying to connect. So I've uploaded it to uploadfiles.io which also means anybody who doesn't have read access to ffmpeg's ftp server wants to download the file can see if they can get it to work with ffmpeg. the link is:
https://ufile.io/yqomb

This report has used the most recent nightly git build. But if anybody can get this working with any version of ffmpeg, please let me know.

Thanks for reading and thanks in advance for any help :)

I will have to split this ticket as when i tried to post it said it was too long, probably because of the -report info.

Attachments (1)

bbctwo.cut.ts (2.5 MB ) - added by mkver 7 years ago.
The part of the input file around the place where the error occurs.

Change History (7)

comment:1 by alexrichmond, 7 years ago

The full output, with the -report tag, is below:

ffmpeg started on 2017-12-08 at 17:35:32
Report written to "ffmpeg-20171208-173532.log"
Command line:
ffmpeg.exe -fflags genpts -i "C:\\latestffmpeg\\BBCTWO.ts" -c:v copy -c:a copy "C:\\latestffmpeg\\muxed.mkv" -report
ffmpeg version N-89409-g4678339e74 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 7.2.0 (GCC)
  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth --enable-libmfx
  libavutil      56.  5.100 / 56.  5.100
  libavcodec     58.  6.103 / 58.  6.103
  libavformat    58.  2.103 / 58.  2.103
  libavdevice    58.  0.100 / 58.  0.100
  libavfilter     7.  7.100 /  7.  7.100
  libswscale      5.  0.101 /  5.  0.101
  libswresample   3.  0.101 /  3.  0.101
  libpostproc    55.  0.100 / 55.  0.100
Splitting the commandline.
Reading option '-fflags' ... matched as AVOption 'fflags' with argument 'genpts'.
Reading option '-i' ... matched as input url with argument 'C:\latestffmpeg\BBCTWO.ts'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option 'C:\latestffmpeg\muxed.mkv' ... matched as output url.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url C:\latestffmpeg\BBCTWO.ts.
Successfully parsed a group of options.
Opening an input file: C:\latestffmpeg\BBCTWO.ts.
[NULL @ 000001ce2165b460] Opening 'C:\latestffmpeg\BBCTWO.ts' for reading
[file @ 000001ce2165bb80] Setting default whitelist 'file,crypto'
[mpegts @ 000001ce2165b460] Format mpegts probed with size=2048 and score=50
[mpegts @ 000001ce2165b460] stream=0 stream_type=1b pid=157c prog_reg_desc=
[mpegts @ 000001ce2165b460] stream=1 stream_type=6 pid=157d prog_reg_desc=
[mpegts @ 000001ce2165b460] stream=2 stream_type=3 pid=157e prog_reg_desc=
[mpegts @ 000001ce2165b460] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:3
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[AVBSFContext @ 000001ce21728640] nal_unit_type: 9, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 6, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 1, nal_ref_idc: 2
[AVBSFContext @ 000001ce21728640] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[h264 @ 000001ce2165ccc0] decode_slice_header error
[h264 @ 000001ce2165ccc0] no frame!
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[AVBSFContext @ 000001ce21728640] nal_unit_type: 9, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 6, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 1, nal_ref_idc: 2
[AVBSFContext @ 000001ce21728640] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[h264 @ 000001ce2165ccc0] decode_slice_header error
[h264 @ 000001ce2165ccc0] no frame!
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[AVBSFContext @ 000001ce21728640] nal_unit_type: 9, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 6, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 1, nal_ref_idc: 2
[AVBSFContext @ 000001ce21728640] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[h264 @ 000001ce2165ccc0] decode_slice_header error
[h264 @ 000001ce2165ccc0] no frame!
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[AVBSFContext @ 000001ce21728640] nal_unit_type: 9, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 6, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 1, nal_ref_idc: 2
[AVBSFContext @ 000001ce21728640] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] nal_unit_type: 12, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] SPS unavailable in decode_picture_timing
[h264 @ 000001ce2165ccc0] non-existing PPS 0 referenced
[h264 @ 000001ce2165ccc0] decode_slice_header error
[h264 @ 000001ce2165ccc0] no frame!
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[AVBSFContext @ 000001ce21728640] nal_unit_type: 9, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 7, nal_ref_idc: 3
[AVBSFContext @ 000001ce21728640] nal_unit_type: 8, nal_ref_idc: 3
[AVBSFContext @ 000001ce21728640] nal_unit_type: 6, nal_ref_idc: 0
[AVBSFContext @ 000001ce21728640] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 7, nal_ref_idc: 3
[h264 @ 000001ce2165ccc0] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] Format yuv420p chosen by get_format().
[h264 @ 000001ce2165ccc0] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000001ce2165ccc0] Frame num gap 183 178
[h264 @ 000001ce2165ccc0] Frame num gap 183 179
[h264 @ 000001ce2165ccc0] Frame num gap 183 180
[h264 @ 000001ce2165ccc0] Frame num gap 183 181
[h264 @ 000001ce2165ccc0] no picture 
[h264 @ 000001ce2165ccc0] mmco: unref short failure
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] Increasing reorder buffer to 2
[h264 @ 000001ce2165ccc0] no picture ooo
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] Increasing reorder buffer to 3
[h264 @ 000001ce2165ccc0] no picture ooo
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] no picture ooo
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] no picture 
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] no picture 
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] mmco: unref short failure
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 7, nal_ref_idc: 3
[h264 @ 000001ce2165ccc0] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[h264 @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[mpegts @ 000001ce2165b460] max_analyze_duration 5000000 reached at 5024000 microseconds st:1
[mpegts @ 000001ce2165b460] PES packet size mismatch
[mpegts @ 000001ce2165b460] PES packet size mismatch
[mpegts @ 000001ce2165b460] After avformat_find_stream_info() pos: 0 bytes read:3690640 seeks:2 frames:476
Input #0, mpegts, from 'C:\latestffmpeg\BBCTWO.ts':
  Duration: 00:01:09.03, start: 18829.897422, bitrate: 12750 kb/s
  Program 6960 
    Stream #0:0[0x157c], 107, 1/90000: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x157d](eng), 159, 1/90000: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 192 kb/s
    Stream #0:2[0x157e](NAR), 210, 1/90000: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s
Successfully opened the file.
Parsing a group of options: output url C:\latestffmpeg\muxed.mkv.
Applying option c:v (codec name) with argument copy.
Applying option c:a (codec name) with argument copy.
Successfully parsed a group of options.
Opening an output file: C:\latestffmpeg\muxed.mkv.
[file @ 000001ce216c1d00] Setting default whitelist 'file,crypto'
Successfully opened the file.
[matroska @ 000001ce21b4e480] get_metadata_duration returned: 0
Output #0, matroska, to 'C:\latestffmpeg\muxed.mkv':
  Metadata:
    encoder         : Lavf58.2.103
    Stream #0:0, 0, 1/1000: Video: h264 (High) (H264 / 0x34363248), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 25 tbr, 1k tbn, 90k tbc
    Stream #0:1(eng), 0, 1/1000: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] nal_unit_type: 7, nal_ref_idc: 3
[NULL @ 000001ce2165ccc0] nal_unit_type: 8, nal_ref_idc: 3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 9, size 768, pts 0, dts 0, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 784, size 768, pts 32, dts 32, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1559, size 768, pts 64, dts 64, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 2334, size 768, pts 96, dts 96, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 3109, size 768, pts 128, dts 128, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 3884, size 768, pts 160, dts 160, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 4659, size 768, pts 192, dts 192, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 5434, size 768, pts 224, dts 224, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 6209, size 768, pts 256, dts 256, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 6984, size 768, pts 288, dts 288, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 7759, size 768, pts 320, dts 320, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 8534, size 768, pts 352, dts 352, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 9309, size 768, pts 384, dts 384, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 10084, size 768, pts 416, dts 416, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 10859, size 768, pts 448, dts 448, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 11634, size 768, pts 480, dts 480, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 12409, size 768, pts 512, dts 512, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 13184, size 768, pts 544, dts 544, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 13959, size 768, pts 576, dts 576, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 14734, size 768, pts 608, dts 608, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 15509, size 768, pts 640, dts 640, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 16284, size 768, pts 672, dts 672, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 17059, size 768, pts 704, dts 704, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 17834, size 768, pts 736, dts 736, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 18609, size 768, pts 768, dts 768, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 19384, size 768, pts 800, dts 800, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 20159, size 768, pts 832, dts 832, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 20934, size 768, pts 864, dts 864, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 21709, size 768, pts 896, dts 896, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 22484, size 768, pts 928, dts 928, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 23259, size 768, pts 960, dts 960, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 24034, size 768, pts 992, dts 992, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 24809, size 768, pts 1024, dts 1024, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 25584, size 768, pts 1056, dts 1056, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 26359, size 768, pts 1088, dts 1088, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Starting new cluster at offset 28029 bytes, pts 1550dts 1150
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 1120, dts 1120, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 103507, pts 1550, dts 1150, duration 40, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 104301, size 768, pts 1152, dts 1152, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 105076, size 768, pts 1184, dts 1184, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 105851, size 12921, pts 1390, dts 1190, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 118780, size 768, pts 1216, dts 1216, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 119555, size 8253, pts 1310, dts 1230, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 127816, size 768, pts 1248, dts 1248, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 128591, size 4228, pts 1270, dts 1270, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 132827, size 768, pts 1280, dts 1280, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 133602, size 3737, pts 1350, dts 1310, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 137347, size 768, pts 1312, dts 1312, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 138122, size 768, pts 1344, dts 1344, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 138897, size 8398, pts 1470, dts 1350, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 147303, size 768, pts 1376, dts 1376, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 148078, size 4403, pts 1430, dts 1390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 152489, size 768, pts 1408, dts 1408, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 153264, size 4734, pts 1510, dts 1430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 158006, size 768, pts 1440, dts 1440, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 158781, size 23156, pts 1870, dts 1470, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 181946, size 768, pts 1472, dts 1472, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 182721, size 768, pts 1504, dts 1504, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 183496, size 12760, pts 1710, dts 1510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 196264, size 768, pts 1536, dts 1536, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 197039, size 8210, pts 1630, dts 1550, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 205257, size 768, pts 1568, dts 1568, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 206032, size 4107, pts 1590, dts 1590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 210147, size 768, pts 1600, dts 1600, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 210922, size 4375, pts 1670, dts 1630, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 215305, size 768, pts 1632, dts 1632, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 216080, size 768, pts 1664, dts 1664, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 216855, size 8249, pts 1790, dts 1670, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 225112, size 768, pts 1696, dts 1696, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 225887, size 4216, pts 1750, dts 1710, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 230111, size 768, pts 1728, dts 1728, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 230886, size 4215, pts 1830, dts 1750, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 235109, size 768, pts 1760, dts 1760, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 235884, size 24170, pts 2190, dts 1790, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 260063, size 768, pts 1792, dts 1792, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 260838, size 768, pts 1824, dts 1824, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 261613, size 14391, pts 2030, dts 1830, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 276012, size 768, pts 1856, dts 1856, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 276787, size 8217, pts 1950, dts 1870, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 285012, size 768, pts 1888, dts 1888, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 285787, size 4114, pts 1910, dts 1910, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 289909, size 768, pts 1920, dts 1920, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 290684, size 4481, pts 1990, dts 1950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 295173, size 768, pts 1952, dts 1952, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 295948, size 768, pts 1984, dts 1984, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 296723, size 9061, pts 2110, dts 1990, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 305792, size 768, pts 2016, dts 2016, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 306567, size 4852, pts 2070, dts 2030, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 311427, size 768, pts 2048, dts 2048, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 312202, size 4312, pts 2150, dts 2070, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Starting new cluster at offset 344563 bytes, pts 2510dts 2110
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 2080, dts 2080, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 101484, pts 2510, dts 2110, duration 40, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 102278, size 768, pts 2112, dts 2112, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 103053, size 768, pts 2144, dts 2144, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 103828, size 12816, pts 2350, dts 2150, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 116652, size 768, pts 2176, dts 2176, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 117427, size 8883, pts 2270, dts 2190, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 126318, size 768, pts 2208, dts 2208, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 127093, size 4403, pts 2230, dts 2230, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 131504, size 768, pts 2240, dts 2240, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 132279, size 4020, pts 2310, dts 2270, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 136307, size 768, pts 2272, dts 2272, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 137082, size 768, pts 2304, dts 2304, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 137857, size 8976, pts 2430, dts 2310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 146841, size 768, pts 2336, dts 2336, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 147616, size 3991, pts 2390, dts 2350, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 151615, size 768, pts 2368, dts 2368, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 152390, size 5108, pts 2470, dts 2390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 157506, size 768, pts 2400, dts 2400, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 158281, size 19924, pts 2830, dts 2430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 178214, size 768, pts 2432, dts 2432, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 178989, size 768, pts 2464, dts 2464, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 179764, size 11911, pts 2670, dts 2470, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 191683, size 768, pts 2496, dts 2496, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 192458, size 8126, pts 2590, dts 2510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 200592, size 768, pts 2528, dts 2528, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 201367, size 4180, pts 2550, dts 2550, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 205555, size 768, pts 2560, dts 2560, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 206330, size 4235, pts 2630, dts 2590, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 210573, size 768, pts 2592, dts 2592, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 211348, size 768, pts 2624, dts 2624, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 212123, size 7821, pts 2750, dts 2630, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 219952, size 768, pts 2656, dts 2656, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 220727, size 3941, pts 2710, dts 2670, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 224676, size 768, pts 2688, dts 2688, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 225451, size 3849, pts 2790, dts 2710, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 229308, size 768, pts 2720, dts 2720, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 230083, size 22069, pts 3150, dts 2750, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 252161, size 768, pts 2752, dts 2752, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 252936, size 768, pts 2784, dts 2784, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 253711, size 14224, pts 2990, dts 2790, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 267943, size 768, pts 2816, dts 2816, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 268718, size 9085, pts 2910, dts 2830, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 277811, size 768, pts 2848, dts 2848, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 278586, size 4542, pts 2870, dts 2870, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 283136, size 768, pts 2880, dts 2880, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 283911, size 4608, pts 2950, dts 2910, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 288527, size 768, pts 2912, dts 2912, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 289302, size 768, pts 2944, dts 2944, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 290077, size 8587, pts 3070, dts 2950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 298672, size 768, pts 2976, dts 2976, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 299447, size 4575, pts 3030, dts 2990, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 304030, size 768, pts 3008, dts 3008, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 304805, size 4245, pts 3110, dts 3030, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Starting new cluster at offset 653633 bytes, pts 3470dts 3070
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 3040, dts 3040, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 81030, pts 3470, dts 3070, duration 40, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 81824, size 768, pts 3072, dts 3072, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 82599, size 768, pts 3104, dts 3104, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 83374, size 15949, pts 3310, dts 3110, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 99331, size 768, pts 3136, dts 3136, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 100106, size 11367, pts 3230, dts 3150, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 111481, size 768, pts 3168, dts 3168, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 112256, size 6122, pts 3190, dts 3190, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 118386, size 768, pts 3200, dts 3200, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 119161, size 7009, pts 3270, dts 3230, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 126178, size 768, pts 3232, dts 3232, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 126953, size 768, pts 3264, dts 3264, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 127728, size 11674, pts 3390, dts 3270, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 139410, size 768, pts 3296, dts 3296, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 140185, size 6181, pts 3350, dts 3310, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 146374, size 768, pts 3328, dts 3328, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 147149, size 6969, pts 3430, dts 3350, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 154126, size 768, pts 3360, dts 3360, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 154901, size 101208, pts 3790, dts 3390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 256118, size 768, pts 3392, dts 3392, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 256893, size 768, pts 3424, dts 3424, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 257668, size 21321, pts 3630, dts 3430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 278998, size 768, pts 3456, dts 3456, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 279773, size 9413, pts 3550, dts 3470, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 289194, size 768, pts 3488, dts 3488, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 289969, size 5079, pts 3510, dts 3510, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 295056, size 768, pts 3520, dts 3520, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 295831, size 4306, pts 3590, dts 3550, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 300145, size 768, pts 3552, dts 3552, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 300920, size 768, pts 3584, dts 3584, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 301695, size 21608, pts 3710, dts 3590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 323312, size 768, pts 3616, dts 3616, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 324087, size 5472, pts 3670, dts 3630, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 329567, size 768, pts 3648, dts 3648, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 330342, size 11409, pts 3750, dts 3670, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 341759, size 768, pts 3680, dts 3680, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 342534, size 125651, pts 4110, dts 3710, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 468194, size 768, pts 3712, dts 3712, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 468969, size 768, pts 3744, dts 3744, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 469744, size 86161, pts 3950, dts 3750, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 555914, size 768, pts 3776, dts 3776, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 556689, size 35252, pts 3870, dts 3790, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 591950, size 768, pts 3808, dts 3808, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 592725, size 11143, pts 3830, dts 3830, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 603876, size 768, pts 3840, dts 3840, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 604651, size 11675, pts 3910, dts 3870, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 616334, size 768, pts 3872, dts 3872, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 617109, size 768, pts 3904, dts 3904, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 617884, size 64914, pts 4030, dts 3910, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 682807, size 768, pts 3936, dts 3936, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 683582, size 26567, pts 3990, dts 3950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 710158, size 768, pts 3968, dts 3968, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 710933, size 19916, pts 4070, dts 3990, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Starting new cluster at offset 1384503 bytes, pts 4430dts 4030
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 4000, dts 4000, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 96240, pts 4430, dts 4030, duration 40, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 97034, size 768, pts 4032, dts 4032, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 97809, size 768, pts 4064, dts 4064, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 98584, size 75500, pts 4270, dts 4070, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 174093, size 768, pts 4096, dts 4096, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 174868, size 33330, pts 4190, dts 4110, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 208207, size 768, pts 4128, dts 4128, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 208982, size 10947, pts 4150, dts 4150, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 219937, size 768, pts 4160, dts 4160, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 220712, size 24881, pts 4230, dts 4190, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 245602, size 768, pts 4192, dts 4192, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 246377, size 768, pts 4224, dts 4224, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 247152, size 41222, pts 4350, dts 4230, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 288383, size 768, pts 4256, dts 4256, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 289158, size 16314, pts 4310, dts 4270, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 305480, size 768, pts 4288, dts 4288, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 306255, size 17264, pts 4390, dts 4310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 323528, size 768, pts 4320, dts 4320, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 324303, size 114726, pts 4750, dts 4350, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 439038, size 768, pts 4352, dts 4352, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 439813, size 768, pts 4384, dts 4384, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 440588, size 79408, pts 4590, dts 4390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 520005, size 768, pts 4416, dts 4416, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 520780, size 41213, pts 4510, dts 4430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 562002, size 768, pts 4448, dts 4448, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 562777, size 17920, pts 4470, dts 4470, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 580706, size 768, pts 4480, dts 4480, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 581481, size 18827, pts 4550, dts 4510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 600317, size 768, pts 4512, dts 4512, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 601092, size 768, pts 4544, dts 4544, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 601867, size 49515, pts 4670, dts 4550, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 651391, size 768, pts 4576, dts 4576, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 652166, size 20099, pts 4630, dts 4590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 672274, size 768, pts 4608, dts 4608, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 673049, size 22636, pts 4710, dts 4630, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 695694, size 768, pts 4640, dts 4640, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 696469, size 126010, pts 5070, dts 4670, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 822488, size 768, pts 4672, dts 4672, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 823263, size 768, pts 4704, dts 4704, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 824038, size 84836, pts 4910, dts 4710, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 908883, size 768, pts 4736, dts 4736, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 909658, size 50311, pts 4830, dts 4750, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 959978, size 768, pts 4768, dts 4768, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 960753, size 22439, pts 4790, dts 4790, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 983201, size 768, pts 4800, dts 4800, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 983976, size 24421, pts 4870, dts 4830, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1008406, size 768, pts 4832, dts 4832, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1009181, size 768, pts 4864, dts 4864, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1009956, size 55708, pts 4990, dts 4870, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1065673, size 768, pts 4896, dts 4896, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1066448, size 26242, pts 4950, dts 4910, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1092699, size 768, pts 4928, dts 4928, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1093474, size 28715, pts 5030, dts 4950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Starting new cluster at offset 2506713 bytes, pts 5390dts 4990
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 4960, dts 4960, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 153818, pts 5390, dts 4990, duration 40, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 154612, size 768, pts 4992, dts 4992, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 155387, size 768, pts 5024, dts 5024, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 156162, size 88333, pts 5230, dts 5030, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 244504, size 768, pts 5056, dts 5056, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 245279, size 61494, pts 5150, dts 5070, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 306782, size 768, pts 5088, dts 5088, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 307557, size 33859, pts 5110, dts 5110, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 341425, size 768, pts 5120, dts 5120, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 342200, size 35935, pts 5190, dts 5150, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 378144, size 768, pts 5152, dts 5152, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 378919, size 768, pts 5184, dts 5184, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 379694, size 71157, pts 5310, dts 5190, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 450860, size 768, pts 5216, dts 5216, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 451635, size 37190, pts 5270, dts 5230, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 488834, size 768, pts 5248, dts 5248, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 489609, size 39450, pts 5350, dts 5270, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 529068, size 768, pts 5280, dts 5280, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 529843, size 167504, pts 5710, dts 5310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 697356, size 768, pts 5312, dts 5312, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 698131, size 768, pts 5344, dts 5344, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 698906, size 117506, pts 5550, dts 5350, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 816421, size 768, pts 5376, dts 5376, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 817196, size 75072, pts 5470, dts 5390, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 892277, size 768, pts 5408, dts 5408, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 893052, size 38616, pts 5430, dts 5430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 931677, size 768, pts 5440, dts 5440, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 932452, size 40434, pts 5510, dts 5470, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 972895, size 768, pts 5472, dts 5472, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 973670, size 768, pts 5504, dts 5504, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 974445, size 80453, pts 5630, dts 5510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1054907, size 768, pts 5536, dts 5536, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1055682, size 42767, pts 5590, dts 5550, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1098458, size 768, pts 5568, dts 5568, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1099233, size 42528, pts 5670, dts 5590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1141770, size 768, pts 5600, dts 5600, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1142545, size 160179, pts 6030, dts 5630, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1302733, size 768, pts 5632, dts 5632, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1303508, size 768, pts 5664, dts 5664, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1304283, size 123081, pts 5870, dts 5670, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1427373, size 768, pts 5696, dts 5696, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1428148, size 85125, pts 5790, dts 5710, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1513282, size 768, pts 5728, dts 5728, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1514057, size 43138, pts 5750, dts 5750, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1557204, size 768, pts 5760, dts 5760, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1557979, size 44579, pts 5830, dts 5790, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1602567, size 768, pts 5792, dts 5792, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1603342, size 768, pts 5824, dts 5824, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1604117, size 87881, pts 5950, dts 5830, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1692007, size 768, pts 5856, dts 5856, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1692782, size 44705, pts 5910, dts 5870, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1737496, size 768, pts 5888, dts 5888, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1738271, size 43869, pts 5990, dts 5910, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Starting new cluster at offset 4288874 bytes, pts 6350dts 5950
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 5920, dts 5920, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 210854, pts 6350, dts 5950, duration 40, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 211648, size 768, pts 5952, dts 5952, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 212423, size 768, pts 5984, dts 5984, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 213198, size 120395, pts 6190, dts 5990, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 333602, size 768, pts 6016, dts 6016, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 334377, size 76950, pts 6110, dts 6030, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 411336, size 768, pts 6048, dts 6048, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 412111, size 38024, pts 6070, dts 6070, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 450144, size 768, pts 6080, dts 6080, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 450919, size 37547, pts 6150, dts 6110, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 488475, size 768, pts 6112, dts 6112, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 489250, size 768, pts 6144, dts 6144, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 490025, size 73839, pts 6270, dts 6150, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 563873, size 768, pts 6176, dts 6176, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 564648, size 39913, pts 6230, dts 6190, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 604570, size 768, pts 6208, dts 6208, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 605345, size 38647, pts 6310, dts 6230, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 644001, size 768, pts 6240, dts 6240, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 644776, size 160071, pts 6670, dts 6270, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 804856, size 768, pts 6272, dts 6272, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 805631, size 768, pts 6304, dts 6304, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 806406, size 115824, pts 6510, dts 6310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 922239, size 768, pts 6336, dts 6336, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 923014, size 88600, pts 6430, dts 6350, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1011623, size 768, pts 6368, dts 6368, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1012398, size 47130, pts 6390, dts 6390, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1059537, size 768, pts 6400, dts 6400, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1060312, size 38822, pts 6470, dts 6430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1099143, size 768, pts 6432, dts 6432, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1099918, size 768, pts 6464, dts 6464, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1100693, size 75993, pts 6590, dts 6470, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1176695, size 768, pts 6496, dts 6496, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1177470, size 37206, pts 6550, dts 6510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1214685, size 768, pts 6528, dts 6528, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1215460, size 34057, pts 6630, dts 6550, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1249526, size 768, pts 6560, dts 6560, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1250301, size 142519, pts 6990, dts 6590, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1392829, size 768, pts 6592, dts 6592, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1393604, size 768, pts 6624, dts 6624, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1394379, size 114217, pts 6830, dts 6630, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1508605, size 768, pts 6656, dts 6656, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1509380, size 64819, pts 6750, dts 6670, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1574208, size 768, pts 6688, dts 6688, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1574983, size 31826, pts 6710, dts 6710, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1606818, size 768, pts 6720, dts 6720, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1607593, size 30021, pts 6790, dts 6750, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1637623, size 768, pts 6752, dts 6752, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1638398, size 768, pts 6784, dts 6784, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1639173, size 77858, pts 6910, dts 6790, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1717040, size 768, pts 6816, dts 6816, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1717815, size 29234, pts 6870, dts 6830, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1747058, size 768, pts 6848, dts 6848, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1747833, size 34892, pts 6950, dts 6870, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Starting new cluster at offset 6071620 bytes, pts 7310dts 6910
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 6880, dts 6880, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 268122, pts 7310, dts 6910, duration 40, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 268916, size 768, pts 6912, dts 6912, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 269691, size 768, pts 6944, dts 6944, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 270466, size 104157, pts 7150, dts 6950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 374632, size 768, pts 6976, dts 6976, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 375407, size 58499, pts 7070, dts 6990, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 433915, size 768, pts 7008, dts 7008, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 434690, size 24484, pts 7030, dts 7030, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 459183, size 768, pts 7040, dts 7040, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 459958, size 28120, pts 7110, dts 7070, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 488087, size 768, pts 7072, dts 7072, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 488862, size 768, pts 7104, dts 7104, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 489637, size 61691, pts 7230, dts 7110, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 551337, size 768, pts 7136, dts 7136, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 552112, size 29008, pts 7190, dts 7150, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 581129, size 768, pts 7168, dts 7168, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 581904, size 27542, pts 7270, dts 7190, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 609455, size 768, pts 7200, dts 7200, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 610230, size 164343, pts 7630, dts 7230, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 774582, size 768, pts 7232, dts 7232, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 775357, size 768, pts 7264, dts 7264, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 776132, size 109197, pts 7470, dts 7270, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 885338, size 768, pts 7296, dts 7296, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 886113, size 66164, pts 7390, dts 7310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 952286, size 768, pts 7328, dts 7328, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 953061, size 32850, pts 7350, dts 7350, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 985920, size 768, pts 7360, dts 7360, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 986695, size 26120, pts 7430, dts 7390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1012824, size 768, pts 7392, dts 7392, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1013599, size 768, pts 7424, dts 7424, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1014374, size 60026, pts 7550, dts 7430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1074409, size 768, pts 7456, dts 7456, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1075184, size 25443, pts 7510, dts 7470, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1100636, size 768, pts 7488, dts 7488, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1101411, size 28325, pts 7590, dts 7510, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1129745, size 768, pts 7520, dts 7520, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1130520, size 155283, pts 7950, dts 7550, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1285812, size 768, pts 7552, dts 7552, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1286587, size 768, pts 7584, dts 7584, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1287362, size 105530, pts 7790, dts 7590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1392901, size 768, pts 7616, dts 7616, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1393676, size 60291, pts 7710, dts 7630, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1453976, size 768, pts 7648, dts 7648, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1454751, size 27882, pts 7670, dts 7670, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1482642, size 768, pts 7680, dts 7680, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1483417, size 22180, pts 7750, dts 7710, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1505606, size 768, pts 7712, dts 7712, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1506381, size 768, pts 7744, dts 7744, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1507156, size 50189, pts 7870, dts 7750, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1557354, size 768, pts 7776, dts 7776, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1558129, size 22261, pts 7830, dts 7790, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1580399, size 768, pts 7808, dts 7808, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1581174, size 22992, pts 7910, dts 7830, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Starting new cluster at offset 7675807 bytes, pts 8270dts 7870
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 7840, dts 7840, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 259287, pts 8270, dts 7870, duration 40, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 260081, size 768, pts 7872, dts 7872, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 260856, size 768, pts 7904, dts 7904, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 261631, size 89958, pts 8110, dts 7910, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 351598, size 768, pts 7936, dts 7936, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 352373, size 51696, pts 8030, dts 7950, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 404078, size 768, pts 7968, dts 7968, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 404853, size 23294, pts 7990, dts 7990, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 428156, size 768, pts 8000, dts 8000, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 428931, size 23160, pts 8070, dts 8030, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 452100, size 768, pts 8032, dts 8032, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 452875, size 768, pts 8064, dts 8064, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 453650, size 50590, pts 8190, dts 8070, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 504249, size 768, pts 8096, dts 8096, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 505024, size 23960, pts 8150, dts 8110, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 528993, size 768, pts 8128, dts 8128, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 529768, size 23069, pts 8230, dts 8150, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 552846, size 768, pts 8160, dts 8160, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 553621, size 147599, pts 8590, dts 8190, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 701229, size 768, pts 8192, dts 8192, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 702004, size 768, pts 8224, dts 8224, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 702779, size 114149, pts 8430, dts 8230, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 816937, size 768, pts 8256, dts 8256, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 817712, size 56020, pts 8350, dts 8270, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 873741, size 768, pts 8288, dts 8288, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 874516, size 28620, pts 8310, dts 8310, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 903145, size 768, pts 8320, dts 8320, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 903920, size 31240, pts 8390, dts 8350, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 935169, size 768, pts 8352, dts 8352, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 935944, size 768, pts 8384, dts 8384, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 936719, size 71093, pts 8510, dts 8390, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 1007821, size 768, pts 8416, dts 8416, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1008596, size 28855, pts 8470, dts 8430, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 1037460, size 768, pts 8448, dts 8448, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 1038235, size 33976, pts 8550, dts 8470, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Starting new cluster at offset 8748039 bytes, pts 8710dts 8510
[matroska @ 000001ce21b4e480] Writing block at offset 10, size 768, pts 8480, dts 8480, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 785, size 167412, pts 8710, dts 8510, duration 40, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 168206, size 768, pts 8512, dts 8512, duration 32, keyframe 1
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 168981, size 768, pts 8544, dts 8544, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 169756, size 88407, pts 8670, dts 8550, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 258172, size 768, pts 8576, dts 8576, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 258947, size 82334, pts 8630, dts 8590, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 341290, size 768, pts 8608, dts 8608, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 342065, size 145315, pts 9030, dts 8630, duration 40, keyframe 0
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[NULL @ 000001ce2165ccc0] ct_type:0 pic_struct:3
[matroska @ 000001ce21b4e480] Writing block at offset 487389, size 768, pts 8640, dts 8640, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 488164, size 123569, pts 8870, dts 8670, duration 40, keyframe 0
[matroska @ 000001ce21b4e480] Writing block at offset 611742, size 768, pts 8672, dts 8672, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 612517, size 768, pts 8704, dts 8704, duration 32, keyframe 1
[matroska @ 000001ce21b4e480] Writing block at offset 613292, size 94130, pts 8790