[FFmpeg-trac] #8419(undetermined:new): Shortest flag with acodec copy results in frozen frames if the video input is longer

FFmpeg trac at avcodec.org
Mon Dec 9 19:01:46 EET 2019


#8419: Shortest flag with acodec copy results in frozen frames if the video input
is longer
-------------------------------------+-------------------------------------
             Reporter:  ugljesas     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 Using the -shortest flag with -acodec copy results in frozen frames for
 the last few seconds of video. This only happens if the video input is
 longer than audio.

 I've managed to reproduce this on both Ubuntu and Windows 10 with ffmpeg
 version 4.2.

 Sample files provided.

 How to reproduce:
 {{{
 % ffmpeg -v 9 -loglevel 99 -i input.mp4 -i audio.m4a -acodec copy
 -shortest output.mp4
 fmpeg version 4.2.1-0york0~18.04.1 Copyright (c) 2000-2019 the FFmpeg
 developers
   built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
   configuration: --prefix=/usr --extra-version='0york0~18.04.1'
 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
 --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
 --disable-stripping --enable-avresample --disable-filter=resample
 --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
 --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
 --enable-libcdio --enable-libcodec2 --enable-libflite --enable-
 libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme
 --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa
 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-
 libpulse --enable-librsvg --enable-librubberband --enable-libshine
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi
 --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2
 --enable-nonfree --enable-libfdk-aac --enable-libdc1394 --enable-libdrm
 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264
 --enable-shared
   WARNING: library configuration mismatch
   avcodec     configuration: --prefix=/usr --extra-
 version='0york0~18.04.1' --toolchain=hardened --libdir=/usr/lib/x86_64
 -linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-
 gpl --disable-stripping --enable-avresample --disable-filter=resample
 --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom
 --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
 --enable-libcdio --enable-libcodec2 --enable-libflite --enable-
 libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme
 --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa
 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-
 libpulse --enable-librsvg --enable-librubberband --enable-libshine
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi
 --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2
 --enable-nonfree --enable-libfdk-aac --enable-libdc1394 --enable-libdrm
 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264
 --enable-shared --enable-version3 --disable-doc --disable-programs
 --enable-liblensfun --enable-libopencore_amrnb --enable-libopencore_amrwb
 --enable-libtesseract --enable-libvo_amrwbenc
   libavutil      56. 31.100 / 56. 31.100
   libavcodec     58. 54.100 / 58. 54.100
   libavformat    58. 29.100 / 58. 29.100
   libavdevice    58.  8.100 / 58.  8.100
   libavfilter     7. 57.100 /  7. 57.100
   libavresample   4.  0.  0 /  4.  0.  0
   libswscale      5.  5.100 /  5.  5.100
   libswresample   3.  5.100 /  3.  5.100
   libpostproc    55.  5.100 / 55.  5.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 url with argument 'input.mp4'.
 Reading option '-i' ... matched as input url with argument 'audio.m4a'.
 Reading option '-acodec' ... matched as option 'acodec' (force audio codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option '-shortest' ... matched as option 'shortest' (finish
 encoding within shortest input) with argument '1'.
 Reading option 'output.mp4' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input url input.mp4.
 Successfully parsed a group of options.
 Opening an input file: input.mp4.
 [NULL @ 0x55be5cce6ac0] Opening 'input.mp4' for reading
 [file @ 0x55be5cce7580] Setting default whitelist 'file,crypto'
 Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
 Probing mp3 score:1 size:2048
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'ftyp' parent:'root' sz:
 32 8 542166
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] ISO: File Type Major Brand:
 isom
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'free' parent:'root' sz: 8
 40 542166
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'mdat' parent:'root' sz:
 539197 48 542166
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'moov' parent:'root' sz:
 2929 539245 542166
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'mvhd' parent:'moov' sz:
 108 8 2921
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] time scale = 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'trak' parent:'moov' sz:
 2715 116 2921
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'tkhd' parent:'trak' sz:
 92 8 2707
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'edts' parent:'trak' sz:
 36 100 2707
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'elst' parent:'edts' sz:
 28 8 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] track[0].edit_count = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] duration=6034 time=1024
 rate=1.000000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'mdia' parent:'trak' sz:
 2579 136 2707
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'mdhd' parent:'mdia' sz:
 32 8 2571
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'hdlr' parent:'mdia' sz:
 45 40 2571
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stype=vide
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'minf' parent:'mdia' sz:
 2494 85 2571
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'vmhd' parent:'minf' sz:
 20 8 2486
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'dinf' parent:'minf' sz:
 36 28 2486
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'dref' parent:'dinf' sz:
 28 8 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stbl' parent:'minf' sz:
 2430 64 2486
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stsd' parent:'stbl' sz:
 170 8 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] size=154 4CC=avc1 codec_type=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'avcC' parent:'stsd' sz:
 52 8 68
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'pasp' parent:'stsd' sz:
 16 60 68
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stts' parent:'stbl' sz:
 24 178 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] track[0].stts.entries = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] sample_count=181,
 sample_duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stss' parent:'stbl' sz:
 20 202 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] keyframe_count = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'ctts' parent:'stbl' sz:
 1416 222 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] track[0].ctts.entries = 175
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=2, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1536
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=4, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2048
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=2, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1536
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2560
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=1, duration=2048
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] count=2, duration=512
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] dts shift 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stsc' parent:'stbl' sz:
 28 1638 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] track[0].stsc.entries = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stsz' parent:'stbl' sz:
 744 1666 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] sample_size = 0 sample_count =
 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'stco' parent:'stbl' sz:
 20 2410 2422
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 0,
 offset 30, dts 0, size 11939, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 1,
 offset 2ed3, dts 512, size 10813, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 2,
 offset 5910, dts 1024, size 2731, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 3,
 offset 63bb, dts 1536, size 2514, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 4,
 offset 6d8d, dts 2048, size 2299, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 5,
 offset 7688, dts 2560, size 14950, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 6,
 offset b0ee, dts 3072, size 2916, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 7,
 offset bc52, dts 3584, size 2542, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 8,
 offset c640, dts 4096, size 2768, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 9,
 offset d110, dts 4608, size 23027, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 10,
 offset 12b03, dts 5120, size 3189, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 11,
 offset 13778, dts 5632, size 2570, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 12,
 offset 14182, dts 6144, size 2443, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 13,
 offset 14b0d, dts 6656, size 15353, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 14,
 offset 18706, dts 7168, size 18380, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 15,
 offset 1ced2, dts 7680, size 37378, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 16,
 offset 260d4, dts 8192, size 1944, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 17,
 offset 2686c, dts 8704, size 40864, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 18,
 offset 3080c, dts 9216, size 22300, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 19,
 offset 35f28, dts 9728, size 56715, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 20,
 offset 43cb3, dts 10240, size 178889, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 21,
 offset 6f77c, dts 10752, size 11003, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 22,
 offset 72277, dts 11264, size 1437, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 23,
 offset 72814, dts 11776, size 1017, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 24,
 offset 72c0d, dts 12288, size 5490, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 25,
 offset 7417f, dts 12800, size 824, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 26,
 offset 744b7, dts 13312, size 833, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 27,
 offset 747f8, dts 13824, size 580, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 28,
 offset 74a3c, dts 14336, size 4131, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 29,
 offset 75a5f, dts 14848, size 746, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 30,
 offset 75d49, dts 15360, size 632, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 31,
 offset 75fc1, dts 15872, size 645, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 32,
 offset 76246, dts 16384, size 3391, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 33,
 offset 76f85, dts 16896, size 948, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 34,
 offset 77339, dts 17408, size 660, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 35,
 offset 775cd, dts 17920, size 711, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 36,
 offset 77894, dts 18432, size 3682, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 37,
 offset 786f6, dts 18944, size 684, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 38,
 offset 789a2, dts 19456, size 2233, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 39,
 offset 7925b, dts 19968, size 806, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 40,
 offset 79581, dts 20480, size 614, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 41,
 offset 797e7, dts 20992, size 590, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 42,
 offset 79a35, dts 21504, size 2421, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 43,
 offset 7a3aa, dts 22016, size 646, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 44,
 offset 7a630, dts 22528, size 474, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 45,
 offset 7a80a, dts 23040, size 418, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 46,
 offset 7a9ac, dts 23552, size 1800, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 47,
 offset 7b0b4, dts 24064, size 395, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 48,
 offset 7b23f, dts 24576, size 242, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 49,
 offset 7b331, dts 25088, size 205, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 50,
 offset 7b3fe, dts 25600, size 1151, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 51,
 offset 7b87d, dts 26112, size 238, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 52,
 offset 7b96b, dts 26624, size 223, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 53,
 offset 7ba4a, dts 27136, size 204, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 54,
 offset 7bb16, dts 27648, size 720, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 55,
 offset 7bde6, dts 28160, size 220, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 56,
 offset 7bec2, dts 28672, size 181, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 57,
 offset 7bf77, dts 29184, size 179, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 58,
 offset 7c02a, dts 29696, size 705, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 59,
 offset 7c2eb, dts 30208, size 180, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 60,
 offset 7c39f, dts 30720, size 140, distance 60, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 61,
 offset 7c42b, dts 31232, size 167, distance 61, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 62,
 offset 7c4d2, dts 31744, size 701, distance 62, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 63,
 offset 7c78f, dts 32256, size 470, distance 63, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 64,
 offset 7c965, dts 32768, size 305, distance 64, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 65,
 offset 7ca96, dts 33280, size 308, distance 65, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 66,
 offset 7cbca, dts 33792, size 681, distance 66, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 67,
 offset 7ce73, dts 34304, size 406, distance 67, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 68,
 offset 7d009, dts 34816, size 283, distance 68, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 69,
 offset 7d124, dts 35328, size 241, distance 69, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 70,
 offset 7d215, dts 35840, size 638, distance 70, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 71,
 offset 7d493, dts 36352, size 233, distance 71, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 72,
 offset 7d57c, dts 36864, size 217, distance 72, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 73,
 offset 7d655, dts 37376, size 148, distance 73, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 74,
 offset 7d6e9, dts 37888, size 419, distance 74, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 75,
 offset 7d88c, dts 38400, size 186, distance 75, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 76,
 offset 7d946, dts 38912, size 146, distance 76, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 77,
 offset 7d9d8, dts 39424, size 136, distance 77, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 78,
 offset 7da60, dts 39936, size 561, distance 78, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 79,
 offset 7dc91, dts 40448, size 185, distance 79, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 80,
 offset 7dd4a, dts 40960, size 126, distance 80, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 81,
 offset 7ddc8, dts 41472, size 123, distance 81, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 82,
 offset 7de43, dts 41984, size 399, distance 82, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 83,
 offset 7dfd2, dts 42496, size 181, distance 83, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 84,
 offset 7e087, dts 43008, size 112, distance 84, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 85,
 offset 7e0f7, dts 43520, size 109, distance 85, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 86,
 offset 7e164, dts 44032, size 664, distance 86, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 87,
 offset 7e3fc, dts 44544, size 245, distance 87, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 88,
 offset 7e4f1, dts 45056, size 138, distance 88, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 89,
 offset 7e57b, dts 45568, size 273, distance 89, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 90,
 offset 7e68c, dts 46080, size 699, distance 90, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 91,
 offset 7e947, dts 46592, size 373, distance 91, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 92,
 offset 7eabc, dts 47104, size 286, distance 92, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 93,
 offset 7ebda, dts 47616, size 266, distance 93, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 94,
 offset 7ece4, dts 48128, size 584, distance 94, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 95,
 offset 7ef2c, dts 48640, size 333, distance 95, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 96,
 offset 7f079, dts 49152, size 247, distance 96, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 97,
 offset 7f170, dts 49664, size 244, distance 97, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 98,
 offset 7f264, dts 50176, size 432, distance 98, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 99,
 offset 7f414, dts 50688, size 192, distance 99, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 100,
 offset 7f4d4, dts 51200, size 178, distance 100, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 101,
 offset 7f586, dts 51712, size 136, distance 101, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 102,
 offset 7f60e, dts 52224, size 341, distance 102, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 103,
 offset 7f763, dts 52736, size 162, distance 103, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 104,
 offset 7f805, dts 53248, size 136, distance 104, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 105,
 offset 7f88d, dts 53760, size 143, distance 105, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 106,
 offset 7f91c, dts 54272, size 751, distance 106, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 107,
 offset 7fc0b, dts 54784, size 193, distance 107, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 108,
 offset 7fccc, dts 55296, size 158, distance 108, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 109,
 offset 7fd6a, dts 55808, size 168, distance 109, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 110,
 offset 7fe12, dts 56320, size 474, distance 110, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 111,
 offset 7ffec, dts 56832, size 162, distance 111, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 112,
 offset 8008e, dts 57344, size 150, distance 112, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 113,
 offset 80124, dts 57856, size 132, distance 113, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 114,
 offset 801a8, dts 58368, size 351, distance 114, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 115,
 offset 80307, dts 58880, size 169, distance 115, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 116,
 offset 803b0, dts 59392, size 138, distance 116, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 117,
 offset 8043a, dts 59904, size 125, distance 117, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 118,
 offset 804b7, dts 60416, size 473, distance 118, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 119,
 offset 80690, dts 60928, size 158, distance 119, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 120,
 offset 8072e, dts 61440, size 119, distance 120, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 121,
 offset 807a5, dts 61952, size 206, distance 121, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 122,
 offset 80873, dts 62464, size 509, distance 122, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 123,
 offset 80a70, dts 62976, size 365, distance 123, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 124,
 offset 80bdd, dts 63488, size 292, distance 124, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 125,
 offset 80d01, dts 64000, size 266, distance 125, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 126,
 offset 80e0b, dts 64512, size 767, distance 126, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 127,
 offset 8110a, dts 65024, size 285, distance 127, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 128,
 offset 81227, dts 65536, size 252, distance 128, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 129,
 offset 81323, dts 66048, size 210, distance 129, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 130,
 offset 813f5, dts 66560, size 558, distance 130, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 131,
 offset 81623, dts 67072, size 243, distance 131, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 132,
 offset 81716, dts 67584, size 232, distance 132, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 133,
 offset 817fe, dts 68096, size 163, distance 133, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 134,
 offset 818a1, dts 68608, size 278, distance 134, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 135,
 offset 819b7, dts 69120, size 157, distance 135, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 136,
 offset 81a54, dts 69632, size 130, distance 136, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 137,
 offset 81ad6, dts 70144, size 138, distance 137, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 138,
 offset 81b60, dts 70656, size 276, distance 138, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 139,
 offset 81c74, dts 71168, size 143, distance 139, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 140,
 offset 81d03, dts 71680, size 121, distance 140, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 141,
 offset 81d7c, dts 72192, size 122, distance 141, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 142,
 offset 81df6, dts 72704, size 228, distance 142, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 143,
 offset 81eda, dts 73216, size 164, distance 143, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 144,
 offset 81f7e, dts 73728, size 122, distance 144, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 145,
 offset 81ff8, dts 74240, size 121, distance 145, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 146,
 offset 82071, dts 74752, size 298, distance 146, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 147,
 offset 8219b, dts 75264, size 171, distance 147, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 148,
 offset 82246, dts 75776, size 123, distance 148, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 149,
 offset 822c1, dts 76288, size 123, distance 149, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 150,
 offset 8233c, dts 76800, size 298, distance 150, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 151,
 offset 82466, dts 77312, size 336, distance 151, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 152,
 offset 825b6, dts 77824, size 192, distance 152, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 153,
 offset 82676, dts 78336, size 185, distance 153, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 154,
 offset 8272f, dts 78848, size 340, distance 154, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 155,
 offset 82883, dts 79360, size 268, distance 155, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 156,
 offset 8298f, dts 79872, size 219, distance 156, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 157,
 offset 82a6a, dts 80384, size 223, distance 157, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 158,
 offset 82b49, dts 80896, size 293, distance 158, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 159,
 offset 82c6e, dts 81408, size 324, distance 159, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 160,
 offset 82db2, dts 81920, size 186, distance 160, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 161,
 offset 82e6c, dts 82432, size 191, distance 161, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 162,
 offset 82f2b, dts 82944, size 229, distance 162, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 163,
 offset 83010, dts 83456, size 176, distance 163, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 164,
 offset 830c0, dts 83968, size 129, distance 164, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 165,
 offset 83141, dts 84480, size 126, distance 165, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 166,
 offset 831bf, dts 84992, size 182, distance 166, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 167,
 offset 83275, dts 85504, size 165, distance 167, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 168,
 offset 8331a, dts 86016, size 147, distance 168, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 169,
 offset 833ad, dts 86528, size 126, distance 169, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 170,
 offset 8342b, dts 87040, size 177, distance 170, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 171,
 offset 834dc, dts 87552, size 188, distance 171, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 172,
 offset 83598, dts 88064, size 131, distance 172, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 173,
 offset 8361b, dts 88576, size 139, distance 173, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 174,
 offset 836a6, dts 89088, size 157, distance 174, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 175,
 offset 83743, dts 89600, size 168, distance 175, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 176,
 offset 837eb, dts 90112, size 136, distance 176, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 177,
 offset 83873, dts 90624, size 115, distance 177, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 178,
 offset 838e6, dts 91136, size 91, distance 178, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 179,
 offset 83941, dts 91648, size 167, distance 179, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] AVIndex stream 0, sample 180,
 offset 839e8, dts 92160, size 125, distance 180, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Processing st: 0, edit list 0 -
 media time: 1024, duration: 92682
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 0 ctts: 1024, ctts_index:
 0, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 512 ctts: 2560,
 ctts_index: 1, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 1024 ctts: 1024,
 ctts_index: 2, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 1536 ctts: 0, ctts_index:
 3, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 2048 ctts: 512,
 ctts_index: 4, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 2560 ctts: 2560,
 ctts_index: 5, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 3072 ctts: 1024,
 ctts_index: 6, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 3584 ctts: 0, ctts_index:
 7, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 4096 ctts: 512,
 ctts_index: 8, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 4608 ctts: 2560,
 ctts_index: 9, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 5120 ctts: 1024,
 ctts_index: 10, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 5632 ctts: 0, ctts_index:
 11, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 6144 ctts: 512,
 ctts_index: 12, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 6656 ctts: 1024,
 ctts_index: 13, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 7168 ctts: 1024,
 ctts_index: 14, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 7680 ctts: 1536,
 ctts_index: 15, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 8192 ctts: 512,
 ctts_index: 16, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 8704 ctts: 1024,
 ctts_index: 17, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 9216 ctts: 1024,
 ctts_index: 18, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 9728 ctts: 1024,
 ctts_index: 19, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 10240 ctts: 1024,
 ctts_index: 20, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 10752 ctts: 2048,
 ctts_index: 21, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 11264 ctts: 512,
 ctts_index: 22, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 11776 ctts: 512,
 ctts_index: 23, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 12288 ctts: 2560,
 ctts_index: 24, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 12800 ctts: 1024,
 ctts_index: 25, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 13312 ctts: 0,
 ctts_index: 26, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 13824 ctts: 512,
 ctts_index: 27, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 14336 ctts: 2560,
 ctts_index: 28, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 14848 ctts: 1024,
 ctts_index: 29, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 15360 ctts: 0,
 ctts_index: 30, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 15872 ctts: 512,
 ctts_index: 31, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 16384 ctts: 2560,
 ctts_index: 32, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 16896 ctts: 1024,
 ctts_index: 33, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 17408 ctts: 0,
 ctts_index: 34, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 17920 ctts: 512,
 ctts_index: 35, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 18432 ctts: 1536,
 ctts_index: 36, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 18944 ctts: 512,
 ctts_index: 37, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 19456 ctts: 2560,
 ctts_index: 38, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 19968 ctts: 1024,
 ctts_index: 39, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 20480 ctts: 0,
 ctts_index: 40, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 20992 ctts: 512,
 ctts_index: 41, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 21504 ctts: 2560,
 ctts_index: 42, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 22016 ctts: 1024,
 ctts_index: 43, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 22528 ctts: 0,
 ctts_index: 44, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 23040 ctts: 512,
 ctts_index: 45, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 23552 ctts: 2560,
 ctts_index: 46, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 24064 ctts: 1024,
 ctts_index: 47, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 24576 ctts: 0,
 ctts_index: 48, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 25088 ctts: 512,
 ctts_index: 49, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 25600 ctts: 2560,
 ctts_index: 50, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 26112 ctts: 1024,
 ctts_index: 51, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 26624 ctts: 0,
 ctts_index: 52, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 27136 ctts: 512,
 ctts_index: 53, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 27648 ctts: 2560,
 ctts_index: 54, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 28160 ctts: 1024,
 ctts_index: 55, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 28672 ctts: 0,
 ctts_index: 56, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 29184 ctts: 512,
 ctts_index: 57, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 29696 ctts: 2560,
 ctts_index: 58, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 30208 ctts: 1024,
 ctts_index: 59, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 30720 ctts: 0,
 ctts_index: 60, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 31232 ctts: 512,
 ctts_index: 61, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 31744 ctts: 2560,
 ctts_index: 62, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 32256 ctts: 1024,
 ctts_index: 63, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 32768 ctts: 0,
 ctts_index: 64, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 33280 ctts: 512,
 ctts_index: 65, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 33792 ctts: 2560,
 ctts_index: 66, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 34304 ctts: 1024,
 ctts_index: 67, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 34816 ctts: 0,
 ctts_index: 68, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 35328 ctts: 512,
 ctts_index: 69, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 35840 ctts: 2560,
 ctts_index: 70, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 36352 ctts: 1024,
 ctts_index: 71, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 36864 ctts: 0,
 ctts_index: 72, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 37376 ctts: 512,
 ctts_index: 73, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 37888 ctts: 2560,
 ctts_index: 74, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 38400 ctts: 1024,
 ctts_index: 75, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 38912 ctts: 0,
 ctts_index: 76, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 39424 ctts: 512,
 ctts_index: 77, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 39936 ctts: 2560,
 ctts_index: 78, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 40448 ctts: 1024,
 ctts_index: 79, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 40960 ctts: 0,
 ctts_index: 80, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 41472 ctts: 512,
 ctts_index: 81, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 41984 ctts: 2560,
 ctts_index: 82, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 42496 ctts: 1024,
 ctts_index: 83, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 43008 ctts: 0,
 ctts_index: 84, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 43520 ctts: 512,
 ctts_index: 85, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 44032 ctts: 2560,
 ctts_index: 86, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 44544 ctts: 1024,
 ctts_index: 87, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 45056 ctts: 0,
 ctts_index: 88, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 45568 ctts: 512,
 ctts_index: 89, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 46080 ctts: 2560,
 ctts_index: 90, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 46592 ctts: 1024,
 ctts_index: 91, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 47104 ctts: 0,
 ctts_index: 92, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 47616 ctts: 512,
 ctts_index: 93, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 48128 ctts: 2560,
 ctts_index: 94, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 48640 ctts: 1024,
 ctts_index: 95, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 49152 ctts: 0,
 ctts_index: 96, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 49664 ctts: 512,
 ctts_index: 97, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 50176 ctts: 2560,
 ctts_index: 98, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 50688 ctts: 1024,
 ctts_index: 99, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 51200 ctts: 0,
 ctts_index: 100, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 51712 ctts: 512,
 ctts_index: 101, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 52224 ctts: 2560,
 ctts_index: 102, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 52736 ctts: 1024,
 ctts_index: 103, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 53248 ctts: 0,
 ctts_index: 104, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 53760 ctts: 512,
 ctts_index: 105, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 54272 ctts: 2560,
 ctts_index: 106, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 54784 ctts: 1024,
 ctts_index: 107, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 55296 ctts: 0,
 ctts_index: 108, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 55808 ctts: 512,
 ctts_index: 109, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 56320 ctts: 2560,
 ctts_index: 110, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 56832 ctts: 1024,
 ctts_index: 111, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 57344 ctts: 0,
 ctts_index: 112, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 57856 ctts: 512,
 ctts_index: 113, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 58368 ctts: 2560,
 ctts_index: 114, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 58880 ctts: 1024,
 ctts_index: 115, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 59392 ctts: 0,
 ctts_index: 116, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 59904 ctts: 512,
 ctts_index: 117, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 60416 ctts: 2560,
 ctts_index: 118, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 60928 ctts: 1024,
 ctts_index: 119, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 61440 ctts: 0,
 ctts_index: 120, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 61952 ctts: 512,
 ctts_index: 121, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 62464 ctts: 2560,
 ctts_index: 122, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 62976 ctts: 1024,
 ctts_index: 123, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 63488 ctts: 0,
 ctts_index: 124, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 64000 ctts: 512,
 ctts_index: 125, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 64512 ctts: 2560,
 ctts_index: 126, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 65024 ctts: 1024,
 ctts_index: 127, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 65536 ctts: 0,
 ctts_index: 128, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 66048 ctts: 512,
 ctts_index: 129, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 66560 ctts: 2560,
 ctts_index: 130, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 67072 ctts: 1024,
 ctts_index: 131, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 67584 ctts: 0,
 ctts_index: 132, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 68096 ctts: 512,
 ctts_index: 133, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 68608 ctts: 2560,
 ctts_index: 134, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 69120 ctts: 1024,
 ctts_index: 135, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 69632 ctts: 0,
 ctts_index: 136, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 70144 ctts: 512,
 ctts_index: 137, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 70656 ctts: 2560,
 ctts_index: 138, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 71168 ctts: 1024,
 ctts_index: 139, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 71680 ctts: 0,
 ctts_index: 140, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 72192 ctts: 512,
 ctts_index: 141, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 72704 ctts: 2560,
 ctts_index: 142, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 73216 ctts: 1024,
 ctts_index: 143, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 73728 ctts: 0,
 ctts_index: 144, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 74240 ctts: 512,
 ctts_index: 145, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 74752 ctts: 2560,
 ctts_index: 146, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 75264 ctts: 1024,
 ctts_index: 147, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 75776 ctts: 0,
 ctts_index: 148, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 76288 ctts: 512,
 ctts_index: 149, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 76800 ctts: 2560,
 ctts_index: 150, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 77312 ctts: 1024,
 ctts_index: 151, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 77824 ctts: 0,
 ctts_index: 152, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 78336 ctts: 512,
 ctts_index: 153, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 78848 ctts: 2560,
 ctts_index: 154, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 79360 ctts: 1024,
 ctts_index: 155, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 79872 ctts: 0,
 ctts_index: 156, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 80384 ctts: 512,
 ctts_index: 157, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 80896 ctts: 2560,
 ctts_index: 158, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 81408 ctts: 1024,
 ctts_index: 159, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 81920 ctts: 0,
 ctts_index: 160, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 82432 ctts: 512,
 ctts_index: 161, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 82944 ctts: 2560,
 ctts_index: 162, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 83456 ctts: 1024,
 ctts_index: 163, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 83968 ctts: 0,
 ctts_index: 164, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 84480 ctts: 512,
 ctts_index: 165, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 84992 ctts: 2560,
 ctts_index: 166, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 85504 ctts: 1024,
 ctts_index: 167, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 86016 ctts: 0,
 ctts_index: 168, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 86528 ctts: 512,
 ctts_index: 169, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 87040 ctts: 2560,
 ctts_index: 170, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 87552 ctts: 1024,
 ctts_index: 171, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 88064 ctts: 0,
 ctts_index: 172, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 88576 ctts: 512,
 ctts_index: 173, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 89088 ctts: 2560,
 ctts_index: 174, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 89600 ctts: 1024,
 ctts_index: 175, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 90112 ctts: 0,
 ctts_index: 176, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 90624 ctts: 512,
 ctts_index: 177, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 91136 ctts: 2048,
 ctts_index: 178, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 91648 ctts: 512,
 ctts_index: 179, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stts: 92160 ctts: 512,
 ctts_index: 180, ctts_count: 181
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Offset DTS by 1024 to make
 first pts zero.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Setting codecpar->delay to 2
 for stream st: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'udta' parent:'moov' sz:
 98 2831 2921
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'meta' parent:'udta' sz:
 90 8 90
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'hdlr' parent:'meta' sz:
 33 8 78
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stype=mdir
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'ilst' parent:'meta' sz:
 45 41 78
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] type:'[169]too' parent:'ilst'
 sz: 37 8 37
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] on_parse_exit_offset=542166
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] Before
 avformat_find_stream_info() pos: 542166 bytes read:35697 seeks:1
 nb_streams:1
 [h264 @ 0x55be5cce8740] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x55be5cce8740] nal_unit_type: 8(PPS), nal_ref_idc: 3
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 0, dts -66667
 [h264 @ 0x55be5cce8740] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x55be5cce8740] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [h264 @ 0x55be5cce8740] Format yuv444p chosen by get_format().
 [h264 @ 0x55be5cce8740] Reinit context to 1920x1088, pix_fmt: yuv444p
 [h264 @ 0x55be5cce8740] no picture
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0: start_time: 0.000
 duration: 6.033
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] format: start_time: 0.000
 duration: 6.034 bitrate=718 kb/s
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] After
 avformat_find_stream_info() pos: 11987 bytes read:68465 seeks:2 frames:1
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.29.100
   Duration: 00:00:06.03, start: 0.000000, bitrate: 718 kb/s
     Stream #0:0(und), 1, 1/15360: Video: h264 (High 4:4:4 Predictive), 1
 reference frame (avc1 / 0x31637661), yuv444p(left), 1920x1080 (1920x1088)
 [SAR 1:1 DAR 16:9], 0/1, 714 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc
 (default)
     Metadata:
       handler_name    : VideoHandler
 Successfully opened the file.
 Parsing a group of options: input url audio.m4a.
 Successfully parsed a group of options.
 Opening an input file: audio.m4a.
 [NULL @ 0x55be5cd11f80] Opening 'audio.m4a' for reading
 [file @ 0x55be5ccef300] Setting default whitelist 'file,crypto'
 Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'ftyp' parent:'root' sz:
 24 8 206452
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] ISO: File Type Major Brand: M4A
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'moov' parent:'root' sz:
 1887 32 206452
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'mvhd' parent:'moov' sz:
 108 8 1879
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] time scale = 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'trak' parent:'moov' sz:
 1673 116 1879
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'tkhd' parent:'trak' sz:
 92 8 1665
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'edts' parent:'trak' sz:
 36 100 1665
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'elst' parent:'edts' sz:
 28 8 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] track[0].edit_count = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] duration=5957 time=1024
 rate=1.000000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'mdia' parent:'trak' sz:
 1537 136 1665
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'mdhd' parent:'mdia' sz:
 32 8 1529
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'hdlr' parent:'mdia' sz:
 45 40 1529
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stype=soun
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'minf' parent:'mdia' sz:
 1452 85 1529
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'smhd' parent:'minf' sz:
 16 8 1444
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'dinf' parent:'minf' sz:
 36 24 1444
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'dref' parent:'dinf' sz:
 28 8 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stbl' parent:'minf' sz:
 1392 60 1444
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stsd' parent:'stbl' sz:
 106 8 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] size=90 4CC=mp4a codec_type=1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] audio channels 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] version =0, isom =1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'esds' parent:'stsd' sz:
 54 8 54
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] MPEG-4 description: tag=0x03
 len=37
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] MPEG-4 description: tag=0x04
 len=23
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] esds object type id 0x40
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] MPEG-4 description: tag=0x05
 len=5
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] Specific MPEG-4 header len=5
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] mp4a config channels 2 obj 2
 ext obj 5 sample rate 48000 ext sample rate 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stts' parent:'stbl' sz:
 32 114 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] track[0].stts.entries = 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] sample_count=280,
 sample_duration=1024
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] sample_count=1,
 sample_duration=240
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stsc' parent:'stbl' sz:
 28 146 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] track[0].stsc.entries = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stsz' parent:'stbl' sz:
 1144 174 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] sample_size = 0 sample_count =
 281
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'stco' parent:'stbl' sz:
 20 1318 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'sgpd' parent:'stbl' sz:
 26 1338 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'sbgp' parent:'stbl' sz:
 28 1364 1384
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 0,
 offset 787, dts 0, size 23, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 1,
 offset 79e, dts 1024, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 2,
 offset 7a4, dts 2048, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 3,
 offset 7aa, dts 3072, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 4,
 offset 7b0, dts 4096, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 5,
 offset 7b6, dts 5120, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 6,
 offset 7bc, dts 6144, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 7,
 offset 7c2, dts 7168, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 8,
 offset 7c8, dts 8192, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 9,
 offset 7ce, dts 9216, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 10,
 offset 7d4, dts 10240, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 11,
 offset 7da, dts 11264, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 12,
 offset 7e0, dts 12288, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 13,
 offset 7e6, dts 13312, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 14,
 offset 7ec, dts 14336, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 15,
 offset 7f2, dts 15360, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 16,
 offset 7f8, dts 16384, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 17,
 offset 7fe, dts 17408, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 18,
 offset 804, dts 18432, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 19,
 offset 80a, dts 19456, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 20,
 offset 810, dts 20480, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 21,
 offset 816, dts 21504, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 22,
 offset 81c, dts 22528, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 23,
 offset 822, dts 23552, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 24,
 offset 828, dts 24576, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 25,
 offset 82e, dts 25600, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 26,
 offset 834, dts 26624, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 27,
 offset 83a, dts 27648, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 28,
 offset 840, dts 28672, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 29,
 offset 846, dts 29696, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 30,
 offset 84c, dts 30720, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 31,
 offset 852, dts 31744, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 32,
 offset 858, dts 32768, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 33,
 offset 85e, dts 33792, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 34,
 offset 864, dts 34816, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 35,
 offset 86a, dts 35840, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 36,
 offset 870, dts 36864, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 37,
 offset 876, dts 37888, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 38,
 offset 87c, dts 38912, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 39,
 offset 882, dts 39936, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 40,
 offset 888, dts 40960, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 41,
 offset 88e, dts 41984, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 42,
 offset 894, dts 43008, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 43,
 offset 89a, dts 44032, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 44,
 offset 8a0, dts 45056, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 45,
 offset 8a6, dts 46080, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 46,
 offset 8ac, dts 47104, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 47,
 offset 8b2, dts 48128, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 48,
 offset 8b8, dts 49152, size 6, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 49,
 offset 8be, dts 50176, size 47, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 50,
 offset 8ed, dts 51200, size 349, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 51,
 offset a4a, dts 52224, size 553, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 52,
 offset c73, dts 53248, size 552, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 53,
 offset e9b, dts 54272, size 583, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 54,
 offset 10e2, dts 55296, size 602, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 55,
 offset 133c, dts 56320, size 618, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 56,
 offset 15a6, dts 57344, size 695, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 57,
 offset 185d, dts 58368, size 1046, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 58,
 offset 1c73, dts 59392, size 811, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 59,
 offset 1f9e, dts 60416, size 913, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 60,
 offset 232f, dts 61440, size 979, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 61,
 offset 2702, dts 62464, size 1074, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 62,
 offset 2b34, dts 63488, size 1057, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 63,
 offset 2f55, dts 64512, size 1201, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 64,
 offset 3406, dts 65536, size 1290, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 65,
 offset 3910, dts 66560, size 1175, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 66,
 offset 3da7, dts 67584, size 1147, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 67,
 offset 4222, dts 68608, size 1045, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 68,
 offset 4637, dts 69632, size 1118, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 69,
 offset 4a95, dts 70656, size 1126, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 70,
 offset 4efb, dts 71680, size 1163, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 71,
 offset 5386, dts 72704, size 1048, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 72,
 offset 579e, dts 73728, size 1014, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 73,
 offset 5b94, dts 74752, size 980, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 74,
 offset 5f68, dts 75776, size 971, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 75,
 offset 6333, dts 76800, size 961, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 76,
 offset 66f4, dts 77824, size 976, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 77,
 offset 6ac4, dts 78848, size 864, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 78,
 offset 6e24, dts 79872, size 550, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 79,
 offset 704a, dts 80896, size 823, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 80,
 offset 7381, dts 81920, size 573, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 81,
 offset 75be, dts 82944, size 1184, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 82,
 offset 7a5e, dts 83968, size 1232, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 83,
 offset 7f2e, dts 84992, size 1043, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 84,
 offset 8341, dts 86016, size 916, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 85,
 offset 86d5, dts 87040, size 894, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 86,
 offset 8a53, dts 88064, size 852, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 87,
 offset 8da7, dts 89088, size 826, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 88,
 offset 90e1, dts 90112, size 719, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 89,
 offset 93b0, dts 91136, size 644, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 90,
 offset 9634, dts 92160, size 638, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 91,
 offset 98b2, dts 93184, size 603, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 92,
 offset 9b0d, dts 94208, size 631, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 93,
 offset 9d84, dts 95232, size 781, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 94,
 offset a091, dts 96256, size 952, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 95,
 offset a449, dts 97280, size 945, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 96,
 offset a7fa, dts 98304, size 659, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 97,
 offset aa8d, dts 99328, size 564, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 98,
 offset acc1, dts 100352, size 758, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 99,
 offset afb7, dts 101376, size 745, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 100,
 offset b2a0, dts 102400, size 753, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 101,
 offset b591, dts 103424, size 812, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 102,
 offset b8bd, dts 104448, size 786, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 103,
 offset bbcf, dts 105472, size 719, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 104,
 offset be9e, dts 106496, size 794, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 105,
 offset c1b8, dts 107520, size 802, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 106,
 offset c4da, dts 108544, size 833, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 107,
 offset c81b, dts 109568, size 924, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 108,
 offset cbb7, dts 110592, size 1027, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 109,
 offset cfba, dts 111616, size 1071, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 110,
 offset d3e9, dts 112640, size 1097, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 111,
 offset d832, dts 113664, size 1097, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 112,
 offset dc7b, dts 114688, size 1252, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 113,
 offset e15f, dts 115712, size 1146, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 114,
 offset e5d9, dts 116736, size 1086, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 115,
 offset ea17, dts 117760, size 1056, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 116,
 offset ee37, dts 118784, size 1010, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 117,
 offset f229, dts 119808, size 1074, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 118,
 offset f65b, dts 120832, size 1033, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 119,
 offset fa64, dts 121856, size 940, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 120,
 offset fe10, dts 122880, size 989, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 121,
 offset 101ed, dts 123904, size 882, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 122,
 offset 1055f, dts 124928, size 889, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 123,
 offset 108d8, dts 125952, size 887, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 124,
 offset 10c4f, dts 126976, size 907, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 125,
 offset 10fda, dts 128000, size 843, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 126,
 offset 11325, dts 129024, size 614, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 127,
 offset 1158b, dts 130048, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 128,
 offset 1176c, dts 131072, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 129,
 offset 11968, dts 132096, size 1140, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 130,
 offset 11ddc, dts 133120, size 1222, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 131,
 offset 122a2, dts 134144, size 1042, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 132,
 offset 126b4, dts 135168, size 892, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 133,
 offset 12a30, dts 136192, size 896, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 134,
 offset 12db0, dts 137216, size 889, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 135,
 offset 13129, dts 138240, size 833, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 136,
 offset 1346a, dts 139264, size 719, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 137,
 offset 13739, dts 140288, size 656, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 138,
 offset 139c9, dts 141312, size 639, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 139,
 offset 13c48, dts 142336, size 601, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 140,
 offset 13ea1, dts 143360, size 671, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 141,
 offset 14140, dts 144384, size 593, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 142,
 offset 14391, dts 145408, size 791, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 143,
 offset 146a8, dts 146432, size 790, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 144,
 offset 149be, dts 147456, size 800, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 145,
 offset 14cde, dts 148480, size 798, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 146,
 offset 14ffc, dts 149504, size 784, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 147,
 offset 1530c, dts 150528, size 777, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 148,
 offset 15615, dts 151552, size 776, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 149,
 offset 1591d, dts 152576, size 733, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 150,
 offset 15bfa, dts 153600, size 863, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 151,
 offset 15f59, dts 154624, size 1043, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 152,
 offset 1636c, dts 155648, size 1069, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 153,
 offset 16799, dts 156672, size 1129, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 154,
 offset 16c02, dts 157696, size 1094, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 155,
 offset 17048, dts 158720, size 1100, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 156,
 offset 17494, dts 159744, size 1047, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 157,
 offset 178ab, dts 160768, size 1146, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 158,
 offset 17d25, dts 161792, size 1144, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 159,
 offset 1819d, dts 162816, size 1074, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 160,
 offset 185cf, dts 163840, size 897, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 161,
 offset 18950, dts 164864, size 1022, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 162,
 offset 18d4e, dts 165888, size 1201, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 163,
 offset 191ff, dts 166912, size 1140, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 164,
 offset 19673, dts 167936, size 1146, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 165,
 offset 19aed, dts 168960, size 923, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 166,
 offset 19e88, dts 169984, size 893, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 167,
 offset 1a205, dts 171008, size 938, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 168,
 offset 1a5af, dts 172032, size 928, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 169,
 offset 1a94f, dts 173056, size 920, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 170,
 offset 1ace7, dts 174080, size 834, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 171,
 offset 1b029, dts 175104, size 565, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 172,
 offset 1b25e, dts 176128, size 805, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 173,
 offset 1b583, dts 177152, size 640, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 174,
 offset 1b803, dts 178176, size 1165, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 175,
 offset 1bc90, dts 179200, size 1205, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 176,
 offset 1c145, dts 180224, size 995, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 177,
 offset 1c528, dts 181248, size 921, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 178,
 offset 1c8c1, dts 182272, size 907, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 179,
 offset 1cc4c, dts 183296, size 884, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 180,
 offset 1cfc0, dts 184320, size 819, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 181,
 offset 1d2f3, dts 185344, size 703, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 182,
 offset 1d5b2, dts 186368, size 644, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 183,
 offset 1d836, dts 187392, size 625, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 184,
 offset 1daa7, dts 188416, size 592, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 185,
 offset 1dcf7, dts 189440, size 844, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 186,
 offset 1e043, dts 190464, size 622, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 187,
 offset 1e2b1, dts 191488, size 838, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 188,
 offset 1e5f7, dts 192512, size 786, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 189,
 offset 1e909, dts 193536, size 755, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 190,
 offset 1ebfc, dts 194560, size 421, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 191,
 offset 1eda1, dts 195584, size 752, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 192,
 offset 1f091, dts 196608, size 739, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 193,
 offset 1f374, dts 197632, size 791, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 194,
 offset 1f68b, dts 198656, size 750, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 195,
 offset 1f979, dts 199680, size 751, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 196,
 offset 1fc68, dts 200704, size 760, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 197,
 offset 1ff60, dts 201728, size 752, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 198,
 offset 20250, dts 202752, size 789, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 199,
 offset 20565, dts 203776, size 790, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 200,
 offset 2087b, dts 204800, size 772, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 201,
 offset 20b7f, dts 205824, size 825, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 202,
 offset 20eb8, dts 206848, size 803, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 203,
 offset 211db, dts 207872, size 953, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 204,
 offset 21594, dts 208896, size 1062, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 205,
 offset 219ba, dts 209920, size 1085, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 206,
 offset 21df7, dts 210944, size 1058, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 207,
 offset 22219, dts 211968, size 1025, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 208,
 offset 2261a, dts 212992, size 1158, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 209,
 offset 22aa0, dts 214016, size 1229, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 210,
 offset 22f6d, dts 215040, size 1035, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 211,
 offset 23378, dts 216064, size 967, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 212,
 offset 2373f, dts 217088, size 1095, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 213,
 offset 23b86, dts 218112, size 1068, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 214,
 offset 23fb2, dts 219136, size 1065, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 215,
 offset 243db, dts 220160, size 924, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 216,
 offset 24777, dts 221184, size 917, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 217,
 offset 24b0c, dts 222208, size 921, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 218,
 offset 24ea5, dts 223232, size 911, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 219,
 offset 25234, dts 224256, size 933, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 220,
 offset 255d9, dts 225280, size 918, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 221,
 offset 2596f, dts 226304, size 748, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 222,
 offset 25c5b, dts 227328, size 518, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 223,
 offset 25e61, dts 228352, size 851, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 224,
 offset 261b4, dts 229376, size 730, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 225,
 offset 2648e, dts 230400, size 1176, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 226,
 offset 26926, dts 231424, size 1201, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 227,
 offset 26dd7, dts 232448, size 977, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 228,
 offset 271a8, dts 233472, size 907, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 229,
 offset 27533, dts 234496, size 879, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 230,
 offset 278a2, dts 235520, size 857, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 231,
 offset 27bfb, dts 236544, size 810, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 232,
 offset 27f25, dts 237568, size 713, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 233,
 offset 281ee, dts 238592, size 643, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 234,
 offset 28471, dts 239616, size 641, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 235,
 offset 286f2, dts 240640, size 629, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 236,
 offset 28967, dts 241664, size 605, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 237,
 offset 28bc4, dts 242688, size 256, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 238,
 offset 28cc4, dts 243712, size 536, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 239,
 offset 28edc, dts 244736, size 784, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 240,
 offset 291ec, dts 245760, size 794, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 241,
 offset 29506, dts 246784, size 754, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 242,
 offset 297f8, dts 247808, size 836, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 243,
 offset 29b3c, dts 248832, size 788, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 244,
 offset 29e50, dts 249856, size 790, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 245,
 offset 2a166, dts 250880, size 849, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 246,
 offset 2a4b7, dts 251904, size 820, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 247,
 offset 2a7eb, dts 252928, size 941, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 248,
 offset 2ab98, dts 253952, size 1203, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 249,
 offset 2b04b, dts 254976, size 1226, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 250,
 offset 2b515, dts 256000, size 1467, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 251,
 offset 2bad0, dts 257024, size 1151, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 252,
 offset 2bf4f, dts 258048, size 1189, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 253,
 offset 2c3f4, dts 259072, size 1206, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 254,
 offset 2c8aa, dts 260096, size 1079, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 255,
 offset 2cce1, dts 261120, size 1003, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 256,
 offset 2d0cc, dts 262144, size 1108, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 257,
 offset 2d520, dts 263168, size 1116, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 258,
 offset 2d97c, dts 264192, size 1166, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 259,
 offset 2de0a, dts 265216, size 1114, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 260,
 offset 2e264, dts 266240, size 1086, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 261,
 offset 2e6a2, dts 267264, size 1064, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 262,
 offset 2eaca, dts 268288, size 960, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 263,
 offset 2ee8a, dts 269312, size 913, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 264,
 offset 2f21b, dts 270336, size 954, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 265,
 offset 2f5d5, dts 271360, size 960, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 266,
 offset 2f995, dts 272384, size 687, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 267,
 offset 2fc44, dts 273408, size 457, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 268,
 offset 2fe0d, dts 274432, size 586, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 269,
 offset 30057, dts 275456, size 1083, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 270,
 offset 30492, dts 276480, size 1252, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 271,
 offset 30976, dts 277504, size 1128, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 272,
 offset 30dde, dts 278528, size 913, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 273,
 offset 3116f, dts 279552, size 920, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 274,
 offset 31507, dts 280576, size 858, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 275,
 offset 31861, dts 281600, size 864, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 276,
 offset 31bc1, dts 282624, size 785, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 277,
 offset 31ed2, dts 283648, size 656, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 278,
 offset 32162, dts 284672, size 622, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 279,
 offset 323d0, dts 285696, size 669, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] AVIndex stream 0, sample 280,
 offset 3266d, dts 286720, size 7, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] Processing st: 0, edit list 0 -
 media time: 1024, duration: 285936
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] drop a frame at curr_cts: 0 @ 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'udta' parent:'moov' sz:
 98 1789 1879
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'meta' parent:'udta' sz:
 90 8 90
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'hdlr' parent:'meta' sz:
 33 8 78
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stype=mdir
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'ilst' parent:'meta' sz:
 45 41 78
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'[169]too' parent:'ilst'
 sz: 37 8 37
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'free' parent:'root' sz: 8
 1919 206452
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] type:'mdat' parent:'root' sz:
 204533 1927 206452
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] on_parse_exit_offset=1927
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] Before
 avformat_find_stream_info() pos: 1927 bytes read:32768 seeks:0
 nb_streams:1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 0, dts -21333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] demuxer injecting skip 1024 /
 discard 0
 [aac @ 0x55be5cd11540] skip 1024 / discard 0 samples due to side data
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0: start_time: 0.000
 duration: 5.957
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] format: start_time: 0.000
 duration: 5.979 bitrate=276 kb/s
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] After
 avformat_find_stream_info() pos: 1950 bytes read:32768 seeks:0 frames:1
 Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'audio.m4a':
   Metadata:
     major_brand     : M4A
     minor_version   : 512
     compatible_brands: isomiso2
     encoder         : Lavf58.12.100
   Duration: 00:00:05.98, start: 0.000000, bitrate: 276 kb/s
     Stream #1:0(und), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, stereo, fltp, 273 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
 Successfully opened the file.
 Parsing a group of options: output url output.mp4.
 Applying option acodec (force audio codec ('copy' to copy stream)) with
 argument copy.
 Applying option shortest (finish encoding within shortest input) with
 argument 1.
 Successfully parsed a group of options.
 Opening an output file: output.mp4.
 File 'output.mp4' already exists. Overwrite ? [y/N] y
 [file @ 0x55be5cd15b80] Setting default whitelist 'file,crypto'
 Successfully opened the file.
 detected 8 logical cores
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 8(PPS), nal_ref_idc: 3
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
   Stream #1:0 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 1, dts 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 1, dts -33333
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 2, dts 21333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 3, dts 42667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 2, dts 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 4, dts 64000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 3, dts 33333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 4, dts 66667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 5, dts 85333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 5, dts 100000
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 6, dts 133333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 6, dts 106667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 7, dts 128000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 7, dts 166667
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 8, dts 149333
 [h264 @ 0x55be5cd0aa80] Format yuv444p chosen by get_format().
 [h264 @ 0x55be5cd0aa80] Reinit context to 1920x1088, pix_fmt: yuv444p
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 8, dts 200000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 9, dts 233333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 10, dts 266667
 [h264 @ 0x55be5cd0aa80] no picture
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 11, dts 300000
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [h264 @ 0x55be5cd75ec0] no picture
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 12, dts 333333
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 13, dts 366667
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 14, dts 400000
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 15, dts 433333
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 16, dts 466667
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 17, dts 500000
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 18, dts 533333
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 19, dts 566667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'video_size' to
 value '1920x1080'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'pix_fmt' to
 value '5'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'time_base' to
 value '1/15360'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'pixel_aspect' to
 value '1/1'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'sws_param' to
 value 'flags=2'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] Setting 'frame_rate' to
 value '30/1'
 [graph 0 input from stream 0:0 @ 0x55be5d4f82c0] w:1920 h:1080
 pixfmt:yuv444p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
 [format @ 0x55be5cd174c0] Setting 'pix_fmts' to value
 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
 [AVFilterGraph @ 0x55be5cd19c00] query_formats: 4 queried, 3 merged, 0
 already done, 0 delayed
 [libx264 @ 0x55be5cd0b980] using mv_range_thread = 40
 [libx264 @ 0x55be5cd0b980] using SAR=1/1
 [libx264 @ 0x55be5cd0b980] using cpu capabilities: MMX2 SSE2Fast SSSE3
 SSE4.2 AVX XOP FMA3 BMI1
 [libx264 @ 0x55be5cd0b980] profile High 4:4:4 Predictive, level 4.0, 4:4:4
 8-bit
 [libx264 @ 0x55be5cd0b980] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC
 codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options:
 cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1
 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=12
 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0
 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1
 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25
 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0
 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
 Output #0, mp4, to 'output.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.29.100
     Stream #0:0(und), 0, 1/15360: Video: h264 (libx264), 1 reference frame
 (avc1 / 0x31637661), yuv444p(left), 1920x1080 [SAR 1:1 DAR 16:9], 0/1,
 q=-1--1, 30 fps, 15360 tbn, 30 tbc (default)
     Metadata:
       handler_name    : VideoHandler
       encoder         : Lavc58.54.100 libx264
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
     Stream #0:1(und), 0, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, stereo, fltp, 273 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
 Clipping frame in rate conversion by 0.000008
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 20, dts 600000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 21, dts 633333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 22, dts 666667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 23, dts 700000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 24, dts 733333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 25, dts 766667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 26, dts 800000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 27, dts 833333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 28, dts 866667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 29, dts 900000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 30, dts 933333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 31, dts 966667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 32, dts
 1000000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 33, dts
 1033333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 34, dts
 1066667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 35, dts
 1100000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 36, dts
 1133333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 37, dts
 1166667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 38, dts
 1200000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 39, dts
 1233333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 40, dts
 1266667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 41, dts
 1300000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 42, dts
 1333333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 43, dts
 1366667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 44, dts
 1400000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 45, dts
 1433333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 46, dts
 1466667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 47, dts
 1500000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 48, dts
 1533333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 49, dts
 1566667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 50, dts
 1600000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 51, dts
 1633333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 52, dts
 1666667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 53, dts
 1700000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 54, dts
 1733333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 55, dts
 1766667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 56, dts
 1800000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 57, dts
 1833333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 58, dts
 1866667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 59, dts
 1900000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 60, dts
 1933333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 61, dts
 1966667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 62, dts
 2000000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 63, dts
 2033333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 64, dts
 2066667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 65, dts
 2100000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 66, dts
 2133333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 67, dts
 2166667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 68, dts
 2200000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 69, dts
 2233333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 70, dts
 2266667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 71, dts
 2300000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 72, dts
 2333333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 73, dts
 2366667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 74, dts
 2400000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 75, dts
 2433333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=   0 QP=18.34 NAL=3 Slice:I Poc:0
 I:8160 P:0    SKIP:0    size=14857 bytes
 cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 9, dts 170667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 76, dts
 2466667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=   1 QP=18.40 NAL=2 Slice:P Poc:4
 I:1246 P:3273 SKIP:3641 size=9707 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 77, dts
 2500000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=   2 QP=25.23 NAL=0 Slice:B Poc:2   I:7
 P:1951 SKIP:6196 size=2172 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 78, dts
 2533333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 10, dts 192000
 [libx264 @ 0x55be5cd0b980] frame=   3 QP=19.05 NAL=2 Slice:P Poc:12
 I:2944 P:3141 SKIP:2075 size=14585 bytes
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 11, dts 213333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 12, dts 234667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 79, dts
 2566667
 [libx264 @ 0x55be5cd0b980] frame=   4 QP=19.35 NAL=2 Slice:B Poc:8   I:156
 P:3303 SKIP:4694 size=5223 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 13, dts 256000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 80, dts
 2600000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 14, dts 277333
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=   5 QP=22.45 NAL=0 Slice:B Poc:6   I:14
 P:1905 SKIP:6234 size=2163 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 15, dts 298667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 81, dts
 2633333bits/s speed=0.105x
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=   6 QP=26.83 NAL=0 Slice:B Poc:10  I:18
 P:2090 SKIP:6049 size=2244 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 16, dts 320000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 82, dts
 2666667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 17, dts 341333
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=   7 QP=19.48 NAL=2 Slice:P Poc:16
 I:1324 P:2898 SKIP:3938 size=11963 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 18, dts 362667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 83, dts
 2700000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=   8 QP=24.58 NAL=0 Slice:B Poc:14  I:16
 P:1976 SKIP:6162 size=2312 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 19, dts 384000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 84, dts
 2733333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 20, dts 405333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=   9 QP=19.84 NAL=2 Slice:P Poc:20
 I:1637 P:3548 SKIP:2975 size=17154 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 21, dts 426667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 85, dts
 2766667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  10 QP=26.54 NAL=0 Slice:B Poc:18  I:11
 P:2051 SKIP:6089 size=2209 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 22, dts 448000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 23, dts 469333
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 86, dts
 2800000
 [libx264 @ 0x55be5cd0b980] frame=  11 QP=19.51 NAL=2 Slice:P Poc:24
 I:1224 P:3116 SKIP:3820 size=18239 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 24, dts 490667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 25, dts 512000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 87, dts
 2833333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  12 QP=29.89 NAL=0 Slice:B Poc:22  I:7
 P:1900 SKIP:6245 size=2158 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 26, dts 533333
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 88, dts
 2866667
 [libx264 @ 0x55be5cd0b980] frame=  13 QP=19.17 NAL=2 Slice:P Poc:26  I:456
 P:3265 SKIP:4439 size=14867 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 27, dts 554667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 89, dts
 2900000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 28, dts 576000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  14 QP=19.40 NAL=2 Slice:P Poc:28  I:513
 P:3153 SKIP:4494 size=18060 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 29, dts 597333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 90, dts
 2933333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  15 QP=19.18 NAL=2 Slice:P Poc:32
 I:1776 P:2869 SKIP:3515 size=38492 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 30, dts 618667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 91, dts
 2966667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 31, dts 640000
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  16 QP=27.51 NAL=0 Slice:B Poc:30  I:7
 P:1765 SKIP:6373 size=1939 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 92, dts
 3000000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 32, dts 661333
 [libx264 @ 0x55be5cd0b980] frame=  17 QP=18.47 NAL=2 Slice:P Poc:34  I:965
 P:3667 SKIP:3528 size=38962 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 33, dts 682667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 93, dts
 3033333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 34, dts 704000
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  18 QP=18.43 NAL=2 Slice:P Poc:36  I:246
 P:2958 SKIP:4956 size=19741 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 94, dts
 3066667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 35, dts 725333
 [libx264 @ 0x55be5cd0b980] frame=  19 QP=17.68 NAL=2 Slice:P Poc:38  I:555
 P:3953 SKIP:3652 size=51894 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 36, dts 746667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 37, dts 768000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 95, dts
 3100000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  20 QP=17.20 NAL=2 Slice:P Poc:46
 I:2677 P:3996 SKIP:1487 size=158378 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 38, dts 789333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 39, dts 810667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 96, dts
 3133333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  21 QP=28.85 NAL=2 Slice:B Poc:42  I:10
 P:501  SKIP:7625 size=1236 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 40, dts 832000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 97, dts
 3166667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  22 QP=28.28 NAL=0 Slice:B Poc:40  I:2
 P:595  SKIP:7537 size=1079 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 98, dts
 3200000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 41, dts 853333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 42, dts 874667
 [libx264 @ 0x55be5cd0b980] frame=  23 QP=24.81 NAL=0 Slice:B Poc:44  I:1
 P:205  SKIP:7940 size=674 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 43, dts 896000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 99, dts
 3233333bits/s speed=0.462x
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  24 QP=16.25 NAL=2 Slice:P Poc:50  I:93
 P:1227 SKIP:6840 size=8672 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 44, dts 917333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 45, dts 938667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 100, dts
 3266667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  25 QP=30.77 NAL=0 Slice:B Poc:48  I:2
 P:957  SKIP:7194 size=1021 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 46, dts 960000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 101, dts
 3300000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  26 QP=15.74 NAL=2 Slice:P Poc:58  I:70
 P:809  SKIP:7281 size=6155 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 47, dts 981333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 48, dts
 1002667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 102, dts
 3333333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  27 QP=30.16 NAL=2 Slice:B Poc:54  I:1
 P:643  SKIP:7505 size=964 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 49, dts
 1024000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 50, dts
 1045333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 103, dts
 3366667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  28 QP=24.04 NAL=0 Slice:B Poc:52  I:2
 P:772  SKIP:7379 size=815 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 51, dts
 1066667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 104, dts
 3400000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  29 QP=31.68 NAL=0 Slice:B Poc:56  I:0
 P:741  SKIP:7416 size=702 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 52, dts
 1088000
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 53, dts
 1109333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 105, dts
 3433333
 [libx264 @ 0x55be5cd0b980] frame=  30 QP=16.54 NAL=2 Slice:P Poc:66  I:54
 P:753  SKIP:7353 size=4962 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 54, dts
 1130667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 106, dts
 3466667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  31 QP=30.49 NAL=2 Slice:B Poc:62  I:7
 P:554  SKIP:7594 size=984 bytes
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 55, dts
 1152000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 56, dts
 1173333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 107, dts
 3500000
 [libx264 @ 0x55be5cd0b980] frame=  32 QP=30.78 NAL=0 Slice:B Poc:60  I:2
 P:630  SKIP:7526 size=751 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 57, dts
 1194667
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 108, dts
 3533333
 [libx264 @ 0x55be5cd0b980] frame=  33 QP=31.82 NAL=0 Slice:B Poc:64  I:2
 P:634  SKIP:7522 size=734 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 58, dts
 1216000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 109, dts
 3566667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 59, dts
 1237333
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  34 QP=15.79 NAL=2 Slice:P Poc:74  I:55
 P:796  SKIP:7309 size=5642 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 60, dts
 1258667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 110, dts
 3600000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  35 QP=29.99 NAL=2 Slice:B Poc:70  I:5
 P:594  SKIP:7557 size=1047 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 61, dts
 1280000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 111, dts
 3633333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 62, dts
 1301333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  36 QP=28.69 NAL=0 Slice:B Poc:68  I:0
 P:741  SKIP:7413 size=867 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 63, dts
 1322667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 64, dts
 1344000
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 112, dts
 3666667
 [libx264 @ 0x55be5cd0b980] frame=  37 QP=29.07 NAL=0 Slice:B Poc:72  I:1
 P:832  SKIP:7323 size=864 bytes
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 113, dts
 3700000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 65, dts
 1365333
 [libx264 @ 0x55be5cd0b980] frame=  38 QP=16.06 NAL=2 Slice:P Poc:82  I:26
 P:499  SKIP:7635 size=3210 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 66, dts
 1386667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 67, dts
 1408000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 114, dts
 3733333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  39 QP=27.22 NAL=2 Slice:B Poc:78  I:2
 P:366  SKIP:7785 size=873 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 68, dts
 1429333
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 115, dts
 3766667
 [libx264 @ 0x55be5cd0b980] frame=  40 QP=28.92 NAL=0 Slice:B Poc:76  I:1
 P:302  SKIP:7852 size=629 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 69, dts
 1450667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 70, dts
 1472000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 116, dts
 3800000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  41 QP=29.67 NAL=0 Slice:B Poc:80  I:3
 P:341  SKIP:7809 size=673 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 71, dts
 1493333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 117, dts
 3833333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  42 QP=15.30 NAL=2 Slice:P Poc:90  I:25
 P:381  SKIP:7754 size=2621 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 72, dts
 1514667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 118, dts
 3866667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 73, dts
 1536000
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  43 QP=30.91 NAL=2 Slice:B Poc:86  I:0
 P:312  SKIP:7844 size=661 bytes
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 119, dts
 3900000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 74, dts
 1557333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 75, dts
 1578667
 [libx264 @ 0x55be5cd0b980] frame=  44 QP=31.89 NAL=0 Slice:B Poc:84  I:0
 P:406  SKIP:7750 size=506 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 76, dts
 1600000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 120, dts
 3933333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  45 QP=31.93 NAL=0 Slice:B Poc:88  I:0
 P:405  SKIP:7755 size=417 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 77, dts
 1621333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 121, dts
 3966667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 78, dts
 1642667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  46 QP=15.90 NAL=2 Slice:P Poc:98  I:23
 P:305  SKIP:7832 size=2343 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 79, dts
 1664000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 122, dts
 4000000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  47 QP=27.32 NAL=2 Slice:B Poc:94  I:5
 P:252  SKIP:7898 size=476 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 80, dts
 1685333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 81, dts
 1706667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 123, dts
 4033333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  48 QP=30.66 NAL=0 Slice:B Poc:92  I:1
 P:276  SKIP:7881 size=334 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 82, dts
 1728000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 124, dts
 4066667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  49 QP=29.30 NAL=0 Slice:B Poc:96  I:0
 P:249  SKIP:7911 size=270 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 83, dts
 1749333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 125, dts
 4100000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 84, dts
 1770667
 [libx264 @ 0x55be5cd0b980] frame=  50 QP=16.50 NAL=2 Slice:P Poc:106 I:6
 P:251  SKIP:7903 size=1442 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 85, dts
 1792000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 126, dts
 4133333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  51 QP=26.56 NAL=2 Slice:B Poc:102 I:2
 P:220  SKIP:7937 size=310 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 127, dts
 4166667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 86, dts
 1813333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 87, dts
 1834667
 [libx264 @ 0x55be5cd0b980] frame=  52 QP=25.00 NAL=0 Slice:B Poc:100 I:0
 P:169  SKIP:7990 size=231 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 88, dts
 1856000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 89, dts
 1877333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 128, dts
 4200000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  53 QP=30.19 NAL=0 Slice:B Poc:104 I:0
 P:184  SKIP:7975 size=216 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 90, dts
 1898667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 129, dts
 4233333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  54 QP=16.21 NAL=2 Slice:P Poc:114 I:5
 P:228  SKIP:7927 size=1117 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 130, dts
 4266667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 91, dts
 1920000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 92, dts
 1941333
 [libx264 @ 0x55be5cd0b980] frame=  55 QP=26.73 NAL=2 Slice:B Poc:110 I:6
 P:196  SKIP:7958 size=305 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 93, dts
 1962667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 131, dts
 4300000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  56 QP=25.00 NAL=0 Slice:B Poc:108 I:1
 P:216  SKIP:7942 size=252 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 94, dts
 1984000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 95, dts
 2005333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 132, dts
 4333333
 [libx264 @ 0x55be5cd0b980] frame=  57 QP=25.00 NAL=0 Slice:B Poc:112 I:1
 P:220  SKIP:7939 size=215 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 96, dts
 2026667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0907x
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 133, dts
 4366667
 [libx264 @ 0x55be5cd0b980] frame=  58 QP=16.41 NAL=2 Slice:P Poc:122 I:9
 P:163  SKIP:7988 size=852 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 97, dts
 2048000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 98, dts
 2069333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 134, dts
 4400000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  59 QP=24.00 NAL=2 Slice:B Poc:118 I:0
 P:148  SKIP:8012 size=215 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 99, dts
 2090667
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 135, dts
 4433333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 100, dts
 2112000
 [libx264 @ 0x55be5cd0b980] frame=  60 QP=25.00 NAL=0 Slice:B Poc:116 I:0
 P:80   SKIP:8080 size=142 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 101, dts
 2133333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 136, dts
 4466667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  61 QP=27.97 NAL=0 Slice:B Poc:120 I:0
 P:51   SKIP:8109 size=139 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 102, dts
 2154667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 137, dts
 4500000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 103, dts
 2176000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  62 QP=18.65 NAL=2 Slice:P Poc:130 I:18
 P:122  SKIP:8020 size=737 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 104, dts
 2197333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 138, dts
 4533333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  63 QP=26.56 NAL=2 Slice:B Poc:126 I:14
 P:118  SKIP:8027 size=511 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 105, dts
 2218667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 106, dts
 2240000
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 139, dts
 4566667
 [libx264 @ 0x55be5cd0b980] frame=  64 QP=27.09 NAL=0 Slice:B Poc:124 I:0
 P:78   SKIP:8080 size=291 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 107, dts
 2261333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 140, dts
 4600000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  65 QP=28.29 NAL=0 Slice:B Poc:128 I:1
 P:68   SKIP:8086 size=307 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 108, dts
 2282667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 109, dts
 2304000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 141, dts
 4633333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  66 QP=17.26 NAL=2 Slice:P Poc:138 I:6
 P:154  SKIP:8000 size=756 bytes
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 142, dts
 4666667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 110, dts
 2325333
 [libx264 @ 0x55be5cd0b980] frame=  67 QP=24.86 NAL=2 Slice:B Poc:134 I:2
 P:138  SKIP:8013 size=444 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 111, dts
 2346667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 112, dts
 2368000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 143, dts
 4700000
 [libx264 @ 0x55be5cd0b980] frame=  68 QP=29.92 NAL=0 Slice:B Poc:132 I:0
 P:65   SKIP:8092 size=279 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 113, dts
 2389333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 114, dts
 2410667
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  69 QP=28.28 NAL=0 Slice:B Poc:136 I:0
 P:51   SKIP:8107 size=216 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 115, dts
 2432000
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 144, dts
 4733333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 145, dts
 4766667
 [libx264 @ 0x55be5cd0b980] frame=  70 QP=17.16 NAL=2 Slice:P Poc:146 I:9
 P:153  SKIP:7998 size=765 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 116, dts
 2453333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 146, dts
 4800000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 117, dts
 2474667
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  71 QP=26.96 NAL=2 Slice:B Poc:142 I:1
 P:156  SKIP:8002 size=277 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 118, dts
 2496000
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 147, dts
 4833333
 [libx264 @ 0x55be5cd0b980] frame=  72 QP=27.97 NAL=0 Slice:B Poc:140 I:1
 P:164  SKIP:7993 size=268 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 119, dts
 2517333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 148, dts
 4866667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 120, dts
 2538667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  73 QP=28.30 NAL=0 Slice:B Poc:144 I:1
 P:169  SKIP:7989 size=195 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 121, dts
 2560000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 149, dts
 4900000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  74 QP=18.00 NAL=2 Slice:P Poc:154 I:3
 P:64   SKIP:8093 size=303 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 122, dts
 2581333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 123, dts
 2602667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 150, dts
 4933333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  75 QP=26.64 NAL=2 Slice:B Poc:150 I:2
 P:87   SKIP:8070 size=195 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 124, dts
 2624000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 125, dts
 2645333
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 151, dts
 4966667
 [libx264 @ 0x55be5cd0b980] frame=  76 QP=27.97 NAL=0 Slice:B Poc:148 I:2
 P:42   SKIP:8116 size=137 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 126, dts
 2666667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 152, dts
 5000000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  77 QP=28.29 NAL=0 Slice:B Poc:152 I:2
 P:26   SKIP:8132 size=118 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 127, dts
 2688000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 128, dts
 2709333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 153, dts
 5033333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  78 QP=16.56 NAL=2 Slice:P Poc:162 I:9
 P:95   SKIP:8056 size=498 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 129, dts
 2730667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 154, dts
 5066667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  79 QP=26.63 NAL=2 Slice:B Poc:158 I:4
 P:108  SKIP:8048 size=218 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 130, dts
 2752000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 155, dts
 5100000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 131, dts
 2773333
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  80 QP=25.00 NAL=0 Slice:B Poc:156 I:2
 P:51   SKIP:8107 size=125 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 156, dts
 5133333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 132, dts
 2794667
 [libx264 @ 0x55be5cd0b980] frame=  81 QP=25.00 NAL=0 Slice:B Poc:160 I:4
 P:31   SKIP:8124 size=117 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 133, dts
 2816000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 134, dts
 2837333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 157, dts
 5166667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  82 QP=15.85 NAL=2 Slice:P Poc:170 I:9
 P:76   SKIP:8075 size=414 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 135, dts
 2858667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 158, dts
 5200000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  83 QP=26.96 NAL=2 Slice:B Poc:166 I:0
 P:112  SKIP:8047 size=228 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 136, dts
 2880000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 137, dts
 2901333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 159, dts
 5233333
 [libx264 @ 0x55be5cd0b980] frame=  84 QP=25.00 NAL=0 Slice:B Poc:164 I:0
 P:72   SKIP:8087 size=149 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 138, dts
 2922667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 139, dts
 2944000
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 160, dts
 5266667
 [libx264 @ 0x55be5cd0b980] frame=  85 QP=19.43 NAL=0 Slice:B Poc:168 I:5
 P:53   SKIP:8102 size=129 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 140, dts
 2965333
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 161, dts
 5300000
 [libx264 @ 0x55be5cd0b980] frame=  86 QP=19.90 NAL=2 Slice:P Poc:178 I:15
 P:70   SKIP:8075 size=662 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 141, dts
 2986667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 162, dts
 5333333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 142, dts
 3008000
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  87 QP=25.35 NAL=2 Slice:B Poc:174 I:5
 P:132  SKIP:8023 size=284 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 143, dts
 3029333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 163, dts
 5366667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  88 QP=28.29 NAL=0 Slice:B Poc:172 I:0
 P:88   SKIP:8072 size=159 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 144, dts
 3050667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 164, dts
 5400000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 145, dts
 3072000
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  89 QP=26.73 NAL=0 Slice:B Poc:176 I:1
 P:68   SKIP:8088 size=264 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 146, dts
 3093333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 165, dts
 5433333its/s speed=1.15x
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  90 QP=15.31 NAL=2 Slice:P Poc:186 I:14
 P:127  SKIP:8019 size=809 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 147, dts
 3114667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 166, dts
 5466667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 148, dts
 3136000
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  91 QP=27.05 NAL=2 Slice:B Poc:182 I:8
 P:153  SKIP:7997 size=421 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 149, dts
 3157333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 167, dts
 5500000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 150, dts
 3178667
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  92 QP=27.41 NAL=0 Slice:B Poc:180 I:0
 P:117  SKIP:8038 size=308 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 151, dts
 3200000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 168, dts
 5533333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame=  93 QP=26.17 NAL=0 Slice:B Poc:184 I:1
 P:80   SKIP:8076 size=267 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 169, dts
 5566667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 152, dts
 3221333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 153, dts
 3242667
 [libx264 @ 0x55be5cd0b980] frame=  94 QP=16.33 NAL=2 Slice:P Poc:194 I:5
 P:89   SKIP:8066 size=582 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 154, dts
 3264000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 170, dts
 5600000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  95 QP=26.97 NAL=2 Slice:B Poc:190 I:1
 P:112  SKIP:8046 size=348 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 171, dts
 5633333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 155, dts
 3285333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 156, dts
 3306667
 [libx264 @ 0x55be5cd0b980] frame=  96 QP=27.23 NAL=0 Slice:B Poc:188 I:2
 P:56   SKIP:8096 size=241 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 172, dts
 5666667
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 157, dts
 3328000
 [libx264 @ 0x55be5cd0b980] frame=  97 QP=27.83 NAL=0 Slice:B Poc:192 I:4
 P:69   SKIP:8084 size=228 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 158, dts
 3349333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 159, dts
 3370667
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 173, dts
 5700000
 [libx264 @ 0x55be5cd0b980] frame=  98 QP=15.63 NAL=2 Slice:P Poc:202 I:4
 P:54   SKIP:8102 size=347 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 160, dts
 3392000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 174, dts
 5733333
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame=  99 QP=27.17 NAL=2 Slice:B Poc:198 I:2
 P:83   SKIP:8074 size=204 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 161, dts
 3413333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 175, dts
 5766667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 162, dts
 3434667
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 100 QP=28.29 NAL=0 Slice:B Poc:196 I:0
 P:42   SKIP:8117 size=154 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 163, dts
 3456000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 176, dts
 5800000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 164, dts
 3477333
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 101 QP=25.00 NAL=0 Slice:B Poc:200 I:0
 P:45   SKIP:8115 size=121 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 165, dts
 3498667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 177, dts
 5833333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 102 QP=15.25 NAL=2 Slice:P Poc:210 I:2
 P:77   SKIP:8081 size=435 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 166, dts
 3520000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 167, dts
 3541333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 178, dts
 5866667
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 103 QP=27.30 NAL=2 Slice:B Poc:206 I:0
 P:110  SKIP:8050 size=205 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 168, dts
 3562667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 179, dts
 5900000
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 104 QP=28.30 NAL=0 Slice:B Poc:204 I:0
 P:99   SKIP:8061 size=160 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 169, dts
 3584000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 170, dts
 3605333
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cce6ac0] stream 0, sample 180, dts
 5933333
 [libx264 @ 0x55be5cd0b980] frame= 105 QP=28.29 NAL=0 Slice:B Poc:208 I:0
 P:111  SKIP:8047 size=172 bytes
 [h264 @ 0x55be5cd75ec0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 171, dts
 3626667
 [libx264 @ 0x55be5cd0b980] frame= 106 QP=15.70 NAL=2 Slice:P Poc:218 I:4
 P:79   SKIP:8077 size=484 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 172, dts
 3648000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 173, dts
 3669333
 [h264 @ 0x55be5cd91b40] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 107 QP=26.30 NAL=2 Slice:B Poc:214 I:0
 P:108  SKIP:8051 size=196 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 174, dts
 3690667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 175, dts
 3712000
 [h264 @ 0x55be5cd98700] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 108 QP=25.00 NAL=0 Slice:B Poc:212 I:0
 P:75   SKIP:8085 size=127 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 176, dts
 3733333
 [h264 @ 0x55be5cdf52c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 109 QP=25.00 NAL=0 Slice:B Poc:216 I:0
 P:52   SKIP:8107 size=117 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 177, dts
 3754667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 178, dts
 3776000
 [h264 @ 0x55be5ce11a00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 110 QP=15.58 NAL=2 Slice:P Poc:226 I:4
 P:138  SKIP:8018 size=742 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 179, dts
 3797333
 [h264 @ 0x55be5ce2e140] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 111 QP=26.64 NAL=2 Slice:B Poc:222 I:0
 P:150  SKIP:8010 size=232 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 180, dts
 3818667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 181, dts
 3840000
 [h264 @ 0x55be5ce4a9c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 112 QP=27.97 NAL=0 Slice:B Poc:220 I:0
 P:83   SKIP:8076 size=163 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 182, dts
 3861333
 [h264 @ 0x55be5ce67180] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x55be5cd0b980] frame= 113 QP=25.00 NAL=0 Slice:B Poc:224 I:0
 P:76   SKIP:8084 size=132 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 183, dts
 3882667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 184, dts
 3904000
 [h264 @ 0x55be5cd0aa80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x55be5cd0b980] frame= 114 QP=17.16 NAL=2 Slice:P Poc:234 I:0
 P:55   SKIP:8105 size=289 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 185, dts
 3925333
 [libx264 @ 0x55be5cd0b980] frame= 115 QP=26.63 NAL=2 Slice:B Poc:230 I:0
 P:87   SKIP:8072 size=184 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 186, dts
 3946667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 187, dts
 3968000
 [libx264 @ 0x55be5cd0b980] frame= 116 QP=28.29 NAL=0 Slice:B Poc:228 I:0
 P:43   SKIP:8116 size=129 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 188, dts
 3989333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 189, dts
 4010667
 [libx264 @ 0x55be5cd0b980] frame= 117 QP=25.00 NAL=0 Slice:B Poc:232 I:0
 P:38   SKIP:8122 size=101 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 190, dts
 4032000
 [libx264 @ 0x55be5cd0b980] frame= 118 QP=16.57 NAL=2 Slice:P Poc:242 I:8
 P:55   SKIP:8097 size=429 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 191, dts
 4053333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 192, dts
 4074667
 [libx264 @ 0x55be5cd0b980] frame= 119 QP=26.30 NAL=2 Slice:B Poc:238 I:0
 P:84   SKIP:8076 size=164 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 193, dts
 4096000
 [libx264 @ 0x55be5cd0b980] frame= 120 QP=25.00 NAL=0 Slice:B Poc:236 I:0
 P:24   SKIP:8136 size=92 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 194, dts
 4117333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 195, dts
 4138667
 [libx264 @ 0x55be5cd0b980] frame= 121 QP=28.30 NAL=0 Slice:B Poc:240 I:0
 P:40   SKIP:8119 size=174 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 196, dts
 4160000
 [libx264 @ 0x55be5cd0b980] frame= 122 QP=16.85 NAL=2 Slice:P Poc:250 I:14
 P:53   SKIP:8093 size=498 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 197, dts
 4181333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 198, dts
 4202667
 [libx264 @ 0x55be5cd0b980] frame= 123 QP=26.64 NAL=2 Slice:B Poc:246 I:3
 P:95   SKIP:8059 size=362 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 199, dts
 4224000its/s speed=1.33x
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 200, dts
 4245333
 [libx264 @ 0x55be5cd0b980] frame= 124 QP=28.30 NAL=0 Slice:B Poc:244 I:0
 P:49   SKIP:8109 size=236 bytes
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 201, dts
 4266667
 [out_0_0 @ 0x55be5d4f8880] EOF on sink link out_0_0:default.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 202, dts
 4288000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 203, dts
 4309333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 204, dts
 4330667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 205, dts
 4352000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 206, dts
 4373333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 207, dts
 4394667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 208, dts
 4416000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 209, dts
 4437333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 210, dts
 4458667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 211, dts
 4480000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 212, dts
 4501333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 213, dts
 4522667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 214, dts
 4544000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 215, dts
 4565333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 216, dts
 4586667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 217, dts
 4608000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 218, dts
 4629333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 219, dts
 4650667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 220, dts
 4672000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 221, dts
 4693333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 222, dts
 4714667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 223, dts
 4736000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 224, dts
 4757333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 225, dts
 4778667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 226, dts
 4800000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 227, dts
 4821333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 228, dts
 4842667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 229, dts
 4864000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 230, dts
 4885333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 231, dts
 4906667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 232, dts
 4928000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 233, dts
 4949333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 234, dts
 4970667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 235, dts
 4992000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 236, dts
 5013333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 237, dts
 5034667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 238, dts
 5056000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 239, dts
 5077333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 240, dts
 5098667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 241, dts
 5120000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 242, dts
 5141333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 243, dts
 5162667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 244, dts
 5184000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 245, dts
 5205333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 246, dts
 5226667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 247, dts
 5248000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 248, dts
 5269333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 249, dts
 5290667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 250, dts
 5312000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 251, dts
 5333333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 252, dts
 5354667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 253, dts
 5376000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 254, dts
 5397333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 255, dts
 5418667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 256, dts
 5440000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 257, dts
 5461333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 258, dts
 5482667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 259, dts
 5504000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 260, dts
 5525333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 261, dts
 5546667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 262, dts
 5568000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 263, dts
 5589333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 264, dts
 5610667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 265, dts
 5632000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 266, dts
 5653333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 267, dts
 5674667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 268, dts
 5696000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 269, dts
 5717333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 270, dts
 5738667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 271, dts
 5760000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 272, dts
 5781333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 273, dts
 5802667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 274, dts
 5824000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 275, dts
 5845333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 276, dts
 5866667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 277, dts
 5888000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 278, dts
 5909333
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 279, dts
 5930667
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55be5cd11f80] stream 0, sample 280, dts
 5952000
 No more output streams to write to, finishing.
 [libx264 @ 0x55be5cd0b980] frame= 125 QP=28.24 NAL=0 Slice:B Poc:248 I:0
 P:66   SKIP:8089 size=259 bytes
 [libx264 @ 0x55be5cd0b980] frame= 126 QP=16.18 NAL=2 Slice:P Poc:258 I:4
 P:132  SKIP:8024 size=855 bytes
 [libx264 @ 0x55be5cd0b980] frame= 127 QP=26.67 NAL=2 Slice:B Poc:254 I:2
 P:141  SKIP:8015 size=330 bytes
 [libx264 @ 0x55be5cd0b980] frame= 128 QP=27.87 NAL=0 Slice:B Poc:252 I:1
 P:98   SKIP:8056 size=269 bytes
 [libx264 @ 0x55be5cd0b980] frame= 129 QP=27.97 NAL=0 Slice:B Poc:256 I:1
 P:90   SKIP:8065 size=216 bytes
 [libx264 @ 0x55be5cd0b980] frame= 130 QP=16.12 NAL=2 Slice:P Poc:266 I:3
 P:79   SKIP:8078 size=481 bytes
 [libx264 @ 0x55be5cd0b980] frame= 131 QP=27.30 NAL=2 Slice:B Poc:262 I:0
 P:94   SKIP:8064 size=251 bytes
 [libx264 @ 0x55be5cd0b980] frame= 132 QP=28.30 NAL=0 Slice:B Poc:260 I:0
 P:43   SKIP:8115 size=195 bytes
 [libx264 @ 0x55be5cd0b980] frame= 133 QP=28.30 NAL=0 Slice:B Poc:264 I:0
 P:41   SKIP:8119 size=135 bytes
 [libx264 @ 0x55be5cd0b980] frame= 134 QP=15.43 NAL=2 Slice:P Poc:274 I:2
 P:55   SKIP:8103 size=253 bytes
 [libx264 @ 0x55be5cd0b980] frame= 135 QP=27.63 NAL=2 Slice:B Poc:270 I:0
 P:82   SKIP:8077 size=177 bytes
 [libx264 @ 0x55be5cd0b980] frame= 136 QP=25.00 NAL=0 Slice:B Poc:268 I:0
 P:75   SKIP:8085 size=136 bytes
 [libx264 @ 0x55be5cd0b980] frame= 137 QP=27.97 NAL=0 Slice:B Poc:272 I:0
 P:61   SKIP:8099 size=134 bytes
 [libx264 @ 0x55be5cd0b980] frame= 138 QP=14.85 NAL=2 Slice:P Poc:282 I:6
 P:41   SKIP:8113 size=252 bytes
 [libx264 @ 0x55be5cd0b980] frame= 139 QP=24.00 NAL=2 Slice:B Poc:278 I:0
 P:78   SKIP:8082 size=158 bytes
 [libx264 @ 0x55be5cd0b980] frame= 140 QP=27.96 NAL=0 Slice:B Poc:276 I:0
 P:27   SKIP:8133 size=106 bytes
 [libx264 @ 0x55be5cd0b980] frame= 141 QP=27.97 NAL=0 Slice:B Poc:280 I:1
 P:26   SKIP:8132 size=107 bytes
 [libx264 @ 0x55be5cd0b980] frame= 142 QP=15.22 NAL=2 Slice:P Poc:290 I:2
 P:39   SKIP:8119 size=238 bytes
 [libx264 @ 0x55be5cd0b980] frame= 143 QP=26.96 NAL=2 Slice:B Poc:286 I:0
 P:80   SKIP:8080 size=182 bytes
 [libx264 @ 0x55be5cd0b980] frame= 144 QP=25.00 NAL=0 Slice:B Poc:284 I:0
 P:33   SKIP:8127 size=105 bytes
 [libx264 @ 0x55be5cd0b980] frame= 145 QP=28.29 NAL=0 Slice:B Poc:288 I:0
 P:41   SKIP:8119 size=108 bytes
 [libx264 @ 0x55be5cd0b980] frame= 146 QP=17.71 NAL=2 Slice:P Poc:298 I:0
 P:36   SKIP:8124 size=251 bytes
 [libx264 @ 0x55be5cd0b980] frame= 147 QP=27.20 NAL=2 Slice:B Poc:294 I:1
 P:80   SKIP:8079 size=189 bytes
 [libx264 @ 0x55be5cd0b980] frame= 148 QP=28.29 NAL=0 Slice:B Poc:292 I:0
 P:30   SKIP:8130 size=105 bytes
 [libx264 @ 0x55be5cd0b980] frame= 149 QP=25.00 NAL=0 Slice:B Poc:296 I:0
 P:36   SKIP:8124 size=98 bytes
 [libx264 @ 0x55be5cd0b980] frame= 150 QP=20.11 NAL=2 Slice:P Poc:306 I:3
 P:30   SKIP:8127 size=262 bytes
 [libx264 @ 0x55be5cd0b980] frame= 151 QP=25.70 NAL=2 Slice:B Poc:302 I:0
 P:80   SKIP:8078 size=331 bytes
 [libx264 @ 0x55be5cd0b980] frame= 152 QP=28.30 NAL=0 Slice:B Poc:300 I:1
 P:36   SKIP:8122 size=179 bytes
 [libx264 @ 0x55be5cd0b980] frame= 153 QP=28.30 NAL=0 Slice:B Poc:304 I:0
 P:35   SKIP:8125 size=165 bytes
 [libx264 @ 0x55be5cd0b980] frame= 154 QP=19.82 NAL=2 Slice:P Poc:314 I:5
 P:37   SKIP:8118 size=371 bytes
 [libx264 @ 0x55be5cd0b980] frame= 155 QP=26.86 NAL=2 Slice:B Poc:310 I:5
 P:84   SKIP:8069 size=285 bytes
 [libx264 @ 0x55be5cd0b980] frame= 156 QP=27.67 NAL=0 Slice:B Poc:308 I:0
 P:43   SKIP:8117 size=179 bytes
 [libx264 @ 0x55be5cd0b980] frame= 157 QP=28.30 NAL=0 Slice:B Poc:312 I:0
 P:31   SKIP:8127 size=179 bytes
 [libx264 @ 0x55be5cd0b980] frame= 158 QP=16.97 NAL=2 Slice:P Poc:322 I:3
 P:46   SKIP:8111 size=288 bytes
 [libx264 @ 0x55be5cd0b980] frame= 159 QP=26.64 NAL=2 Slice:B Poc:318 I:0
 P:80   SKIP:8075 size=312 bytes
 [libx264 @ 0x55be5cd0b980] frame= 160 QP=28.30 NAL=0 Slice:B Poc:316 I:0
 P:34   SKIP:8121 size=154 bytes
 [libx264 @ 0x55be5cd0b980] frame= 161 QP=28.30 NAL=0 Slice:B Poc:320 I:0
 P:37   SKIP:8122 size=153 bytes
 [libx264 @ 0x55be5cd0b980] frame= 162 QP=19.83 NAL=2 Slice:P Poc:330 I:2
 P:27   SKIP:8131 size=222 bytes
 [libx264 @ 0x55be5cd0b980] frame= 163 QP=26.63 NAL=2 Slice:B Poc:326 I:0
 P:82   SKIP:8078 size=180 bytes
 [libx264 @ 0x55be5cd0b980] frame= 164 QP=25.00 NAL=0 Slice:B Poc:324 I:0
 P:31   SKIP:8129 size=109 bytes
 [libx264 @ 0x55be5cd0b980] frame= 165 QP=28.29 NAL=0 Slice:B Poc:328 I:0
 P:30   SKIP:8130 size=109 bytes
 [libx264 @ 0x55be5cd0b980] frame= 166 QP=18.00 NAL=2 Slice:P Poc:338 I:2
 P:16   SKIP:8142 size=163 bytes
 [libx264 @ 0x55be5cd0b980] frame= 167 QP=26.63 NAL=2 Slice:B Poc:334 I:0
 P:68   SKIP:8092 size=158 bytes
 [libx264 @ 0x55be5cd0b980] frame= 168 QP=28.29 NAL=0 Slice:B Poc:332 I:0
 P:20   SKIP:8138 size=110 bytes
 [libx264 @ 0x55be5cd0b980] frame= 169 QP=27.96 NAL=0 Slice:B Poc:336 I:0
 P:20   SKIP:8140 size=93 bytes
 [libx264 @ 0x55be5cd0b980] frame= 170 QP=23.57 NAL=2 Slice:P Poc:346 I:2
 P:12   SKIP:8146 size=155 bytes
 [libx264 @ 0x55be5cd0b980] frame= 171 QP=27.30 NAL=2 Slice:B Poc:342 I:0
 P:66   SKIP:8093 size=167 bytes
 [libx264 @ 0x55be5cd0b980] frame= 172 QP=25.00 NAL=0 Slice:B Poc:340 I:0
 P:21   SKIP:8138 size=97 bytes
 [libx264 @ 0x55be5cd0b980] frame= 173 QP=27.96 NAL=0 Slice:B Poc:344 I:0
 P:19   SKIP:8141 size=98 bytes
 [libx264 @ 0x55be5cd0b980] frame= 174 QP=23.47 NAL=2 Slice:P Poc:354 I:1
 P:9    SKIP:8150 size=121 bytes
 [libx264 @ 0x55be5cd0b980] frame= 175 QP=26.63 NAL=2 Slice:B Poc:350 I:0
 P:66   SKIP:8093 size=165 bytes
 [libx264 @ 0x55be5cd0b980] frame= 176 QP=28.29 NAL=0 Slice:B Poc:348 I:0
 P:20   SKIP:8138 size=102 bytes
 [libx264 @ 0x55be5cd0b980] frame= 177 QP=25.00 NAL=0 Slice:B Poc:352 I:0
 P:17   SKIP:8143 size=86 bytes
 [libx264 @ 0x55be5cd0b980] frame= 178 QP=29.27 NAL=2 Slice:P Poc:360 I:1
 P:0    SKIP:8159 size=90 bytes
 [libx264 @ 0x55be5cd0b980] frame= 179 QP=29.23 NAL=2 Slice:B Poc:356 I:0
 P:52   SKIP:8107 size=150 bytes
 [libx264 @ 0x55be5cd0b980] frame= 180 QP=29.27 NAL=0 Slice:B Poc:358 I:0
 P:16   SKIP:8144 size=103 bytes
 frame=  181 fps= 50 q=29.0 Lsize=     716kB time=00:00:05.95 bitrate=
 985.7kbits/s speed=1.66x
 video:510kB audio:200kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.864040%
 Input file #0 (input.mp4):
   Input stream #0:0 (video): 181 packets read (539189 bytes); 181 frames
 decoded;
   Total: 181 packets (539189 bytes) demuxed
 Input file #1 (audio.m4a):
   Input stream #1:0 (audio): 281 packets read (204525 bytes);
   Total: 281 packets (204525 bytes) demuxed
 Output file #0 (output.mp4):
   Output stream #0:0 (video): 181 frames encoded; 125 packets muxed
 (522525 bytes);
   Output stream #0:1 (audio): 281 packets muxed (204525 bytes);
   Total: 406 packets (727050 bytes) muxed
 181 frames successfully decoded, 0 decoding errors
 [AVIOContext @ 0x55be5cd09500] Statistics: 2 seeks, 6 writeouts
 [libx264 @ 0x55be5cd0b980] frame I:1     Avg QP:18.34  size: 14857
 [libx264 @ 0x55be5cd0b980] frame P:52    Avg QP:17.71  size:  8881
 [libx264 @ 0x55be5cd0b980] frame B:128   Avg QP:27.25  size:   438
 [libx264 @ 0x55be5cd0b980] consecutive B-frames:  3.3%  6.6%  1.7% 88.4%
 [libx264 @ 0x55be5cd0b980] mb I  I16..4: 98.6%  0.0%  1.4%
 [libx264 @ 0x55be5cd0b980] mb P  I16..4:  2.9%  0.0%  0.9%  P16..4:  7.7%
 2.4%  1.0%  0.0%  0.0%    skip:85.1%
 [libx264 @ 0x55be5cd0b980] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  3.3%
 0.2%  0.0%  direct: 0.0%  skip:96.5%  L0:28.1% L1:70.8% BI: 1.1%
 [libx264 @ 0x55be5cd0b980] coded y,u,v intra: 18.7% 1.5% 2.5% inter: 1.0%
 0.1% 0.1%
 [libx264 @ 0x55be5cd0b980] i16 v,h,dc,p: 22% 47% 10% 21%
 [libx264 @ 0x55be5cd0b980] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 20% 24%  5%
 10%  6%  9%  4%  4%
 [libx264 @ 0x55be5cd0b980] Weighted P-Frames: Y:0.0% UV:0.0%
 [libx264 @ 0x55be5cd0b980] ref P L0: 77.1%  8.0% 11.2%  3.6%
 [libx264 @ 0x55be5cd0b980] ref B L0: 75.7% 22.9%  1.4%
 [libx264 @ 0x55be5cd0b980] ref B L1: 89.8% 10.2%
 [libx264 @ 0x55be5cd0b980] kb/s:706.42
 [AVIOContext @ 0x55be5ccef8c0] Statistics: 577815 bytes read, 2 seeks
 [AVIOContext @ 0x55be5cd12580] Statistics: 206452 bytes read, 0 seeks
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8419>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list