Opened 9 years ago

Last modified 9 years ago

#4973 new defect

Changing video bit depth resets drawtext timecode

Reported by: electron.rotoscope Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When using the drawtext=timecode filter, if the source video changes bit depths it resets the timecode counter at the original value
This is similar to the issue of https://trac.ffmpeg.org/ticket/4400 but on the latest ffmpeg it only affects the drawtext, not the rest of the video
How to reproduce:

% ffmpeg.exe -v 9 -loglevel 99 -i D:\cartest_supers.mov -filter_complex "drawtext=timecode='00\:00\:00\:00':r=23.976:x=0:y=0:fontfile=\'C:\\cli\\misc\\arial.ttf\':fontsize=96:fontcolor=black" -pix_fmt yuv420p -vcodec libx264 -crf 24 -an D:\outvid.mp4
ffmpeg version N-76347-gdd36749
built on 2015-10-28

Attachments (1)

bit_depth_switch_example.mov (1.8 MB ) - added by electron.rotoscope 6 years ago.
Example of a file with switching bit depths that doesn't work properly

Download all attachments as: .zip

Change History (2)

comment:1 by electron.rotoscope, 9 years ago

Full Debug console output

C:\cli\stable_ffmpeg\bin>ffmpeg.exe -v 9 -loglevel 99 -i D:\cartest_supers.mov -filter_complex "drawtext=timecode='00\:00\:00\:00':r=23.976:x=0:y=0:fontfile=\'C:\\cli\\misc\\arial.ttf\':fontsize=96:fontcolor=black" -pix_fmt yuv420p -vcodec libx264 -crf 24 -an D:\outvid.mp4
ffmpeg version N-76347-gdd36749 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 5.2.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
  libavutil      55.  5.100 / 55.  5.100
  libavcodec     57. 12.100 / 57. 12.100
  libavformat    57. 11.100 / 57. 11.100
  libavdevice    57.  0.100 / 57.  0.100
  libavfilter     6. 14.101 /  6. 14.101
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.100 /  2.  0.100
  libpostproc    54.  0.100 / 54.  0.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-i' ... matched as input file with argument 'D:\cartest_supers.mov'.
Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'drawtext=timecode='00\:00\:00\:00':r=23.976:x=0:y=0:fontfile=\'C:\\cli\\misc\\arial.ttf\':fontsize=96:fontcolor=black'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
Reading option '-crf' ... matched as AVOption 'crf' with argument '24'.
Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'.
Reading option 'D:\outvid.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Applying option filter_complex (create a complex filtergraph) with argument drawtext=timecode='00\:00\:00\:00':r=23.976:x=0:y=0:fontfile=\'C:\\cli\\misc\\arial.ttf\':fontsize=96:fontcolor=black.
Successfully parsed a group of options.
Parsing a group of options: input file D:\cartest_supers.mov.
Successfully parsed a group of options.
Opening an input file: D:\cartest_supers.mov.
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 70797466 'ftyp' parent:'root' sz: 32 8 155488988
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ISO: File Type Major Brand: qt
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 65646977 'wide' parent:'root' sz: 8 40 155488988
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 7461646d 'mdat' parent:'root' sz: 155486028 48 155488988
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 766f6f6d 'moov' parent:'root' sz: 2920 155486076 155488988
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6468766d 'mvhd' parent:'moov' sz: 108 8 2912
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] time scale = 23976
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6b617274 'trak' parent:'moov' sz: 1715 116 2912
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686b74 'tkhd' parent:'trak' sz: 92 8 1707
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64616f6c 'load' parent:'trak' sz: 24 100 1707
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73746465 'edts' parent:'trak' sz: 36 124 1707
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 74736c65 'elst' parent:'edts' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[0].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] duration=168000 time=0 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6169646d 'mdia' parent:'trak' sz: 1555 160 1707
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6468646d 'mdhd' parent:'mdia' sz: 32 8 1547
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'mdia' sz: 58 40 1547
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= mhlr (0x726c686d)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e696d 'minf' parent:'mdia' sz: 1457 98 1547
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686d76 'vmhd' parent:'minf' sz: 20 8 1449
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'minf' sz: 57 28 1449
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= dhlr (0x726c6864)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= alis
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e6964 'dinf' parent:'minf' sz: 36 85 1449
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 66657264 'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type alis size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6c627473 'stbl' parent:'minf' sz: 1336 121 1449
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64737473 'stsd' parent:'stbl' sz: 532 8 1328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] size=258 4CC= AVdn/0x6e645641 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] depth 24, ctab id 65535
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 524c4341 'ACLR' parent:'stsd' sz: 24 8 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 47525041 'APRG' parent:'stsd' sz: 24 32 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 53455241 'ARES' parent:'stsd' sz: 120 56 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] size=258 4CC= AVdn/0x6e645641 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] depth 24, ctab id 65535
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 524c4341 'ACLR' parent:'stsd' sz: 24 8 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 47525041 'APRG' parent:'stsd' sz: 24 32 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 53455241 'ARES' parent:'stsd' sz: 120 56 172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73747473 'stts' parent:'stbl' sz: 24 540 1328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[0].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_count=168, sample_duration=1000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 63737473 'stsc' parent:'stbl' sz: 64 564 1328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[0].stsc.entries = 4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 7a737473 'stsz' parent:'stbl' sz: 20 628 1328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_size = 917504 sample_count = 168
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6f637473 'stco' parent:'stbl' sz: 688 648 1328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 0, offset 30, dts 0, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 1, offset e0030, dts 1000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 2, offset 1c0030, dts 2000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 3, offset 2a0030, dts 3000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 4, offset 380030, dts 4000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 5, offset 460030, dts 5000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 6, offset 540030, dts 6000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 7, offset 620030, dts 7000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 8, offset 700030, dts 8000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 9, offset 7e0030, dts 9000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 10, offset 8c0030, dts 10000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 11, offset 9a0030, dts 11000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 12, offset a80030, dts 12000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 13, offset b60030, dts 13000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 14, offset c40030, dts 14000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 15, offset d20030, dts 15000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 16, offset e00030, dts 16000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 17, offset ee0030, dts 17000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 18, offset fc0030, dts 18000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 19, offset 10a0030, dts 19000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 20, offset 1180030, dts 20000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 21, offset 1260030, dts 21000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 22, offset 1340030, dts 22000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 23, offset 1420030, dts 23000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 24, offset 1500030, dts 24000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 25, offset 15e0030, dts 25000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 26, offset 16c0030, dts 26000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 27, offset 17a0030, dts 27000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 28, offset 1880030, dts 28000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 29, offset 1960030, dts 29000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 30, offset 1ac0030, dts 30000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 31, offset 1ba0030, dts 31000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 32, offset 1c80030, dts 32000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 33, offset 1d60030, dts 33000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 34, offset 1e40030, dts 34000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 35, offset 1f20030, dts 35000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 36, offset 2000030, dts 36000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 37, offset 20e0030, dts 37000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 38, offset 21c0030, dts 38000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 39, offset 22a0030, dts 39000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 40, offset 2380030, dts 40000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 41, offset 2460030, dts 41000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 42, offset 2540030, dts 42000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 43, offset 2620030, dts 43000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 44, offset 2700030, dts 44000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 45, offset 27e0030, dts 45000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 46, offset 28c0030, dts 46000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 47, offset 29a0030, dts 47000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 48, offset 2a80030, dts 48000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 49, offset 2b60030, dts 49000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 50, offset 2c40030, dts 50000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 51, offset 2d20030, dts 51000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 52, offset 2e00030, dts 52000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 53, offset 2ee0030, dts 53000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 54, offset 2fc0030, dts 54000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 55, offset 30a0030, dts 55000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 56, offset 3180030, dts 56000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 57, offset 3260030, dts 57000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 58, offset 3340030, dts 58000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 59, offset 3420030, dts 59000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 60, offset 3580030, dts 60000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 61, offset 3660030, dts 61000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 62, offset 3740030, dts 62000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 63, offset 3820030, dts 63000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 64, offset 3900030, dts 64000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 65, offset 39e0030, dts 65000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 66, offset 3ac0030, dts 66000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 67, offset 3ba0030, dts 67000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 68, offset 3c80030, dts 68000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 69, offset 3d60030, dts 69000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 70, offset 3e40030, dts 70000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 71, offset 3f20030, dts 71000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 72, offset 4000030, dts 72000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 73, offset 40e0030, dts 73000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 74, offset 41c0030, dts 74000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 75, offset 42a0030, dts 75000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 76, offset 4380030, dts 76000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 77, offset 4460030, dts 77000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 78, offset 4540030, dts 78000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 79, offset 4620030, dts 79000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 80, offset 4700030, dts 80000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 81, offset 47e0030, dts 81000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 82, offset 48c0030, dts 82000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 83, offset 49a0030, dts 83000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 84, offset 4a80030, dts 84000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 85, offset 4b60030, dts 85000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 86, offset 4c40030, dts 86000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 87, offset 4d20030, dts 87000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 88, offset 4e00030, dts 88000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 89, offset 4ee0030, dts 89000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 90, offset 4fc0030, dts 90000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 91, offset 50a0030, dts 91000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 92, offset 5180030, dts 92000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 93, offset 5260030, dts 93000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 94, offset 5340030, dts 94000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 95, offset 5420030, dts 95000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 96, offset 5500030, dts 96000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 97, offset 55e0030, dts 97000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 98, offset 56c0030, dts 98000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 99, offset 57a0030, dts 99000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 100, offset 5880030, dts 100000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 101, offset 5960030, dts 101000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 102, offset 5a40030, dts 102000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 103, offset 5b20030, dts 103000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 104, offset 5c00030, dts 104000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 105, offset 5ce0030, dts 105000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 106, offset 5dc0030, dts 106000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 107, offset 5ea0030, dts 107000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 108, offset 5f80030, dts 108000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 109, offset 6060030, dts 109000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 110, offset 6140030, dts 110000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 111, offset 6220030, dts 111000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 112, offset 6300030, dts 112000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 113, offset 63e0030, dts 113000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 114, offset 64c0030, dts 114000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 115, offset 65a0030, dts 115000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 116, offset 6680030, dts 116000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 117, offset 6760030, dts 117000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 118, offset 6840030, dts 118000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 119, offset 6920030, dts 119000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 120, offset 6a00030, dts 120000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 121, offset 6ae0030, dts 121000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 122, offset 6bc0030, dts 122000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 123, offset 6ca0030, dts 123000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 124, offset 6d80030, dts 124000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 125, offset 6e60030, dts 125000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 126, offset 6f40030, dts 126000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 127, offset 7020030, dts 127000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 128, offset 7100030, dts 128000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 129, offset 71e0030, dts 129000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 130, offset 72c0030, dts 130000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 131, offset 73a0030, dts 131000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 132, offset 7480030, dts 132000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 133, offset 7560030, dts 133000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 134, offset 7640030, dts 134000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 135, offset 7720030, dts 135000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 136, offset 7800030, dts 136000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 137, offset 78e0030, dts 137000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 138, offset 79c0030, dts 138000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 139, offset 7aa0030, dts 139000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 140, offset 7b80030, dts 140000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 141, offset 7c60030, dts 141000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 142, offset 7d40030, dts 142000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 143, offset 7e20030, dts 143000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 144, offset 7f00030, dts 144000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 145, offset 7fe0030, dts 145000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 146, offset 80c0030, dts 146000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 147, offset 81a0030, dts 147000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 148, offset 8280030, dts 148000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 149, offset 8360030, dts 149000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 150, offset 8440030, dts 150000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 151, offset 8520030, dts 151000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 152, offset 8600030, dts 152000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 153, offset 86e0030, dts 153000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 154, offset 87c0030, dts 154000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 155, offset 88a0030, dts 155000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 156, offset 8980030, dts 156000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 157, offset 8a60030, dts 157000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 158, offset 8b40030, dts 158000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 159, offset 8c20030, dts 159000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 160, offset 8d00030, dts 160000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 161, offset 8de0030, dts 161000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 162, offset 8ec0030, dts 162000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 163, offset 8fa0030, dts 163000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 164, offset 9080030, dts 164000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 165, offset 9160030, dts 165000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 166, offset 9240030, dts 166000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 0, sample 167, offset 9320030, dts 167000, size 917504, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6b617274 'trak' parent:'moov' sz: 523 1831 2912
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686b74 'tkhd' parent:'trak' sz: 92 8 515
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73746465 'edts' parent:'trak' sz: 36 100 515
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 74736c65 'elst' parent:'edts' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[1].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] duration=167999 time=0 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6169646d 'mdia' parent:'trak' sz: 387 136 515
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6468646d 'mdhd' parent:'mdia' sz: 32 8 379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'mdia' sz: 58 40 379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= mhlr (0x726c686d)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= soun
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e696d 'minf' parent:'mdia' sz: 289 98 379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686d73 'smhd' parent:'minf' sz: 16 8 281
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'minf' sz: 57 24 281
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= dhlr (0x726c6864)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= alis
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e6964 'dinf' parent:'minf' sz: 36 81 281
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 66657264 'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type alis size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6c627473 'stbl' parent:'minf' sz: 172 117 281
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64737473 'stsd' parent:'stbl' sz: 52 8 164
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] size=36 4CC= twos/0x736f7774 codec_type=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] audio channels 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] version =0, isom =0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73747473 'stts' parent:'stbl' sz: 24 60 164
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[1].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_count=336336, sample_duration=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 63737473 'stsc' parent:'stbl' sz: 40 84 164
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[1].stsc.entries = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 7a737473 'stsz' parent:'stbl' sz: 20 124 164
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_size = 4 sample_count = 336336
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6f637473 'stco' parent:'stbl' sz: 28 144 164
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] chunk count 329
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a40030, dts 0, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a41030, dts 1024, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a42030, dts 2048, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a43030, dts 3072, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a44030, dts 4096, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a45030, dts 5120, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a46030, dts 6144, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a47030, dts 7168, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a48030, dts 8192, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a49030, dts 9216, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4a030, dts 10240, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4b030, dts 11264, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4c030, dts 12288, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4d030, dts 13312, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4e030, dts 14336, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a4f030, dts 15360, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a50030, dts 16384, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a51030, dts 17408, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a52030, dts 18432, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a53030, dts 19456, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a54030, dts 20480, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a55030, dts 21504, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a56030, dts 22528, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a57030, dts 23552, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a58030, dts 24576, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a59030, dts 25600, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5a030, dts 26624, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5b030, dts 27648, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5c030, dts 28672, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5d030, dts 29696, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5e030, dts 30720, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a5f030, dts 31744, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a60030, dts 32768, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a61030, dts 33792, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a62030, dts 34816, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a63030, dts 35840, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a64030, dts 36864, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a65030, dts 37888, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a66030, dts 38912, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a67030, dts 39936, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a68030, dts 40960, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a69030, dts 41984, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6a030, dts 43008, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6b030, dts 44032, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6c030, dts 45056, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6d030, dts 46080, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6e030, dts 47104, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a6f030, dts 48128, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a70030, dts 49152, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a71030, dts 50176, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a72030, dts 51200, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a73030, dts 52224, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a74030, dts 53248, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a75030, dts 54272, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a76030, dts 55296, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a77030, dts 56320, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a78030, dts 57344, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a79030, dts 58368, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7a030, dts 59392, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7b030, dts 60416, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7c030, dts 61440, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7d030, dts 62464, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7e030, dts 63488, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a7f030, dts 64512, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a80030, dts 65536, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a81030, dts 66560, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a82030, dts 67584, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a83030, dts 68608, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a84030, dts 69632, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a85030, dts 70656, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a86030, dts 71680, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a87030, dts 72704, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a88030, dts 73728, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a89030, dts 74752, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8a030, dts 75776, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8b030, dts 76800, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8c030, dts 77824, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8d030, dts 78848, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8e030, dts 79872, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a8f030, dts 80896, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a90030, dts 81920, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a91030, dts 82944, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a92030, dts 83968, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a93030, dts 84992, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a94030, dts 86016, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a95030, dts 87040, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a96030, dts 88064, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a97030, dts 89088, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a98030, dts 90112, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a99030, dts 91136, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9a030, dts 92160, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9b030, dts 93184, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9c030, dts 94208, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9d030, dts 95232, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9e030, dts 96256, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1a9f030, dts 97280, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa0030, dts 98304, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa1030, dts 99328, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa2030, dts 100352, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa3030, dts 101376, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa4030, dts 102400, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa5030, dts 103424, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa6030, dts 104448, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa7030, dts 105472, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa8030, dts 106496, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aa9030, dts 107520, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aaa030, dts 108544, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aab030, dts 109568, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aac030, dts 110592, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aad030, dts 111616, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aae030, dts 112640, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aaf030, dts 113664, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab0030, dts 114688, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab1030, dts 115712, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab2030, dts 116736, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab3030, dts 117760, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab4030, dts 118784, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab5030, dts 119808, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab6030, dts 120832, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab7030, dts 121856, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab8030, dts 122880, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1ab9030, dts 123904, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1aba030, dts 124928, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1abb030, dts 125952, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1abc030, dts 126976, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1abd030, dts 128000, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1abe030, dts 129024, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 0, offset 1abf030, dts 130048, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3500030, dts 131072, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3501030, dts 132096, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3502030, dts 133120, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3503030, dts 134144, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3504030, dts 135168, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3505030, dts 136192, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3506030, dts 137216, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3507030, dts 138240, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3508030, dts 139264, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3509030, dts 140288, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350a030, dts 141312, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350b030, dts 142336, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350c030, dts 143360, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350d030, dts 144384, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350e030, dts 145408, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 350f030, dts 146432, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3510030, dts 147456, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3511030, dts 148480, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3512030, dts 149504, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3513030, dts 150528, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3514030, dts 151552, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3515030, dts 152576, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3516030, dts 153600, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3517030, dts 154624, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3518030, dts 155648, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3519030, dts 156672, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351a030, dts 157696, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351b030, dts 158720, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351c030, dts 159744, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351d030, dts 160768, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351e030, dts 161792, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 351f030, dts 162816, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3520030, dts 163840, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3521030, dts 164864, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3522030, dts 165888, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3523030, dts 166912, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3524030, dts 167936, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3525030, dts 168960, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3526030, dts 169984, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3527030, dts 171008, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3528030, dts 172032, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3529030, dts 173056, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352a030, dts 174080, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352b030, dts 175104, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352c030, dts 176128, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352d030, dts 177152, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352e030, dts 178176, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 352f030, dts 179200, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3530030, dts 180224, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3531030, dts 181248, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3532030, dts 182272, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3533030, dts 183296, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3534030, dts 184320, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3535030, dts 185344, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3536030, dts 186368, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3537030, dts 187392, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3538030, dts 188416, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3539030, dts 189440, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353a030, dts 190464, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353b030, dts 191488, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353c030, dts 192512, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353d030, dts 193536, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353e030, dts 194560, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 353f030, dts 195584, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3540030, dts 196608, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3541030, dts 197632, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3542030, dts 198656, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3543030, dts 199680, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3544030, dts 200704, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3545030, dts 201728, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3546030, dts 202752, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3547030, dts 203776, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3548030, dts 204800, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3549030, dts 205824, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354a030, dts 206848, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354b030, dts 207872, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354c030, dts 208896, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354d030, dts 209920, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354e030, dts 210944, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 354f030, dts 211968, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3550030, dts 212992, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3551030, dts 214016, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3552030, dts 215040, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3553030, dts 216064, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3554030, dts 217088, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3555030, dts 218112, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3556030, dts 219136, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3557030, dts 220160, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3558030, dts 221184, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3559030, dts 222208, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355a030, dts 223232, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355b030, dts 224256, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355c030, dts 225280, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355d030, dts 226304, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355e030, dts 227328, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 355f030, dts 228352, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3560030, dts 229376, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3561030, dts 230400, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3562030, dts 231424, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3563030, dts 232448, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3564030, dts 233472, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3565030, dts 234496, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3566030, dts 235520, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3567030, dts 236544, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3568030, dts 237568, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3569030, dts 238592, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356a030, dts 239616, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356b030, dts 240640, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356c030, dts 241664, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356d030, dts 242688, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356e030, dts 243712, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 356f030, dts 244736, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3570030, dts 245760, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3571030, dts 246784, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3572030, dts 247808, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3573030, dts 248832, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3574030, dts 249856, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3575030, dts 250880, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3576030, dts 251904, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3577030, dts 252928, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3578030, dts 253952, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 3579030, dts 254976, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357a030, dts 256000, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357b030, dts 257024, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357c030, dts 258048, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357d030, dts 259072, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357e030, dts 260096, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 1, offset 357f030, dts 261120, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9400030, dts 262144, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9401030, dts 263168, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9402030, dts 264192, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9403030, dts 265216, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9404030, dts 266240, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9405030, dts 267264, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9406030, dts 268288, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9407030, dts 269312, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9408030, dts 270336, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9409030, dts 271360, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940a030, dts 272384, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940b030, dts 273408, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940c030, dts 274432, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940d030, dts 275456, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940e030, dts 276480, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 940f030, dts 277504, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9410030, dts 278528, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9411030, dts 279552, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9412030, dts 280576, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9413030, dts 281600, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9414030, dts 282624, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9415030, dts 283648, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9416030, dts 284672, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9417030, dts 285696, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9418030, dts 286720, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9419030, dts 287744, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941a030, dts 288768, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941b030, dts 289792, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941c030, dts 290816, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941d030, dts 291840, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941e030, dts 292864, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 941f030, dts 293888, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9420030, dts 294912, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9421030, dts 295936, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9422030, dts 296960, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9423030, dts 297984, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9424030, dts 299008, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9425030, dts 300032, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9426030, dts 301056, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9427030, dts 302080, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9428030, dts 303104, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9429030, dts 304128, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942a030, dts 305152, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942b030, dts 306176, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942c030, dts 307200, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942d030, dts 308224, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942e030, dts 309248, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 942f030, dts 310272, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9430030, dts 311296, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9431030, dts 312320, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9432030, dts 313344, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9433030, dts 314368, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9434030, dts 315392, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9435030, dts 316416, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9436030, dts 317440, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9437030, dts 318464, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9438030, dts 319488, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9439030, dts 320512, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943a030, dts 321536, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943b030, dts 322560, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943c030, dts 323584, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943d030, dts 324608, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943e030, dts 325632, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 943f030, dts 326656, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9440030, dts 327680, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9441030, dts 328704, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9442030, dts 329728, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9443030, dts 330752, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9444030, dts 331776, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9445030, dts 332800, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9446030, dts 333824, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9447030, dts 334848, size 4096, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 1, chunk 2, offset 9448030, dts 335872, size 1856, duration 464
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6b617274 'trak' parent:'moov' sz: 566 2354 2912
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686b74 'tkhd' parent:'trak' sz: 92 8 558
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73746465 'edts' parent:'trak' sz: 36 100 558
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 74736c65 'elst' parent:'edts' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[2].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] duration=168000 time=0 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6169646d 'mdia' parent:'trak' sz: 430 136 558
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6468646d 'mdhd' parent:'mdia' sz: 32 8 422
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'mdia' sz: 56 40 422
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= mhlr (0x726c686d)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= tmcd
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e696d 'minf' parent:'mdia' sz: 334 96 422
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64686d67 'gmhd' parent:'minf' sz: 79 8 326
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 726c6468 'hdlr' parent:'minf' sz: 57 87 326
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] ctype= dhlr (0x726c6864)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stype= alis
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 666e6964 'dinf' parent:'minf' sz: 36 144 326
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 66657264 'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type alis size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6c627473 'stbl' parent:'minf' sz: 154 180 326
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 64737473 'stsd' parent:'stbl' sz: 54 8 146
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] size=38 4CC= tmcd/0x64636d74 codec_type=2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 73747473 'stts' parent:'stbl' sz: 24 62 146
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[2].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_count=1, sample_duration=168000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 63737473 'stsc' parent:'stbl' sz: 28 86 146
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] track[2].stsc.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 7a737473 'stsz' parent:'stbl' sz: 20 114 146
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] sample_size = 4 sample_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] type: 6f637473 'stco' parent:'stbl' sz: 20 134 146
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] AVIndex stream 2, sample 0, offset 9448770, dts 0, size 4, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] on_parse_exit_offset=155488988
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] Before avformat_find_stream_info() pos: 155488988 bytes read:40068 seeks:1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 0000000000544a80] Profile cid 1238.
[dnxhd @ 0000000000544a80] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[dnxhd @ 0000000000544a80] ACT flag set, in violation of frame header.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 1, dts 41708
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 2, dts 83417
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 3, dts 125125
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 4, dts 166834
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 5, dts 208542
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] Probe buffer size limit of 5000000 bytes reached
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] 0: start_time: 0.000 duration: 0.168
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] 1: start_time: 0.000 duration: 0.336
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] 2: start_time: 0.000 duration: 0.168
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream: start_time: 0.000 duration: 7.007 bitrate=177523 kb/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] After avformat_find_stream_info() pos: 5505072 bytes read:5545092 seeks:2 frames:6
Guessed Channel Layout for  Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\cartest_supers.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2015-03-26 22:53:47
    timecode        : 01:00:00:00
  Duration: 00:00:07.01, start: 0.000000, bitrate: 177523 kb/s
    Stream #0:0(eng), 6, 1/23976: Video: dnxhd, 1 reference frame (AVdn / 0x6E645641), yuv422p(tv, bt709/unknown/unknown), 1920x1080, 1/23976, 175984 kb/s, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
    Metadata:
      creation_time   : 2015-03-26 22:53:47
      handler_name    : Apple Alias Data Handler
      encoder         : Avid DNxHD Codec
    Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
    Metadata:
      creation_time   : 2015-03-26 22:53:47
      handler_name    : Apple Alias Data Handler
    Stream #0:2(eng), 0, 1/23976: Data: none (tmcd / 0x64636D74), 1/24, 0 kb/s (default)
    Metadata:
      creation_time   : 2015-03-26 22:53:48
      handler_name    : Apple Alias Data Handler
      timecode        : 01:00:00:00
