[FFmpeg-trac] #8356(undetermined:new): HLS segments not split on keyframe when there's multiple video streams

FFmpeg trac at avcodec.org
Tue Nov 5 01:23:20 EET 2019


#8356: HLS segments not split on keyframe when there's multiple video streams
-------------------------------------+-------------------------------------
             Reporter:  kmamal       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 We're trying to create hls streams from video files with multiple video
 streams. According to the docs hls segments will by default be split on
 keyframes. This doesn't appear to be actually hppening.

 How to reproduce:

 I'm using this input file: [https://signalratio.farted.net/fileserver
 /ffmpeg-files-2/in.mp4]
 The exact command and the output is below.
 After the .ts files are produced, run ffprobe on them. There will be a lot
 of errors saying

 {{{
 [h264 @ 0x55ffbb8b47c0] non-existing PPS 0 referenced
     Last message repeated 1 times
 [h264 @ 0x55ffbb8b47c0] decode_slice_header error
 [h264 @ 0x55ffbb8b47c0] no frame!
 }}}

 This appears to indicate that this segment is not starting on a keyframe.

 Command and output:

 {{{
 ffmpeg started on 2019-11-05 at 01:13:30
 Report written to "ffmpeg-20191105-011330.log"
 Log level: 48
 Command line:
 /home/kostis/bin/ffmpeg -report -i in.mp4 -filter_complex:v
 "[0:v]split=2[a][b]" -map "[a]" -map "[b]" -f hls out.m3u8
 ffmpeg version N-95068-g1a17a66 Copyright (c) 2000-2019 the FFmpeg
 developers
   built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
   configuration: --prefix=/home/kostis/ffmpeg_build --pkg-config-
 flags=--static --extra-cflags=-I/home/kostis/ffmpeg_build/include --extra-
 ldflags=-L/home/kostis/ffmpeg_build/lib --extra-libs='-lpthread -lm'
 --bindir=/home/kostis/bin --enable-gpl --enable-libass --enable-libfdk-aac
 --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-
 libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-
 nonfree
   libavutil      56. 35.100 / 56. 35.100
   libavcodec     58. 59.100 / 58. 59.100
   libavformat    58. 33.100 / 58. 33.100
   libavdevice    58.  9.100 / 58.  9.100
   libavfilter     7. 59.100 /  7. 59.100
   libswscale      5.  6.100 /  5.  6.100
   libswresample   3.  6.100 /  3.  6.100
   libpostproc    55.  6.100 / 55.  6.100
 Splitting the commandline.
 Reading option '-report' ... matched as option 'report' (generate a
 report) with argument '1'.
 Reading option '-i' ... matched as input url with argument 'in.mp4'.
 Reading option '-filter_complex:v' ... matched as option 'filter_complex'
 (create a complex filtergraph) with argument '[0:v]split=2[a][b]'.
 Reading option '-map' ... matched as option 'map' (set input stream
 mapping) with argument '[a]'.
 Reading option '-map' ... matched as option 'map' (set input stream
 mapping) with argument '[b]'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'hls'.
 Reading option 'out.m3u8' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option report (generate a report) with argument 1.
 Applying option filter_complex:v (create a complex filtergraph) with
 argument [0:v]split=2[a][b].
 Successfully parsed a group of options.
 Parsing a group of options: input url in.mp4.
 Successfully parsed a group of options.
 Opening an input file: in.mp4.
 [NULL @ 0x56256a04bbc0] Opening 'in.mp4' for reading
 [file @ 0x56256a04dd40] Setting default whitelist 'file,crypto'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] ISO: File Type Major Brand:
 isom
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Processing st: 0, edit list 0 -
 media time: 1024, duration: 128000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 0 ctts: 1024, ctts_index:
 0, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 512 ctts: 2560,
 ctts_index: 1, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 1024 ctts: 1024,
 ctts_index: 2, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 1536 ctts: 0, ctts_index:
 3, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 2048 ctts: 512,
 ctts_index: 4, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 2560 ctts: 1024,
 ctts_index: 5, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 3072 ctts: 1536,
 ctts_index: 6, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 3584 ctts: 512,
 ctts_index: 7, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 4096 ctts: 1024,
 ctts_index: 8, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 4608 ctts: 2560,
 ctts_index: 9, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 5120 ctts: 1024,
 ctts_index: 10, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 5632 ctts: 0, ctts_index:
 11, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 6144 ctts: 512,
 ctts_index: 12, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 6656 ctts: 2560,
 ctts_index: 13, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 7168 ctts: 1024,
 ctts_index: 14, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 7680 ctts: 0, ctts_index:
 15, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 8192 ctts: 512,
 ctts_index: 16, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 8704 ctts: 2560,
 ctts_index: 17, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 9216 ctts: 1024,
 ctts_index: 18, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 9728 ctts: 0, ctts_index:
 19, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 10240 ctts: 512,
 ctts_index: 20, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 10752 ctts: 2560,
 ctts_index: 21, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 11264 ctts: 1024,
 ctts_index: 22, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 11776 ctts: 0,
 ctts_index: 23, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 12288 ctts: 512,
 ctts_index: 24, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 12800 ctts: 2560,
 ctts_index: 25, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 13312 ctts: 1024,
 ctts_index: 26, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 13824 ctts: 0,
 ctts_index: 27, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 14336 ctts: 512,
 ctts_index: 28, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 14848 ctts: 2048,
 ctts_index: 29, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 15360 ctts: 512,
 ctts_index: 30, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 15872 ctts: 512,
 ctts_index: 31, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 16384 ctts: 2560,
 ctts_index: 32, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 16896 ctts: 1024,
 ctts_index: 33, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 17408 ctts: 0,
 ctts_index: 34, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 17920 ctts: 512,
 ctts_index: 35, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 18432 ctts: 2560,
 ctts_index: 36, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 18944 ctts: 1024,
 ctts_index: 37, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 19456 ctts: 0,
 ctts_index: 38, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 19968 ctts: 512,
 ctts_index: 39, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 20480 ctts: 2560,
 ctts_index: 40, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 20992 ctts: 1024,
 ctts_index: 41, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 21504 ctts: 0,
 ctts_index: 42, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 22016 ctts: 512,
 ctts_index: 43, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 22528 ctts: 2560,
 ctts_index: 44, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 23040 ctts: 1024,
 ctts_index: 45, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 23552 ctts: 0,
 ctts_index: 46, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 24064 ctts: 512,
 ctts_index: 47, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 24576 ctts: 2560,
 ctts_index: 48, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 25088 ctts: 1024,
 ctts_index: 49, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 25600 ctts: 0,
 ctts_index: 50, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 26112 ctts: 512,
 ctts_index: 51, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 26624 ctts: 2560,
 ctts_index: 52, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 27136 ctts: 1024,
 ctts_index: 53, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 27648 ctts: 0,
 ctts_index: 54, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 28160 ctts: 512,
 ctts_index: 55, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 28672 ctts: 2560,
 ctts_index: 56, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 29184 ctts: 1024,
 ctts_index: 57, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 29696 ctts: 0,
 ctts_index: 58, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 30208 ctts: 512,
 ctts_index: 59, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 30720 ctts: 2560,
 ctts_index: 60, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 31232 ctts: 1024,
 ctts_index: 61, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 31744 ctts: 0,
 ctts_index: 62, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 32256 ctts: 512,
 ctts_index: 63, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 32768 ctts: 2560,
 ctts_index: 64, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 33280 ctts: 1024,
 ctts_index: 65, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 33792 ctts: 0,
 ctts_index: 66, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 34304 ctts: 512,
 ctts_index: 67, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 34816 ctts: 2560,
 ctts_index: 68, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 35328 ctts: 1024,
 ctts_index: 69, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 35840 ctts: 0,
 ctts_index: 70, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 36352 ctts: 512,
 ctts_index: 71, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 36864 ctts: 2560,
 ctts_index: 72, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 37376 ctts: 1024,
 ctts_index: 73, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 37888 ctts: 0,
 ctts_index: 74, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 38400 ctts: 512,
 ctts_index: 75, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 38912 ctts: 2560,
 ctts_index: 76, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 39424 ctts: 1024,
 ctts_index: 77, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 39936 ctts: 0,
 ctts_index: 78, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 40448 ctts: 512,
 ctts_index: 79, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 40960 ctts: 1024,
 ctts_index: 80, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 41472 ctts: 1024,
 ctts_index: 81, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 41984 ctts: 1024,
 ctts_index: 82, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 42496 ctts: 1024,
 ctts_index: 83, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 43008 ctts: 1024,
 ctts_index: 84, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 43520 ctts: 1024,
 ctts_index: 85, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 44032 ctts: 1024,
 ctts_index: 86, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 44544 ctts: 1024,
 ctts_index: 87, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 45056 ctts: 1536,
 ctts_index: 88, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 45568 ctts: 512,
 ctts_index: 89, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 46080 ctts: 2560,
 ctts_index: 90, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 46592 ctts: 1024,
 ctts_index: 91, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 47104 ctts: 0,
 ctts_index: 92, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 47616 ctts: 512,
 ctts_index: 93, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 48128 ctts: 2048,
 ctts_index: 94, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 48640 ctts: 512,
 ctts_index: 95, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 49152 ctts: 512,
 ctts_index: 96, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 49664 ctts: 1536,
 ctts_index: 97, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 50176 ctts: 512,
 ctts_index: 98, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 50688 ctts: 1024,
 ctts_index: 99, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 51200 ctts: 1024,
 ctts_index: 100, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 51712 ctts: 1024,
 ctts_index: 101, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 52224 ctts: 1024,
 ctts_index: 102, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 52736 ctts: 1024,
 ctts_index: 103, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 53248 ctts: 1024,
 ctts_index: 104, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 53760 ctts: 1024,
 ctts_index: 105, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 54272 ctts: 1536,
 ctts_index: 106, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 54784 ctts: 512,
 ctts_index: 107, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 55296 ctts: 1024,
 ctts_index: 108, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 55808 ctts: 1024,
 ctts_index: 109, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 56320 ctts: 1024,
 ctts_index: 110, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 56832 ctts: 1024,
 ctts_index: 111, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 57344 ctts: 1024,
 ctts_index: 112, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 57856 ctts: 1536,
 ctts_index: 113, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 58368 ctts: 512,
 ctts_index: 114, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 58880 ctts: 1024,
 ctts_index: 115, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 59392 ctts: 1536,
 ctts_index: 116, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 59904 ctts: 512,
 ctts_index: 117, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 60416 ctts: 1024,
 ctts_index: 118, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 60928 ctts: 1024,
 ctts_index: 119, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 61440 ctts: 1024,
 ctts_index: 120, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 61952 ctts: 1024,
 ctts_index: 121, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 62464 ctts: 1536,
 ctts_index: 122, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 62976 ctts: 512,
 ctts_index: 123, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 63488 ctts: 1024,
 ctts_index: 124, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 64000 ctts: 1536,
 ctts_index: 125, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 64512 ctts: 512,
 ctts_index: 126, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 65024 ctts: 1024,
 ctts_index: 127, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 65536 ctts: 1024,
 ctts_index: 128, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 66048 ctts: 1024,
 ctts_index: 129, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 66560 ctts: 1024,
 ctts_index: 130, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 67072 ctts: 1536,
 ctts_index: 131, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 67584 ctts: 512,
 ctts_index: 132, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 68096 ctts: 1024,
 ctts_index: 133, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 68608 ctts: 1024,
 ctts_index: 134, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 69120 ctts: 1024,
 ctts_index: 135, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 69632 ctts: 2048,
 ctts_index: 136, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 70144 ctts: 512,
 ctts_index: 137, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 70656 ctts: 512,
 ctts_index: 138, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 71168 ctts: 1024,
 ctts_index: 139, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 71680 ctts: 1536,
 ctts_index: 140, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 72192 ctts: 512,
 ctts_index: 141, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 72704 ctts: 1024,
 ctts_index: 142, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 73216 ctts: 1024,
 ctts_index: 143, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 73728 ctts: 1024,
 ctts_index: 144, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 74240 ctts: 1536,
 ctts_index: 145, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 74752 ctts: 512,
 ctts_index: 146, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 75264 ctts: 1024,
 ctts_index: 147, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 75776 ctts: 1024,
 ctts_index: 148, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 76288 ctts: 1024,
 ctts_index: 149, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 76800 ctts: 1536,
 ctts_index: 150, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 77312 ctts: 512,
 ctts_index: 151, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 77824 ctts: 1024,
 ctts_index: 152, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 78336 ctts: 1024,
 ctts_index: 153, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 78848 ctts: 1024,
 ctts_index: 154, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 79360 ctts: 1024,
 ctts_index: 155, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 79872 ctts: 1536,
 ctts_index: 156, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 80384 ctts: 512,
 ctts_index: 157, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 80896 ctts: 1024,
 ctts_index: 158, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 81408 ctts: 1024,
 ctts_index: 159, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 81920 ctts: 1024,
 ctts_index: 160, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 82432 ctts: 1024,
 ctts_index: 161, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 82944 ctts: 1024,
 ctts_index: 162, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 83456 ctts: 1024,
 ctts_index: 163, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 83968 ctts: 1024,
 ctts_index: 164, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 84480 ctts: 1024,
 ctts_index: 165, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 84992 ctts: 1024,
 ctts_index: 166, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 85504 ctts: 1024,
 ctts_index: 167, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 86016 ctts: 1024,
 ctts_index: 168, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 86528 ctts: 1024,
 ctts_index: 169, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 87040 ctts: 1024,
 ctts_index: 170, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 87552 ctts: 1024,
 ctts_index: 171, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 88064 ctts: 1024,
 ctts_index: 172, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 88576 ctts: 1024,
 ctts_index: 173, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 89088 ctts: 1024,
 ctts_index: 174, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 89600 ctts: 1024,
 ctts_index: 175, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 90112 ctts: 1024,
 ctts_index: 176, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 90624 ctts: 1536,
 ctts_index: 177, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 91136 ctts: 512,
 ctts_index: 178, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 91648 ctts: 1024,
 ctts_index: 179, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 92160 ctts: 1024,
 ctts_index: 180, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 92672 ctts: 1024,
 ctts_index: 181, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 93184 ctts: 1536,
 ctts_index: 182, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 93696 ctts: 512,
 ctts_index: 183, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 94208 ctts: 1024,
 ctts_index: 184, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 94720 ctts: 1024,
 ctts_index: 185, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 95232 ctts: 1024,
 ctts_index: 186, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 95744 ctts: 1024,
 ctts_index: 187, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 96256 ctts: 1024,
 ctts_index: 188, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 96768 ctts: 1024,
 ctts_index: 189, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 97280 ctts: 1536,
 ctts_index: 190, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 97792 ctts: 512,
 ctts_index: 191, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 98304 ctts: 1024,
 ctts_index: 192, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 98816 ctts: 1024,
 ctts_index: 193, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 99328 ctts: 1024,
 ctts_index: 194, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 99840 ctts: 1536,
 ctts_index: 195, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 100352 ctts: 512,
 ctts_index: 196, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 100864 ctts: 1024,
 ctts_index: 197, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 101376 ctts: 1024,
 ctts_index: 198, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 101888 ctts: 1024,
 ctts_index: 199, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 102400 ctts: 1536,
 ctts_index: 200, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 102912 ctts: 512,
 ctts_index: 201, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 103424 ctts: 1024,
 ctts_index: 202, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 103936 ctts: 1024,
 ctts_index: 203, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 104448 ctts: 2048,
 ctts_index: 204, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 104960 ctts: 512,
 ctts_index: 205, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 105472 ctts: 512,
 ctts_index: 206, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 105984 ctts: 2048,
 ctts_index: 207, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 106496 ctts: 512,
 ctts_index: 208, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 107008 ctts: 512,
 ctts_index: 209, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 107520 ctts: 1024,
 ctts_index: 210, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 108032 ctts: 2560,
 ctts_index: 211, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 108544 ctts: 1024,
 ctts_index: 212, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 109056 ctts: 0,
 ctts_index: 213, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 109568 ctts: 512,
 ctts_index: 214, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 110080 ctts: 2560,
 ctts_index: 215, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 110592 ctts: 1024,
 ctts_index: 216, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 111104 ctts: 0,
 ctts_index: 217, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 111616 ctts: 512,
 ctts_index: 218, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 112128 ctts: 2560,
 ctts_index: 219, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 112640 ctts: 1024,
 ctts_index: 220, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 113152 ctts: 0,
 ctts_index: 221, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 113664 ctts: 512,
 ctts_index: 222, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 114176 ctts: 1536,
 ctts_index: 223, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 114688 ctts: 512,
 ctts_index: 224, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 115200 ctts: 1024,
 ctts_index: 225, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 115712 ctts: 1024,
 ctts_index: 226, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 116224 ctts: 1024,
 ctts_index: 227, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 116736 ctts: 1024,
 ctts_index: 228, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 117248 ctts: 1024,
 ctts_index: 229, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 117760 ctts: 1024,
 ctts_index: 230, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 118272 ctts: 1536,
 ctts_index: 231, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 118784 ctts: 512,
 ctts_index: 232, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 119296 ctts: 1536,
 ctts_index: 233, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 119808 ctts: 512,
 ctts_index: 234, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 120320 ctts: 2048,
 ctts_index: 235, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 120832 ctts: 512,
 ctts_index: 236, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 121344 ctts: 512,
 ctts_index: 237, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 121856 ctts: 1536,
 ctts_index: 238, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 122368 ctts: 512,
 ctts_index: 239, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 122880 ctts: 1536,
 ctts_index: 240, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 123392 ctts: 512,
 ctts_index: 241, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 123904 ctts: 1024,
 ctts_index: 242, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 124416 ctts: 1024,
 ctts_index: 243, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 124928 ctts: 1024,
 ctts_index: 244, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 125440 ctts: 1024,
 ctts_index: 245, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 125952 ctts: 1024,
 ctts_index: 246, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 126464 ctts: 1024,
 ctts_index: 247, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 126976 ctts: 1024,
 ctts_index: 248, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] stts: 127488 ctts: 1024,
 ctts_index: 249, ctts_count: 250
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Offset DTS by 1024 to make
 first pts zero.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Setting codecpar->delay to 2
 for stream st: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Processing st: 1, edit list 0 -
 media time: 1024, duration: 480000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] drop a frame at curr_cts: 0 @ 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] Before
 avformat_find_stream_info() pos: 1024075 bytes read:41104 seeks:1
 nb_streams:2
 [h264 @ 0x56256a04f280] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x56256a04f280] nal_unit_type: 8(PPS), nal_ref_idc: 3
 [h264 @ 0x56256a04f280] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x56256a04f280] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [h264 @ 0x56256a04f280] Format yuv420p chosen by get_format().
 [h264 @ 0x56256a04f280] Reinit context to 640x480, pix_fmt: yuv420p
 [h264 @ 0x56256a04f280] no picture
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] demuxer injecting skip 1024 /
 discard 0
 [aac @ 0x56256a05a040] skip 1024 / discard 0 samples due to side data
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56256a04bbc0] After
 avformat_find_stream_info() pos: 45818 bytes read:117516 seeks:2 frames:3
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'in.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.29.100
   Duration: 00:00:10.02, start: 0.000000, bitrate: 817 kb/s
     Stream #0:0(und), 2, 1/12800: Video: h264 (High) (avc1 / 0x31637661),
 yuv420p, 640x480 [SAR 1:1 DAR 4:3], 464 kb/s, 25 fps, 25 tbr, 12800 tbn,
 50 tbc (default)
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(und), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, 5.1, fltp, 347 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
 Successfully opened the file.
 [Parsed_split_0 @ 0x56256a135940] Setting 'outputs' to value '2'
 Parsing a group of options: output url out.m3u8.
 Applying option map (set input stream mapping) with argument [a].
 Applying option map (set input stream mapping) with argument [b].
 Applying option f (force format) with argument hls.
 Successfully parsed a group of options.
 Opening an output file: out.m3u8.
 Successfully opened the file.
 detected 8 logical cores
 [h264 @ 0x56256a089e00] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x56256a089e00] nal_unit_type: 8(PPS), nal_ref_idc: 3
 Stream mapping:
   Stream #0:0 (h264) -> split
   split:output0 -> Stream #0:0 (libx264)
   split:output1 -> Stream #0:1 (libx264)
 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)
 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 @ 0x56256a089e00] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x56256a089e00] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [h264 @ 0x56256a089e00] Format yuv420p chosen by get_format().
 [h264 @ 0x56256a089e00] Reinit context to 640x480, pix_fmt: yuv420p
 [h264 @ 0x56256a089e00] 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)
 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 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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 @ 0x56256a102e00] 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 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [Parsed_split_0 @ 0x56256a2b5b40] Setting 'outputs' to value '2'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'video_size' to
 value '640x480'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'pix_fmt' to
 value '0'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'time_base' to
 value '1/12800'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'pixel_aspect' to
 value '1/1'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'sws_param' to
 value 'flags=2'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] Setting 'frame_rate' to
 value '25/1'
 [graph 0 input from stream 0:0 @ 0x56256a09fe40] w:640 h:480
 pixfmt:yuv420p tb:1/12800 fr:25/1 sar:1/1 sws_param:flags=2
 [format @ 0x56256a134fc0] Setting 'pix_fmts' to value
 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
 [format @ 0x56256a0a0240] Setting 'pix_fmts' to value
 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
 [AVFilterGraph @ 0x56256a134ec0] query_formats: 6 queried, 5 merged, 0
 already done, 0 delayed
 [libx264 @ 0x56256a064b00] using mv_range_thread = 24
 [libx264 @ 0x56256a064b00] using SAR=1/1
 [libx264 @ 0x56256a064b00] using cpu capabilities: MMX2 SSE2Fast SSSE3
 SSE4.2 AVX FMA3 BMI2 AVX2
 [libx264 @ 0x56256a064b00] profile High, level 3.0
 [libx264 @ 0x56256a064b00] 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=0x3:0x113 me=hex subme=7 psy=1
 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1
 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=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
 Clipping frame in rate conversion by 0.000008
 [libx264 @ 0x56256a08d4c0] using mv_range_thread = 24
 [libx264 @ 0x56256a08d4c0] using SAR=1/1
 [libx264 @ 0x56256a08d4c0] using cpu capabilities: MMX2 SSE2Fast SSSE3
 SSE4.2 AVX FMA3 BMI2 AVX2
 [libx264 @ 0x56256a08d4c0] profile High, level 3.0
 [libx264 @ 0x56256a08d4c0] 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=0x3:0x113 me=hex subme=7 psy=1
 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1
 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=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
 [hls @ 0x56256a055980] More than a single video stream present, expect
 issues decoding it.
 [mpegts @ 0x56256a6e0d00] service 1 using PCR in pid=256, pcr_period=0ms
 [mpegts @ 0x56256a6e0d00] muxrate VBR, sdt every 1073741822000 ms, pat/pmt
 every 1073741822000 ms
 Output #0, hls, to 'out.m3u8':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.33.100
     Stream #0:0, 0, 1/90000: Video: h264 (libx264), yuv420p(progressive),
 640x480 [SAR 1:1 DAR 4:3], q=-1--1, 25 fps, 90k tbn, 25 tbc (default)
     Metadata:
       encoder         : Lavc58.59.100 libx264
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
     Stream #0:1, 0, 1/90000: Video: h264 (libx264), yuv420p, 640x480 [SAR
 1:1 DAR 4:3], q=-1--1, 25 fps, 90k tbn, 25 tbc (default)
     Metadata:
       encoder         : Lavc58.59.100 libx264
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] 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)
 [h264 @ 0x56256a102e00] 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)
 [h264 @ 0x56256a13e080] 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)
 [h264 @ 0x56256a15a4c0] 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)
 [h264 @ 0x56256a1769c0] 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)
 [h264 @ 0x56256a192e80] 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)
 [h264 @ 0x56256a089e00] 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)
 [h264 @ 0x56256a0849c0] 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)
 [h264 @ 0x56256a129640] 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)
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=   0 QP=19.28 NAL=3 Slice:I Poc:0
 I:1200 P:0    SKIP:0    size=42474 bytes
 [libx264 @ 0x56256a08d4c0] frame=   0 QP=19.28 NAL=3 Slice:I Poc:0
 I:1200 P:0    SKIP:0    size=42474 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=   1 QP=21.18 NAL=2 Slice:P Poc:8   I:61
 P:268  SKIP:871  size=1948 bytes
 [libx264 @ 0x56256a08d4c0] frame=   1 QP=21.18 NAL=2 Slice:P Poc:8   I:61
 P:268  SKIP:871  size=1948 bytes
 [libx264 @ 0x56256a064b00] frame=   2 QP=22.65 NAL=2 Slice:B Poc:4   I:13
 P:173  SKIP:1004 size=813 bytes
 [libx264 @ 0x56256a08d4c0] frame=   2 QP=22.65 NAL=2 Slice:B Poc:4   I:13
 P:173  SKIP:1004 size=813 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=   3 QP=23.93 NAL=0 Slice:B Poc:2   I:1
 P:83   SKIP:1107 size=378 bytes
 [libx264 @ 0x56256a08d4c0] frame=   3 QP=23.93 NAL=0 Slice:B Poc:2   I:1
 P:83   SKIP:1107 size=378 bytes
 [libx264 @ 0x56256a064b00] frame=   4 QP=23.87 NAL=0 Slice:B Poc:6   I:3
 P:139  SKIP:1054 size=525 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a08d4c0] frame=   4 QP=23.87 NAL=0 Slice:B Poc:6   I:3
 P:139  SKIP:1054 size=525 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=   5 QP=21.80 NAL=2 Slice:P Poc:16  I:56
 P:624  SKIP:520  size=3507 bytes
 [libx264 @ 0x56256a08d4c0] frame=   5 QP=21.80 NAL=2 Slice:P Poc:16  I:56
 P:624  SKIP:520  size=3507 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=   6 QP=24.93 NAL=2 Slice:B Poc:12  I:11
 P:581  SKIP:592  size=1158 bytes
 [libx264 @ 0x56256a08d4c0] frame=   6 QP=24.93 NAL=2 Slice:B Poc:12  I:11
 P:581  SKIP:592  size=1158 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=   7 QP=24.67 NAL=0 Slice:B Poc:10  I:4
 P:482  SKIP:703  size=735 bytes
 [libx264 @ 0x56256a08d4c0] frame=   7 QP=24.67 NAL=0 Slice:B Poc:10  I:4
 P:482  SKIP:703  size=735 bytes
 [libx264 @ 0x56256a064b00] frame=   8 QP=16.67 NAL=0 Slice:B Poc:14  I:0
 P:275  SKIP:925  size=242 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a08d4c0] frame=   8 QP=16.67 NAL=0 Slice:B Poc:14  I:0
 P:275  SKIP:925  size=242 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=   9 QP=22.33 NAL=2 Slice:P Poc:24  I:64
 P:752  SKIP:384  size=5053 bytes
 [libx264 @ 0x56256a08d4c0] frame=   9 QP=22.33 NAL=2 Slice:P Poc:24  I:64
 P:752  SKIP:384  size=5053 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  10 QP=26.17 NAL=2 Slice:B Poc:20  I:8
 P:537  SKIP:639  size=1262 bytes
 [libx264 @ 0x56256a08d4c0] frame=  10 QP=26.17 NAL=2 Slice:B Poc:20  I:8
 P:537  SKIP:639  size=1262 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  11 QP=24.53 NAL=0 Slice:B Poc:18  I:0
 P:461  SKIP:734  size=645 bytes
 [libx264 @ 0x56256a08d4c0] frame=  11 QP=24.53 NAL=0 Slice:B Poc:18  I:0
 P:461  SKIP:734  size=645 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  12 QP=23.72 NAL=0 Slice:B Poc:22  I:0
 P:358  SKIP:839  size=578 bytes
 [libx264 @ 0x56256a08d4c0] frame=  12 QP=23.72 NAL=0 Slice:B Poc:22  I:0
 P:358  SKIP:839  size=578 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  13 QP=22.36 NAL=2 Slice:P Poc:32  I:65
 P:778  SKIP:357  size=5768 bytes
 [libx264 @ 0x56256a08d4c0] frame=  13 QP=22.36 NAL=2 Slice:P Poc:32  I:65
 P:778  SKIP:357  size=5768 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  14 QP=25.29 NAL=2 Slice:B Poc:28  I:7
 P:491  SKIP:689  size=1258 bytes
 [libx264 @ 0x56256a08d4c0] frame=  14 QP=25.29 NAL=2 Slice:B Poc:28  I:7
 P:491  SKIP:689  size=1258 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  15 QP=24.73 NAL=0 Slice:B Poc:26  I:0
 P:388  SKIP:808  size=669 bytes
 [libx264 @ 0x56256a08d4c0] frame=  15 QP=24.73 NAL=0 Slice:B Poc:26  I:0
 P:388  SKIP:808  size=669 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  16 QP=25.32 NAL=0 Slice:B Poc:30  I:0
 P:456  SKIP:739  size=703 bytes
 [libx264 @ 0x56256a08d4c0] frame=  16 QP=25.32 NAL=0 Slice:B Poc:30  I:0
 P:456  SKIP:739  size=703 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  17 QP=22.67 NAL=2 Slice:P Poc:40  I:45
 P:827  SKIP:328  size=6294 bytes
 [libx264 @ 0x56256a08d4c0] frame=  17 QP=22.67 NAL=2 Slice:P Poc:40  I:45
 P:827  SKIP:328  size=6294 bytes
 [libx264 @ 0x56256a064b00] frame=  18 QP=26.34 NAL=2 Slice:B Poc:36  I:6
 P:498  SKIP:675  size=1354 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame=  18 QP=26.34 NAL=2 Slice:B Poc:36  I:6
 P:498  SKIP:675  size=1354 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  19 QP=25.95 NAL=0 Slice:B Poc:34  I:0
 P:490  SKIP:701  size=774 bytes
 [libx264 @ 0x56256a08d4c0] frame=  19 QP=25.95 NAL=0 Slice:B Poc:34  I:0
 P:490  SKIP:701  size=774 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  20 QP=26.02 NAL=0 Slice:B Poc:38  I:2
 P:455  SKIP:737  size=720 bytes
 [libx264 @ 0x56256a08d4c0] frame=  20 QP=26.02 NAL=0 Slice:B Poc:38  I:2
 P:455  SKIP:737  size=720 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  21 QP=22.56 NAL=2 Slice:P Poc:48  I:61
 P:817  SKIP:322  size=6958 bytes
 [libx264 @ 0x56256a08d4c0] frame=  21 QP=22.56 NAL=2 Slice:P Poc:48  I:61
 P:817  SKIP:322  size=6958 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  22 QP=25.92 NAL=2 Slice:B Poc:44  I:2
 P:496  SKIP:681  size=1488 bytes
 [libx264 @ 0x56256a08d4c0] frame=  22 QP=25.92 NAL=2 Slice:B Poc:44  I:2
 P:496  SKIP:681  size=1488 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  23 QP=25.88 NAL=0 Slice:B Poc:42  I:0
 P:472  SKIP:721  size=891 bytes
 [libx264 @ 0x56256a08d4c0] frame=  23 QP=25.88 NAL=0 Slice:B Poc:42  I:0
 P:472  SKIP:721  size=891 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  24 QP=25.48 NAL=0 Slice:B Poc:46  I:0
 P:515  SKIP:678  size=835 bytes
 [libx264 @ 0x56256a08d4c0] frame=  24 QP=25.48 NAL=0 Slice:B Poc:46  I:0
 P:515  SKIP:678  size=835 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  25 QP=22.67 NAL=2 Slice:P Poc:56  I:58
 P:794  SKIP:348  size=6840 bytes
 [libx264 @ 0x56256a08d4c0] frame=  25 QP=22.67 NAL=2 Slice:P Poc:56  I:58
 P:794  SKIP:348  size=6840 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  26 QP=25.89 NAL=2 Slice:B Poc:52  I:1
 P:518  SKIP:673  size=1251 bytes
 [libx264 @ 0x56256a08d4c0] frame=  26 QP=25.89 NAL=2 Slice:B Poc:52  I:1
 P:518  SKIP:673  size=1251 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  27 QP=25.29 NAL=0 Slice:B Poc:50  I:0
 P:486  SKIP:710  size=743 bytes
 [libx264 @ 0x56256a08d4c0] frame=  27 QP=25.29 NAL=0 Slice:B Poc:50  I:0
 P:486  SKIP:710  size=743 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  28 QP=25.42 NAL=0 Slice:B Poc:54  I:0
 P:468  SKIP:727  size=685 bytes
 [libx264 @ 0x56256a08d4c0] frame=  28 QP=25.42 NAL=0 Slice:B Poc:54  I:0
 P:468  SKIP:727  size=685 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  29 QP=22.52 NAL=2 Slice:P Poc:62  I:33
 P:830  SKIP:337  size=6625 bytes
 [libx264 @ 0x56256a08d4c0] frame=  29 QP=22.52 NAL=2 Slice:P Poc:62  I:33
 P:830  SKIP:337  size=6625 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  30 QP=26.15 NAL=2 Slice:B Poc:58  I:1
 P:449  SKIP:739  size=950 bytes
 [libx264 @ 0x56256a08d4c0] frame=  30 QP=26.15 NAL=2 Slice:B Poc:58  I:1
 P:449  SKIP:739  size=950 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  31 QP=25.14 NAL=0 Slice:B Poc:60  I:0
 P:460  SKIP:733  size=772 bytes
 [libx264 @ 0x56256a08d4c0] frame=  31 QP=25.14 NAL=0 Slice:B Poc:60  I:0
 P:460  SKIP:733  size=772 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  32 QP=23.02 NAL=2 Slice:P Poc:70  I:59
 P:788  SKIP:353  size=6206 bytes
 [libx264 @ 0x56256a08d4c0] frame=  32 QP=23.02 NAL=2 Slice:P Poc:70  I:59
 P:788  SKIP:353  size=6206 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  33 QP=26.84 NAL=2 Slice:B Poc:66  I:1
 P:524  SKIP:663  size=1173 bytes
 [libx264 @ 0x56256a08d4c0] frame=  33 QP=26.84 NAL=2 Slice:B Poc:66  I:1
 P:524  SKIP:663  size=1173 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  34 QP=13.00 NAL=0 Slice:B Poc:64  I:0
 P:259  SKIP:941  size=190 bytes
 [libx264 @ 0x56256a08d4c0] frame=  34 QP=13.00 NAL=0 Slice:B Poc:64  I:0
 P:259  SKIP:941  size=190 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  35 QP=25.98 NAL=0 Slice:B Poc:68  I:2
 P:493  SKIP:696  size=913 bytes
 [libx264 @ 0x56256a08d4c0] frame=  35 QP=25.98 NAL=0 Slice:B Poc:68  I:2
 P:493  SKIP:696  size=913 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  36 QP=22.93 NAL=2 Slice:P Poc:78  I:139
 P:741  SKIP:320  size=8681 bytes
 [libx264 @ 0x56256a08d4c0] frame=  36 QP=22.93 NAL=2 Slice:P Poc:78  I:139
 P:741  SKIP:320  size=8681 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  37 QP=26.46 NAL=2 Slice:B Poc:74  I:11
 P:511  SKIP:654  size=1937 bytes
 [libx264 @ 0x56256a08d4c0] frame=  37 QP=26.46 NAL=2 Slice:B Poc:74  I:11
 P:511  SKIP:654  size=1937 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  38 QP=26.56 NAL=0 Slice:B Poc:72  I:1
 P:489  SKIP:701  size=1024 bytes
 [libx264 @ 0x56256a08d4c0] frame=  38 QP=26.56 NAL=0 Slice:B Poc:72  I:1
 P:489  SKIP:701  size=1024 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  39 QP=27.23 NAL=0 Slice:B Poc:76  I:4
 P:495  SKIP:685  size=1213 bytes
 [libx264 @ 0x56256a08d4c0] frame=  39 QP=27.23 NAL=0 Slice:B Poc:76  I:4
 P:495  SKIP:685  size=1213 bytes
 [libx264 @ 0x56256a064b00] frame=  40 QP=22.26 NAL=2 Slice:P Poc:86  I:146
 P:746  SKIP:308  size=8873 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame=  40 QP=22.26 NAL=2 Slice:P Poc:86  I:146
 P:746  SKIP:308  size=8873 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  41 QP=27.14 NAL=2 Slice:B Poc:82  I:20
 P:520  SKIP:637  size=2094 bytes
 [libx264 @ 0x56256a08d4c0] frame=  41 QP=27.14 NAL=2 Slice:B Poc:82  I:20
 P:520  SKIP:637  size=2094 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  42 QP=27.90 NAL=0 Slice:B Poc:80  I:0
 P:486  SKIP:698  size=1244 bytes
 [libx264 @ 0x56256a08d4c0] frame=  42 QP=27.90 NAL=0 Slice:B Poc:80  I:0
 P:486  SKIP:698  size=1244 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  43 QP=27.84 NAL=0 Slice:B Poc:84  I:1
 P:450  SKIP:741  size=1046 bytes
 [libx264 @ 0x56256a08d4c0] frame=  43 QP=27.84 NAL=0 Slice:B Poc:84  I:1
 P:450  SKIP:741  size=1046 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  44 QP=22.20 NAL=2 Slice:P Poc:94  I:107
 P:799  SKIP:294  size=8771 bytes
 [libx264 @ 0x56256a08d4c0] frame=  44 QP=22.20 NAL=2 Slice:P Poc:94  I:107
 P:799  SKIP:294  size=8771 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  45 QP=26.32 NAL=2 Slice:B Poc:90  I:12
 P:496  SKIP:678  size=1832 bytes
 [libx264 @ 0x56256a08d4c0] frame=  45 QP=26.32 NAL=2 Slice:B Poc:90  I:12
 P:496  SKIP:678  size=1832 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  46 QP=27.89 NAL=0 Slice:B Poc:88  I:1
 P:474  SKIP:716  size=1125 bytes
 [libx264 @ 0x56256a08d4c0] frame=  46 QP=27.89 NAL=0 Slice:B Poc:88  I:1
 P:474  SKIP:716  size=1125 bytes
 [libx264 @ 0x56256a064b00] frame=  47 QP=28.00 NAL=0 Slice:B Poc:92  I:0
 P:468  SKIP:718  size=1009 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame=  47 QP=28.00 NAL=0 Slice:B Poc:92  I:0
 P:468  SKIP:718  size=1009 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  48 QP=21.84 NAL=2 Slice:P Poc:102 I:38
 P:855  SKIP:307  size=7635 bytes
 [libx264 @ 0x56256a08d4c0] frame=  48 QP=21.84 NAL=2 Slice:P Poc:102 I:38
 P:855  SKIP:307  size=7635 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  49 QP=26.07 NAL=2 Slice:B Poc:98  I:3
 P:490  SKIP:689  size=1225 bytes
 [libx264 @ 0x56256a08d4c0] frame=  49 QP=26.07 NAL=2 Slice:B Poc:98  I:3
 P:490  SKIP:689  size=1225 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  50 QP=27.85 NAL=0 Slice:B Poc:96  I:0
 P:471  SKIP:719  size=855 bytes
 [libx264 @ 0x56256a08d4c0] frame=  50 QP=27.85 NAL=0 Slice:B Poc:96  I:0
 P:471  SKIP:719  size=855 bytes
 frame=  107 fps=0.0 q=28.0 q=28.0 size=N/A time=00:00:01.96 bitrate=N/A
 speed= 3.7x
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  51 QP=27.59 NAL=0 Slice:B Poc:100 I:0
 P:448  SKIP:747  size=658 bytes
 [libx264 @ 0x56256a08d4c0] frame=  51 QP=27.59 NAL=0 Slice:B Poc:100 I:0
 P:448  SKIP:747  size=658 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  52 QP=21.84 NAL=2 Slice:P Poc:110 I:23
 P:858  SKIP:319  size=6754 bytes
 [libx264 @ 0x56256a08d4c0] frame=  52 QP=21.84 NAL=2 Slice:P Poc:110 I:23
 P:858  SKIP:319  size=6754 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  53 QP=26.52 NAL=2 Slice:B Poc:106 I:0
 P:441  SKIP:753  size=976 bytes
 [libx264 @ 0x56256a08d4c0] frame=  53 QP=26.52 NAL=2 Slice:B Poc:106 I:0
 P:441  SKIP:753  size=976 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  54 QP=27.90 NAL=0 Slice:B Poc:104 I:0
 P:457  SKIP:738  size=631 bytes
 [libx264 @ 0x56256a08d4c0] frame=  54 QP=27.90 NAL=0 Slice:B Poc:104 I:0
 P:457  SKIP:738  size=631 bytes
 [libx264 @ 0x56256a064b00] frame=  55 QP=26.55 NAL=0 Slice:B Poc:108 I:0
 P:475  SKIP:720  size=590 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame=  55 QP=26.55 NAL=0 Slice:B Poc:108 I:0
 P:475  SKIP:720  size=590 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  56 QP=21.77 NAL=2 Slice:P Poc:118 I:13
 P:875  SKIP:312  size=6087 bytes
 [libx264 @ 0x56256a08d4c0] frame=  56 QP=21.77 NAL=2 Slice:P Poc:118 I:13
 P:875  SKIP:312  size=6087 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  57 QP=25.29 NAL=2 Slice:B Poc:114 I:0
 P:527  SKIP:662  size=1010 bytes
 [libx264 @ 0x56256a08d4c0] frame=  57 QP=25.29 NAL=2 Slice:B Poc:114 I:0
 P:527  SKIP:662  size=1010 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  58 QP=13.00 NAL=0 Slice:B Poc:112 I:0
 P:84   SKIP:1116 size=81 bytes
 [libx264 @ 0x56256a08d4c0] frame=  58 QP=13.00 NAL=0 Slice:B Poc:112 I:0
 P:84   SKIP:1116 size=81 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  59 QP=26.41 NAL=0 Slice:B Poc:116 I:0
 P:465  SKIP:732  size=533 bytes
 [libx264 @ 0x56256a08d4c0] frame=  59 QP=26.41 NAL=0 Slice:B Poc:116 I:0
 P:465  SKIP:732  size=533 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  60 QP=21.41 NAL=2 Slice:P Poc:126 I:18
 P:877  SKIP:305  size=7338 bytes
 [libx264 @ 0x56256a08d4c0] frame=  60 QP=21.41 NAL=2 Slice:P Poc:126 I:18
 P:877  SKIP:305  size=7338 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  61 QP=25.11 NAL=2 Slice:B Poc:122 I:0
 P:464  SKIP:727  size=818 bytes
 [libx264 @ 0x56256a08d4c0] frame=  61 QP=25.11 NAL=2 Slice:B Poc:122 I:0
 P:464  SKIP:727  size=818 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  62 QP=27.66 NAL=0 Slice:B Poc:120 I:0
 P:458  SKIP:738  size=572 bytes
 [libx264 @ 0x56256a08d4c0] frame=  62 QP=27.66 NAL=0 Slice:B Poc:120 I:0
 P:458  SKIP:738  size=572 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  63 QP=25.82 NAL=0 Slice:B Poc:124 I:0
 P:461  SKIP:736  size=478 bytes
 [libx264 @ 0x56256a08d4c0] frame=  63 QP=25.82 NAL=0 Slice:B Poc:124 I:0
 P:461  SKIP:736  size=478 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  64 QP=21.12 NAL=2 Slice:P Poc:134 I:9
 P:886  SKIP:305  size=6956 bytes
 [libx264 @ 0x56256a08d4c0] frame=  64 QP=21.12 NAL=2 Slice:P Poc:134 I:9
 P:886  SKIP:305  size=6956 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  65 QP=25.05 NAL=2 Slice:B Poc:130 I:0
 P:470  SKIP:726  size=705 bytes
 [libx264 @ 0x56256a08d4c0] frame=  65 QP=25.05 NAL=2 Slice:B Poc:130 I:0
 P:470  SKIP:726  size=705 bytes
 [libx264 @ 0x56256a064b00] frame=  66 QP=26.28 NAL=0 Slice:B Poc:128 I:0
 P:425  SKIP:771  size=532 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a08d4c0] frame=  66 QP=26.28 NAL=0 Slice:B Poc:128 I:0
 P:425  SKIP:771  size=532 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  67 QP=24.19 NAL=0 Slice:B Poc:132 I:0
 P:450  SKIP:750  size=425 bytes
 [libx264 @ 0x56256a08d4c0] frame=  67 QP=24.19 NAL=0 Slice:B Poc:132 I:0
 P:450  SKIP:750  size=425 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  68 QP=20.77 NAL=2 Slice:P Poc:142 I:6
 P:885  SKIP:309  size=7056 bytes
 [libx264 @ 0x56256a08d4c0] frame=  68 QP=20.77 NAL=2 Slice:P Poc:142 I:6
 P:885  SKIP:309  size=7056 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  69 QP=24.79 NAL=2 Slice:B Poc:138 I:0
 P:459  SKIP:741  size=625 bytes
 [libx264 @ 0x56256a08d4c0] frame=  69 QP=24.79 NAL=2 Slice:B Poc:138 I:0
 P:459  SKIP:741  size=625 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  70 QP=27.34 NAL=0 Slice:B Poc:136 I:0
 P:379  SKIP:819  size=408 bytes
 [libx264 @ 0x56256a08d4c0] frame=  70 QP=27.34 NAL=0 Slice:B Poc:136 I:0
 P:379  SKIP:819  size=408 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  71 QP=24.98 NAL=0 Slice:B Poc:140 I:0
 P:358  SKIP:842  size=335 bytes
 [libx264 @ 0x56256a08d4c0] frame=  71 QP=24.98 NAL=0 Slice:B Poc:140 I:0
 P:358  SKIP:842  size=335 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  72 QP=20.76 NAL=2 Slice:P Poc:150 I:2
 P:886  SKIP:312  size=7306 bytes
 [libx264 @ 0x56256a08d4c0] frame=  72 QP=20.76 NAL=2 Slice:P Poc:150 I:2
 P:886  SKIP:312  size=7306 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  73 QP=24.84 NAL=2 Slice:B Poc:146 I:0
 P:445  SKIP:750  size=585 bytes
 [libx264 @ 0x56256a08d4c0] frame=  73 QP=24.84 NAL=2 Slice:B Poc:146 I:0
 P:445  SKIP:750  size=585 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  74 QP=28.22 NAL=0 Slice:B Poc:144 I:0
 P:301  SKIP:899  size=291 bytes
 [libx264 @ 0x56256a08d4c0] frame=  74 QP=28.22 NAL=0 Slice:B Poc:144 I:0
 P:301  SKIP:899  size=291 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  75 QP=24.02 NAL=0 Slice:B Poc:148 I:0
 P:395  SKIP:805  size=337 bytes
 [libx264 @ 0x56256a08d4c0] frame=  75 QP=24.02 NAL=0 Slice:B Poc:148 I:0
 P:395  SKIP:805  size=337 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  76 QP=20.35 NAL=2 Slice:P Poc:158 I:1
 P:877  SKIP:322  size=7670 bytes
 [libx264 @ 0x56256a08d4c0] frame=  76 QP=20.35 NAL=2 Slice:P Poc:158 I:1
 P:877  SKIP:322  size=7670 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  77 QP=24.71 NAL=2 Slice:B Poc:154 I:0
 P:431  SKIP:766  size=494 bytes
 [libx264 @ 0x56256a08d4c0] frame=  77 QP=24.71 NAL=2 Slice:B Poc:154 I:0
 P:431  SKIP:766  size=494 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  78 QP=24.84 NAL=0 Slice:B Poc:152 I:0
 P:309  SKIP:891  size=287 bytes
 [libx264 @ 0x56256a08d4c0] frame=  78 QP=24.84 NAL=0 Slice:B Poc:152 I:0
 P:309  SKIP:891  size=287 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  79 QP=25.11 NAL=0 Slice:B Poc:156 I:0
 P:249  SKIP:951  size=221 bytes
 [libx264 @ 0x56256a08d4c0] frame=  79 QP=25.11 NAL=0 Slice:B Poc:156 I:0
 P:249  SKIP:951  size=221 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  80 QP=20.08 NAL=2 Slice:P Poc:162 I:0
 P:786  SKIP:414  size=5870 bytes
 [libx264 @ 0x56256a08d4c0] frame=  80 QP=20.08 NAL=2 Slice:P Poc:162 I:0
 P:786  SKIP:414  size=5870 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  81 QP=25.96 NAL=0 Slice:B Poc:160 I:0
 P:359  SKIP:836  size=263 bytes
 [libx264 @ 0x56256a08d4c0] frame=  81 QP=25.96 NAL=0 Slice:B Poc:160 I:0
 P:359  SKIP:836  size=263 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  82 QP=19.45 NAL=2 Slice:P Poc:164 I:1
 P:269  SKIP:930  size=1322 bytes
 [libx264 @ 0x56256a08d4c0] frame=  82 QP=19.45 NAL=2 Slice:P Poc:164 I:1
 P:269  SKIP:930  size=1322 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  83 QP=20.07 NAL=2 Slice:P Poc:166 I:0
 P:621  SKIP:579  size=3655 bytes
 [libx264 @ 0x56256a08d4c0] frame=  83 QP=20.07 NAL=2 Slice:P Poc:166 I:0
 P:621  SKIP:579  size=3655 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  84 QP=19.96 NAL=2 Slice:P Poc:170 I:0
 P:710  SKIP:490  size=5025 bytes
 [libx264 @ 0x56256a08d4c0] frame=  84 QP=19.96 NAL=2 Slice:P Poc:170 I:0
 P:710  SKIP:490  size=5025 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  85 QP=24.00 NAL=0 Slice:B Poc:168 I:0
 P:289  SKIP:911  size=207 bytes
 [libx264 @ 0x56256a08d4c0] frame=  85 QP=24.00 NAL=0 Slice:B Poc:168 I:0
 P:289  SKIP:911  size=207 bytes
 [libx264 @ 0x56256a064b00] frame=  86 QP=19.45 NAL=2 Slice:P Poc:172 I:0
 P:511  SKIP:689  size=3311 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame=  86 QP=19.45 NAL=2 Slice:P Poc:172 I:0
 P:511  SKIP:689  size=3311 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  87 QP=19.69 NAL=2 Slice:P Poc:174 I:0
 P:473  SKIP:727  size=3016 bytes
 [libx264 @ 0x56256a08d4c0] frame=  87 QP=19.69 NAL=2 Slice:P Poc:174 I:0
 P:473  SKIP:727  size=3016 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  88 QP=19.47 NAL=2 Slice:P Poc:178 I:0
 P:619  SKIP:581  size=3535 bytes
 [libx264 @ 0x56256a08d4c0] frame=  88 QP=19.47 NAL=2 Slice:P Poc:178 I:0
 P:619  SKIP:581  size=3535 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  89 QP=13.00 NAL=0 Slice:B Poc:176 I:0
 P:247  SKIP:953  size=157 bytes
 [libx264 @ 0x56256a08d4c0] frame=  89 QP=13.00 NAL=0 Slice:B Poc:176 I:0
 P:247  SKIP:953  size=157 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  90 QP=19.81 NAL=2 Slice:P Poc:186 I:0
 P:546  SKIP:654  size=3194 bytes
 [libx264 @ 0x56256a08d4c0] frame=  90 QP=19.81 NAL=2 Slice:P Poc:186 I:0
 P:546  SKIP:654  size=3194 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame=  91 QP=22.97 NAL=2 Slice:B Poc:182 I:0
 P:232  SKIP:966  size=243 bytes
 [libx264 @ 0x56256a08d4c0] frame=  91 QP=22.97 NAL=2 Slice:B Poc:182 I:0
 P:232  SKIP:966  size=243 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  92 QP=17.56 NAL=0 Slice:B Poc:180 I:0
 P:184  SKIP:1016 size=153 bytes
 [libx264 @ 0x56256a08d4c0] frame=  92 QP=17.56 NAL=0 Slice:B Poc:180 I:0
 P:184  SKIP:1016 size=153 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  93 QP=13.00 NAL=0 Slice:B Poc:184 I:0
 P:53   SKIP:1144 size=97 bytes
 [libx264 @ 0x56256a08d4c0] frame=  93 QP=13.00 NAL=0 Slice:B Poc:184 I:0
 P:53   SKIP:1144 size=97 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  94 QP=19.89 NAL=2 Slice:P Poc:192 I:0
 P:416  SKIP:784  size=2029 bytes
 [libx264 @ 0x56256a08d4c0] frame=  94 QP=19.89 NAL=2 Slice:P Poc:192 I:0
 P:416  SKIP:784  size=2029 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  95 QP=23.57 NAL=2 Slice:B Poc:188 I:0
 P:161  SKIP:1039 size=184 bytes
 [libx264 @ 0x56256a08d4c0] frame=  95 QP=23.57 NAL=2 Slice:B Poc:188 I:0
 P:161  SKIP:1039 size=184 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  96 QP=23.66 NAL=0 Slice:B Poc:190 I:0
 P:68   SKIP:1132 size=119 bytes
 [libx264 @ 0x56256a08d4c0] frame=  96 QP=23.66 NAL=0 Slice:B Poc:190 I:0
 P:68   SKIP:1132 size=119 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  97 QP=20.29 NAL=2 Slice:P Poc:196 I:0
 P:404  SKIP:796  size=2008 bytes
 [libx264 @ 0x56256a08d4c0] frame=  97 QP=20.29 NAL=2 Slice:P Poc:196 I:0
 P:404  SKIP:796  size=2008 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  98 QP=17.58 NAL=0 Slice:B Poc:194 I:0
 P:149  SKIP:1051 size=160 bytes
 [libx264 @ 0x56256a08d4c0] frame=  98 QP=17.58 NAL=0 Slice:B Poc:194 I:0
 P:149  SKIP:1051 size=160 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame=  99 QP=20.37 NAL=2 Slice:P Poc:198 I:0
 P:311  SKIP:889  size=1307 bytes
 [libx264 @ 0x56256a08d4c0] frame=  99 QP=20.37 NAL=2 Slice:P Poc:198 I:0
 P:311  SKIP:889  size=1307 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 100 QP=20.41 NAL=2 Slice:P Poc:200 I:0
 P:304  SKIP:896  size=1227 bytes
 [libx264 @ 0x56256a08d4c0] frame= 100 QP=20.41 NAL=2 Slice:P Poc:200 I:0
 P:304  SKIP:896  size=1227 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 101 QP=20.25 NAL=2 Slice:P Poc:202 I:2
 P:276  SKIP:922  size=1238 bytes
 [libx264 @ 0x56256a08d4c0] frame= 101 QP=20.25 NAL=2 Slice:P Poc:202 I:2
 P:276  SKIP:922  size=1238 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 102 QP=20.70 NAL=2 Slice:P Poc:204 I:5
 P:280  SKIP:915  size=1377 bytes
 [libx264 @ 0x56256a08d4c0] frame= 102 QP=20.70 NAL=2 Slice:P Poc:204 I:5
 P:280  SKIP:915  size=1377 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 103 QP=20.44 NAL=2 Slice:P Poc:206 I:6
 P:373  SKIP:821  size=2116 bytes
 [libx264 @ 0x56256a08d4c0] frame= 103 QP=20.44 NAL=2 Slice:P Poc:206 I:6
 P:373  SKIP:821  size=2116 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 104 QP=21.03 NAL=2 Slice:P Poc:214 I:97
 P:426  SKIP:677  size=4552 bytes
 [libx264 @ 0x56256a08d4c0] frame= 104 QP=21.03 NAL=2 Slice:P Poc:214 I:97
 P:426  SKIP:677  size=4552 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 105 QP=25.77 NAL=2 Slice:B Poc:210 I:18
 P:229  SKIP:942  size=1153 bytes
 [libx264 @ 0x56256a08d4c0] frame= 105 QP=25.77 NAL=2 Slice:B Poc:210 I:18
 P:229  SKIP:942  size=1153 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 106 QP=26.15 NAL=0 Slice:B Poc:208 I:5
 P:185  SKIP:993  size=721 bytes
 [libx264 @ 0x56256a08d4c0] frame= 106 QP=26.15 NAL=0 Slice:B Poc:208 I:5
 P:185  SKIP:993  size=721 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 107 QP=27.95 NAL=0 Slice:B Poc:212 I:0
 P:131  SKIP:1069 size=100 bytes
 [libx264 @ 0x56256a08d4c0] frame= 107 QP=27.95 NAL=0 Slice:B Poc:212 I:0
 P:131  SKIP:1069 size=100 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 108 QP=20.67 NAL=2 Slice:P Poc:216 I:21
 P:383  SKIP:796  size=2748 bytes
 [libx264 @ 0x56256a08d4c0] frame= 108 QP=20.67 NAL=2 Slice:P Poc:216 I:21
 P:383  SKIP:796  size=2748 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 109 QP=20.31 NAL=2 Slice:P Poc:218 I:5
 P:399  SKIP:796  size=2256 bytes
 [libx264 @ 0x56256a08d4c0] frame= 109 QP=20.31 NAL=2 Slice:P Poc:218 I:5
 P:399  SKIP:796  size=2256 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 110 QP=20.39 NAL=2 Slice:P Poc:220 I:7
 P:431  SKIP:762  size=2665 bytes
 [libx264 @ 0x56256a08d4c0] frame= 110 QP=20.39 NAL=2 Slice:P Poc:220 I:7
 P:431  SKIP:762  size=2665 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 111 QP=20.23 NAL=2 Slice:P Poc:224 I:16
 P:531  SKIP:653  size=4069 bytes
 [libx264 @ 0x56256a08d4c0] frame= 111 QP=20.23 NAL=2 Slice:P Poc:224 I:16
 P:531  SKIP:653  size=4069 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 112 QP=26.65 NAL=0 Slice:B Poc:222 I:0
 P:228  SKIP:960  size=601 bytes
 [libx264 @ 0x56256a08d4c0] frame= 112 QP=26.65 NAL=0 Slice:B Poc:222 I:0
 P:228  SKIP:960  size=601 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 113 QP=20.48 NAL=2 Slice:P Poc:228 I:9
 P:586  SKIP:605  size=3866 bytes
 [libx264 @ 0x56256a08d4c0] frame= 113 QP=20.48 NAL=2 Slice:P Poc:228 I:9
 P:586  SKIP:605  size=3866 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 114 QP=26.25 NAL=0 Slice:B Poc:226 I:0
 P:237  SKIP:958  size=321 bytes
 [libx264 @ 0x56256a08d4c0] frame= 114 QP=26.25 NAL=0 Slice:B Poc:226 I:0
 P:237  SKIP:958  size=321 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 115 QP=20.54 NAL=2 Slice:P Poc:230 I:0
 P:355  SKIP:845  size=1803 bytes
 [libx264 @ 0x56256a08d4c0] frame= 115 QP=20.54 NAL=2 Slice:P Poc:230 I:0
 P:355  SKIP:845  size=1803 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 116 QP=20.73 NAL=2 Slice:P Poc:234 I:0
 P:517  SKIP:683  size=2349 bytes
 [libx264 @ 0x56256a08d4c0] frame= 116 QP=20.73 NAL=2 Slice:P Poc:234 I:0
 P:517  SKIP:683  size=2349 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 117 QP=28.03 NAL=0 Slice:B Poc:232 I:0
 P:241  SKIP:959  size=177 bytes
 [libx264 @ 0x56256a08d4c0] frame= 117 QP=28.03 NAL=0 Slice:B Poc:232 I:0
 P:241  SKIP:959  size=177 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 118 QP=20.35 NAL=2 Slice:P Poc:236 I:0
 P:325  SKIP:875  size=1424 bytes
 [libx264 @ 0x56256a08d4c0] frame= 118 QP=20.35 NAL=2 Slice:P Poc:236 I:0
 P:325  SKIP:875  size=1424 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 119 QP=20.26 NAL=2 Slice:P Poc:238 I:0
 P:413  SKIP:787  size=1981 bytes
 [libx264 @ 0x56256a08d4c0] frame= 119 QP=20.26 NAL=2 Slice:P Poc:238 I:0
 P:413  SKIP:787  size=1981 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 120 QP=19.77 NAL=2 Slice:P Poc:240 I:0
 P:384  SKIP:816  size=1898 bytes
 [libx264 @ 0x56256a08d4c0] frame= 120 QP=19.77 NAL=2 Slice:P Poc:240 I:0
 P:384  SKIP:816  size=1898 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 121 QP=20.16 NAL=2 Slice:P Poc:242 I:0
 P:449  SKIP:751  size=2274 bytes
 [libx264 @ 0x56256a08d4c0] frame= 121 QP=20.16 NAL=2 Slice:P Poc:242 I:0
 P:449  SKIP:751  size=2274 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 122 QP=20.25 NAL=2 Slice:P Poc:246 I:4
 P:332  SKIP:864  size=1809 bytes
 [libx264 @ 0x56256a08d4c0] frame= 122 QP=20.25 NAL=2 Slice:P Poc:246 I:4
 P:332  SKIP:864  size=1809 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 123 QP=29.48 NAL=0 Slice:B Poc:244 I:0
 P:93   SKIP:1104 size=185 bytes
 [libx264 @ 0x56256a08d4c0] frame= 123 QP=29.48 NAL=0 Slice:B Poc:244 I:0
 P:93   SKIP:1104 size=185 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 124 QP=20.57 NAL=2 Slice:P Poc:252 I:1
 P:593  SKIP:606  size=2935 bytes
 [libx264 @ 0x56256a08d4c0] frame= 124 QP=20.57 NAL=2 Slice:P Poc:252 I:1
 P:593  SKIP:606  size=2935 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 125 QP=25.09 NAL=2 Slice:B Poc:248 I:0
 P:282  SKIP:912  size=291 bytes
 [libx264 @ 0x56256a08d4c0] frame= 125 QP=25.09 NAL=2 Slice:B Poc:248 I:0
 P:282  SKIP:912  size=291 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 126 QP=28.49 NAL=0 Slice:B Poc:250 I:0
 P:225  SKIP:973  size=186 bytes
 [libx264 @ 0x56256a08d4c0] frame= 126 QP=28.49 NAL=0 Slice:B Poc:250 I:0
 P:225  SKIP:973  size=186 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 127 QP=20.02 NAL=2 Slice:P Poc:254 I:0
 P:310  SKIP:890  size=1264 bytes
 [libx264 @ 0x56256a08d4c0] frame= 127 QP=20.02 NAL=2 Slice:P Poc:254 I:0
 P:310  SKIP:890  size=1264 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 128 QP=20.86 NAL=2 Slice:P Poc:260 I:26
 P:644  SKIP:530  size=4200 bytes
 [libx264 @ 0x56256a08d4c0] frame= 128 QP=20.86 NAL=2 Slice:P Poc:260 I:26
 P:644  SKIP:530  size=4200 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 129 QP=25.90 NAL=2 Slice:B Poc:256 I:0
 P:310  SKIP:871  size=613 bytes
 [libx264 @ 0x56256a08d4c0] frame= 129 QP=25.90 NAL=2 Slice:B Poc:256 I:0
 P:310  SKIP:871  size=613 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 130 QP=25.83 NAL=0 Slice:B Poc:258 I:0
 P:286  SKIP:904  size=600 bytes
 [libx264 @ 0x56256a08d4c0] frame= 130 QP=25.83 NAL=0 Slice:B Poc:258 I:0
 P:286  SKIP:904  size=600 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 131 QP=21.04 NAL=2 Slice:P Poc:264 I:6
 P:463  SKIP:731  size=2497 bytes
 [libx264 @ 0x56256a08d4c0] frame= 131 QP=21.04 NAL=2 Slice:P Poc:264 I:6
 P:463  SKIP:731  size=2497 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 132 QP=24.13 NAL=0 Slice:B Poc:262 I:0
 P:182  SKIP:1018 size=128 bytes
 [libx264 @ 0x56256a08d4c0] frame= 132 QP=24.13 NAL=0 Slice:B Poc:262 I:0
 P:182  SKIP:1018 size=128 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 133 QP=21.11 NAL=2 Slice:P Poc:266 I:7
 P:386  SKIP:807  size=2333 bytes
 [libx264 @ 0x56256a08d4c0] frame= 133 QP=21.11 NAL=2 Slice:P Poc:266 I:7
 P:386  SKIP:807  size=2333 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 134 QP=20.57 NAL=2 Slice:P Poc:268 I:12
 P:435  SKIP:753  size=2725 bytes
 [libx264 @ 0x56256a08d4c0] frame= 134 QP=20.57 NAL=2 Slice:P Poc:268 I:12
 P:435  SKIP:753  size=2725 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 135 QP=20.70 NAL=2 Slice:P Poc:270 I:13
 P:471  SKIP:716  size=3469 bytes
 [libx264 @ 0x56256a08d4c0] frame= 135 QP=20.70 NAL=2 Slice:P Poc:270 I:13
 P:471  SKIP:716  size=3469 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 136 QP=20.92 NAL=2 Slice:P Poc:276 I:33
 P:654  SKIP:513  size=5619 bytes
 [libx264 @ 0x56256a08d4c0] frame= 136 QP=20.92 NAL=2 Slice:P Poc:276 I:33
 P:654  SKIP:513  size=5619 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 137 QP=26.32 NAL=2 Slice:B Poc:272 I:4
 P:244  SKIP:936  size=894 bytes
 [libx264 @ 0x56256a08d4c0] frame= 137 QP=26.32 NAL=2 Slice:B Poc:272 I:4
 P:244  SKIP:936  size=894 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 138 QP=27.25 NAL=0 Slice:B Poc:274 I:10
 P:182  SKIP:1002 size=646 bytes
 [libx264 @ 0x56256a08d4c0] frame= 138 QP=27.25 NAL=0 Slice:B Poc:274 I:10
 P:182  SKIP:1002 size=646 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 139 QP=20.81 NAL=2 Slice:P Poc:278 I:5
 P:501  SKIP:694  size=2701 bytes
 [libx264 @ 0x56256a08d4c0] frame= 139 QP=20.81 NAL=2 Slice:P Poc:278 I:5
 P:501  SKIP:694  size=2701 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 140 QP=20.66 NAL=2 Slice:P Poc:282 I:7
 P:600  SKIP:593  size=3424 bytes
 [libx264 @ 0x56256a08d4c0] frame= 140 QP=20.66 NAL=2 Slice:P Poc:282 I:7
 P:600  SKIP:593  size=3424 bytes
 frame=  197 fps=191 q=28.0 q=28.0 size=N/A time=00:00:05.56 bitrate=N/A
 speed=5.39x
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 141 QP=26.59 NAL=0 Slice:B Poc:280 I:0
 P:254  SKIP:939  size=321 bytes
 [libx264 @ 0x56256a08d4c0] frame= 141 QP=26.59 NAL=0 Slice:B Poc:280 I:0
 P:254  SKIP:939  size=321 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 142 QP=20.86 NAL=2 Slice:P Poc:286 I:2
 P:563  SKIP:635  size=2973 bytes
 [libx264 @ 0x56256a08d4c0] frame= 142 QP=20.86 NAL=2 Slice:P Poc:286 I:2
 P:563  SKIP:635  size=2973 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 143 QP=27.55 NAL=0 Slice:B Poc:284 I:0
 P:258  SKIP:939  size=297 bytes
 [libx264 @ 0x56256a08d4c0] frame= 143 QP=27.55 NAL=0 Slice:B Poc:284 I:0
 P:258  SKIP:939  size=297 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [libx264 @ 0x56256a064b00] frame= 144 QP=20.51 NAL=2 Slice:P Poc:288 I:0
 P:429  SKIP:771  size=1920 bytes
 [libx264 @ 0x56256a08d4c0] frame= 144 QP=20.51 NAL=2 Slice:P Poc:288 I:0
 P:429  SKIP:771  size=1920 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 145 QP=20.70 NAL=2 Slice:P Poc:292 I:0
 P:556  SKIP:644  size=2620 bytes
 [libx264 @ 0x56256a08d4c0] frame= 145 QP=20.70 NAL=2 Slice:P Poc:292 I:0
 P:556  SKIP:644  size=2620 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 146 QP=24.81 NAL=0 Slice:B Poc:290 I:0
 P:249  SKIP:951  size=179 bytes
 [libx264 @ 0x56256a08d4c0] frame= 146 QP=24.81 NAL=0 Slice:B Poc:290 I:0
 P:249  SKIP:951  size=179 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 147 QP=21.14 NAL=2 Slice:P Poc:296 I:0
 P:433  SKIP:767  size=1906 bytes
 [libx264 @ 0x56256a08d4c0] frame= 147 QP=21.14 NAL=2 Slice:P Poc:296 I:0
 P:433  SKIP:767  size=1906 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 148 QP=25.41 NAL=0 Slice:B Poc:294 I:0
 P:206  SKIP:994  size=180 bytes
 [libx264 @ 0x56256a08d4c0] frame= 148 QP=25.41 NAL=0 Slice:B Poc:294 I:0
 P:206  SKIP:994  size=180 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 149 QP=20.72 NAL=2 Slice:P Poc:298 I:0
 P:523  SKIP:677  size=1986 bytes
 [libx264 @ 0x56256a08d4c0] frame= 149 QP=20.72 NAL=2 Slice:P Poc:298 I:0
 P:523  SKIP:677  size=1986 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 150 QP=21.27 NAL=2 Slice:P Poc:302 I:0
 P:387  SKIP:813  size=1735 bytes
 [libx264 @ 0x56256a08d4c0] frame= 150 QP=21.27 NAL=2 Slice:P Poc:302 I:0
 P:387  SKIP:813  size=1735 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 151 QP=13.00 NAL=0 Slice:B Poc:300 I:0
 P:132  SKIP:1065 size=156 bytes
 [libx264 @ 0x56256a08d4c0] frame= 151 QP=13.00 NAL=0 Slice:B Poc:300 I:0
 P:132  SKIP:1065 size=156 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 152 QP=21.19 NAL=2 Slice:P Poc:304 I:0
 P:466  SKIP:734  size=1869 bytes
 [libx264 @ 0x56256a08d4c0] frame= 152 QP=21.19 NAL=2 Slice:P Poc:304 I:0
 P:466  SKIP:734  size=1869 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 153 QP=21.49 NAL=2 Slice:P Poc:308 I:0
 P:552  SKIP:648  size=2598 bytes
 [libx264 @ 0x56256a08d4c0] frame= 153 QP=21.49 NAL=2 Slice:P Poc:308 I:0
 P:552  SKIP:648  size=2598 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 154 QP=26.18 NAL=0 Slice:B Poc:306 I:0
 P:287  SKIP:908  size=300 bytes
 [libx264 @ 0x56256a08d4c0] frame= 154 QP=26.18 NAL=0 Slice:B Poc:306 I:0
 P:287  SKIP:908  size=300 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 155 QP=21.65 NAL=2 Slice:P Poc:310 I:0
 P:375  SKIP:825  size=1683 bytes
 [libx264 @ 0x56256a08d4c0] frame= 155 QP=21.65 NAL=2 Slice:P Poc:310 I:0
 P:375  SKIP:825  size=1683 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 156 QP=22.19 NAL=2 Slice:P Poc:314 I:1
 P:372  SKIP:827  size=1726 bytes
 [libx264 @ 0x56256a08d4c0] frame= 156 QP=22.19 NAL=2 Slice:P Poc:314 I:1
 P:372  SKIP:827  size=1726 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 157 QP=13.00 NAL=0 Slice:B Poc:312 I:0
 P:169  SKIP:1031 size=134 bytes
 [libx264 @ 0x56256a08d4c0] frame= 157 QP=13.00 NAL=0 Slice:B Poc:312 I:0
 P:169  SKIP:1031 size=134 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 158 QP=22.06 NAL=2 Slice:P Poc:316 I:5
 P:450  SKIP:745  size=2193 bytes
 [libx264 @ 0x56256a08d4c0] frame= 158 QP=22.06 NAL=2 Slice:P Poc:316 I:5
 P:450  SKIP:745  size=2193 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 159 QP=22.41 NAL=2 Slice:P Poc:318 I:1
 P:310  SKIP:889  size=1673 bytes
 [libx264 @ 0x56256a08d4c0] frame= 159 QP=22.41 NAL=2 Slice:P Poc:318 I:1
 P:310  SKIP:889  size=1673 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 160 QP=22.22 NAL=2 Slice:P Poc:320 I:4
 P:436  SKIP:760  size=2119 bytes
 [libx264 @ 0x56256a08d4c0] frame= 160 QP=22.22 NAL=2 Slice:P Poc:320 I:4
 P:436  SKIP:760  size=2119 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 161 QP=22.20 NAL=2 Slice:P Poc:322 I:6
 P:445  SKIP:749  size=2239 bytes
 [libx264 @ 0x56256a08d4c0] frame= 161 QP=22.20 NAL=2 Slice:P Poc:322 I:6
 P:445  SKIP:749  size=2239 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 162 QP=22.17 NAL=2 Slice:P Poc:324 I:7
 P:421  SKIP:772  size=2299 bytes
 [libx264 @ 0x56256a08d4c0] frame= 162 QP=22.17 NAL=2 Slice:P Poc:324 I:7
 P:421  SKIP:772  size=2299 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 163 QP=21.99 NAL=2 Slice:P Poc:326 I:7
 P:454  SKIP:739  size=2589 bytes
 [libx264 @ 0x56256a08d4c0] frame= 163 QP=21.99 NAL=2 Slice:P Poc:326 I:7
 P:454  SKIP:739  size=2589 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 164 QP=22.33 NAL=2 Slice:P Poc:328 I:8
 P:453  SKIP:739  size=2389 bytes
 [libx264 @ 0x56256a08d4c0] frame= 164 QP=22.33 NAL=2 Slice:P Poc:328 I:8
 P:453  SKIP:739  size=2389 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 165 QP=22.33 NAL=2 Slice:P Poc:330 I:7
 P:456  SKIP:737  size=2423 bytes
 [libx264 @ 0x56256a08d4c0] frame= 165 QP=22.33 NAL=2 Slice:P Poc:330 I:7
 P:456  SKIP:737  size=2423 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 166 QP=22.21 NAL=2 Slice:P Poc:332 I:2
 P:475  SKIP:723  size=2447 bytes
 [libx264 @ 0x56256a08d4c0] frame= 166 QP=22.21 NAL=2 Slice:P Poc:332 I:2
 P:475  SKIP:723  size=2447 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 167 QP=22.14 NAL=2 Slice:P Poc:334 I:4
 P:503  SKIP:693  size=2628 bytes
 [libx264 @ 0x56256a08d4c0] frame= 167 QP=22.14 NAL=2 Slice:P Poc:334 I:4
 P:503  SKIP:693  size=2628 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 168 QP=22.65 NAL=2 Slice:P Poc:336 I:4
 P:483  SKIP:713  size=2685 bytes
 [libx264 @ 0x56256a08d4c0] frame= 168 QP=22.65 NAL=2 Slice:P Poc:336 I:4
 P:483  SKIP:713  size=2685 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 169 QP=22.32 NAL=2 Slice:P Poc:338 I:24
 P:501  SKIP:675  size=3146 bytes
 [libx264 @ 0x56256a08d4c0] frame= 169 QP=22.32 NAL=2 Slice:P Poc:338 I:24
 P:501  SKIP:675  size=3146 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 170 QP=22.59 NAL=2 Slice:P Poc:340 I:10
 P:504  SKIP:686  size=2864 bytes
 [libx264 @ 0x56256a08d4c0] frame= 170 QP=22.59 NAL=2 Slice:P Poc:340 I:10
 P:504  SKIP:686  size=2864 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 171 QP=22.68 NAL=2 Slice:P Poc:342 I:15
 P:465  SKIP:720  size=2575 bytes
 [libx264 @ 0x56256a08d4c0] frame= 171 QP=22.68 NAL=2 Slice:P Poc:342 I:15
 P:465  SKIP:720  size=2575 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 172 QP=22.58 NAL=2 Slice:P Poc:344 I:18
 P:482  SKIP:700  size=2861 bytes
 [libx264 @ 0x56256a08d4c0] frame= 172 QP=22.58 NAL=2 Slice:P Poc:344 I:18
 P:482  SKIP:700  size=2861 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 173 QP=22.79 NAL=2 Slice:P Poc:346 I:12
 P:490  SKIP:698  size=2750 bytes
 [libx264 @ 0x56256a08d4c0] frame= 173 QP=22.79 NAL=2 Slice:P Poc:346 I:12
 P:490  SKIP:698  size=2750 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 174 QP=22.46 NAL=2 Slice:P Poc:348 I:14
 P:550  SKIP:636  size=3047 bytes
 [libx264 @ 0x56256a08d4c0] frame= 174 QP=22.46 NAL=2 Slice:P Poc:348 I:14
 P:550  SKIP:636  size=3047 bytes
 [h264 @ 0x56256a1769c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [libx264 @ 0x56256a064b00] frame= 175 QP=23.15 NAL=2 Slice:P Poc:350 I:10
 P:382  SKIP:808  size=2177 bytes
 [libx264 @ 0x56256a08d4c0] frame= 175 QP=23.15 NAL=2 Slice:P Poc:350 I:10
 P:382  SKIP:808  size=2177 bytes
 [h264 @ 0x56256a192e80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 176 QP=22.72 NAL=2 Slice:P Poc:352 I:16
 P:466  SKIP:718  size=2442 bytes
 [libx264 @ 0x56256a08d4c0] frame= 176 QP=22.72 NAL=2 Slice:P Poc:352 I:16
 P:466  SKIP:718  size=2442 bytes
 [h264 @ 0x56256a089e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 177 QP=22.84 NAL=2 Slice:P Poc:356 I:56
 P:566  SKIP:578  size=4083 bytes
 [libx264 @ 0x56256a08d4c0] frame= 177 QP=22.84 NAL=2 Slice:P Poc:356 I:56
 P:566  SKIP:578  size=4083 bytes
 [libx264 @ 0x56256a064b00] frame= 178 QP=27.57 NAL=0 Slice:B Poc:354 I:1
 P:199  SKIP:988  size=768 bytes
 [h264 @ 0x56256a0849c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame= 178 QP=27.57 NAL=0 Slice:B Poc:354 I:1
 P:199  SKIP:988  size=768 bytes
 [h264 @ 0x56256a129640] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 179 QP=22.87 NAL=2 Slice:P Poc:358 I:12
 P:497  SKIP:691  size=2852 bytes
 [libx264 @ 0x56256a08d4c0] frame= 179 QP=22.87 NAL=2 Slice:P Poc:358 I:12
 P:497  SKIP:691  size=2852 bytes
 [libx264 @ 0x56256a064b00] frame= 180 QP=23.12 NAL=2 Slice:P Poc:360 I:16
 P:462  SKIP:722  size=2762 bytes
 [h264 @ 0x56256a0e6340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a08d4c0] frame= 180 QP=23.12 NAL=2 Slice:P Poc:360 I:16
 P:462  SKIP:722  size=2762 bytes
 [h264 @ 0x56256a102e00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 181 QP=22.85 NAL=2 Slice:P Poc:362 I:14
 P:474  SKIP:712  size=3092 bytes
 [libx264 @ 0x56256a08d4c0] frame= 181 QP=22.85 NAL=2 Slice:P Poc:362 I:14
 P:474  SKIP:712  size=3092 bytes
 [h264 @ 0x56256a13e080] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 182 QP=23.05 NAL=2 Slice:P Poc:366 I:17
 P:448  SKIP:735  size=2769 bytes
 [libx264 @ 0x56256a08d4c0] frame= 182 QP=23.05 NAL=2 Slice:P Poc:366 I:17
 P:448  SKIP:735  size=2769 bytes
 [h264 @ 0x56256a15a4c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 2
 [libx264 @ 0x56256a064b00] frame= 183 QP=21.16 NAL=0 Slice:B Poc:364 I:0
 P:141  SKIP:1059 size=141 bytes
 [libx264 @ 0x56256a08d4c0] frame= 183 QP=21.16 NAL=0 Slice:B Poc:364 I:0
 P:141  SKIP:1059 size=141 bytes
 [libx264 @ 0x56256a064b00] frame= 184 QP=23.56 NAL=2 Slice:P Poc:368 I:16
 P:459  SKIP:725  size=3177 bytes
 [libx264 @ 0x56256a08d4c0] frame= 184 QP=23.56 NAL=2 Slice:P Poc:368 I:16
 P:459  SKIP:725  size=3177 bytes
 [libx264 @ 0x56256a064b00] frame= 185 QP=23.13 NAL=2 Slice:P Poc:370 I:21
 P:455  SKIP:724  size=3279 bytes
 [libx264 @ 0x56256a08d4c0] frame= 185 QP=23.13 NAL=2 Slice:P Poc:370 I:21
 P:455  SKIP:724  size=3279 bytes
 [libx264 @ 0x56256a064b00] frame= 186 QP=23.32 NAL=2 Slice:P Poc:372 I:34
 P:489  SKIP:677  size=3726 bytes
 [libx264 @ 0x56256a08d4c0] frame= 186 QP=23.32 NAL=2 Slice:P Poc:372 I:34
 P:489  SKIP:677  size=3726 bytes
 [libx264 @ 0x56256a064b00] frame= 187 QP=23.19 NAL=2 Slice:P Poc:374 I:24
 P:466  SKIP:710  size=3662 bytes
 [libx264 @ 0x56256a08d4c0] frame= 187 QP=23.19 NAL=2 Slice:P Poc:374 I:24
 P:466  SKIP:710  size=3662 bytes
 [libx264 @ 0x56256a064b00] frame= 188 QP=23.21 NAL=2 Slice:P Poc:376 I:20
 P:468  SKIP:712  size=3499 bytes
 [libx264 @ 0x56256a08d4c0] frame= 188 QP=23.21 NAL=2 Slice:P Poc:376 I:20
 P:468  SKIP:712  size=3499 bytes
 [libx264 @ 0x56256a064b00] frame= 189 QP=22.87 NAL=2 Slice:P Poc:378 I:21
 P:560  SKIP:619  size=3805 bytes
 [libx264 @ 0x56256a08d4c0] frame= 189 QP=22.87 NAL=2 Slice:P Poc:378 I:21
 P:560  SKIP:619  size=3805 bytes
 [libx264 @ 0x56256a064b00] frame= 190 QP=23.34 NAL=2 Slice:P Poc:382 I:75
 P:438  SKIP:687  size=4748 bytes
 [libx264 @ 0x56256a08d4c0] frame= 190 QP=23.34 NAL=2 Slice:P Poc:382 I:75
 P:438  SKIP:687  size=4748 bytes
 [libx264 @ 0x56256a064b00] frame= 191 QP=26.36 NAL=0 Slice:B Poc:380 I:3
 P:203  SKIP:977  size=918 bytes
 [libx264 @ 0x56256a08d4c0] frame= 191 QP=26.36 NAL=0 Slice:B Poc:380 I:3
 P:203  SKIP:977  size=918 bytes
 [libx264 @ 0x56256a064b00] frame= 192 QP=23.13 NAL=2 Slice:P Poc:384 I:20
 P:496  SKIP:684  size=3332 bytes
 [libx264 @ 0x56256a08d4c0] frame= 192 QP=23.13 NAL=2 Slice:P Poc:384 I:20
 P:496  SKIP:684  size=3332 bytes
 [libx264 @ 0x56256a064b00] frame= 193 QP=23.54 NAL=2 Slice:P Poc:386 I:17
 P:457  SKIP:726  size=2907 bytes
 [libx264 @ 0x56256a08d4c0] frame= 193 QP=23.54 NAL=2 Slice:P Poc:386 I:17
 P:457  SKIP:726  size=2907 bytes
 [out_0_0 @ 0x56256a09fa80] EOF on sink link out_0_0:default.
 [out_0_1 @ 0x56256a0a0cc0] EOF on sink link out_0_1:default.
 No more output streams to write to, finishing.
 [libx264 @ 0x56256a064b00] frame= 194 QP=23.89 NAL=2 Slice:P Poc:388 I:26
 P:463  SKIP:711  size=3113 bytes
 [libx264 @ 0x56256a064b00] scene cut at 210 Icost:261647 Pcost:255876
 ratio:0.0221 bias:0.3467 gop:210 (imb:956 pmb:108)
 [libx264 @ 0x56256a064b00] frame= 195 QP=23.31 NAL=2 Slice:P Poc:392 I:51
 P:502  SKIP:647  size=4359 bytes
 [libx264 @ 0x56256a064b00] frame= 196 QP=27.41 NAL=0 Slice:B Poc:390 I:1
 P:222  SKIP:959  size=887 bytes
 [libx264 @ 0x56256a064b00] frame= 197 QP=24.33 NAL=2 Slice:P Poc:394 I:11
 P:388  SKIP:801  size=2462 bytes
 [libx264 @ 0x56256a064b00] frame= 198 QP=23.71 NAL=2 Slice:P Poc:396 I:23
 P:385  SKIP:792  size=2495 bytes
 [libx264 @ 0x56256a064b00] frame= 199 QP=23.29 NAL=2 Slice:P Poc:398 I:15
 P:470  SKIP:715  size=2560 bytes
 [libx264 @ 0x56256a064b00] frame= 200 QP=23.26 NAL=2 Slice:P Poc:402 I:56
 P:382  SKIP:762  size=3467 bytes
 [libx264 @ 0x56256a064b00] frame= 201 QP=27.47 NAL=0 Slice:B Poc:400 I:0
 P:210  SKIP:981  size=853 bytes
 [libx264 @ 0x56256a064b00] frame= 202 QP=23.79 NAL=2 Slice:P Poc:404 I:42
 P:334  SKIP:824  size=2444 bytes
 [libx264 @ 0x56256a064b00] frame= 203 QP=24.27 NAL=2 Slice:P Poc:406 I:42
 P:271  SKIP:887  size=2223 bytes
 [libx264 @ 0x56256a064b00] frame= 204 QP=25.41 NAL=2 Slice:P Poc:408 I:26
 P:249  SKIP:925  size=2026 bytes
 [libx264 @ 0x56256a064b00] frame= 205 QP=23.02 NAL=2 Slice:P Poc:412 I:153
 P:178  SKIP:869  size=3172 bytes
 [libx264 @ 0x56256a064b00] frame= 206 QP=26.06 NAL=0 Slice:B Poc:410 I:7
 P:191  SKIP:991  size=886 bytes
 [libx264 @ 0x56256a064b00] frame= 207 QP=25.29 NAL=2 Slice:P Poc:418 I:75
 P:190  SKIP:935  size=1716 bytes
 [libx264 @ 0x56256a064b00] frame= 208 QP=19.59 NAL=2 Slice:B Poc:414 I:0
 P:63   SKIP:1137 size=100 bytes
 [libx264 @ 0x56256a064b00] frame= 209 QP=26.10 NAL=0 Slice:B Poc:416 I:3
 P:170  SKIP:1014 size=791 bytes
 [libx264 @ 0x56256a064b00] frame= 210 QP=11.32 NAL=3 Slice:I Poc:0
 I:1200 P:0    SKIP:0    size=22872 bytes
 [libx264 @ 0x56256a064b00] frame= 211 QP=13.84 NAL=2 Slice:P Poc:8   I:0
 P:129  SKIP:1071 size=403 bytes
 [libx264 @ 0x56256a064b00] frame= 212 QP=12.00 NAL=2 Slice:B Poc:4   I:0
 P:24   SKIP:1176 size=51 bytes
 [libx264 @ 0x56256a064b00] frame= 213 QP=13.00 NAL=0 Slice:B Poc:2   I:0
 P:12   SKIP:1188 size=38 bytes
 [libx264 @ 0x56256a064b00] frame= 214 QP=13.00 NAL=0 Slice:B Poc:6   I:0
 P:1    SKIP:1199 size=20 bytes
 [libx264 @ 0x56256a064b00] frame= 215 QP=14.18 NAL=2 Slice:P Poc:16  I:1
 P:36   SKIP:1163 size=129 bytes
 [libx264 @ 0x56256a064b00] frame= 216 QP=12.00 NAL=2 Slice:B Poc:12  I:0
 P:8    SKIP:1192 size=35 bytes
 [libx264 @ 0x56256a064b00] frame= 217 QP=13.00 NAL=0 Slice:B Poc:10  I:0
 P:3    SKIP:1197 size=23 bytes
 [libx264 @ 0x56256a064b00] frame= 218 QP=13.00 NAL=0 Slice:B Poc:14  I:0
 P:0    SKIP:1200 size=20 bytes
 [libx264 @ 0x56256a064b00] frame= 219 QP=15.75 NAL=2 Slice:P Poc:24  I:4
 P:32   SKIP:1164 size=149 bytes
 [libx264 @ 0x56256a064b00] frame= 220 QP=12.00 NAL=2 Slice:B Poc:20  I:0
 P:7    SKIP:1193 size=31 bytes
 [libx264 @ 0x56256a064b00] frame= 221 QP=13.00 NAL=0 Slice:B Poc:18  I:0
 P:0    SKIP:1200 size=20 bytes
 [libx264 @ 0x56256a064b00] frame= 222 QP=13.00 NAL=0 Slice:B Poc:22  I:0
 P:4    SKIP:1196 size=25 bytes
 [libx264 @ 0x56256a064b00] frame= 223 QP=16.91 NAL=2 Slice:P Poc:28  I:6
 P:20   SKIP:1174 size=243 bytes
 [libx264 @ 0x56256a064b00] frame= 224 QP=15.96 NAL=0 Slice:B Poc:26  I:0
 P:13   SKIP:1187 size=52 bytes
 [libx264 @ 0x56256a064b00] frame= 225 QP=17.00 NAL=2 Slice:P Poc:30  I:3
 P:52   SKIP:1145 size=280 bytes
 [libx264 @ 0x56256a064b00] frame= 226 QP=16.57 NAL=2 Slice:P Poc:32  I:0
 P:55   SKIP:1145 size=255 bytes
 [libx264 @ 0x56256a064b00] frame= 227 QP=16.61 NAL=2 Slice:P Poc:34  I:4
 P:55   SKIP:1141 size=294 bytes
 [libx264 @ 0x56256a064b00] frame= 228 QP=16.36 NAL=2 Slice:P Poc:36  I:2
 P:59   SKIP:1139 size=266 bytes
 [libx264 @ 0x56256a064b00] frame= 229 QP=16.22 NAL=2 Slice:P Poc:38  I:1
 P:59   SKIP:1140 size=286 bytes
 [libx264 @ 0x56256a064b00] frame= 230 QP=16.72 NAL=2 Slice:P Poc:40  I:5
 P:50   SKIP:1145 size=286 bytes
 [libx264 @ 0x56256a064b00] frame= 231 QP=17.66 NAL=2 Slice:P Poc:44  I:4
 P:34   SKIP:1162 size=234 bytes
 [libx264 @ 0x56256a064b00] frame= 232 QP=13.00 NAL=0 Slice:B Poc:42  I:0
 P:12   SKIP:1188 size=34 bytes
 [libx264 @ 0x56256a064b00] frame= 233 QP=16.88 NAL=2 Slice:P Poc:46  I:6
 P:28   SKIP:1166 size=226 bytes
 [libx264 @ 0x56256a064b00] frame= 234 QP=16.47 NAL=2 Slice:P Poc:50  I:12
 P:31   SKIP:1157 size=409 bytes
 [libx264 @ 0x56256a064b00] frame= 235 QP=17.57 NAL=0 Slice:B Poc:48  I:0
 P:33   SKIP:1165 size=148 bytes
 [libx264 @ 0x56256a064b00] frame= 236 QP=18.98 NAL=2 Slice:P Poc:58  I:41
 P:67   SKIP:1092 size=1031 bytes
 [libx264 @ 0x56256a064b00] frame= 237 QP=16.26 NAL=2 Slice:B Poc:54  I:2
 P:61   SKIP:1137 size=276 bytes
 [libx264 @ 0x56256a064b00] frame= 238 QP=16.96 NAL=0 Slice:B Poc:52  I:0
 P:42   SKIP:1158 size=136 bytes
 [libx264 @ 0x56256a064b00] frame= 239 QP=18.44 NAL=0 Slice:B Poc:56  I:0
 P:54   SKIP:1146 size=157 bytes
 [libx264 @ 0x56256a064b00] frame= 240 QP=19.45 NAL=2 Slice:P Poc:62  I:22
 P:74   SKIP:1104 size=557 bytes
 [libx264 @ 0x56256a064b00] frame= 241 QP=18.09 NAL=0 Slice:B Poc:60  I:1
 P:65   SKIP:1134 size=169 bytes
 [libx264 @ 0x56256a064b00] frame= 242 QP=18.70 NAL=2 Slice:P Poc:64  I:3
 P:98   SKIP:1099 size=414 bytes
 [libx264 @ 0x56256a064b00] frame= 243 QP=20.28 NAL=2 Slice:P Poc:66  I:7
 P:96   SKIP:1097 size=396 bytes
 [libx264 @ 0x56256a064b00] frame= 244 QP=19.81 NAL=2 Slice:P Poc:68  I:8
 P:115  SKIP:1077 size=444 bytes
 [libx264 @ 0x56256a064b00] frame= 245 QP=20.02 NAL=2 Slice:P Poc:70  I:4
 P:117  SKIP:1079 size=459 bytes
 [libx264 @ 0x56256a064b00] frame= 246 QP=20.62 NAL=2 Slice:P Poc:72  I:7
 P:98   SKIP:1095 size=406 bytes
 [libx264 @ 0x56256a064b00] frame= 247 QP=18.71 NAL=2 Slice:P Poc:74  I:10
 P:90   SKIP:1100 size=412 bytes
 [libx264 @ 0x56256a064b00] frame= 248 QP=19.97 NAL=2 Slice:P Poc:76  I:8
 P:91   SKIP:1101 size=402 bytes
 [libx264 @ 0x56256a064b00] frame= 249 QP=20.48 NAL=2 Slice:P Poc:78  I:15
 P:98   SKIP:1087 size=366 bytes
 [libx264 @ 0x56256a08d4c0] frame= 194 QP=23.89 NAL=2 Slice:P Poc:388 I:26
 P:463  SKIP:711  size=3113 bytes
 [libx264 @ 0x56256a08d4c0] frame= 195 QP=23.31 NAL=2 Slice:P Poc:392 I:51
 P:502  SKIP:647  size=4359 bytes
 [libx264 @ 0x56256a08d4c0] frame= 196 QP=27.41 NAL=0 Slice:B Poc:390 I:1
 P:222  SKIP:959  size=887 bytes
 [libx264 @ 0x56256a08d4c0] frame= 197 QP=24.33 NAL=2 Slice:P Poc:394 I:11
 P:388  SKIP:801  size=2462 bytes
 [libx264 @ 0x56256a08d4c0] frame= 198 QP=23.71 NAL=2 Slice:P Poc:396 I:23
 P:385  SKIP:792  size=2495 bytes
 [libx264 @ 0x56256a08d4c0] scene cut at 210 Icost:261647 Pcost:255876
 ratio:0.0221 bias:0.3467 gop:210 (imb:956 pmb:108)
 [libx264 @ 0x56256a08d4c0] frame= 199 QP=23.29 NAL=2 Slice:P Poc:398 I:15
 P:470  SKIP:715  size=2560 bytes
 [libx264 @ 0x56256a08d4c0] frame= 200 QP=23.26 NAL=2 Slice:P Poc:402 I:56
 P:382  SKIP:762  size=3467 bytes
 [libx264 @ 0x56256a08d4c0] frame= 201 QP=27.47 NAL=0 Slice:B Poc:400 I:0
 P:210  SKIP:981  size=853 bytes
 [libx264 @ 0x56256a08d4c0] frame= 202 QP=23.79 NAL=2 Slice:P Poc:404 I:42
 P:334  SKIP:824  size=2444 bytes
 [libx264 @ 0x56256a08d4c0] frame= 203 QP=24.27 NAL=2 Slice:P Poc:406 I:42
 P:271  SKIP:887  size=2223 bytes
 [libx264 @ 0x56256a08d4c0] frame= 204 QP=25.41 NAL=2 Slice:P Poc:408 I:26
 P:249  SKIP:925  size=2026 bytes
 [libx264 @ 0x56256a08d4c0] frame= 205 QP=23.02 NAL=2 Slice:P Poc:412 I:153
 P:178  SKIP:869  size=3172 bytes
 [libx264 @ 0x56256a08d4c0] frame= 206 QP=26.06 NAL=0 Slice:B Poc:410 I:7
 P:191  SKIP:991  size=886 bytes
 [libx264 @ 0x56256a08d4c0] frame= 207 QP=25.29 NAL=2 Slice:P Poc:418 I:75
 P:190  SKIP:935  size=1716 bytes
 [libx264 @ 0x56256a08d4c0] frame= 208 QP=19.59 NAL=2 Slice:B Poc:414 I:0
 P:63   SKIP:1137 size=100 bytes
 [libx264 @ 0x56256a08d4c0] frame= 209 QP=26.10 NAL=0 Slice:B Poc:416 I:3
 P:170  SKIP:1014 size=791 bytes
 [libx264 @ 0x56256a08d4c0] frame= 210 QP=11.32 NAL=3 Slice:I Poc:0
 I:1200 P:0    SKIP:0    size=22872 bytes
 [hls @ 0x56256a055980] Opening 'out0.ts' for writing
 [file @ 0x56256a6ea000] Setting default whitelist 'file,crypto'
 [AVIOContext @ 0x56256a95fb00] Statistics: 0 seeks, 5 writeouts
 [hls @ 0x56256a055980] Opening 'out.m3u8.tmp' for writing
 [file @ 0x56256a761f80] Setting default whitelist 'file,crypto'
 EXT-X-MEDIA-SEQUENCE:0
 [AVIOContext @ 0x56256a95fb00] Statistics: 0 seeks, 1 writeouts
 [hls @ 0x56256a055980] Opening 'out1.ts' for writing
 [file @ 0x56256a0a7e40] Setting default whitelist 'file,crypto'
 [AVIOContext @ 0x56256a95fb00] Statistics: 0 seeks, 1 writeouts
 [hls @ 0x56256a055980] Opening 'out.m3u8.tmp' for writing
 [file @ 0x56256a761f80] Setting default whitelist 'file,crypto'
 EXT-X-MEDIA-SEQUENCE:0
 [AVIOContext @ 0x56256a95fb00] Statistics: 0 seeks, 1 writeouts
 [libx264 @ 0x56256a08d4c0] frame= 211 QP=13.84 NAL=2 Slice:P Poc:8   I:0
 P:129  SKIP:1071 size=403 bytes
 [libx264 @ 0x56256a08d4c0] frame= 212 QP=12.00 NAL=2 Slice:B Poc:4   I:0
 P:24   SKIP:1176 size=51 bytes
 [libx264 @ 0x56256a08d4c0] frame= 213 QP=13.00 NAL=0 Slice:B Poc:2   I:0
 P:12   SKIP:1188 size=38 bytes
 [libx264 @ 0x56256a08d4c0] frame= 214 QP=13.00 NAL=0 Slice:B Poc:6   I:0
 P:1    SKIP:1199 size=20 bytes
 [libx264 @ 0x56256a08d4c0] frame= 215 QP=14.18 NAL=2 Slice:P Poc:16  I:1
 P:36   SKIP:1163 size=129 bytes
 [libx264 @ 0x56256a08d4c0] frame= 216 QP=12.00 NAL=2 Slice:B Poc:12  I:0
 P:8    SKIP:1192 size=35 bytes
 [libx264 @ 0x56256a08d4c0] frame= 217 QP=13.00 NAL=0 Slice:B Poc:10  I:0
 P:3    SKIP:1197 size=23 bytes
 [libx264 @ 0x56256a08d4c0] frame= 218 QP=13.00 NAL=0 Slice:B Poc:14  I:0
 P:0    SKIP:1200 size=20 bytes
 [libx264 @ 0x56256a08d4c0] frame= 219 QP=15.75 NAL=2 Slice:P Poc:24  I:4
 P:32   SKIP:1164 size=149 bytes
 [libx264 @ 0x56256a08d4c0] frame= 220 QP=12.00 NAL=2 Slice:B Poc:20  I:0
 P:7    SKIP:1193 size=31 bytes
 [libx264 @ 0x56256a08d4c0] frame= 221 QP=13.00 NAL=0 Slice:B Poc:18  I:0
 P:0    SKIP:1200 size=20 bytes
 [libx264 @ 0x56256a08d4c0] frame= 222 QP=13.00 NAL=0 Slice:B Poc:22  I:0
 P:4    SKIP:1196 size=25 bytes
 [libx264 @ 0x56256a08d4c0] frame= 223 QP=16.91 NAL=2 Slice:P Poc:28  I:6
 P:20   SKIP:1174 size=243 bytes
 [libx264 @ 0x56256a08d4c0] frame= 224 QP=15.96 NAL=0 Slice:B Poc:26  I:0
 P:13   SKIP:1187 size=52 bytes
 [libx264 @ 0x56256a08d4c0] frame= 225 QP=17.00 NAL=2 Slice:P Poc:30  I:3
 P:52   SKIP:1145 size=280 bytes
 [libx264 @ 0x56256a08d4c0] frame= 226 QP=16.57 NAL=2 Slice:P Poc:32  I:0
 P:55   SKIP:1145 size=255 bytes
 [libx264 @ 0x56256a08d4c0] frame= 227 QP=16.61 NAL=2 Slice:P Poc:34  I:4
 P:55   SKIP:1141 size=294 bytes
 [libx264 @ 0x56256a08d4c0] frame= 228 QP=16.36 NAL=2 Slice:P Poc:36  I:2
 P:59   SKIP:1139 size=266 bytes
 [libx264 @ 0x56256a08d4c0] frame= 229 QP=16.22 NAL=2 Slice:P Poc:38  I:1
 P:59   SKIP:1140 size=286 bytes
 [libx264 @ 0x56256a08d4c0] frame= 230 QP=16.72 NAL=2 Slice:P Poc:40  I:5
 P:50   SKIP:1145 size=286 bytes
 [libx264 @ 0x56256a08d4c0] frame= 231 QP=17.66 NAL=2 Slice:P Poc:44  I:4
 P:34   SKIP:1162 size=234 bytes
 [libx264 @ 0x56256a08d4c0] frame= 232 QP=13.00 NAL=0 Slice:B Poc:42  I:0
 P:12   SKIP:1188 size=34 bytes
 [libx264 @ 0x56256a08d4c0] frame= 233 QP=16.88 NAL=2 Slice:P Poc:46  I:6
 P:28   SKIP:1166 size=226 bytes
 [libx264 @ 0x56256a08d4c0] frame= 234 QP=16.47 NAL=2 Slice:P Poc:50  I:12
 P:31   SKIP:1157 size=409 bytes
 [libx264 @ 0x56256a08d4c0] frame= 235 QP=17.57 NAL=0 Slice:B Poc:48  I:0
 P:33   SKIP:1165 size=148 bytes
 [libx264 @ 0x56256a08d4c0] frame= 236 QP=18.98 NAL=2 Slice:P Poc:58  I:41
 P:67   SKIP:1092 size=1031 bytes
 [libx264 @ 0x56256a08d4c0] frame= 237 QP=16.26 NAL=2 Slice:B Poc:54  I:2
 P:61   SKIP:1137 size=276 bytes
 [libx264 @ 0x56256a08d4c0] frame= 238 QP=16.96 NAL=0 Slice:B Poc:52  I:0
 P:42   SKIP:1158 size=136 bytes
 [libx264 @ 0x56256a08d4c0] frame= 239 QP=18.44 NAL=0 Slice:B Poc:56  I:0
 P:54   SKIP:1146 size=157 bytes
 [libx264 @ 0x56256a08d4c0] frame= 240 QP=19.45 NAL=2 Slice:P Poc:62  I:22
 P:74   SKIP:1104 size=557 bytes
 [libx264 @ 0x56256a08d4c0] frame= 241 QP=18.09 NAL=0 Slice:B Poc:60  I:1
 P:65   SKIP:1134 size=169 bytes
 [libx264 @ 0x56256a08d4c0] frame= 242 QP=18.70 NAL=2 Slice:P Poc:64  I:3
 P:98   SKIP:1099 size=414 bytes
 [libx264 @ 0x56256a08d4c0] frame= 243 QP=20.28 NAL=2 Slice:P Poc:66  I:7
 P:96   SKIP:1097 size=396 bytes
 [libx264 @ 0x56256a08d4c0] frame= 244 QP=19.81 NAL=2 Slice:P Poc:68  I:8
 P:115  SKIP:1077 size=444 bytes
 [libx264 @ 0x56256a08d4c0] frame= 245 QP=20.02 NAL=2 Slice:P Poc:70  I:4
 P:117  SKIP:1079 size=459 bytes
 [libx264 @ 0x56256a08d4c0] frame= 246 QP=20.62 NAL=2 Slice:P Poc:72  I:7
 P:98   SKIP:1095 size=406 bytes
 [libx264 @ 0x56256a08d4c0] frame= 247 QP=18.71 NAL=2 Slice:P Poc:74  I:10
 P:90   SKIP:1100 size=412 bytes
 [libx264 @ 0x56256a08d4c0] frame= 248 QP=19.97 NAL=2 Slice:P Poc:76  I:8
 P:91   SKIP:1101 size=402 bytes
 [libx264 @ 0x56256a08d4c0] frame= 249 QP=20.48 NAL=2 Slice:P Poc:78  I:15
 P:98   SKIP:1087 size=366 bytes
 [hls @ 0x56256a055980] Opening 'out2.ts' for writing
 [file @ 0x56256a0a7e40] Setting default whitelist 'file,crypto'
 [AVIOContext @ 0x56256a0a8a00] Statistics: 0 seeks, 1 writeouts
 [hls @ 0x56256a055980] Opening 'out.m3u8.tmp' for writing
 [file @ 0x56256a761f80] Setting default whitelist 'file,crypto'
 EXT-X-MEDIA-SEQUENCE:0
 [AVIOContext @ 0x56256a0a8a00] Statistics: 0 seeks, 1 writeouts
 frame=  250 fps=168 q=-1.0 Lq=-1.0 size=N/A time=00:00:09.92 bitrate=N/A
 speed=6.67x
 video:1020kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 Input file #0 (in.mp4):
   Input stream #0:0 (video): 250 packets read (580842 bytes); 250 frames
 decoded;
   Input stream #0:1 (audio): 1 packets read (36 bytes);
   Total: 251 packets (580878 bytes) demuxed
 Output file #0 (out.m3u8):
   Output stream #0:0 (video): 250 frames encoded; 250 packets muxed
 (522338 bytes);
   Output stream #0:1 (video): 250 frames encoded; 250 packets muxed
 (522338 bytes);
   Total: 500 packets (1044676 bytes) muxed
 250 frames successfully decoded, 0 decoding errors
 [libx264 @ 0x56256a064b00] frame I:2     Avg QP:15.30  size: 32673
 [libx264 @ 0x56256a064b00] frame P:135   Avg QP:21.07  size:  2904
 [libx264 @ 0x56256a064b00] frame B:113   Avg QP:23.31  size:   569
 [libx264 @ 0x56256a064b00] consecutive B-frames: 32.0% 20.8%  7.2% 40.0%
 [libx264 @ 0x56256a064b00] mb I  I16..4: 38.3% 22.0% 39.7%
 [libx264 @ 0x56256a064b00] mb P  I16..4:  0.2%  1.1%  0.3%  P16..4: 24.3%
 6.9%  5.1%  0.0%  0.0%    skip:62.2%
 [libx264 @ 0x56256a064b00] mb B  I16..4:  0.0%  0.1%  0.0%  B16..8: 23.1%
 1.4%  0.3%  direct: 0.3%  skip:74.8%  L0:37.8% L1:57.0% BI: 5.2%
 [libx264 @ 0x56256a064b00] 8x8 transform intra:47.1% inter:60.4%
 [libx264 @ 0x56256a064b00] coded y,uvDC,uvAC intra: 62.3% 75.4% 46.2%
 inter: 7.6% 10.5% 1.0%
 [libx264 @ 0x56256a064b00] i16 v,h,dc,p: 41% 35% 13% 12%
 [libx264 @ 0x56256a064b00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 16% 11%  5%
 11% 12% 10%  9%  9%
 [libx264 @ 0x56256a064b00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 26% 16%  5%
 7%  7%  6%  7%  6%
 [libx264 @ 0x56256a064b00] i8c dc,h,v,p: 52% 22% 17%  9%
 [libx264 @ 0x56256a064b00] Weighted P-Frames: Y:0.0% UV:0.0%
 [libx264 @ 0x56256a064b00] ref P L0: 74.1% 17.1%  7.2%  1.5%
 [libx264 @ 0x56256a064b00] ref B L0: 95.7%  4.0%  0.3%
 [libx264 @ 0x56256a064b00] ref B L1: 99.0%  1.0%
 [libx264 @ 0x56256a064b00] kb/s:417.32
 [libx264 @ 0x56256a08d4c0] frame I:2     Avg QP:15.30  size: 32673
 [libx264 @ 0x56256a08d4c0] frame P:135   Avg QP:21.07  size:  2904
 [libx264 @ 0x56256a08d4c0] frame B:113   Avg QP:23.31  size:   569
 [libx264 @ 0x56256a08d4c0] consecutive B-frames: 32.0% 20.8%  7.2% 40.0%
 [libx264 @ 0x56256a08d4c0] mb I  I16..4: 38.3% 22.0% 39.7%
 [libx264 @ 0x56256a08d4c0] mb P  I16..4:  0.2%  1.1%  0.3%  P16..4: 24.3%
 6.9%  5.1%  0.0%  0.0%    skip:62.2%
 [libx264 @ 0x56256a08d4c0] mb B  I16..4:  0.0%  0.1%  0.0%  B16..8: 23.1%
 1.4%  0.3%  direct: 0.3%  skip:74.8%  L0:37.8% L1:57.0% BI: 5.2%
 [libx264 @ 0x56256a08d4c0] 8x8 transform intra:47.1% inter:60.4%
 [libx264 @ 0x56256a08d4c0] coded y,uvDC,uvAC intra: 62.3% 75.4% 46.2%
 inter: 7.6% 10.5% 1.0%
 [libx264 @ 0x56256a08d4c0] i16 v,h,dc,p: 41% 35% 13% 12%
 [libx264 @ 0x56256a08d4c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 16% 11%  5%
 11% 12% 10%  9%  9%
 [libx264 @ 0x56256a08d4c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 26% 16%  5%
 7%  7%  6%  7%  6%
 [libx264 @ 0x56256a08d4c0] i8c dc,h,v,p: 52% 22% 17%  9%
 [libx264 @ 0x56256a08d4c0] Weighted P-Frames: Y:0.0% UV:0.0%
 [libx264 @ 0x56256a08d4c0] ref P L0: 74.1% 17.1%  7.2%  1.5%
 [libx264 @ 0x56256a08d4c0] ref B L0: 95.7%  4.0%  0.3%
 [libx264 @ 0x56256a08d4c0] ref B L1: 99.0%  1.0%
 [libx264 @ 0x56256a08d4c0] kb/s:417.32
 [AVIOContext @ 0x56256a04e180] Statistics: 1065131 bytes read, 2 seeks
 }}}

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


More information about the FFmpeg-trac mailing list