Successfully opened the file.
detected 4 logical cores
[Parsed_drawtext_0 @ 0000000000534760] Setting 'timecode' to value '00:00:00:00'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'r' to value '23.976'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'x' to value '0'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'y' to value '0'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'fontfile' to value 'C:\cli\misc\arial.ttf'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'fontsize' to value '96'
[Parsed_drawtext_0 @ 0000000000534760] Setting 'fontcolor' to value 'black'
Parsing a group of options: output file D:\outvid.mp4.
Applying option pix_fmt (set pixel format) with argument yuv420p.
Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
Applying option an (disable audio) with argument 1.
Successfully parsed a group of options.
Opening an output file: D:\outvid.mp4.
Successfully opened the file.
[Parsed_drawtext_0 @ 0000000000536480] Setting 'timecode' to value '00:00:00:00'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'r' to value '23.976'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'x' to value '0'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'y' to value '0'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'fontfile' to value 'C:\cli\misc\arial.ttf'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'fontsize' to value '96'
[Parsed_drawtext_0 @ 0000000000536480] Setting 'fontcolor' to value 'black'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'pix_fmt' to value '4'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'time_base' to value '1/23976'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 000000000276de40] Setting 'frame_rate' to value '2997/125'
[graph 0 input from stream 0:0 @ 000000000276de40] w:1920 h:1080 pixfmt:yuv422p tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
[format @ 000000000276e3a0] compat: called with args=[yuv420p]
[format @ 000000000276e3a0] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 000000000276f820] w:iw h:ih flags:'bilinear' interl:0
[format @ 000000000276e3a0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_drawtext_0' and the filter 'format'
[AVFilterGraph @ 0000000000535100] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
[auto-inserted scaler 0 @ 000000000276f820] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x2
[libx264 @ 0000000000535a40] using mv_range_thread = 88
[libx264 @ 0000000000535a40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0000000000535a40] profile High, level 4.0
[libx264 @ 0000000000535a40] 264 - core 148 r2638 7599210 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - 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=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=24.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'D:\outvid.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 01:00:00:00
    encoder         : Lavf57.11.100
    Stream #0:0, 0, 1/11988: Video: h264 (libx264), -1 reference frame ([33][0][0][0] / 0x0021), yuv420p, 1920x1080, 125/2997, q=-1--1, 23.98 fps, 11988 tbn, 23.98 tbc (default)
    Metadata:
      encoder         : Lavc57.12.100 libx264
Stream mapping:
  Stream #0:0 (dnxhd) -> drawtext
  drawtext -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
    Last message repeated 4 times
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
    Last message repeated 4 times
[Parsed_drawtext_0 @ 0000000000536480] n:0 t:0.000000 text_w:505 text_h:70 x:0 y:0
Cliping frame in rate conversion by 0.000008
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:1 t:0.041708 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 6, dts 250250
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:2 t:0.083417 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 7, dts 291959
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:3 t:0.125125 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 8, dts 333667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:4 t:0.166834 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 9, dts 375375
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:5 t:0.208542 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 10, dts 417084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:6 t:0.250250 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 11, dts 458792
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:7 t:0.291959 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 12, dts 500501
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:8 t:0.333667 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 13, dts 542209
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:9 t:0.375375 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 14, dts 583917
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:10 t:0.417084 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 15, dts 625626
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:11 t:0.458792 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 16, dts 667334
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:12 t:0.500501 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 17, dts 709042
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:13 t:0.542209 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 18, dts 750751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:14 t:0.583917 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 19, dts 792459
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:15 t:0.625626 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 20, dts 834168
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:16 t:0.667334 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 21, dts 875876
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:17 t:0.709042 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 22, dts 917584
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:18 t:0.750751 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 23, dts 959293
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:19 t:0.792459 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 24, dts 1001001
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 24, dts 1001001
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 1, dts 21333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 2, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 24, dts 1001001
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 1, dts 21333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:20 t:0.834168 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 25, dts 1042709
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 1, dts 21333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 25, dts 1042709
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 2, dts 42667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 25, dts 1042709
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 3, dts 64000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:21 t:0.875876 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 26, dts 1084418
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 3, dts 64000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 26, dts 1084418
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 4, dts 85333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:22 t:0.917584 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 27, dts 1126126
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 4, dts 85333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 27, dts 1126126
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 5, dts 106667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 27, dts 1126126
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 6, dts 128000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:23 t:0.959293 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 28, dts 1167835
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 6, dts 128000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 28, dts 1167835
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 7, dts 149333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 28, dts 1167835
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 8, dts 170667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:24 t:1.001001 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 29, dts 1209543
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 8, dts 170667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 29, dts 1209543
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 9, dts 192000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 29, dts 1209543
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 10, dts 213333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:25 t:1.042709 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 10, dts 213333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 11, dts 234667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 12, dts 256000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 13, dts 277333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 14, dts 298667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 15, dts 320000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 16, dts 341333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 17, dts 362667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 18, dts 384000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 19, dts 405333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 20, dts 426667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 21, dts 448000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 22, dts 469333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 23, dts 490667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 24, dts 512000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 25, dts 533333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 26, dts 554667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 27, dts 576000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 28, dts 597333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 29, dts 618667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 30, dts 640000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 31, dts 661333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 32, dts 682667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 33, dts 704000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 34, dts 725333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 35, dts 746667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 36, dts 768000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 37, dts 789333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 38, dts 810667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 39, dts 832000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 40, dts 853333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 41, dts 874667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 42, dts 896000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 43, dts 917333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 44, dts 938667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 45, dts 960000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 46, dts 981333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 47, dts 1002667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 48, dts 1024000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 49, dts 1045333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 50, dts 1066667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 51, dts 1088000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 52, dts 1109333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 53, dts 1130667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 54, dts 1152000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 55, dts 1173333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 56, dts 1194667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 57, dts 1216000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 58, dts 1237333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 59, dts 1258667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 60, dts 1280000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 61, dts 1301333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 62, dts 1322667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 63, dts 1344000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 64, dts 1365333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 65, dts 1386667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 66, dts 1408000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 67, dts 1429333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 68, dts 1450667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 69, dts 1472000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 70, dts 1493333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 71, dts 1514667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 72, dts 1536000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 73, dts 1557333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 74, dts 1578667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 75, dts 1600000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 76, dts 1621333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 77, dts 1642667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 78, dts 1664000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 79, dts 1685333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 80, dts 1706667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 81, dts 1728000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 82, dts 1749333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 83, dts 1770667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 84, dts 1792000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 85, dts 1813333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 86, dts 1834667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 87, dts 1856000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 88, dts 1877333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 89, dts 1898667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 90, dts 1920000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 91, dts 1941333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 92, dts 1962667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 93, dts 1984000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 94, dts 2005333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 95, dts 2026667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 96, dts 2048000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 97, dts 2069333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 98, dts 2090667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 99, dts 2112000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 100, dts 2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 101, dts 2154667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 102, dts 2176000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 103, dts 2197333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 104, dts 2218667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 105, dts 2240000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 30, dts 1251251
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 106, dts 2261333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:26 t:1.084418 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 31, dts 1292960
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 106, dts 2261333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 31, dts 1292960
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 107, dts 2282667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 31, dts 1292960
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 108, dts 2304000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:27 t:1.126126 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 32, dts 1334668
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 108, dts 2304000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 32, dts 1334668
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 109, dts 2325333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 32, dts 1334668
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 110, dts 2346667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:28 t:1.167835 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 33, dts 1376376
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 110, dts 2346667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 33, dts 1376376
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 111, dts 2368000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 33, dts 1376376
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 112, dts 2389333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:29 t:1.209543 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 34, dts 1418085
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 112, dts 2389333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 34, dts 1418085
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 113, dts 2410667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 34, dts 1418085
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 114, dts 2432000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:30 t:1.251251 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 35, dts 1459793
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 114, dts 2432000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 35, dts 1459793
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 115, dts 2453333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 35, dts 1459793
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 116, dts 2474667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:31 t:1.292960 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 36, dts 1501502
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 116, dts 2474667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 36, dts 1501502
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 117, dts 2496000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 36, dts 1501502
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 118, dts 2517333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:32 t:1.334668 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 37, dts 1543210
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 118, dts 2517333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 37, dts 1543210
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 119, dts 2538667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 37, dts 1543210
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 120, dts 2560000
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[dnxhd @ 0000000003df3e60] pix_fmt changed: yuv422p -> yuv422p10le
[Parsed_drawtext_0 @ 0000000000536480] n:33 t:1.376376 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 38, dts 1584918
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 120, dts 2560000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 38, dts 1584918
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 121, dts 2581333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 38, dts 1584918
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 122, dts 2602667
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[Parsed_drawtext_0 @ 0000000000536480] n:34 t:1.418085 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 39, dts 1626627
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 122, dts 2602667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 39, dts 1626627
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 123, dts 2624000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 39, dts 1626627
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 124, dts 2645333
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:35 t:1.459793 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 40, dts 1668335
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 124, dts 2645333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 40, dts 1668335
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 125, dts 2666667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 40, dts 1668335
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 126, dts 2688000
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000000536480] n:36 t:1.501502 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 41, dts 1710043
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 126, dts 2688000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 41, dts 1710043
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 127, dts 2709333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 41, dts 1710043
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p to size:1920x1080 fmt:yuv422p10le
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'timecode' to value '00:00:00:00'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'r' to value '23.976'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'x' to value '0'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'y' to value '0'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'fontfile' to value 'C:\cli\misc\arial.ttf'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'fontsize' to value '96'
[Parsed_drawtext_0 @ 0000000002776f20] Setting 'fontcolor' to value 'black'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'pix_fmt' to value '74'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'time_base' to value '1/23976'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 00000000027773a0] Setting 'frame_rate' to value '2997/125'
[graph 0 input from stream 0:0 @ 00000000027773a0] w:1920 h:1080 pixfmt:yuv422p10le tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
[scaler for output stream 0:0 @ 0000000002777220] Setting 'w' to value '1920'
[scaler for output stream 0:0 @ 0000000002777220] Setting 'h' to value '1080'
[scaler for output stream 0:0 @ 0000000002777220] Setting 'flags' to value 'bicubic'
[scaler for output stream 0:0 @ 0000000002777220] w:1920 h:1080 flags:'bicubic' interl:0
[format @ 0000000002777160] compat: called with args=[yuv420p]
[format @ 0000000002777160] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 00000000027770a0] w:iw h:ih flags:'bilinear' interl:0
[Parsed_drawtext_0 @ 0000000002776f20] auto-inserting filter 'auto-inserted scaler 0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_drawtext_0'
[AVFilterGraph @ 0000000002772f00] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed
[auto-inserted scaler 0 @ 00000000027770a0] picking yuv422p out of 28 ref:yuv422p10le alpha:0
[auto-inserted scaler 0 @ 00000000027770a0] w:1920 h:1080 fmt:yuv422p10le sar:0/1 -> w:1920 h:1080 fmt:yuv422p sar:0/1 flags:0x2
[scaler for output stream 0:0 @ 0000000002777220] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
[Parsed_drawtext_0 @ 0000000002776f20] n:0 t:1.543210 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 42, dts 1751752
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:1 t:1.584918 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 43, dts 1793460
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:2 t:1.626627 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 44, dts 1835169
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:3 t:1.668335 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 45, dts 1876877
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:4 t:1.710043 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 46, dts 1918585
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:5 t:1.751752 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 47, dts 1960294
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:6 t:1.793460 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 48, dts 2002002
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:7 t:1.835169 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 49, dts 2043710
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:8 t:1.876877 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 50, dts 2085419
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:9 t:1.918585 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 51, dts 2127127
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:10 t:1.960294 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 52, dts 2168836
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:11 t:2.002002 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 53, dts 2210544
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:12 t:2.043710 text_w:505 text_h:70 x:0 y:0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 54, dts 2252252
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:13 t:2.085419 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   0 QP=13.76 NAL=3 Slice:I Poc:0   I:8160 P:0    SKIP:0    size=7412 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 55, dts 2293961
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:14 t:2.127127 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   1 QP=24.84 NAL=2 Slice:P Poc:8   I:46   P:38   SKIP:8076 size=1078 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 56, dts 2335669
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:15 t:2.168836 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   2 QP=27.62 NAL=2 Slice:B Poc:4   I:17   P:78   SKIP:8061 size=338 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 57, dts 2377377
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:16 t:2.210544 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   3 QP=29.10 NAL=0 Slice:B Poc:2   I:21   P:68   SKIP:8070 size=255 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 58, dts 2419086
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:17 t:2.252252 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   4 QP=31.41 NAL=0 Slice:B Poc:6   I:12   P:58   SKIP:8088 size=289 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 59, dts 2460794
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:18 t:2.293961 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   5 QP=27.01 NAL=2 Slice:P Poc:16  I:30   P:142  SKIP:7988 size=1468 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 128, dts 2730667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 129, dts 2752000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 130, dts 2773333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 131, dts 2794667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 132, dts 2816000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 133, dts 2837333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 134, dts 2858667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 135, dts 2880000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 136, dts 2901333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 137, dts 2922667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 138, dts 2944000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 139, dts 2965333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 140, dts 2986667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 141, dts 3008000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 142, dts 3029333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 143, dts 3050667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 144, dts 3072000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 145, dts 3093333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 146, dts 3114667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 147, dts 3136000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 148, dts 3157333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 149, dts 3178667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 150, dts 3200000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 151, dts 3221333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 152, dts 3242667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 153, dts 3264000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 154, dts 3285333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 155, dts 3306667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 156, dts 3328000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 157, dts 3349333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 158, dts 3370667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 159, dts 3392000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 160, dts 3413333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 161, dts 3434667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 162, dts 3456000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 163, dts 3477333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 164, dts 3498667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 60, dts 2502503
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 165, dts 3520000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:19 t:2.335669 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   6 QP=28.30 NAL=2 Slice:B Poc:12  I:9    P:70   SKIP:8078 size=277 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 61, dts 2544211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 165, dts 3520000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 61, dts 2544211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 166, dts 3541333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 61, dts 2544211
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 167, dts 3562667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:20 t:2.377377 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   7 QP=31.09 NAL=0 Slice:B Poc:10  I:11   P:60   SKIP:8086 size=323 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 62, dts 2585919
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 167, dts 3562667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 62, dts 2585919
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 168, dts 3584000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 62, dts 2585919
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 169, dts 3605333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:21 t:2.419086 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   8 QP=35.88 NAL=0 Slice:B Poc:14  I:11   P:64   SKIP:8082 size=332 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 63, dts 2627628
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 169, dts 3605333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 63, dts 2627628
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 170, dts 3626667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 63, dts 2627628
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 171, dts 3648000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:22 t:2.460794 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=   9 QP=24.29 NAL=2 Slice:P Poc:24  I:44   P:269  SKIP:7847 size=1970 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 64, dts 2669336
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 171, dts 3648000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 64, dts 2669336
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 172, dts 3669333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 64, dts 2669336
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 173, dts 3690667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:23 t:2.502503 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  10 QP=29.22 NAL=2 Slice:B Poc:20  I:9    P:100  SKIP:8047 size=384 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 65, dts 2711044
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 173, dts 3690667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 65, dts 2711044
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 174, dts 3712000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:24 t:2.544211 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  11 QP=35.38 NAL=0 Slice:B Poc:18  I:9    P:83   SKIP:8065 size=305 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 66, dts 2752753
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 174, dts 3712000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 66, dts 2752753
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 175, dts 3733333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 66, dts 2752753
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 176, dts 3754667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:25 t:2.585919 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  12 QP=30.71 NAL=0 Slice:B Poc:22  I:25   P:74   SKIP:8058 size=341 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 67, dts 2794461
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 176, dts 3754667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 67, dts 2794461
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 177, dts 3776000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 67, dts 2794461
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 178, dts 3797333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:26 t:2.627628 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  13 QP=25.01 NAL=2 Slice:P Poc:32  I:44   P:295  SKIP:7821 size=1896 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 68, dts 2836170
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 178, dts 3797333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 68, dts 2836170
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 179, dts 3818667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 68, dts 2836170
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 180, dts 3840000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:27 t:2.669336 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  14 QP=34.40 NAL=2 Slice:B Poc:28  I:10   P:120  SKIP:8027 size=356 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 69, dts 2877878
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 180, dts 3840000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 69, dts 2877878
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 181, dts 3861333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 69, dts 2877878
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 182, dts 3882667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:28 t:2.711044 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  15 QP=31.51 NAL=0 Slice:B Poc:26  I:17   P:85   SKIP:8055 size=332 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 70, dts 2919586
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 182, dts 3882667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 70, dts 2919586
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 183, dts 3904000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 70, dts 2919586
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 184, dts 3925333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:29 t:2.752753 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  16 QP=35.85 NAL=0 Slice:B Poc:30  I:6    P:97   SKIP:8055 size=353 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 71, dts 2961295
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 184, dts 3925333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 71, dts 2961295
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 185, dts 3946667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 71, dts 2961295
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 186, dts 3968000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:30 t:2.794461 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  17 QP=21.37 NAL=2 Slice:P Poc:40  I:46   P:133  SKIP:7981 size=2033 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 72, dts 3003003
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 186, dts 3968000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 72, dts 3003003
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 187, dts 3989333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 72, dts 3003003
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 188, dts 4010667
[Parsed_drawtext_0 @ 0000000002776f20] n:31 t:2.836170 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  18 QP=33.20 NAL=2 Slice:B Poc:36  I:9    P:113  SKIP:8034 size=400 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 73, dts 3044711
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 188, dts 4010667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 73, dts 3044711
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 189, dts 4032000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 73, dts 3044711
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 190, dts 4053333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:32 t:2.877878 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  19 QP=36.04 NAL=0 Slice:B Poc:34  I:15   P:85   SKIP:8058 size=354 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 74, dts 3086420
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 190, dts 4053333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 74, dts 3086420
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 191, dts 4074667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 74, dts 3086420
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 192, dts 4096000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:33 t:2.919586 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  20 QP=34.35 NAL=0 Slice:B Poc:38  I:7    P:107  SKIP:8043 size=303 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 75, dts 3128128
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 192, dts 4096000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 75, dts 3128128
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 193, dts 4117333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 75, dts 3128128
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 194, dts 4138667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:34 t:2.961295 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  21 QP=17.09 NAL=2 Slice:P Poc:48  I:47   P:134  SKIP:7979 size=2423 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 76, dts 3169837
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 194, dts 4138667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 76, dts 3169837
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 195, dts 4160000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 76, dts 3169837
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 196, dts 4181333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:35 t:3.003003 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  22 QP=33.59 NAL=2 Slice:B Poc:44  I:16   P:142  SKIP:7997 size=502 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 77, dts 3211545
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 196, dts 4181333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 77, dts 3211545
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 197, dts 4202667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 77, dts 3211545
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 198, dts 4224000
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[dnxhd @ 0000000003df3e60] pix_fmt changed: yuv422p10le -> yuv422p
[Parsed_drawtext_0 @ 0000000002776f20] n:36 t:3.044711 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  23 QP=29.56 NAL=0 Slice:B Poc:42  I:25   P:103  SKIP:8031 size=363 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 78, dts 3253253
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 198, dts 4224000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 78, dts 3253253
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 199, dts 4245333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 78, dts 3253253
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 200, dts 4266667
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:37 t:3.086420 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  24 QP=35.90 NAL=0 Slice:B Poc:46  I:10   P:134  SKIP:8008 size=375 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 79, dts 3294962
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 200, dts 4266667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 79, dts 3294962
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 201, dts 4288000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 79, dts 3294962
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 202, dts 4309333
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:38 t:3.128128 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  25 QP=24.87 NAL=2 Slice:P Poc:56  I:58   P:313  SKIP:7789 size=2624 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 80, dts 3336670
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 202, dts 4309333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 80, dts 3336670
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 203, dts 4330667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 80, dts 3336670
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 204, dts 4352000
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776f20] n:39 t:3.169837 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  26 QP=34.56 NAL=2 Slice:B Poc:52  I:6    P:134  SKIP:8020 size=338 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 81, dts 3378378
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 204, dts 4352000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 81, dts 3378378
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 205, dts 4373333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 81, dts 3378378
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 206, dts 4394667
Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p10le to size:1920x1080 fmt:yuv422p
[dnxhd @ 00000000005cf9c0] Profile cid 1238.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'timecode' to value '00:00:00:00'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'r' to value '23.976'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'x' to value '0'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'y' to value '0'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'fontfile' to value 'C:\cli\misc\arial.ttf'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'fontsize' to value '96'
[Parsed_drawtext_0 @ 0000000002776e60] Setting 'fontcolor' to value 'black'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'pix_fmt' to value '4'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'time_base' to value '1/23976'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0000000002777160] Setting 'frame_rate' to value '2997/125'
[graph 0 input from stream 0:0 @ 0000000002777160] w:1920 h:1080 pixfmt:yuv422p tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
[scaler for output stream 0:0 @ 00000000027772e0] Setting 'w' to value '1920'
[scaler for output stream 0:0 @ 00000000027772e0] Setting 'h' to value '1080'
[scaler for output stream 0:0 @ 00000000027772e0] Setting 'flags' to value 'bicubic'
[scaler for output stream 0:0 @ 00000000027772e0] w:1920 h:1080 flags:'bicubic' interl:0
[format @ 00000000027773a0] compat: called with args=[yuv420p]
[format @ 00000000027773a0] Setting 'pix_fmts' to value 'yuv420p'
[AVFilterGraph @ 0000000002772f00] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
[scaler for output stream 0:0 @ 00000000027772e0] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
[Parsed_drawtext_0 @ 0000000002776e60] n:0 t:3.211545 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  27 QP=35.00 NAL=0 Slice:B Poc:50  I:17   P:121  SKIP:8020 size=337 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 82, dts 3420087
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 206, dts 4394667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 82, dts 3420087
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 207, dts 4416000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 82, dts 3420087
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 208, dts 4437333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:1 t:3.253253 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  28 QP=34.88 NAL=0 Slice:B Poc:54  I:7    P:153  SKIP:7996 size=408 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 83, dts 3461795
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 208, dts 4437333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 83, dts 3461795
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 209, dts 4458667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 83, dts 3461795
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 210, dts 4480000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:2 t:3.294962 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  29 QP=21.99 NAL=2 Slice:P Poc:64  I:59   P:335  SKIP:7766 size=2482 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 84, dts 3503504
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 210, dts 4480000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 84, dts 3503504
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 211, dts 4501333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 84, dts 3503504
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 212, dts 4522667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:3 t:3.336670 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  30 QP=29.20 NAL=2 Slice:B Poc:60  I:17   P:167  SKIP:7972 size=538 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 85, dts 3545212
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 212, dts 4522667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 85, dts 3545212
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 213, dts 4544000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 85, dts 3545212
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 214, dts 4565333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:4 t:3.378378 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  31 QP=36.06 NAL=0 Slice:B Poc:58  I:11   P:147  SKIP:7998 size=392 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 86, dts 3586920
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 214, dts 4565333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 86, dts 3586920
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 215, dts 4586667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 86, dts 3586920
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 216, dts 4608000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:5 t:3.420087 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  32 QP=35.83 NAL=0 Slice:B Poc:62  I:7    P:243  SKIP:7908 size=440 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 87, dts 3628629
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 216, dts 4608000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 87, dts 3628629
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 217, dts 4629333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:6 t:3.461795 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  33 QP=25.64 NAL=2 Slice:P Poc:72  I:70   P:365  SKIP:7725 size=2355 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 88, dts 3670337
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 217, dts 4629333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 88, dts 3670337
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 218, dts 4650667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 88, dts 3670337
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 219, dts 4672000
[Parsed_drawtext_0 @ 0000000002776e60] n:7 t:3.503504 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  34 QP=32.38 NAL=2 Slice:B Poc:68  I:8    P:204  SKIP:7942 size=478 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 89, dts 3712045
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 219, dts 4672000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 89, dts 3712045
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 220, dts 4693333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 89, dts 3712045
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 221, dts 4714667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:8 t:3.545212 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  35 QP=35.07 NAL=0 Slice:B Poc:66  I:4    P:186  SKIP:7967 size=439 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 90, dts 3753754ts/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 221, dts 4714667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 90, dts 3753754
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 222, dts 4736000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 90, dts 3753754
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 223, dts 4757333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:9 t:3.586920 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  36 QP=34.42 NAL=0 Slice:B Poc:70  I:19   P:157  SKIP:7982 size=399 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 91, dts 3795462
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 223, dts 4757333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 91, dts 3795462
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 224, dts 4778667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 91, dts 3795462
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 225, dts 4800000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:10 t:3.628629 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  37 QP=16.52 NAL=2 Slice:P Poc:76  I:125  P:255  SKIP:7780 size=4267 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 92, dts 3837171
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 225, dts 4800000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 92, dts 3837171
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 226, dts 4821333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 92, dts 3837171
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 227, dts 4842667
[Parsed_drawtext_0 @ 0000000002776e60] n:11 t:3.670337 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  38 QP=34.61 NAL=0 Slice:B Poc:74  I:6    P:219  SKIP:7934 size=352 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 93, dts 3878879
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 227, dts 4842667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 93, dts 3878879
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 228, dts 4864000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 93, dts 3878879
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 229, dts 4885333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:12 t:3.712045 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  39 QP=17.99 NAL=2 Slice:P Poc:84  I:82   P:161  SKIP:7917 size=2273 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 94, dts 3920587
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 229, dts 4885333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 94, dts 3920587
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 230, dts 4906667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 94, dts 3920587
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 231, dts 4928000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:13 t:3.753754 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  40 QP=27.44 NAL=2 Slice:B Poc:80  I:5    P:175  SKIP:7973 size=528 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 95, dts 3962296
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 231, dts 4928000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 95, dts 3962296
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 232, dts 4949333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 95, dts 3962296
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 233, dts 4970667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:14 t:3.795462 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  41 QP=30.79 NAL=0 Slice:B Poc:78  I:17   P:171  SKIP:7968 size=459 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 96, dts 4004004
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 233, dts 4970667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 96, dts 4004004
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 234, dts 4992000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 96, dts 4004004
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 235, dts 5013333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:15 t:3.837171 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  42 QP=33.04 NAL=0 Slice:B Poc:82  I:14   P:156  SKIP:7988 size=448 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 97, dts 4045712
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 235, dts 5013333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 97, dts 4045712
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 236, dts 5034667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 97, dts 4045712
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 237, dts 5056000
[Parsed_drawtext_0 @ 0000000002776e60] n:16 t:3.878879 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  43 QP=17.07 NAL=2 Slice:P Poc:92  I:101  P:183  SKIP:7876 size=2177 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 98, dts 4087421
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 237, dts 5056000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 98, dts 4087421
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 238, dts 5077333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 98, dts 4087421
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 239, dts 5098667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:17 t:3.920587 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  44 QP=20.88 NAL=2 Slice:B Poc:88  I:11   P:215  SKIP:7933 size=633 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 99, dts 4129129
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 239, dts 5098667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 99, dts 4129129
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 240, dts 5120000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 99, dts 4129129
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 241, dts 5141333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:18 t:3.962296 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  45 QP=36.00 NAL=0 Slice:B Poc:86  I:2    P:204  SKIP:7951 size=409 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 100, dts 4170838
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 241, dts 5141333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 100, dts 4170838
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 242, dts 5162667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 100, dts 4170838
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 243, dts 5184000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:19 t:4.004004 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  46 QP=34.77 NAL=0 Slice:B Poc:90  I:7    P:189  SKIP:7956 size=451 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 101, dts 4212546
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 243, dts 5184000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 101, dts 4212546
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 244, dts 5205333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 101, dts 4212546
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 245, dts 5226667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:20 t:4.045712 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  47 QP=18.42 NAL=2 Slice:P Poc:100 I:118  P:177  SKIP:7865 size=2229 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 102, dts 4254254
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 245, dts 5226667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 102, dts 4254254
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 246, dts 5248000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 102, dts 4254254
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 247, dts 5269333
[Parsed_drawtext_0 @ 0000000002776e60] n:21 t:4.087421 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  48 QP=25.52 NAL=2 Slice:B Poc:96  I:24   P:181  SKIP:7953 size=681 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 103, dts 4295963
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 247, dts 5269333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 103, dts 4295963
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 248, dts 5290667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 103, dts 4295963
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 249, dts 5312000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:22 t:4.129129 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  49 QP=34.58 NAL=0 Slice:B Poc:94  I:2    P:196  SKIP:7962 size=381 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 104, dts 4337671
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 249, dts 5312000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 104, dts 4337671
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 250, dts 5333333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 104, dts 4337671
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 251, dts 5354667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:23 t:4.170838 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  50 QP=35.93 NAL=0 Slice:B Poc:98  I:9    P:156  SKIP:7993 size=418 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 105, dts 4379379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 251, dts 5354667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 105, dts 4379379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 252, dts 5376000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 105, dts 4379379
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 253, dts 5397333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:24 t:4.212546 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  51 QP=17.53 NAL=2 Slice:P Poc:108 I:97   P:192  SKIP:7871 size=2357 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 106, dts 4421088
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 253, dts 5397333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 106, dts 4421088
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 254, dts 5418667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 106, dts 4421088
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 255, dts 5440000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:25 t:4.254254 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  52 QP=31.95 NAL=2 Slice:B Poc:104 I:6    P:204  SKIP:7947 size=623 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 107, dts 4462796
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 255, dts 5440000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 107, dts 4462796
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:26 t:4.295963 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  53 QP=34.66 NAL=0 Slice:B Poc:102 I:8    P:191  SKIP:7960 size=601 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 108, dts 4504505
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:27 t:4.337671 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  54 QP=31.40 NAL=0 Slice:B Poc:106 I:8    P:186  SKIP:7962 size=388 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 109, dts 4546213
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:28 t:4.379379 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  55 QP=16.98 NAL=2 Slice:P Poc:116 I:102  P:181  SKIP:7877 size=2688 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 110, dts 4587921
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:29 t:4.421088 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  56 QP=31.44 NAL=2 Slice:B Poc:112 I:10   P:215  SKIP:7929 size=689 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 111, dts 4629630
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:30 t:4.462796 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  57 QP=30.98 NAL=0 Slice:B Poc:110 I:7    P:221  SKIP:7928 size=474 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 112, dts 4671338
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002776e60] n:31 t:4.504505 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  58 QP=31.22 NAL=0 Slice:B Poc:114 I:9    P:219  SKIP:7931 size=430 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 113, dts 4713046
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002776e60] n:32 t:4.546213 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  59 QP=16.90 NAL=2 Slice:P Poc:124 I:96   P:199  SKIP:7865 size=2350 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 114, dts 4754755
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:33 t:4.587921 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  60 QP=30.09 NAL=2 Slice:B Poc:120 I:4    P:236  SKIP:7915 size=582 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 115, dts 4796463
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:34 t:4.629630 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  61 QP=33.46 NAL=0 Slice:B Poc:118 I:13   P:195  SKIP:7950 size=498 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 116, dts 4838172
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:35 t:4.671338 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  62 QP=35.36 NAL=0 Slice:B Poc:122 I:1    P:225  SKIP:7931 size=456 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 117, dts 4879880
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002776e60] n:36 t:4.713046 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  63 QP=17.67 NAL=2 Slice:P Poc:132 I:135  P:172  SKIP:7853 size=2170 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 118, dts 4921588
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:37 t:4.754755 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  64 QP=29.32 NAL=2 Slice:B Poc:128 I:13   P:232  SKIP:7911 size=552 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 119, dts 4963297
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:38 t:4.796463 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  65 QP=35.34 NAL=0 Slice:B Poc:126 I:10   P:214  SKIP:7935 size=451 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 120, dts 5005005
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:39 t:4.838172 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  66 QP=34.62 NAL=0 Slice:B Poc:130 I:11   P:222  SKIP:7926 size=569 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 121, dts 5046713
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002776e60] n:40 t:4.879880 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  67 QP=16.56 NAL=2 Slice:P Poc:140 I:93   P:194  SKIP:7873 size=2044 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 122, dts 5088422
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 8 bits, MBAFF=0 ACT=0
    Last message repeated 1 times
[Parsed_drawtext_0 @ 0000000002776e60] n:41 t:4.921588 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  68 QP=26.76 NAL=2 Slice:B Poc:136 I:5    P:243  SKIP:7910 size=660 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 123, dts 5130130
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[dnxhd @ 0000000003df7c60] pix_fmt changed: yuv422p -> yuv422p10le
[Parsed_drawtext_0 @ 0000000002776e60] n:42 t:4.963297 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  69 QP=30.85 NAL=0 Slice:B Poc:134 I:7    P:229  SKIP:7917 size=500 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 124, dts 5171839
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:43 t:5.005005 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  70 QP=34.66 NAL=0 Slice:B Poc:138 I:0    P:264  SKIP:7888 size=533 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 125, dts 5213547
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002776e60] n:44 t:5.046713 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  71 QP=16.55 NAL=2 Slice:P Poc:148 I:105  P:220  SKIP:7835 size=2414 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 126, dts 5255255
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002776e60] n:45 t:5.088422 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  72 QP=33.45 NAL=2 Slice:B Poc:144 I:8    P:372  SKIP:7778 size=791 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 127, dts 5296964s/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
Input stream #0:0 frame changed from size:1920x1080 fmt:yuv422p to size:1920x1080 fmt:yuv422p10le
[dnxhd @ 00000000005cf9c0] Profile cid 1235.
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] Setting 'timecode' to value '00:00:00:00'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'r' to value '23.976'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'x' to value '0'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'y' to value '0'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'fontfile' to value 'C:\cli\misc\arial.ttf'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'fontsize' to value '96'
[Parsed_drawtext_0 @ 0000000002777160] Setting 'fontcolor' to value 'black'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'pix_fmt' to value '74'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'time_base' to value '1/23976'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0000000002776e60] Setting 'frame_rate' to value '2997/125'
[graph 0 input from stream 0:0 @ 0000000002776e60] w:1920 h:1080 pixfmt:yuv422p10le tb:1/23976 fr:2997/125 sar:0/1 sws_param:flags=2
[scaler for output stream 0:0 @ 0000000002777520] Setting 'w' to value '1920'
[scaler for output stream 0:0 @ 0000000002777520] Setting 'h' to value '1080'
[scaler for output stream 0:0 @ 0000000002777520] Setting 'flags' to value 'bicubic'
[scaler for output stream 0:0 @ 0000000002777520] w:1920 h:1080 flags:'bicubic' interl:0
[format @ 0000000002777be0] compat: called with args=[yuv420p]
[format @ 0000000002777be0] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 0000000002777b20] w:iw h:ih flags:'bilinear' interl:0
[Parsed_drawtext_0 @ 0000000002777160] auto-inserting filter 'auto-inserted scaler 0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_drawtext_0'
[AVFilterGraph @ 0000000002772f00] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed
[auto-inserted scaler 0 @ 0000000002777b20] picking yuv422p out of 28 ref:yuv422p10le alpha:0
[auto-inserted scaler 0 @ 0000000002777b20] w:1920 h:1080 fmt:yuv422p10le sar:0/1 -> w:1920 h:1080 fmt:yuv422p sar:0/1 flags:0x2
[scaler for output stream 0:0 @ 0000000002777520] w:1920 h:1080 fmt:yuv422p sar:0/1 -> w:1920 h:1080 fmt:yuv420p sar:0/1 flags:0x4
[Parsed_drawtext_0 @ 0000000002777160] n:0 t:5.130130 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  73 QP=30.36 NAL=0 Slice:B Poc:142 I:7    P:265  SKIP:7887 size=431 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 128, dts 5338672
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:1 t:5.171839 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  74 QP=34.76 NAL=0 Slice:B Poc:146 I:13   P:244  SKIP:7902 size=484 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 129, dts 5380380
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:2 t:5.213547 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  75 QP=23.39 NAL=2 Slice:P Poc:156 I:401  P:219  SKIP:7540 size=2653 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 130, dts 5422089
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:3 t:5.255255 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  76 QP=25.73 NAL=2 Slice:B Poc:152 I:13   P:357  SKIP:7782 size=893 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 131, dts 5463797
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:4 t:5.296964 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  77 QP=35.53 NAL=0 Slice:B Poc:150 I:11   P:274  SKIP:7873 size=611 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 132, dts 5505506
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:5 t:5.338672 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  78 QP=35.52 NAL=0 Slice:B Poc:154 I:14   P:263  SKIP:7881 size=469 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 133, dts 5547214
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:6 t:5.380380 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  79 QP=26.40 NAL=2 Slice:P Poc:164 I:65   P:186  SKIP:7909 size=1807 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 134, dts 5588922
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:7 t:5.422089 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  80 QP=33.07 NAL=2 Slice:B Poc:160 I:10   P:192  SKIP:7958 size=445 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 135, dts 5630631
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:8 t:5.463797 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  81 QP=35.85 NAL=0 Slice:B Poc:158 I:12   P:170  SKIP:7972 size=448 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 136, dts 5672339
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:9 t:5.505506 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  82 QP=34.74 NAL=0 Slice:B Poc:162 I:15   P:150  SKIP:7993 size=444 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 137, dts 5714047
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002777160] n:10 t:5.547214 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  83 QP=26.14 NAL=2 Slice:P Poc:172 I:142  P:365  SKIP:7653 size=2119 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 138, dts 5755756
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:11 t:5.588922 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  84 QP=30.77 NAL=2 Slice:B Poc:168 I:14   P:166  SKIP:7975 size=569 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 139, dts 5797464
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:12 t:5.630631 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  85 QP=34.31 NAL=0 Slice:B Poc:166 I:9    P:189  SKIP:7957 size=420 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 140, dts 5839173
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:13 t:5.672339 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  86 QP=34.85 NAL=0 Slice:B Poc:170 I:6    P:193  SKIP:7955 size=414 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 141, dts 5880881
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:14 t:5.714047 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  87 QP=23.99 NAL=2 Slice:P Poc:180 I:97   P:354  SKIP:7709 size=2081 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 142, dts 5922589
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002777160] n:15 t:5.755756 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  88 QP=31.12 NAL=2 Slice:B Poc:176 I:16   P:175  SKIP:7967 size=511 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 143, dts 5964298
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:16 t:5.797464 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  89 QP=35.08 NAL=0 Slice:B Poc:174 I:5    P:181  SKIP:7971 size=340 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 144, dts 6006006
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:17 t:5.839173 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  90 QP=35.01 NAL=0 Slice:B Poc:178 I:9    P:193  SKIP:7953 size=447 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 145, dts 6047714
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:18 t:5.880881 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  91 QP=16.42 NAL=2 Slice:P Poc:188 I:83   P:313  SKIP:7764 size=1887 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 146, dts 6089423
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:19 t:5.922589 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  92 QP=33.25 NAL=2 Slice:B Poc:184 I:10   P:219  SKIP:7922 size=621 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 147, dts 6131131
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:20 t:5.964298 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  93 QP=31.74 NAL=0 Slice:B Poc:182 I:17   P:156  SKIP:7985 size=461 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 148, dts 6172840
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:21 t:6.006006 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  94 QP=29.76 NAL=0 Slice:B Poc:186 I:15   P:165  SKIP:7975 size=471 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 149, dts 6214548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:22 t:6.047714 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  95 QP=26.65 NAL=2 Slice:P Poc:196 I:104  P:333  SKIP:7723 size=2324 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 150, dts 6256256
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[Parsed_drawtext_0 @ 0000000002777160] n:23 t:6.089423 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame=  96 QP=33.12 NAL=2 Slice:B Poc:192 I:6    P:229  SKIP:7918 size=558 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 151, dts 6297965
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:24 t:6.131131 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  97 QP=30.54 NAL=0 Slice:B Poc:190 I:19   P:161  SKIP:7976 size=448 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 152, dts 6339673
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:25 t:6.172840 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  98 QP=31.29 NAL=0 Slice:B Poc:194 I:10   P:173  SKIP:7975 size=419 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 153, dts 6381381
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:26 t:6.214548 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame=  99 QP=24.30 NAL=2 Slice:P Poc:204 I:88   P:372  SKIP:7700 size=2446 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 154, dts 6423090
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:27 t:6.256256 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 100 QP=33.09 NAL=2 Slice:B Poc:200 I:13   P:216  SKIP:7926 size=638 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 155, dts 6464798
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 256, dts 5461333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 155, dts 6464798
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 257, dts 5482667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:28 t:6.297965 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 101 QP=30.39 NAL=0 Slice:B Poc:198 I:12   P:176  SKIP:7968 size=496 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 156, dts 6506507
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 257, dts 5482667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 156, dts 6506507
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 258, dts 5504000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 156, dts 6506507
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 259, dts 5525333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:29 t:6.339673 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 102 QP=34.75 NAL=0 Slice:B Poc:202 I:18   P:201  SKIP:7939 size=486 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 157, dts 6548215
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 259, dts 5525333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 157, dts 6548215
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 260, dts 5546667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 157, dts 6548215
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 261, dts 5568000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:30 t:6.381381 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 103 QP=25.72 NAL=2 Slice:P Poc:212 I:60   P:195  SKIP:7905 size=1953 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 158, dts 6589923
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 261, dts 5568000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 158, dts 6589923
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 262, dts 5589333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 158, dts 6589923
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 263, dts 5610667
[Parsed_drawtext_0 @ 0000000002777160] n:31 t:6.423090 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 104 QP=30.02 NAL=2 Slice:B Poc:208 I:15   P:205  SKIP:7940 size=455 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 159, dts 6631632
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 263, dts 5610667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 159, dts 6631632
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 264, dts 5632000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
    Last message repeated 1 times
[Parsed_drawtext_0 @ 0000000002777160] n:32 t:6.464798 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 105 QP=35.45 NAL=0 Slice:B Poc:206 I:14   P:201  SKIP:7942 size=473 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 160, dts 6673340
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 264, dts 5632000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 160, dts 6673340
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 265, dts 5653333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 160, dts 6673340
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 266, dts 5674667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:33 t:6.506507 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 106 QP=34.83 NAL=0 Slice:B Poc:210 I:17   P:178  SKIP:7964 size=459 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 161, dts 6715048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 266, dts 5674667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 161, dts 6715048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 267, dts 5696000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 161, dts 6715048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 268, dts 5717333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:34 t:6.548215 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 107 QP=25.77 NAL=2 Slice:P Poc:220 I:147  P:351  SKIP:7662 size=1945 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 162, dts 6756757
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 268, dts 5717333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 162, dts 6756757
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 269, dts 5738667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 162, dts 6756757
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 270, dts 5760000
[Parsed_drawtext_0 @ 0000000002777160] n:35 t:6.589923 text_w:505 text_h:70 x:0 y:0
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[libx264 @ 0000000000535a40] frame= 108 QP=33.83 NAL=2 Slice:B Poc:216 I:10   P:219  SKIP:7928 size=571 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 163, dts 6798465
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 270, dts 5760000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 163, dts 6798465
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 271, dts 5781333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 163, dts 6798465
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 272, dts 5802667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:36 t:6.631632 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 109 QP=35.86 NAL=0 Slice:B Poc:214 I:3    P:176  SKIP:7976 size=415 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 164, dts 6840174
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 272, dts 5802667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 164, dts 6840174
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 273, dts 5824000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 164, dts 6840174
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 274, dts 5845333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:37 t:6.673340 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 110 QP=34.80 NAL=0 Slice:B Poc:218 I:7    P:200  SKIP:7949 size=433 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 165, dts 6881882
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 274, dts 5845333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 165, dts 6881882
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 275, dts 5866667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 165, dts 6881882
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 276, dts 5888000
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:38 t:6.715048 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 111 QP=25.15 NAL=2 Slice:P Poc:228 I:66   P:253  SKIP:7841 size=2069 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 166, dts 6923590
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 276, dts 5888000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 166, dts 6923590
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 277, dts 5909333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 166, dts 6923590
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 278, dts 5930667
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:39 t:6.756757 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 112 QP=29.94 NAL=2 Slice:B Poc:224 I:18   P:191  SKIP:7949 size=533 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 167, dts 6965299
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 278, dts 5930667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 167, dts 6965299
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 279, dts 5952000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 0, sample 167, dts 6965299
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 280, dts 5973333
[dnxhd @ 00000000005cf9c0] 1920x1080, 4:2:2 10 bits, MBAFF=0 ACT=0
[Parsed_drawtext_0 @ 0000000002777160] n:40 t:6.798465 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 113 QP=35.43 NAL=0 Slice:B Poc:222 I:7    P:201  SKIP:7951 size=401 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 280, dts 5973333s/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 281, dts 5994667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 282, dts 6016000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 283, dts 6037333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 284, dts 6058667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 285, dts 6080000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 286, dts 6101333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 287, dts 6122667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 288, dts 6144000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 289, dts 6165333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 290, dts 6186667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 291, dts 6208000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 292, dts 6229333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 293, dts 6250667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 294, dts 6272000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 295, dts 6293333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 296, dts 6314667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 297, dts 6336000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 298, dts 6357333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 299, dts 6378667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 300, dts 6400000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 301, dts 6421333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 302, dts 6442667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 303, dts 6464000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 304, dts 6485333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 305, dts 6506667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 306, dts 6528000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 307, dts 6549333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 308, dts 6570667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 309, dts 6592000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 310, dts 6613333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 311, dts 6634667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 312, dts 6656000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 313, dts 6677333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 314, dts 6698667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 315, dts 6720000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 316, dts 6741333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 317, dts 6762667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 318, dts 6784000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 319, dts 6805333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 320, dts 6826667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 321, dts 6848000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 322, dts 6869333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 323, dts 6890667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 324, dts 6912000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 325, dts 6933333
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 326, dts 6954667
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 327, dts 6976000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000533980] stream 1, sample 328, dts 6997333
[Parsed_drawtext_0 @ 0000000002777160] n:41 t:6.840174 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 114 QP=31.40 NAL=0 Slice:B Poc:226 I:13   P:177  SKIP:7962 size=489 bytes
[Parsed_drawtext_0 @ 0000000002777160] n:42 t:6.881882 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 115 QP=27.61 NAL=2 Slice:P Poc:236 I:154  P:351  SKIP:7655 size=1807 bytes
[Parsed_drawtext_0 @ 0000000002777160] n:43 t:6.923590 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 116 QP=28.66 NAL=2 Slice:B Poc:232 I:11   P:215  SKIP:7928 size=498 bytes
[Parsed_drawtext_0 @ 0000000002777160] n:44 t:6.965299 text_w:505 text_h:70 x:0 y:0
[libx264 @ 0000000000535a40] frame= 117 QP=35.13 NAL=0 Slice:B Poc:230 I:16   P:174  SKIP:7968 size=512 bytes
[output stream 0:0 @ 0000000002776f20] EOF on sink link output stream 0:0:default.
No more output streams to write to, finishing.
[libx264 @ 0000000000535a40] frame= 118 QP=36.29 NAL=0 Slice:B Poc:234 I:4    P:193  SKIP:7959 size=432 bytes
[libx264 @ 0000000000535a40] frame= 119 QP=24.72 NAL=2 Slice:P Poc:244 I:90   P:328  SKIP:7742 size=2171 bytes
[libx264 @ 0000000000535a40] frame= 120 QP=29.34 NAL=2 Slice:B Poc:240 I:15   P:227  SKIP:7910 size=637 bytes
[libx264 @ 0000000000535a40] frame= 121 QP=35.97 NAL=0 Slice:B Poc:238 I:1    P:209  SKIP:7947 size=397 bytes
[libx264 @ 0000000000535a40] frame= 122 QP=35.07 NAL=0 Slice:B Poc:242 I:5    P:228  SKIP:7926 size=464 bytes
[libx264 @ 0000000000535a40] frame= 123 QP=15.45 NAL=2 Slice:P Poc:248 I:116  P:233  SKIP:7811 size=3757 bytes
[libx264 @ 0000000000535a40] frame= 124 QP=30.81 NAL=0 Slice:B Poc:246 I:13   P:204  SKIP:7940 size=442 bytes
[libx264 @ 0000000000535a40] frame= 125 QP=14.92 NAL=2 Slice:P Poc:256 I:95   P:155  SKIP:7910 size=2223 bytes
[libx264 @ 0000000000535a40] frame= 126 QP=30.70 NAL=2 Slice:B Poc:252 I:15   P:154  SKIP:7988 size=607 bytes
[libx264 @ 0000000000535a40] frame= 127 QP=30.99 NAL=0 Slice:B Poc:250 I:15   P:162  SKIP:7982 size=463 bytes
[libx264 @ 0000000000535a40] frame= 128 QP=31.74 NAL=0 Slice:B Poc:254 I:14   P:163  SKIP:7980 size=484 bytes
[libx264 @ 0000000000535a40] frame= 129 QP=16.70 NAL=2 Slice:P Poc:264 I:92   P:164  SKIP:7904 size=1817 bytes
[libx264 @ 0000000000535a40] frame= 130 QP=26.11 NAL=2 Slice:B Poc:260 I:13   P:189  SKIP:7952 size=671 bytes
[libx264 @ 0000000000535a40] frame= 131 QP=31.46 NAL=0 Slice:B Poc:258 I:17   P:177  SKIP:7963 size=402 bytes
[libx264 @ 0000000000535a40] frame= 132 QP=35.04 NAL=0 Slice:B Poc:262 I:7    P:187  SKIP:7961 size=422 bytes
[libx264 @ 0000000000535a40] frame= 133 QP=17.12 NAL=2 Slice:P Poc:272 I:115  P:160  SKIP:7885 size=1905 bytes
[libx264 @ 0000000000535a40] frame= 134 QP=33.75 NAL=2 Slice:B Poc:268 I:15   P:197  SKIP:7946 size=591 bytes
[libx264 @ 0000000000535a40] frame= 135 QP=29.74 NAL=0 Slice:B Poc:266 I:16   P:182  SKIP:7961 size=369 bytes
[libx264 @ 0000000000535a40] frame= 136 QP=35.65 NAL=0 Slice:B Poc:270 I:13   P:171  SKIP:7974 size=479 bytes
[libx264 @ 0000000000535a40] frame= 137 QP=17.14 NAL=2 Slice:P Poc:280 I:149  P:143  SKIP:7868 size=1760 bytes
[libx264 @ 0000000000535a40] frame= 138 QP=29.17 NAL=2 Slice:B Poc:276 I:4    P:203  SKIP:7944 size=618 bytes
[libx264 @ 0000000000535a40] frame= 139 QP=34.68 NAL=0 Slice:B Poc:274 I:18   P:204  SKIP:7936 size=509 bytes
[libx264 @ 0000000000535a40] frame= 140 QP=35.47 NAL=0 Slice:B Poc:278 I:12   P:176  SKIP:7968 size=454 bytes
[libx264 @ 0000000000535a40] frame= 141 QP=17.08 NAL=2 Slice:P Poc:288 I:208  P:128  SKIP:7824 size=1923 bytes
[libx264 @ 0000000000535a40] frame= 142 QP=33.73 NAL=2 Slice:B Poc:284 I:3    P:215  SKIP:7934 size=642 bytes
[libx264 @ 0000000000535a40] frame= 143 QP=35.14 NAL=0 Slice:B Poc:282 I:7    P:191  SKIP:7959 size=462 bytes
[libx264 @ 0000000000535a40] frame= 144 QP=32.71 NAL=0 Slice:B Poc:286 I:2    P:180  SKIP:7978 size=360 bytes
[libx264 @ 0000000000535a40] frame= 145 QP=17.15 NAL=2 Slice:P Poc:296 I:192  P:134  SKIP:7834 size=1614 bytes
[libx264 @ 0000000000535a40] frame= 146 QP=19.43 NAL=2 Slice:B Poc:292 I:21   P:133  SKIP:8001 size=565 bytes
[libx264 @ 0000000000535a40] frame= 147 QP=28.55 NAL=0 Slice:B Poc:290 I:9    P:132  SKIP:8014 size=408 bytes
[libx264 @ 0000000000535a40] frame= 148 QP=36.00 NAL=0 Slice:B Poc:294 I:6    P:123  SKIP:8030 size=322 bytes
[libx264 @ 0000000000535a40] frame= 149 QP=17.35 NAL=2 Slice:P Poc:304 I:163  P:159  SKIP:7838 size=1380 bytes
[libx264 @ 0000000000535a40] frame= 150 QP=30.39 NAL=2 Slice:B Poc:300 I:3    P:209  SKIP:7948 size=399 bytes
[libx264 @ 0000000000535a40] frame= 151 QP=35.23 NAL=0 Slice:B Poc:298 I:7    P:164  SKIP:7986 size=405 bytes
[libx264 @ 0000000000535a40] frame= 152 QP=32.30 NAL=0 Slice:B Poc:302 I:15   P:147  SKIP:7997 size=394 bytes
[libx264 @ 0000000000535a40] frame= 153 QP=17.50 NAL=2 Slice:P Poc:312 I:184  P:120  SKIP:7856 size=1094 bytes
[libx264 @ 0000000000535a40] frame= 154 QP=33.89 NAL=2 Slice:B Poc:308 I:2    P:219  SKIP:7937 size=530 bytes
[libx264 @ 0000000000535a40] frame= 155 QP=34.73 NAL=0 Slice:B Poc:306 I:3    P:144  SKIP:8010 size=323 bytes
[libx264 @ 0000000000535a40] frame= 156 QP=34.88 NAL=0 Slice:B Poc:310 I:3    P:147  SKIP:8005 size=331 bytes
[libx264 @ 0000000000535a40] frame= 157 QP=17.88 NAL=2 Slice:P Poc:320 I:216  P:62   SKIP:7882 size=806 bytes
[libx264 @ 0000000000535a40] frame= 158 QP=33.01 NAL=2 Slice:B Poc:316 I:13   P:270  SKIP:7875 size=487 bytes
[libx264 @ 0000000000535a40] frame= 159 QP=26.80 NAL=0 Slice:B Poc:314 I:13   P:158  SKIP:7988 size=329 bytes
[libx264 @ 0000000000535a40] frame= 160 QP=33.50 NAL=0 Slice:B Poc:318 I:14   P:113  SKIP:8031 size=397 bytes
[libx264 @ 0000000000535a40] frame= 161 QP=19.08 NAL=2 Slice:P Poc:328 I:70   P:45   SKIP:8045 size=434 bytes
[libx264 @ 0000000000535a40] frame= 162 QP=19.61 NAL=2 Slice:B Poc:324 I:4    P:117  SKIP:8033 size=433 bytes
[libx264 @ 0000000000535a40] frame= 163 QP=34.87 NAL=0 Slice:B Poc:322 I:17   P:92   SKIP:8049 size=387 bytes
[libx264 @ 0000000000535a40] frame= 164 QP=23.62 NAL=0 Slice:B Poc:326 I:10   P:81   SKIP:8065 size=321 bytes
[libx264 @ 0000000000535a40] frame= 165 QP=25.48 NAL=2 Slice:P Poc:334 I:40   P:20   SKIP:8100 size=527 bytes
[libx264 @ 0000000000535a40] frame= 166 QP=27.46 NAL=2 Slice:B Poc:332 I:1    P:103  SKIP:8052 size=295 bytes
[libx264 @ 0000000000535a40] frame= 167 QP=35.43 NAL=0 Slice:B Poc:330 I:4    P:107  SKIP:8046 size=294 bytes
frame=  168 fps= 62 q=-1.0 Lsize=     152kB time=00:00:06.92 bitrate= 179.7kbits/s
video:149kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.867751%
Input file #0 (D:\cartest_supers.mov):
  Input stream #0:0 (video): 168 packets read (154140672 bytes); 168 frames decoded;
  Input stream #0:1 (audio): 0 packets read (0 bytes);
  Input stream #0:2 (data): 0 packets read (0 bytes);
  Total: 168 packets (154140672 bytes) demuxed
Output file #0 (D:\outvid.mp4):
  Output stream #0:0 (video): 168 frames encoded; 168 packets muxed (152697 bytes);
  Total: 168 packets (152697 bytes) muxed
168 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0000000002661b80] Statistics: 34 seeks, 194 writeouts
[libx264 @ 0000000000535a40] frame I:1     Avg QP:13.76  size:  7412
[libx264 @ 0000000000535a40] frame P:43    Avg QP:20.78  size:  2042
[libx264 @ 0000000000535a40] frame B:124   Avg QP:32.36  size:   458
[libx264 @ 0000000000535a40] consecutive B-frames:  0.6%  2.4%  1.8% 95.2%
[libx264 @ 0000000000535a40] mb I  I16..4:  0.4% 96.8%  2.8%
[libx264 @ 0000000000535a40] mb P  I16..4:  0.3%  0.9%  0.1%  P16..4:  2.0%  0.4%  0.3%  0.0%  0.0%    skip:96.1%
[libx264 @ 0000000000535a40] mb B  I16..4:  0.1%  0.1%  0.0%  B16..8:  2.0%  0.2%  0.0%  direct: 0.0%  skip:97.7%  L0:54.8% L1:43.9% BI: 1.3%
[libx264 @ 0000000000535a40] 8x8 transform intra:81.8% inter:74.8%
[libx264 @ 0000000000535a40] coded y,uvDC,uvAC intra: 16.1% 1.1% 0.9% inter: 0.2% 0.1% 0.1%
[libx264 @ 0000000000535a40] i16 v,h,dc,p: 76% 21%  3%  0%
[libx264 @ 0000000000535a40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 64%  5% 30%  0%  0%  0%  0%  0%  0%
[libx264 @ 0000000000535a40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 37% 21% 23%  6%  3%  3%  1%  4%  2%
[libx264 @ 0000000000535a40] i8c dc,h,v,p: 99%  1%  1%  0%
[libx264 @ 0000000000535a40] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000535a40] ref P L0: 57.1%  6.1% 24.4% 12.3%
[libx264 @ 0000000000535a40] ref B L0: 69.2% 23.4%  7.4%
[libx264 @ 0000000000535a40] ref B L1: 91.9%  8.1%
[libx264 @ 0000000000535a40] kb/s:173.55
[AVIOContext @ 000000000053c100] Statistics: 154180740 bytes read, 4 seeks

by electron.rotoscope, 6 years ago

Example of a file with switching bit depths that doesn't work properly

Note: See TracTickets for help on using tickets.