Opened 5 years ago

Closed 2 years ago

#8334 closed defect (fixed)

Start time is doubled when using HLS or DASH input

Reported by: ronag Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: hls dash
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

When using ffmpeg to decode an HLS or DASH stream with non-zero start time the start time will be doubled. This causes buggy behavior when using timestamp seeking.

How to reproduce:

Generate DASH & HLS file with start timestamp offset:

ffmpeg started on 2019-10-24 at 21:09:10
Report written to "ffmpeg-20191024-210910.log"
Log level: 99
Command line:
./ffmpeg-git-amd64-static/ffmpeg-git-20191022-amd64-static/ffmpeg -report -v 9 -loglevel 99 -f lavfi -i "testsrc=duration=10" -output_ts_offset 60 -f dash -hls_playlist 1 loop.mpd
ffmpeg version N-50535-gec5d385722-static https://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
  configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg
  libavutil      56. 35.101 / 56. 35.101
  libavcodec     58. 59.102 / 58. 59.102
  libavformat    58. 33.100 / 58. 33.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 64.100 /  7. 64.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 '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'lavfi'.
Reading option '-i' ... matched as input url with argument 'testsrc=duration=10'.
Reading option '-output_ts_offset' ... matched as AVOption 'output_ts_offset' with argument '60'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dash'.
Reading option '-hls_playlist' ... matched as AVOption 'hls_playlist' with argument '1'.
Reading option 'loop.mpd' ... 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 v (set logging level) with argument 9.
Applying option loglevel (set logging level) with argument 99.
Successfully parsed a group of options.
Parsing a group of options: input url testsrc=duration=10.
Applying option f (force format) with argument lavfi.
Successfully parsed a group of options.
Opening an input file: testsrc=duration=10.
detected 8 logical cores
[Parsed_testsrc_0 @ 0x67c1240] Setting 'duration' to value '10'
[Parsed_testsrc_0 @ 0x67c1240] size:320x240 rate:25/1 duration:10.000000 sar:1/1
[AVFilterGraph @ 0x67c0140] query_formats: 2 queried, 1 merged, 0 already done, 0 delayed
[lavfi @ 0x67bf3c0] All info found
[lavfi @ 0x67bf3c0] stream 0: start_time: 0.000 duration: -368934881474191040.000
[lavfi @ 0x67bf3c0] format: start_time: 0.000 duration: -9223372036854.775 (estimate from bit rate) bitrate=0 kb/s
Input #0, lavfi, from 'testsrc=duration=10':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0, 1, 1/25: Video: rawvideo, 1 reference frame (RGB[24] / 0x18424752), rgb24, 320x240 [SAR 1:1 DAR 4:3], 0/1, 25 tbr, 25 tbn, 25 tbc
Successfully opened the file.
Parsing a group of options: output url loop.mpd.
Applying option f (force format) with argument dash.
Successfully parsed a group of options.
Opening an output file: loop.mpd.
Successfully opened the file.
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'video_size' to value '320x240'
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'pix_fmt' to value '2'
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'time_base' to value '1/25'
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'pixel_aspect' to value '1/1'
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x67c6740] Setting 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 0x67c6740] w:320 h:240 pixfmt:rgb24 tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
[format @ 0x67cb340] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le'
[auto_scaler_0 @ 0x67c8400] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 0x67c8400] w:iw h:ih flags:'bicubic' interl:0
[format @ 0x67cb340] auto-inserting filter 'auto_scaler_0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0x67cb240] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
[auto_scaler_0 @ 0x67c8400] picking yuv444p out of 13 ref:rgb24 alpha:0
[auto_scaler_0 @ 0x67c8400] w:320 h:240 fmt:rgb24 sar:1/1 -> w:320 h:240 fmt:yuv444p sar:1/1 flags:0x4
[libx264 @ 0x67c54c0] using mv_range_thread = 24
[libx264 @ 0x67c54c0] using SAR=1/1
[libx264 @ 0x67c54c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x67c54c0] profile High 4:4:4 Predictive, level 1.3, 4:4:4, 8-bit
[libx264 @ 0x67c54c0] 264 - core 157 r2969 d4099dd - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - 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=4 threads=7 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[dash @ 0x67c3a80] No bit rate set for stream 0
[dash @ 0x67c3a80] Opening 'init-stream0.m4s' for writing
[file @ 0x691c900] Setting default whitelist 'file,crypto'
[mp4 @ 0x691ae80] Empty MOOV enabled; disabling automatic bitstream filtering
[dash @ 0x67c3a80] Representation 0 init segment will be written to: init-stream0.m4s
Output #0, dash, to 'loop.mpd':
  Metadata:
    encoder         : Lavf58.33.100
    Stream #0:0, 0, 1/12800: Video: h264 (libx264), 1 reference frame, yuv444p, 320x240 [SAR 1:1 DAR 4:3], 0/1, q=-1--1, 25 fps, 12800 tbn, 25 tbc
    Metadata:
      encoder         : Lavc58.59.102 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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
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)
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   0 QP=19.18 NAL=3 Slice:I Poc:0   I:300  P:0    SKIP:0    size=2974 bytes
[AVIOContext @ 0x691c980] Statistics: 0 seeks, 1 writeouts
[dash @ 0x67c3a80] Opening 'chunk-stream0-00001.m4s.tmp' for writing
[file @ 0x67c7c40] Setting default whitelist 'file,crypto'
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   1 QP=22.56 NAL=2 Slice:P Poc:8   I:13   P:48   SKIP:239  size=697 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   2 QP=14.71 NAL=2 Slice:B Poc:4   I:4    P:26   SKIP:270  size=163 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   3 QP=15.73 NAL=0 Slice:B Poc:2   I:1    P:17   SKIP:282  size=53 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   4 QP=15.35 NAL=0 Slice:B Poc:6   I:2    P:8    SKIP:290  size=53 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   5 QP=22.18 NAL=2 Slice:P Poc:16  I:13   P:41   SKIP:246  size=491 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   6 QP=14.24 NAL=2 Slice:B Poc:12  I:7    P:16   SKIP:277  size=131 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   7 QP=15.35 NAL=0 Slice:B Poc:10  I:2    P:13   SKIP:285  size=56 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   8 QP=14.54 NAL=0 Slice:B Poc:14  I:1    P:9    SKIP:290  size=41 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=   9 QP=14.12 NAL=2 Slice:P Poc:24  I:12   P:39   SKIP:249  size=518 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  10 QP=14.24 NAL=2 Slice:B Poc:20  I:4    P:18   SKIP:278  size=98 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  11 QP=15.35 NAL=0 Slice:B Poc:18  I:2    P:10   SKIP:288  size=56 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  12 QP=15.17 NAL=0 Slice:B Poc:22  I:2    P:8    SKIP:290  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  13 QP=14.30 NAL=2 Slice:P Poc:32  I:12   P:44   SKIP:244  size=500 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  14 QP=14.73 NAL=2 Slice:B Poc:28  I:2    P:19   SKIP:279  size=112 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  15 QP=15.35 NAL=0 Slice:B Poc:26  I:2    P:10   SKIP:288  size=52 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  16 QP=15.24 NAL=0 Slice:B Poc:30  I:1    P:7    SKIP:292  size=39 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  17 QP=14.57 NAL=2 Slice:P Poc:38  I:10   P:38   SKIP:252  size=380 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  18 QP=14.89 NAL=2 Slice:B Poc:34  I:1    P:12   SKIP:287  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  19 QP=15.79 NAL=0 Slice:B Poc:36  I:0    P:9    SKIP:291  size=47 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  20 QP=14.05 NAL=2 Slice:P Poc:44  I:9    P:42   SKIP:249  size=424 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  21 QP=15.13 NAL=2 Slice:B Poc:40  I:1    P:14   SKIP:285  size=61 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  22 QP=15.49 NAL=0 Slice:B Poc:42  I:1    P:4    SKIP:295  size=36 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  23 QP=12.94 NAL=2 Slice:P Poc:46  I:11   P:37   SKIP:252  size=283 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  24 QP=16.57 NAL=2 Slice:P Poc:54  I:17   P:38   SKIP:245  size=538 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  25 QP=14.38 NAL=2 Slice:B Poc:50  I:3    P:27   SKIP:270  size=91 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  26 QP=15.49 NAL=0 Slice:B Poc:48  I:3    P:27   SKIP:270  size=56 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  27 QP=15.49 NAL=0 Slice:B Poc:52  I:4    P:7    SKIP:289  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  28 QP=13.10 NAL=2 Slice:P Poc:60  I:10   P:38   SKIP:252  size=415 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  29 QP=15.35 NAL=2 Slice:B Poc:56  I:2    P:12   SKIP:286  size=80 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  30 QP=15.49 NAL=0 Slice:B Poc:58  I:1    P:10   SKIP:289  size=56 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  31 QP=12.35 NAL=2 Slice:P Poc:68  I:10   P:41   SKIP:249  size=489 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  32 QP=14.38 NAL=2 Slice:B Poc:64  I:1    P:15   SKIP:284  size=85 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  33 QP=13.00 NAL=0 Slice:B Poc:62  I:1    P:10   SKIP:289  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  34 QP=13.00 NAL=0 Slice:B Poc:66  I:0    P:6    SKIP:294  size=25 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  35 QP=12.89 NAL=2 Slice:P Poc:76  I:14   P:38   SKIP:248  size=457 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  36 QP=13.91 NAL=2 Slice:B Poc:72  I:1    P:17   SKIP:282  size=78 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  37 QP=13.00 NAL=0 Slice:B Poc:70  I:1    P:5    SKIP:294  size=27 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  38 QP=14.84 NAL=0 Slice:B Poc:74  I:1    P:7    SKIP:292  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  39 QP=13.71 NAL=2 Slice:P Poc:84  I:11   P:38   SKIP:251  size=495 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  40 QP=15.93 NAL=2 Slice:B Poc:80  I:5    P:20   SKIP:275  size=104 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  41 QP=14.40 NAL=0 Slice:B Poc:78  I:1    P:12   SKIP:287  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  42 QP=13.00 NAL=0 Slice:B Poc:82  I:1    P:12   SKIP:287  size=36 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  43 QP=13.23 NAL=2 Slice:P Poc:92  I:12   P:40   SKIP:248  size=481 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  44 QP=14.80 NAL=2 Slice:B Poc:88  I:3    P:16   SKIP:281  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  45 QP=15.73 NAL=0 Slice:B Poc:86  I:1    P:9    SKIP:290  size=44 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  46 QP=13.00 NAL=0 Slice:B Poc:90  I:1    P:9    SKIP:290  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  47 QP=18.42 NAL=2 Slice:P Poc:100 I:17   P:44   SKIP:239  size=655 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  48 QP=13.89 NAL=2 Slice:B Poc:96  I:0    P:31   SKIP:269  size=80 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  49 QP=13.00 NAL=0 Slice:B Poc:94  I:0    P:9    SKIP:291  size=30 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  50 QP=15.13 NAL=0 Slice:B Poc:98  I:2    P:19   SKIP:279  size=48 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  51 QP=13.38 NAL=2 Slice:P Poc:108 I:9    P:39   SKIP:252  size=485 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  52 QP=14.03 NAL=2 Slice:B Poc:104 I:1    P:14   SKIP:285  size=60 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  53 QP=15.15 NAL=0 Slice:B Poc:102 I:0    P:9    SKIP:291  size=36 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  54 QP=13.00 NAL=0 Slice:B Poc:106 I:1    P:7    SKIP:292  size=29 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  55 QP=13.71 NAL=2 Slice:P Poc:116 I:6    P:42   SKIP:252  size=449 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  56 QP=14.80 NAL=2 Slice:B Poc:112 I:2    P:13   SKIP:285  size=64 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  57 QP=13.00 NAL=0 Slice:B Poc:110 I:0    P:7    SKIP:293  size=28 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  58 QP=15.13 NAL=0 Slice:B Poc:114 I:2    P:5    SKIP:293  size=34 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  59 QP=13.64 NAL=2 Slice:P Poc:124 I:8    P:43   SKIP:249  size=460 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  60 QP=14.16 NAL=2 Slice:B Poc:120 I:2    P:13   SKIP:285  size=65 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  61 QP=13.00 NAL=0 Slice:B Poc:118 I:0    P:7    SKIP:293  size=27 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  62 QP=13.00 NAL=0 Slice:B Poc:122 I:1    P:5    SKIP:294  size=27 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  63 QP=13.66 NAL=2 Slice:P Poc:132 I:7    P:38   SKIP:255  size=508 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  64 QP=13.82 NAL=2 Slice:B Poc:128 I:1    P:13   SKIP:286  size=61 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  65 QP=13.00 NAL=0 Slice:B Poc:126 I:2    P:8    SKIP:290  size=34 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  66 QP=16.57 NAL=0 Slice:B Poc:130 I:1    P:5    SKIP:294  size=36 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  67 QP=12.93 NAL=2 Slice:P Poc:140 I:10   P:44   SKIP:246  size=512 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  68 QP=12.00 NAL=2 Slice:B Poc:136 I:1    P:16   SKIP:283  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  69 QP=13.00 NAL=0 Slice:B Poc:134 I:0    P:4    SKIP:296  size=21 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  70 QP=13.00 NAL=0 Slice:B Poc:138 I:0    P:4    SKIP:296  size=23 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  71 QP=13.16 NAL=2 Slice:P Poc:148 I:7    P:41   SKIP:252  size=479 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  72 QP=13.40 NAL=2 Slice:B Poc:144 I:6    P:17   SKIP:277  size=68 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  73 QP=13.00 NAL=0 Slice:B Poc:142 I:1    P:7    SKIP:292  size=29 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  74 QP=13.00 NAL=0 Slice:B Poc:146 I:0    P:7    SKIP:293  size=28 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  75 QP=16.73 NAL=2 Slice:P Poc:156 I:15   P:42   SKIP:243  size=491 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  76 QP=14.60 NAL=2 Slice:B Poc:152 I:2    P:20   SKIP:278  size=68 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  77 QP=15.88 NAL=0 Slice:B Poc:150 I:2    P:12   SKIP:286  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  78 QP=13.00 NAL=0 Slice:B Poc:154 I:0    P:11   SKIP:289  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  79 QP=12.60 NAL=2 Slice:P Poc:164 I:16   P:39   SKIP:245  size=495 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  80 QP=13.93 NAL=2 Slice:B Poc:160 I:1    P:22   SKIP:277  size=95 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  81 QP=13.00 NAL=0 Slice:B Poc:158 I:0    P:9    SKIP:291  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  82 QP=13.00 NAL=0 Slice:B Poc:162 I:0    P:10   SKIP:290  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  83 QP=13.64 NAL=2 Slice:P Poc:170 I:5    P:43   SKIP:252  size=419 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  84 QP=13.00 NAL=2 Slice:B Poc:166 I:0    P:17   SKIP:283  size=50 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  85 QP=13.00 NAL=0 Slice:B Poc:168 I:1    P:8    SKIP:291  size=30 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  86 QP=13.17 NAL=2 Slice:P Poc:178 I:15   P:44   SKIP:241  size=468 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  87 QP=12.00 NAL=2 Slice:B Poc:174 I:0    P:17   SKIP:283  size=49 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  88 QP=13.00 NAL=0 Slice:B Poc:172 I:0    P:8    SKIP:292  size=27 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  89 QP=13.00 NAL=0 Slice:B Poc:176 I:1    P:5    SKIP:294  size=26 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  90 QP=13.76 NAL=2 Slice:P Poc:184 I:12   P:38   SKIP:250  size=412 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  91 QP=13.00 NAL=2 Slice:B Poc:180 I:0    P:9    SKIP:291  size=31 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  92 QP=13.00 NAL=0 Slice:B Poc:182 I:0    P:16   SKIP:284  size=39 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  93 QP=13.09 NAL=2 Slice:P Poc:190 I:12   P:40   SKIP:248  size=436 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  94 QP=13.00 NAL=2 Slice:B Poc:186 I:2    P:19   SKIP:279  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  95 QP=15.27 NAL=0 Slice:B Poc:188 I:2    P:10   SKIP:288  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  96 QP=12.50 NAL=2 Slice:P Poc:196 I:8    P:45   SKIP:247  size=375 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  97 QP=15.17 NAL=2 Slice:B Poc:192 I:0    P:15   SKIP:285  size=57 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  98 QP=13.00 NAL=0 Slice:B Poc:194 I:1    P:5    SKIP:294  size=25 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame=  99 QP=17.31 NAL=2 Slice:P Poc:202 I:22   P:49   SKIP:229  size=486 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 100 QP=15.17 NAL=2 Slice:B Poc:198 I:2    P:23   SKIP:275  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 101 QP=15.25 NAL=0 Slice:B Poc:200 I:0    P:17   SKIP:283  size=41 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 102 QP=12.59 NAL=2 Slice:P Poc:208 I:15   P:40   SKIP:245  size=398 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 103 QP=15.17 NAL=2 Slice:B Poc:204 I:1    P:13   SKIP:286  size=59 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 104 QP=15.27 NAL=0 Slice:B Poc:206 I:0    P:12   SKIP:288  size=44 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 105 QP=13.21 NAL=2 Slice:P Poc:216 I:16   P:32   SKIP:252  size=477 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 106 QP=14.17 NAL=2 Slice:B Poc:212 I:1    P:23   SKIP:276  size=90 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 107 QP=13.00 NAL=0 Slice:B Poc:210 I:0    P:18   SKIP:282  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 108 QP=13.00 NAL=0 Slice:B Poc:214 I:0    P:9    SKIP:291  size=28 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 109 QP=12.55 NAL=2 Slice:P Poc:224 I:13   P:42   SKIP:245  size=450 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 110 QP=14.21 NAL=2 Slice:B Poc:220 I:1    P:24   SKIP:275  size=99 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 111 QP=13.00 NAL=0 Slice:B Poc:218 I:1    P:13   SKIP:286  size=38 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 112 QP=13.00 NAL=0 Slice:B Poc:222 I:1    P:10   SKIP:289  size=34 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 113 QP=12.53 NAL=2 Slice:P Poc:232 I:8    P:43   SKIP:249  size=475 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 114 QP=14.27 NAL=2 Slice:B Poc:228 I:1    P:21   SKIP:278  size=79 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 115 QP=13.00 NAL=0 Slice:B Poc:226 I:0    P:17   SKIP:283  size=38 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 116 QP=13.00 NAL=0 Slice:B Poc:230 I:0    P:11   SKIP:289  size=34 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 117 QP=12.65 NAL=2 Slice:P Poc:240 I:9    P:41   SKIP:250  size=407 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 118 QP=14.27 NAL=2 Slice:B Poc:236 I:0    P:20   SKIP:280  size=74 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 119 QP=13.00 NAL=0 Slice:B Poc:234 I:0    P:9    SKIP:291  size=29 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 120 QP=13.00 NAL=0 Slice:B Poc:238 I:0    P:8    SKIP:292  size=26 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 121 QP=12.64 NAL=2 Slice:P Poc:248 I:20   P:35   SKIP:245  size=427 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 122 QP=15.07 NAL=2 Slice:B Poc:244 I:2    P:26   SKIP:272  size=89 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 123 QP=15.72 NAL=0 Slice:B Poc:242 I:2    P:12   SKIP:286  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 124 QP=13.00 NAL=0 Slice:B Poc:246 I:0    P:14   SKIP:286  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 125 QP=19.07 NAL=2 Slice:P Poc:256 I:23   P:42   SKIP:235  size=623 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 126 QP=14.08 NAL=2 Slice:B Poc:252 I:0    P:35   SKIP:265  size=100 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 127 QP=13.00 NAL=0 Slice:B Poc:250 I:0    P:26   SKIP:274  size=45 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 128 QP=15.45 NAL=0 Slice:B Poc:254 I:2    P:11   SKIP:287  size=45 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 129 QP=13.90 NAL=2 Slice:P Poc:264 I:14   P:37   SKIP:249  size=493 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 130 QP=14.46 NAL=2 Slice:B Poc:260 I:2    P:21   SKIP:277  size=113 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 131 QP=13.00 NAL=0 Slice:B Poc:258 I:1    P:14   SKIP:285  size=38 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 132 QP=15.27 NAL=0 Slice:B Poc:262 I:0    P:13   SKIP:287  size=41 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 133 QP=12.60 NAL=2 Slice:P Poc:272 I:12   P:39   SKIP:249  size=559 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 134 QP=14.17 NAL=2 Slice:B Poc:268 I:2    P:21   SKIP:277  size=90 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 135 QP=15.27 NAL=0 Slice:B Poc:266 I:2    P:12   SKIP:286  size=44 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 136 QP=15.27 NAL=0 Slice:B Poc:270 I:1    P:6    SKIP:293  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 137 QP=13.30 NAL=2 Slice:P Poc:280 I:15   P:43   SKIP:242  size=542 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 138 QP=14.17 NAL=2 Slice:B Poc:276 I:2    P:16   SKIP:282  size=66 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 139 QP=13.00 NAL=0 Slice:B Poc:274 I:0    P:10   SKIP:290  size=32 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 140 QP=13.00 NAL=0 Slice:B Poc:278 I:0    P:11   SKIP:289  size=30 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 141 QP=12.61 NAL=2 Slice:P Poc:288 I:12   P:38   SKIP:250  size=511 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 142 QP=14.38 NAL=2 Slice:B Poc:284 I:0    P:18   SKIP:282  size=62 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 143 QP=15.35 NAL=0 Slice:B Poc:282 I:1    P:13   SKIP:286  size=47 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 144 QP=15.49 NAL=0 Slice:B Poc:286 I:0    P:10   SKIP:290  size=38 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 145 QP=13.47 NAL=2 Slice:P Poc:296 I:14   P:45   SKIP:241  size=457 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 146 QP=14.24 NAL=2 Slice:B Poc:292 I:1    P:18   SKIP:281  size=63 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 147 QP=14.82 NAL=0 Slice:B Poc:290 I:0    P:12   SKIP:288  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 148 QP=13.00 NAL=0 Slice:B Poc:294 I:0    P:8    SKIP:292  size=30 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 149 QP=16.24 NAL=2 Slice:P Poc:304 I:13   P:44   SKIP:243  size=496 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 150 QP=12.00 NAL=2 Slice:B Poc:300 I:3    P:21   SKIP:276  size=61 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 151 QP=13.00 NAL=0 Slice:B Poc:298 I:2    P:12   SKIP:286  size=39 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 152 QP=13.00 NAL=0 Slice:B Poc:302 I:0    P:9    SKIP:291  size=29 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 153 QP=13.07 NAL=2 Slice:P Poc:312 I:7    P:41   SKIP:252  size=439 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 154 QP=14.60 NAL=2 Slice:B Poc:308 I:1    P:24   SKIP:275  size=73 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 155 QP=13.00 NAL=0 Slice:B Poc:306 I:0    P:14   SKIP:286  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 156 QP=13.00 NAL=0 Slice:B Poc:310 I:0    P:15   SKIP:285  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 157 QP=13.03 NAL=2 Slice:P Poc:320 I:10   P:40   SKIP:250  size=466 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 158 QP=14.73 NAL=2 Slice:B Poc:316 I:2    P:21   SKIP:277  size=65 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 159 QP=13.00 NAL=0 Slice:B Poc:314 I:0    P:16   SKIP:284  size=34 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 160 QP=15.57 NAL=0 Slice:B Poc:318 I:0    P:19   SKIP:281  size=63 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 161 QP=14.02 NAL=2 Slice:P Poc:328 I:14   P:44   SKIP:242  size=487 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 162 QP=14.49 NAL=2 Slice:B Poc:324 I:1    P:18   SKIP:280  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 163 QP=15.49 NAL=0 Slice:B Poc:322 I:0    P:17   SKIP:283  size=55 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 164 QP=15.79 NAL=0 Slice:B Poc:326 I:1    P:17   SKIP:282  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 165 QP=13.31 NAL=2 Slice:P Poc:334 I:11   P:45   SKIP:244  size=428 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 166 QP=15.38 NAL=2 Slice:B Poc:330 I:0    P:20   SKIP:280  size=73 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 167 QP=13.00 NAL=0 Slice:B Poc:332 I:0    P:14   SKIP:286  size=37 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 168 QP=12.73 NAL=2 Slice:P Poc:340 I:15   P:45   SKIP:240  size=390 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 169 QP=15.38 NAL=2 Slice:B Poc:336 I:0    P:24   SKIP:276  size=87 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 170 QP=15.42 NAL=0 Slice:B Poc:338 I:0    P:13   SKIP:287  size=47 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 171 QP=12.64 NAL=2 Slice:P Poc:346 I:10   P:42   SKIP:248  size=436 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 172 QP=15.38 NAL=2 Slice:B Poc:342 I:1    P:19   SKIP:280  size=87 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 173 QP=14.54 NAL=0 Slice:B Poc:344 I:1    P:10   SKIP:289  size=42 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 174 QP=17.16 NAL=2 Slice:P Poc:354 I:13   P:44   SKIP:243  size=532 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 175 QP=13.54 NAL=2 Slice:B Poc:350 I:1    P:28   SKIP:270  size=74 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 176 QP=15.49 NAL=0 Slice:B Poc:348 I:2    P:24   SKIP:274  size=60 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 177 QP=14.47 NAL=0 Slice:B Poc:352 I:0    P:9    SKIP:290  size=41 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 178 QP=12.63 NAL=2 Slice:P Poc:360 I:17   P:42   SKIP:241  size=375 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 179 QP=13.00 NAL=2 Slice:B Poc:356 I:0    P:18   SKIP:282  size=46 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 180 QP=13.00 NAL=0 Slice:B Poc:358 I:0    P:11   SKIP:289  size=36 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 181 QP=13.89 NAL=2 Slice:P Poc:368 I:18   P:34   SKIP:248  size=476 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 182 QP=15.66 NAL=2 Slice:B Poc:364 I:0    P:19   SKIP:281  size=93 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 183 QP=13.00 NAL=0 Slice:B Poc:362 I:0    P:10   SKIP:290  size=31 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 184 QP=15.57 NAL=0 Slice:B Poc:366 I:0    P:20   SKIP:280  size=70 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 185 QP=13.52 NAL=2 Slice:P Poc:376 I:14   P:39   SKIP:247  size=516 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 186 QP=15.55 NAL=2 Slice:B Poc:372 I:0    P:32   SKIP:268  size=127 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 187 QP=15.49 NAL=0 Slice:B Poc:370 I:0    P:15   SKIP:285  size=51 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 188 QP=13.00 NAL=0 Slice:B Poc:374 I:0    P:10   SKIP:290  size=30 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 189 QP=13.72 NAL=2 Slice:P Poc:384 I:12   P:32   SKIP:256  size=498 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 190 QP=16.22 NAL=2 Slice:B Poc:380 I:4    P:22   SKIP:274  size=104 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 191 QP=13.00 NAL=0 Slice:B Poc:378 I:1    P:10   SKIP:289  size=37 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 192 QP=15.73 NAL=0 Slice:B Poc:382 I:2    P:8    SKIP:290  size=38 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 193 QP=12.09 NAL=2 Slice:P Poc:392 I:18   P:40   SKIP:242  size=537 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 194 QP=14.66 NAL=2 Slice:B Poc:388 I:1    P:17   SKIP:282  size=69 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 195 QP=15.73 NAL=0 Slice:B Poc:386 I:3    P:6    SKIP:291  size=37 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 196 QP=15.80 NAL=0 Slice:B Poc:390 I:0    P:9    SKIP:291  size=35 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 197 QP=17.90 NAL=2 Slice:P Poc:400 I:21   P:35   SKIP:244  size=653 bytes
[rawvideo @ 0x67c3600] PACKET SIZE: 230400, STRIDE: 960
[libx264 @ 0x67c54c0] frame= 198 QP=14.03 NAL=2 Slice:B Poc:396 I:1    P:28   SKIP:271  size=85 bytes
[Parsed_testsrc_0 @ 0x67c1240] EOF timestamp not reliable
[out_0_0 @ 0x67c7480] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
[libx264 @ 0x67c54c0] frame= 199 QP=13.00 NAL=0 Slice:B Poc:394 I:0    P:10   SKIP:290  size=33 bytes
[libx264 @ 0x67c54c0] frame= 200 QP=15.83 NAL=0 Slice:B Poc:398 I:3    P:14   SKIP:283  size=59 bytes
[libx264 @ 0x67c54c0] frame= 201 QP=13.65 NAL=2 Slice:P Poc:408 I:10   P:45   SKIP:245  size=492 bytes
[libx264 @ 0x67c54c0] frame= 202 QP=14.78 NAL=2 Slice:B Poc:404 I:2    P:18   SKIP:280  size=83 bytes
[libx264 @ 0x67c54c0] frame= 203 QP=14.91 NAL=0 Slice:B Poc:402 I:1    P:6    SKIP:293  size=29 bytes
[libx264 @ 0x67c54c0] frame= 204 QP=15.91 NAL=0 Slice:B Poc:406 I:1    P:6    SKIP:293  size=35 bytes
[libx264 @ 0x67c54c0] frame= 205 QP=13.75 NAL=2 Slice:P Poc:416 I:10   P:41   SKIP:249  size=525 bytes
[libx264 @ 0x67c54c0] frame= 206 QP=15.48 NAL=2 Slice:B Poc:412 I:2    P:12   SKIP:286  size=70 bytes
[libx264 @ 0x67c54c0] frame= 207 QP=15.71 NAL=0 Slice:B Poc:410 I:1    P:11   SKIP:288  size=46 bytes
[libx264 @ 0x67c54c0] frame= 208 QP=14.98 NAL=0 Slice:B Poc:414 I:2    P:9    SKIP:289  size=47 bytes
[libx264 @ 0x67c54c0] frame= 209 QP=12.34 NAL=2 Slice:P Poc:424 I:10   P:43   SKIP:247  size=463 bytes
[libx264 @ 0x67c54c0] frame= 210 QP=14.03 NAL=2 Slice:B Poc:420 I:1    P:13   SKIP:286  size=67 bytes
[libx264 @ 0x67c54c0] frame= 211 QP=13.00 NAL=0 Slice:B Poc:418 I:0    P:9    SKIP:291  size=28 bytes
[libx264 @ 0x67c54c0] frame= 212 QP=15.70 NAL=0 Slice:B Poc:422 I:0    P:6    SKIP:294  size=38 bytes
[libx264 @ 0x67c54c0] frame= 213 QP=13.80 NAL=2 Slice:P Poc:432 I:13   P:37   SKIP:250  size=512 bytes
[libx264 @ 0x67c54c0] frame= 214 QP=13.68 NAL=2 Slice:B Poc:428 I:0    P:19   SKIP:281  size=73 bytes
[libx264 @ 0x67c54c0] frame= 215 QP=13.00 NAL=0 Slice:B Poc:426 I:0    P:10   SKIP:290  size=29 bytes
[libx264 @ 0x67c54c0] frame= 216 QP=15.13 NAL=0 Slice:B Poc:430 I:0    P:6    SKIP:294  size=33 bytes
[libx264 @ 0x67c54c0] frame= 217 QP=12.52 NAL=2 Slice:P Poc:440 I:7    P:44   SKIP:249  size=530 bytes
[libx264 @ 0x67c54c0] frame= 218 QP=14.10 NAL=2 Slice:B Poc:436 I:2    P:18   SKIP:280  size=64 bytes
[libx264 @ 0x67c54c0] frame= 219 QP=15.20 NAL=0 Slice:B Poc:434 I:0    P:15   SKIP:285  size=52 bytes
[libx264 @ 0x67c54c0] frame= 220 QP=15.13 NAL=0 Slice:B Poc:438 I:2    P:4    SKIP:294  size=35 bytes
[libx264 @ 0x67c54c0] frame= 221 QP=12.75 NAL=2 Slice:P Poc:448 I:11   P:41   SKIP:248  size=462 bytes
[libx264 @ 0x67c54c0] frame= 222 QP=15.47 NAL=2 Slice:B Poc:444 I:4    P:16   SKIP:280  size=76 bytes
[libx264 @ 0x67c54c0] frame= 223 QP=15.03 NAL=0 Slice:B Poc:442 I:0    P:10   SKIP:290  size=44 bytes
[libx264 @ 0x67c54c0] frame= 224 QP=13.00 NAL=0 Slice:B Poc:446 I:0    P:12   SKIP:288  size=36 bytes
[libx264 @ 0x67c54c0] frame= 225 QP=15.96 NAL=2 Slice:P Poc:456 I:18   P:39   SKIP:243  size=493 bytes
[libx264 @ 0x67c54c0] frame= 226 QP=14.05 NAL=2 Slice:B Poc:452 I:2    P:26   SKIP:272  size=70 bytes
[libx264 @ 0x67c54c0] frame= 227 QP=14.47 NAL=0 Slice:B Poc:450 I:1    P:16   SKIP:283  size=46 bytes
[libx264 @ 0x67c54c0] frame= 228 QP=15.03 NAL=0 Slice:B Poc:454 I:0    P:8    SKIP:292  size=35 bytes
[libx264 @ 0x67c54c0] frame= 229 QP=13.71 NAL=2 Slice:P Poc:464 I:17   P:37   SKIP:246  size=493 bytes
[libx264 @ 0x67c54c0] frame= 230 QP=14.61 NAL=2 Slice:B Poc:460 I:3    P:12   SKIP:285  size=50 bytes
[libx264 @ 0x67c54c0] frame= 231 QP=13.00 NAL=0 Slice:B Poc:458 I:0    P:17   SKIP:283  size=41 bytes
[libx264 @ 0x67c54c0] frame= 232 QP=13.00 NAL=0 Slice:B Poc:462 I:0    P:11   SKIP:289  size=33 bytes
[libx264 @ 0x67c54c0] frame= 233 QP=14.00 NAL=2 Slice:P Poc:470 I:16   P:41   SKIP:243  size=400 bytes
[libx264 @ 0x67c54c0] frame= 234 QP=13.00 NAL=2 Slice:B Poc:466 I:0    P:10   SKIP:290  size=34 bytes
[libx264 @ 0x67c54c0] frame= 235 QP=13.00 NAL=0 Slice:B Poc:468 I:0    P:12   SKIP:288  size=35 bytes
[libx264 @ 0x67c54c0] frame= 236 QP=14.02 NAL=2 Slice:P Poc:478 I:10   P:40   SKIP:250  size=478 bytes
[libx264 @ 0x67c54c0] frame= 237 QP=14.66 NAL=2 Slice:B Poc:474 I:5    P:15   SKIP:280  size=74 bytes
[libx264 @ 0x67c54c0] frame= 238 QP=13.00 NAL=0 Slice:B Poc:472 I:0    P:12   SKIP:288  size=32 bytes
[libx264 @ 0x67c54c0] frame= 239 QP=13.00 NAL=0 Slice:B Poc:476 I:1    P:11   SKIP:288  size=33 bytes
[libx264 @ 0x67c54c0] frame= 240 QP=14.24 NAL=2 Slice:P Poc:484 I:13   P:37   SKIP:250  size=390 bytes
[libx264 @ 0x67c54c0] frame= 241 QP=15.67 NAL=2 Slice:B Poc:480 I:2    P:13   SKIP:285  size=45 bytes
[libx264 @ 0x67c54c0] frame= 242 QP=16.00 NAL=0 Slice:B Poc:482 I:1    P:10   SKIP:289  size=50 bytes
[libx264 @ 0x67c54c0] frame= 243 QP=15.22 NAL=2 Slice:P Poc:490 I:11   P:41   SKIP:248  size=331 bytes
[libx264 @ 0x67c54c0] frame= 244 QP=15.21 NAL=2 Slice:B Poc:486 I:1    P:15   SKIP:284  size=77 bytes
[libx264 @ 0x67c54c0] frame= 245 QP=13.00 NAL=0 Slice:B Poc:488 I:0    P:5    SKIP:295  size=23 bytes
[libx264 @ 0x67c54c0] frame= 246 QP=16.61 NAL=2 Slice:P Poc:496 I:13   P:42   SKIP:245  size=285 bytes
[libx264 @ 0x67c54c0] frame= 247 QP=13.00 NAL=2 Slice:B Poc:492 I:1    P:18   SKIP:281  size=51 bytes
[libx264 @ 0x67c54c0] frame= 248 QP=14.47 NAL=0 Slice:B Poc:494 I:1    P:8    SKIP:291  size=37 bytes
[libx264 @ 0x67c54c0] frame= 249 QP=16.27 NAL=2 Slice:P Poc:498 I:10   P:44   SKIP:246  size=158 bytes
[AVIOContext @ 0x691c8c0] Statistics: 0 seeks, 1 writeouts
[dash @ 0x67c3a80] Representation 0 media segment 2 written to: chunk-stream0-00001.m4s
[dash @ 0x67c3a80] Opening 'loop.mpd.tmp' for writing
[file @ 0x67c7c40] Setting default whitelist 'file,crypto'
[dash @ 0x67c3a80] Opening 'media_0.m3u8.tmp' for writing
[file @ 0x6919940] Setting default whitelist 'file,crypto'
EXT-X-MEDIA-SEQUENCE:1
[AVIOContext @ 0x695ac00] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x695aac0] Statistics: 0 seeks, 1 writeouts
[dash @ 0x67c3a80] Opening 'master.m3u8.tmp' for writing
[file @ 0x6919940] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x6919740] Statistics: 0 seeks, 1 writeouts
frame=  250 fps=0.0 q=-1.0 Lsize=N/A time=00:00:09.88 bitrate=N/A speed=35.1x    
video:44kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (testsrc=duration=10):
  Input stream #0:0 (video): 250 packets read (57600000 bytes); 250 frames decoded; 
  Total: 250 packets (57600000 bytes) demuxed
Output file #0 (loop.mpd):
  Output stream #0:0 (video): 250 frames encoded; 250 packets muxed (44955 bytes); 
  Total: 250 packets (44955 bytes) muxed
250 frames successfully decoded, 0 decoding errors
[libx264 @ 0x67c54c0] frame I:1     Avg QP:19.18  size:  2974
[libx264 @ 0x67c54c0] frame P:68    Avg QP:14.18  size:   468
[libx264 @ 0x67c54c0] frame B:181   Avg QP:14.25  size:    52
[libx264 @ 0x67c54c0] consecutive B-frames:  1.2%  0.0% 20.4% 78.4%
[libx264 @ 0x67c54c0] mb I  I16..4: 30.0% 43.0% 27.0%
[libx264 @ 0x67c54c0] mb P  I16..4:  1.9%  1.4%  0.9%  P16..4:  7.1%  3.9%  2.6%  0.0%  0.0%    skip:82.2%
[libx264 @ 0x67c54c0] mb B  I16..4:  0.2%  0.1%  0.0%  B16..8:  4.4%  0.1%  0.0%  direct: 0.1%  skip:95.1%  L0:53.2% L1:41.6% BI: 5.2%
[libx264 @ 0x67c54c0] 8x8 transform intra:36.6% inter:37.1%
[libx264 @ 0x67c54c0] coded y,u,v intra: 9.8% 10.8% 9.5% inter: 0.7% 0.8% 0.7%
[libx264 @ 0x67c54c0] i16 v,h,dc,p: 52% 32%  1% 15%
[libx264 @ 0x67c54c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 71%  4% 24%  0%  0%  0%  0%  0%  0%
[libx264 @ 0x67c54c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 56% 13%  1%  1%  1%  0%  1%  0%
[libx264 @ 0x67c54c0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x67c54c0] ref P L0: 69.1%  7.4% 20.4%  3.1%
[libx264 @ 0x67c54c0] ref B L0: 58.5% 38.4%  3.1%
[libx264 @ 0x67c54c0] ref B L1: 97.7%  2.3%
[libx264 @ 0x67c54c0] kb/s:35.41
ffmpeg started on 2019-10-24 at 21:13:02
Report written to "ffmpeg-20191024-211302.log"
Log level: 99
Command line:
./ffmpeg-git-amd64-static/ffmpeg-git-20191022-amd64-static/ffmpeg -report -v 9 -loglevel 99 -seek_timestamp 1 -ss 65 -i loop.mpd out.mp4
ffmpeg version N-50535-gec5d385722-static https://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
  configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg
  libavutil      56. 35.101 / 56. 35.101
  libavcodec     58. 59.102 / 58. 59.102
  libavformat    58. 33.100 / 58. 33.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 64.100 /  7. 64.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 '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-seek_timestamp' ... matched as option 'seek_timestamp' (enable/disable seeking by timestamp with -ss) with argument '1'.
Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '65'.
Reading option '-i' ... matched as input url with argument 'loop.mpd'.
Reading option 'out.mp4' ... 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 v (set logging level) with argument 9.
Applying option loglevel (set logging level) with argument 99.
Successfully parsed a group of options.
Parsing a group of options: input url loop.mpd.
Applying option seek_timestamp (enable/disable seeking by timestamp with -ss) with argument 1.
Applying option ss (set the start time offset) with argument 65.
Successfully parsed a group of options.
Opening an input file: loop.mpd.
[NULL @ 0x71d9340] Opening 'loop.mpd' for reading
[file @ 0x71d9c40] Setting default whitelist 'file,crypto'
Probing dash score:100 size:1080
[dash @ 0x71d9340] Format dash probed with size=2048 and score=100
[dash @ 0x71d9340] c->media_presentation_duration = [10]
[dash @ 0x71d9340] c->min_buffer_time = [20]
[dash @ 0x71d9340] rep->fragment_timescale = [12800]
[dash @ 0x71d9340] rep->first_seq_no = [1]
[dash @ 0x71d9340] DASH request for url 'init-stream0.m4s', offset 0, playlist 0
[file @ 0x71e0d00] Setting default whitelist 'file,crypto'
[dash @ 0x71d9340] Downloading an initialization section of size 819
[AVIOContext @ 0x71e1100] Statistics: 819 bytes read, 0 seeks
[dash @ 0x71d9340] DASH request for url 'chunk-stream0-00001.m4s', offset 0, playlist 0
[file @ 0x71d9cc0] Setting default whitelist 'file,crypto'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'ftyp' parent:'root' sz: 24 8 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ISO: File Type Major Brand: iso5
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'moov' parent:'root' sz: 795 32 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mvhd' parent:'moov' sz: 108 8 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] time scale = 1000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trak' parent:'moov' sz: 541 116 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tkhd' parent:'trak' sz: 92 8 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'edts' parent:'trak' sz: 48 100 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'elst' parent:'edts' sz: 40 8 40
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].edit_count = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] duration=60000 time=-1 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] duration=0 time=1024 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdia' parent:'trak' sz: 393 148 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdhd' parent:'mdia' sz: 32 8 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'hdlr' parent:'mdia' sz: 45 40 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stype=vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'minf' parent:'mdia' sz: 308 85 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'vmhd' parent:'minf' sz: 20 8 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'dinf' parent:'minf' sz: 36 28 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] Unknown dref type 0x206c7275 size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stbl' parent:'minf' sz: 244 64 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsd' parent:'stbl' sz: 168 8 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] size=152 4CC=avc1 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'avcC' parent:'stsd' sz: 50 8 66
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'pasp' parent:'stsd' sz: 16 58 66
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stts' parent:'stbl' sz: 16 176 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].stts.entries = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsc' parent:'stbl' sz: 16 192 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].stsc.entries = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsz' parent:'stbl' sz: 20 208 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] sample_size = 0 sample_count = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stco' parent:'stbl' sz: 16 228 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mvex' parent:'moov' sz: 40 657 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trex' parent:'mvex' sz: 32 8 32
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'udta' parent:'moov' sz: 98 697 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'meta' parent:'udta' sz: 90 8 90
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'hdlr' parent:'meta' sz: 33 8 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stype=mdir
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'ilst' parent:'meta' sz: 45 41 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'[169]too' parent:'ilst' sz: 37 8 37
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'styp' parent:'root' sz: 24 827 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'sidx' parent:'root' sz: 52 851 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'moof' parent:'root' sz: 2104 903 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] moof offset 37f
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mfhd' parent:'moof' sz: 16 8 2096
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'traf' parent:'moof' sz: 2080 24 2096
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tfhd' parent:'traf' sz: 28 8 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] frag flags 0x1010000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tfdt' parent:'traf' sz: 20 36 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trun' parent:'traf' sz: 2024 56 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] flags 0xa05 entries 250
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] found sidx time -9223372036854775808, using it for pts
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] first sample flags 0x2000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 1, offset bbf, dts 1534976, size 3663, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 2, offset 1a0e, dts 1535488, size 697, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 3, offset 1cc7, dts 1536000, size 163, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 4, offset 1d6a, dts 1536512, size 53, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 5, offset 1d9f, dts 1537024, size 53, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 6, offset 1dd4, dts 1537536, size 491, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 7, offset 1fbf, dts 1538048, size 131, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 8, offset 2042, dts 1538560, size 56, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 9, offset 207a, dts 1539072, size 41, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 10, offset 20a3, dts 1539584, size 518, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 11, offset 22a9, dts 1540096, size 98, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 12, offset 230b, dts 1540608, size 56, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 13, offset 2343, dts 1541120, size 51, distance 12, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 14, offset 2376, dts 1541632, size 500, distance 13, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 15, offset 256a, dts 1542144, size 112, distance 14, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 16, offset 25da, dts 1542656, size 52, distance 15, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 17, offset 260e, dts 1543168, size 39, distance 16, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 18, offset 2635, dts 1543680, size 380, distance 17, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 19, offset 27b1, dts 1544192, size 69, distance 18, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 20, offset 27f6, dts 1544704, size 47, distance 19, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 21, offset 2825, dts 1545216, size 424, distance 20, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 22, offset 29cd, dts 1545728, size 61, distance 21, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 23, offset 2a0a, dts 1546240, size 36, distance 22, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 24, offset 2a2e, dts 1546752, size 283, distance 23, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 25, offset 2b49, dts 1547264, size 538, distance 24, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 26, offset 2d63, dts 1547776, size 91, distance 25, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 27, offset 2dbe, dts 1548288, size 56, distance 26, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 28, offset 2df6, dts 1548800, size 51, distance 27, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 29, offset 2e29, dts 1549312, size 415, distance 28, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 30, offset 2fc8, dts 1549824, size 80, distance 29, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 31, offset 3018, dts 1550336, size 56, distance 30, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 32, offset 3050, dts 1550848, size 489, distance 31, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 33, offset 3239, dts 1551360, size 85, distance 32, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 34, offset 328e, dts 1551872, size 32, distance 33, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 35, offset 32ae, dts 1552384, size 25, distance 34, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 36, offset 32c7, dts 1552896, size 457, distance 35, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 37, offset 3490, dts 1553408, size 78, distance 36, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 38, offset 34de, dts 1553920, size 27, distance 37, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 39, offset 34f9, dts 1554432, size 35, distance 38, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 40, offset 351c, dts 1554944, size 495, distance 39, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 41, offset 370b, dts 1555456, size 104, distance 40, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 42, offset 3773, dts 1555968, size 42, distance 41, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 43, offset 379d, dts 1556480, size 36, distance 42, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 44, offset 37c1, dts 1556992, size 481, distance 43, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 45, offset 39a2, dts 1557504, size 69, distance 44, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 46, offset 39e7, dts 1558016, size 44, distance 45, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 47, offset 3a13, dts 1558528, size 32, distance 46, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 48, offset 3a33, dts 1559040, size 655, distance 47, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 49, offset 3cc2, dts 1559552, size 80, distance 48, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 50, offset 3d12, dts 1560064, size 30, distance 49, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 51, offset 3d30, dts 1560576, size 48, distance 50, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 52, offset 3d60, dts 1561088, size 485, distance 51, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 53, offset 3f45, dts 1561600, size 60, distance 52, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 54, offset 3f81, dts 1562112, size 36, distance 53, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 55, offset 3fa5, dts 1562624, size 29, distance 54, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 56, offset 3fc2, dts 1563136, size 449, distance 55, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 57, offset 4183, dts 1563648, size 64, distance 56, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 58, offset 41c3, dts 1564160, size 28, distance 57, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 59, offset 41df, dts 1564672, size 34, distance 58, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 60, offset 4201, dts 1565184, size 460, distance 59, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 61, offset 43cd, dts 1565696, size 65, distance 60, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 62, offset 440e, dts 1566208, size 27, distance 61, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 63, offset 4429, dts 1566720, size 27, distance 62, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 64, offset 4444, dts 1567232, size 508, distance 63, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 65, offset 4640, dts 1567744, size 61, distance 64, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 66, offset 467d, dts 1568256, size 34, distance 65, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 67, offset 469f, dts 1568768, size 36, distance 66, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 68, offset 46c3, dts 1569280, size 512, distance 67, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 69, offset 48c3, dts 1569792, size 51, distance 68, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 70, offset 48f6, dts 1570304, size 21, distance 69, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 71, offset 490b, dts 1570816, size 23, distance 70, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 72, offset 4922, dts 1571328, size 479, distance 71, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 73, offset 4b01, dts 1571840, size 68, distance 72, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 74, offset 4b45, dts 1572352, size 29, distance 73, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 75, offset 4b62, dts 1572864, size 28, distance 74, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 76, offset 4b7e, dts 1573376, size 491, distance 75, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 77, offset 4d69, dts 1573888, size 68, distance 76, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 78, offset 4dad, dts 1574400, size 42, distance 77, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 79, offset 4dd7, dts 1574912, size 32, distance 78, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 80, offset 4df7, dts 1575424, size 495, distance 79, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 81, offset 4fe6, dts 1575936, size 95, distance 80, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 82, offset 5045, dts 1576448, size 32, distance 81, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 83, offset 5065, dts 1576960, size 32, distance 82, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 84, offset 5085, dts 1577472, size 419, distance 83, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 85, offset 5228, dts 1577984, size 50, distance 84, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 86, offset 525a, dts 1578496, size 30, distance 85, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 87, offset 5278, dts 1579008, size 468, distance 86, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 88, offset 544c, dts 1579520, size 49, distance 87, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 89, offset 547d, dts 1580032, size 27, distance 88, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 90, offset 5498, dts 1580544, size 26, distance 89, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 91, offset 54b2, dts 1581056, size 412, distance 90, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 92, offset 564e, dts 1581568, size 31, distance 91, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 93, offset 566d, dts 1582080, size 39, distance 92, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 94, offset 5694, dts 1582592, size 436, distance 93, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 95, offset 5848, dts 1583104, size 51, distance 94, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 96, offset 587b, dts 1583616, size 51, distance 95, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 97, offset 58ae, dts 1584128, size 375, distance 96, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 98, offset 5a25, dts 1584640, size 57, distance 97, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 99, offset 5a5e, dts 1585152, size 25, distance 98, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 100, offset 5a77, dts 1585664, size 486, distance 99, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 101, offset 5c5d, dts 1586176, size 69, distance 100, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 102, offset 5ca2, dts 1586688, size 41, distance 101, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 103, offset 5ccb, dts 1587200, size 398, distance 102, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 104, offset 5e59, dts 1587712, size 59, distance 103, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 105, offset 5e94, dts 1588224, size 44, distance 104, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 106, offset 5ec0, dts 1588736, size 477, distance 105, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 107, offset 609d, dts 1589248, size 90, distance 106, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 108, offset 60f7, dts 1589760, size 42, distance 107, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 109, offset 6121, dts 1590272, size 28, distance 108, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 110, offset 613d, dts 1590784, size 450, distance 109, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 111, offset 62ff, dts 1591296, size 99, distance 110, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 112, offset 6362, dts 1591808, size 38, distance 111, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 113, offset 6388, dts 1592320, size 34, distance 112, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 114, offset 63aa, dts 1592832, size 475, distance 113, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 115, offset 6585, dts 1593344, size 79, distance 114, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 116, offset 65d4, dts 1593856, size 38, distance 115, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 117, offset 65fa, dts 1594368, size 34, distance 116, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 118, offset 661c, dts 1594880, size 407, distance 117, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 119, offset 67b3, dts 1595392, size 74, distance 118, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 120, offset 67fd, dts 1595904, size 29, distance 119, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 121, offset 681a, dts 1596416, size 26, distance 120, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 122, offset 6834, dts 1596928, size 427, distance 121, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 123, offset 69df, dts 1597440, size 89, distance 122, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 124, offset 6a38, dts 1597952, size 42, distance 123, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 125, offset 6a62, dts 1598464, size 35, distance 124, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 126, offset 6a85, dts 1598976, size 623, distance 125, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 127, offset 6cf4, dts 1599488, size 100, distance 126, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 128, offset 6d58, dts 1600000, size 45, distance 127, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 129, offset 6d85, dts 1600512, size 45, distance 128, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 130, offset 6db2, dts 1601024, size 493, distance 129, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 131, offset 6f9f, dts 1601536, size 113, distance 130, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 132, offset 7010, dts 1602048, size 38, distance 131, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 133, offset 7036, dts 1602560, size 41, distance 132, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 134, offset 705f, dts 1603072, size 559, distance 133, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 135, offset 728e, dts 1603584, size 90, distance 134, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 136, offset 72e8, dts 1604096, size 44, distance 135, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 137, offset 7314, dts 1604608, size 35, distance 136, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 138, offset 7337, dts 1605120, size 542, distance 137, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 139, offset 7555, dts 1605632, size 66, distance 138, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 140, offset 7597, dts 1606144, size 32, distance 139, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 141, offset 75b7, dts 1606656, size 30, distance 140, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 142, offset 75d5, dts 1607168, size 511, distance 141, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 143, offset 77d4, dts 1607680, size 62, distance 142, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 144, offset 7812, dts 1608192, size 47, distance 143, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 145, offset 7841, dts 1608704, size 38, distance 144, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 146, offset 7867, dts 1609216, size 457, distance 145, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 147, offset 7a30, dts 1609728, size 63, distance 146, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 148, offset 7a6f, dts 1610240, size 42, distance 147, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 149, offset 7a99, dts 1610752, size 30, distance 148, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 150, offset 7ab7, dts 1611264, size 496, distance 149, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 151, offset 7ca7, dts 1611776, size 61, distance 150, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 152, offset 7ce4, dts 1612288, size 39, distance 151, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 153, offset 7d0b, dts 1612800, size 29, distance 152, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 154, offset 7d28, dts 1613312, size 439, distance 153, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 155, offset 7edf, dts 1613824, size 73, distance 154, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 156, offset 7f28, dts 1614336, size 35, distance 155, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 157, offset 7f4b, dts 1614848, size 35, distance 156, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 158, offset 7f6e, dts 1615360, size 466, distance 157, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 159, offset 8140, dts 1615872, size 65, distance 158, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 160, offset 8181, dts 1616384, size 34, distance 159, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 161, offset 81a3, dts 1616896, size 63, distance 160, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 162, offset 81e2, dts 1617408, size 487, distance 161, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 163, offset 83c9, dts 1617920, size 69, distance 162, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 164, offset 840e, dts 1618432, size 55, distance 163, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 165, offset 8445, dts 1618944, size 69, distance 164, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 166, offset 848a, dts 1619456, size 428, distance 165, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 167, offset 8636, dts 1619968, size 73, distance 166, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 168, offset 867f, dts 1620480, size 37, distance 167, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 169, offset 86a4, dts 1620992, size 390, distance 168, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 170, offset 882a, dts 1621504, size 87, distance 169, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 171, offset 8881, dts 1622016, size 47, distance 170, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 172, offset 88b0, dts 1622528, size 436, distance 171, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 173, offset 8a64, dts 1623040, size 87, distance 172, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 174, offset 8abb, dts 1623552, size 42, distance 173, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 175, offset 8ae5, dts 1624064, size 532, distance 174, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 176, offset 8cf9, dts 1624576, size 74, distance 175, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 177, offset 8d43, dts 1625088, size 60, distance 176, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 178, offset 8d7f, dts 1625600, size 41, distance 177, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 179, offset 8da8, dts 1626112, size 375, distance 178, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 180, offset 8f1f, dts 1626624, size 46, distance 179, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 181, offset 8f4d, dts 1627136, size 36, distance 180, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 182, offset 8f71, dts 1627648, size 476, distance 181, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 183, offset 914d, dts 1628160, size 93, distance 182, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 184, offset 91aa, dts 1628672, size 31, distance 183, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 185, offset 91c9, dts 1629184, size 70, distance 184, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 186, offset 920f, dts 1629696, size 516, distance 185, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 187, offset 9413, dts 1630208, size 127, distance 186, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 188, offset 9492, dts 1630720, size 51, distance 187, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 189, offset 94c5, dts 1631232, size 30, distance 188, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 190, offset 94e3, dts 1631744, size 498, distance 189, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 191, offset 96d5, dts 1632256, size 104, distance 190, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 192, offset 973d, dts 1632768, size 37, distance 191, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 193, offset 9762, dts 1633280, size 38, distance 192, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 194, offset 9788, dts 1633792, size 537, distance 193, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 195, offset 99a1, dts 1634304, size 69, distance 194, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 196, offset 99e6, dts 1634816, size 37, distance 195, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 197, offset 9a0b, dts 1635328, size 35, distance 196, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 198, offset 9a2e, dts 1635840, size 653, distance 197, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 199, offset 9cbb, dts 1636352, size 85, distance 198, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 200, offset 9d10, dts 1636864, size 33, distance 199, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 201, offset 9d31, dts 1637376, size 59, distance 200, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 202, offset 9d6c, dts 1637888, size 492, distance 201, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 203, offset 9f58, dts 1638400, size 83, distance 202, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 204, offset 9fab, dts 1638912, size 29, distance 203, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 205, offset 9fc8, dts 1639424, size 35, distance 204, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 206, offset 9feb, dts 1639936, size 525, distance 205, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 207, offset a1f8, dts 1640448, size 70, distance 206, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 208, offset a23e, dts 1640960, size 46, distance 207, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 209, offset a26c, dts 1641472, size 47, distance 208, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 210, offset a29b, dts 1641984, size 463, distance 209, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 211, offset a46a, dts 1642496, size 67, distance 210, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 212, offset a4ad, dts 1643008, size 28, distance 211, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 213, offset a4c9, dts 1643520, size 38, distance 212, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 214, offset a4ef, dts 1644032, size 512, distance 213, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 215, offset a6ef, dts 1644544, size 73, distance 214, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 216, offset a738, dts 1645056, size 29, distance 215, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 217, offset a755, dts 1645568, size 33, distance 216, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 218, offset a776, dts 1646080, size 530, distance 217, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 219, offset a988, dts 1646592, size 64, distance 218, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 220, offset a9c8, dts 1647104, size 52, distance 219, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 221, offset a9fc, dts 1647616, size 35, distance 220, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 222, offset aa1f, dts 1648128, size 462, distance 221, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 223, offset abed, dts 1648640, size 76, distance 222, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 224, offset ac39, dts 1649152, size 44, distance 223, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 225, offset ac65, dts 1649664, size 36, distance 224, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 226, offset ac89, dts 1650176, size 493, distance 225, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 227, offset ae76, dts 1650688, size 70, distance 226, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 228, offset aebc, dts 1651200, size 46, distance 227, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 229, offset aeea, dts 1651712, size 35, distance 228, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 230, offset af0d, dts 1652224, size 493, distance 229, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 231, offset b0fa, dts 1652736, size 50, distance 230, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 232, offset b12c, dts 1653248, size 41, distance 231, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 233, offset b155, dts 1653760, size 33, distance 232, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 234, offset b176, dts 1654272, size 400, distance 233, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 235, offset b306, dts 1654784, size 34, distance 234, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 236, offset b328, dts 1655296, size 35, distance 235, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 237, offset b34b, dts 1655808, size 478, distance 236, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 238, offset b529, dts 1656320, size 74, distance 237, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 239, offset b573, dts 1656832, size 32, distance 238, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 240, offset b593, dts 1657344, size 33, distance 239, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 241, offset b5b4, dts 1657856, size 390, distance 240, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 242, offset b73a, dts 1658368, size 45, distance 241, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 243, offset b767, dts 1658880, size 50, distance 242, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 244, offset b799, dts 1659392, size 331, distance 243, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 245, offset b8e4, dts 1659904, size 77, distance 244, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 246, offset b931, dts 1660416, size 23, distance 245, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 247, offset b948, dts 1660928, size 285, distance 246, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 248, offset ba65, dts 1661440, size 51, distance 247, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 249, offset ba98, dts 1661952, size 37, distance 248, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 250, offset babd, dts 1662464, size 158, distance 249, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdat' parent:'root' sz: 44964 3007 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] on_parse_exit_offset=3007
[dash @ 0x71d9340] new_program: id=0x0000
[dash @ 0x71d9340] Before avformat_find_stream_info() pos: 1080 bytes read:1080 seeks:0 nb_streams:1
[h264 @ 0x71de940] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x71de940] nal_unit_type: 8(PPS), nal_ref_idc: 3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 0, dts 119920000
[h264 @ 0x71de940] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x71de940] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x71de940] Format yuv444p chosen by get_format().
[h264 @ 0x71de940] Reinit context to 320x240, pix_fmt: yuv444p
[h264 @ 0x71de940] no picture 
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 1, dts 119960000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 2, dts 120000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 3, dts 120040000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 4, dts 120080000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 5, dts 120120000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 6, dts 120160000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 7, dts 120200000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 8, dts 120240000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 9, dts 120280000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 10, dts 120320000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 11, dts 120360000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 12, dts 120400000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 13, dts 120440000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 14, dts 120480000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 15, dts 120520000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 16, dts 120560000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 17, dts 120600000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 18, dts 120640000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 19, dts 120680000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 20, dts 120720000
[dash @ 0x71d9340] All info found
[dash @ 0x71d9340] Setting avg frame rate based on r frame rate
[dash @ 0x71d9340] stream 0: start_time: 120.000 duration: -720575940379279.375
[dash @ 0x71d9340] format: start_time: 120.000 duration: 10.000 (estimate from stream) bitrate=0 kb/s
[dash @ 0x71d9340] After avformat_find_stream_info() pos: 1080 bytes read:1080 seeks:0 frames:21
[dash @ 0x71d9340] DASH seek pos[64869ms], playlist 0
[AVIOContext @ 0x71e0d00] Statistics: 32768 bytes read, 0 seeks
[dash @ 0x71d9340] dash_seek with SegmentTimeline start n_timelines[1] last_seq_no[1], playlist 0.
[dash @ 0x71d9340] dash_seek with SegmentTimeline end cur_seq_no[1], playlist 0.
[dash @ 0x71d9340] DASH request for url 'chunk-stream0-00001.m4s', offset 0, playlist 0
[file @ 0x71dedc0] Setting default whitelist 'file,crypto'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'ftyp' parent:'root' sz: 24 8 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ISO: File Type Major Brand: iso5
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'moov' parent:'root' sz: 795 32 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mvhd' parent:'moov' sz: 108 8 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] time scale = 1000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trak' parent:'moov' sz: 541 116 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tkhd' parent:'trak' sz: 92 8 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'edts' parent:'trak' sz: 48 100 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'elst' parent:'edts' sz: 40 8 40
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].edit_count = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] duration=60000 time=-1 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] duration=0 time=1024 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdia' parent:'trak' sz: 393 148 533
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdhd' parent:'mdia' sz: 32 8 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'hdlr' parent:'mdia' sz: 45 40 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stype=vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'minf' parent:'mdia' sz: 308 85 385
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'vmhd' parent:'minf' sz: 20 8 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'dinf' parent:'minf' sz: 36 28 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] Unknown dref type 0x206c7275 size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stbl' parent:'minf' sz: 244 64 300
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsd' parent:'stbl' sz: 168 8 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] size=152 4CC=avc1 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'avcC' parent:'stsd' sz: 50 8 66
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'pasp' parent:'stsd' sz: 16 58 66
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stts' parent:'stbl' sz: 16 176 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].stts.entries = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsc' parent:'stbl' sz: 16 192 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] track[0].stsc.entries = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stsz' parent:'stbl' sz: 20 208 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] sample_size = 0 sample_count = 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'stco' parent:'stbl' sz: 16 228 236
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mvex' parent:'moov' sz: 40 657 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trex' parent:'mvex' sz: 32 8 32
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'udta' parent:'moov' sz: 98 697 787
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'meta' parent:'udta' sz: 90 8 90
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'hdlr' parent:'meta' sz: 33 8 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stype=mdir
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'ilst' parent:'meta' sz: 45 41 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'[169]too' parent:'ilst' sz: 37 8 37
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'styp' parent:'root' sz: 24 827 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'sidx' parent:'root' sz: 52 851 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'moof' parent:'root' sz: 2104 903 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] moof offset 37f
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mfhd' parent:'moof' sz: 16 8 2096
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'traf' parent:'moof' sz: 2080 24 2096
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tfhd' parent:'traf' sz: 28 8 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] frag flags 0x1010000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'tfdt' parent:'traf' sz: 20 36 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'trun' parent:'traf' sz: 2024 56 2072
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] flags 0xa05 entries 250
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] found sidx time -9223372036854775808, using it for pts
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] first sample flags 0x2000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 1, offset bbf, dts 1534976, size 3663, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 2, offset 1a0e, dts 1535488, size 697, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 3, offset 1cc7, dts 1536000, size 163, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 4, offset 1d6a, dts 1536512, size 53, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 5, offset 1d9f, dts 1537024, size 53, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 6, offset 1dd4, dts 1537536, size 491, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 7, offset 1fbf, dts 1538048, size 131, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 8, offset 2042, dts 1538560, size 56, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 9, offset 207a, dts 1539072, size 41, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 10, offset 20a3, dts 1539584, size 518, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 11, offset 22a9, dts 1540096, size 98, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 12, offset 230b, dts 1540608, size 56, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 13, offset 2343, dts 1541120, size 51, distance 12, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 14, offset 2376, dts 1541632, size 500, distance 13, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 15, offset 256a, dts 1542144, size 112, distance 14, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 16, offset 25da, dts 1542656, size 52, distance 15, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 17, offset 260e, dts 1543168, size 39, distance 16, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 18, offset 2635, dts 1543680, size 380, distance 17, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 19, offset 27b1, dts 1544192, size 69, distance 18, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 20, offset 27f6, dts 1544704, size 47, distance 19, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 21, offset 2825, dts 1545216, size 424, distance 20, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 22, offset 29cd, dts 1545728, size 61, distance 21, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 23, offset 2a0a, dts 1546240, size 36, distance 22, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 24, offset 2a2e, dts 1546752, size 283, distance 23, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 25, offset 2b49, dts 1547264, size 538, distance 24, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 26, offset 2d63, dts 1547776, size 91, distance 25, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 27, offset 2dbe, dts 1548288, size 56, distance 26, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 28, offset 2df6, dts 1548800, size 51, distance 27, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 29, offset 2e29, dts 1549312, size 415, distance 28, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 30, offset 2fc8, dts 1549824, size 80, distance 29, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 31, offset 3018, dts 1550336, size 56, distance 30, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 32, offset 3050, dts 1550848, size 489, distance 31, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 33, offset 3239, dts 1551360, size 85, distance 32, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 34, offset 328e, dts 1551872, size 32, distance 33, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 35, offset 32ae, dts 1552384, size 25, distance 34, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 36, offset 32c7, dts 1552896, size 457, distance 35, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 37, offset 3490, dts 1553408, size 78, distance 36, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 38, offset 34de, dts 1553920, size 27, distance 37, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 39, offset 34f9, dts 1554432, size 35, distance 38, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 40, offset 351c, dts 1554944, size 495, distance 39, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 41, offset 370b, dts 1555456, size 104, distance 40, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 42, offset 3773, dts 1555968, size 42, distance 41, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 43, offset 379d, dts 1556480, size 36, distance 42, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 44, offset 37c1, dts 1556992, size 481, distance 43, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 45, offset 39a2, dts 1557504, size 69, distance 44, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 46, offset 39e7, dts 1558016, size 44, distance 45, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 47, offset 3a13, dts 1558528, size 32, distance 46, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 48, offset 3a33, dts 1559040, size 655, distance 47, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 49, offset 3cc2, dts 1559552, size 80, distance 48, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 50, offset 3d12, dts 1560064, size 30, distance 49, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 51, offset 3d30, dts 1560576, size 48, distance 50, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 52, offset 3d60, dts 1561088, size 485, distance 51, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 53, offset 3f45, dts 1561600, size 60, distance 52, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 54, offset 3f81, dts 1562112, size 36, distance 53, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 55, offset 3fa5, dts 1562624, size 29, distance 54, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 56, offset 3fc2, dts 1563136, size 449, distance 55, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 57, offset 4183, dts 1563648, size 64, distance 56, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 58, offset 41c3, dts 1564160, size 28, distance 57, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 59, offset 41df, dts 1564672, size 34, distance 58, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 60, offset 4201, dts 1565184, size 460, distance 59, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 61, offset 43cd, dts 1565696, size 65, distance 60, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 62, offset 440e, dts 1566208, size 27, distance 61, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 63, offset 4429, dts 1566720, size 27, distance 62, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 64, offset 4444, dts 1567232, size 508, distance 63, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 65, offset 4640, dts 1567744, size 61, distance 64, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 66, offset 467d, dts 1568256, size 34, distance 65, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 67, offset 469f, dts 1568768, size 36, distance 66, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 68, offset 46c3, dts 1569280, size 512, distance 67, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 69, offset 48c3, dts 1569792, size 51, distance 68, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 70, offset 48f6, dts 1570304, size 21, distance 69, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 71, offset 490b, dts 1570816, size 23, distance 70, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 72, offset 4922, dts 1571328, size 479, distance 71, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 73, offset 4b01, dts 1571840, size 68, distance 72, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 74, offset 4b45, dts 1572352, size 29, distance 73, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 75, offset 4b62, dts 1572864, size 28, distance 74, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 76, offset 4b7e, dts 1573376, size 491, distance 75, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 77, offset 4d69, dts 1573888, size 68, distance 76, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 78, offset 4dad, dts 1574400, size 42, distance 77, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 79, offset 4dd7, dts 1574912, size 32, distance 78, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 80, offset 4df7, dts 1575424, size 495, distance 79, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 81, offset 4fe6, dts 1575936, size 95, distance 80, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 82, offset 5045, dts 1576448, size 32, distance 81, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 83, offset 5065, dts 1576960, size 32, distance 82, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 84, offset 5085, dts 1577472, size 419, distance 83, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 85, offset 5228, dts 1577984, size 50, distance 84, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 86, offset 525a, dts 1578496, size 30, distance 85, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 87, offset 5278, dts 1579008, size 468, distance 86, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 88, offset 544c, dts 1579520, size 49, distance 87, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 89, offset 547d, dts 1580032, size 27, distance 88, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 90, offset 5498, dts 1580544, size 26, distance 89, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 91, offset 54b2, dts 1581056, size 412, distance 90, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 92, offset 564e, dts 1581568, size 31, distance 91, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 93, offset 566d, dts 1582080, size 39, distance 92, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 94, offset 5694, dts 1582592, size 436, distance 93, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 95, offset 5848, dts 1583104, size 51, distance 94, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 96, offset 587b, dts 1583616, size 51, distance 95, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 97, offset 58ae, dts 1584128, size 375, distance 96, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 98, offset 5a25, dts 1584640, size 57, distance 97, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 99, offset 5a5e, dts 1585152, size 25, distance 98, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 100, offset 5a77, dts 1585664, size 486, distance 99, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 101, offset 5c5d, dts 1586176, size 69, distance 100, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 102, offset 5ca2, dts 1586688, size 41, distance 101, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 103, offset 5ccb, dts 1587200, size 398, distance 102, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 104, offset 5e59, dts 1587712, size 59, distance 103, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 105, offset 5e94, dts 1588224, size 44, distance 104, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 106, offset 5ec0, dts 1588736, size 477, distance 105, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 107, offset 609d, dts 1589248, size 90, distance 106, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 108, offset 60f7, dts 1589760, size 42, distance 107, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 109, offset 6121, dts 1590272, size 28, distance 108, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 110, offset 613d, dts 1590784, size 450, distance 109, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 111, offset 62ff, dts 1591296, size 99, distance 110, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 112, offset 6362, dts 1591808, size 38, distance 111, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 113, offset 6388, dts 1592320, size 34, distance 112, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 114, offset 63aa, dts 1592832, size 475, distance 113, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 115, offset 6585, dts 1593344, size 79, distance 114, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 116, offset 65d4, dts 1593856, size 38, distance 115, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 117, offset 65fa, dts 1594368, size 34, distance 116, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 118, offset 661c, dts 1594880, size 407, distance 117, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 119, offset 67b3, dts 1595392, size 74, distance 118, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 120, offset 67fd, dts 1595904, size 29, distance 119, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 121, offset 681a, dts 1596416, size 26, distance 120, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 122, offset 6834, dts 1596928, size 427, distance 121, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 123, offset 69df, dts 1597440, size 89, distance 122, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 124, offset 6a38, dts 1597952, size 42, distance 123, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 125, offset 6a62, dts 1598464, size 35, distance 124, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 126, offset 6a85, dts 1598976, size 623, distance 125, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 127, offset 6cf4, dts 1599488, size 100, distance 126, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 128, offset 6d58, dts 1600000, size 45, distance 127, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 129, offset 6d85, dts 1600512, size 45, distance 128, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 130, offset 6db2, dts 1601024, size 493, distance 129, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 131, offset 6f9f, dts 1601536, size 113, distance 130, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 132, offset 7010, dts 1602048, size 38, distance 131, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 133, offset 7036, dts 1602560, size 41, distance 132, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 134, offset 705f, dts 1603072, size 559, distance 133, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 135, offset 728e, dts 1603584, size 90, distance 134, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 136, offset 72e8, dts 1604096, size 44, distance 135, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 137, offset 7314, dts 1604608, size 35, distance 136, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 138, offset 7337, dts 1605120, size 542, distance 137, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 139, offset 7555, dts 1605632, size 66, distance 138, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 140, offset 7597, dts 1606144, size 32, distance 139, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 141, offset 75b7, dts 1606656, size 30, distance 140, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 142, offset 75d5, dts 1607168, size 511, distance 141, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 143, offset 77d4, dts 1607680, size 62, distance 142, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 144, offset 7812, dts 1608192, size 47, distance 143, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 145, offset 7841, dts 1608704, size 38, distance 144, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 146, offset 7867, dts 1609216, size 457, distance 145, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 147, offset 7a30, dts 1609728, size 63, distance 146, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 148, offset 7a6f, dts 1610240, size 42, distance 147, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 149, offset 7a99, dts 1610752, size 30, distance 148, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 150, offset 7ab7, dts 1611264, size 496, distance 149, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 151, offset 7ca7, dts 1611776, size 61, distance 150, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 152, offset 7ce4, dts 1612288, size 39, distance 151, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 153, offset 7d0b, dts 1612800, size 29, distance 152, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 154, offset 7d28, dts 1613312, size 439, distance 153, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 155, offset 7edf, dts 1613824, size 73, distance 154, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 156, offset 7f28, dts 1614336, size 35, distance 155, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 157, offset 7f4b, dts 1614848, size 35, distance 156, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 158, offset 7f6e, dts 1615360, size 466, distance 157, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 159, offset 8140, dts 1615872, size 65, distance 158, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 160, offset 8181, dts 1616384, size 34, distance 159, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 161, offset 81a3, dts 1616896, size 63, distance 160, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 162, offset 81e2, dts 1617408, size 487, distance 161, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 163, offset 83c9, dts 1617920, size 69, distance 162, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 164, offset 840e, dts 1618432, size 55, distance 163, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 165, offset 8445, dts 1618944, size 69, distance 164, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 166, offset 848a, dts 1619456, size 428, distance 165, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 167, offset 8636, dts 1619968, size 73, distance 166, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 168, offset 867f, dts 1620480, size 37, distance 167, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 169, offset 86a4, dts 1620992, size 390, distance 168, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 170, offset 882a, dts 1621504, size 87, distance 169, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 171, offset 8881, dts 1622016, size 47, distance 170, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 172, offset 88b0, dts 1622528, size 436, distance 171, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 173, offset 8a64, dts 1623040, size 87, distance 172, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 174, offset 8abb, dts 1623552, size 42, distance 173, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 175, offset 8ae5, dts 1624064, size 532, distance 174, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 176, offset 8cf9, dts 1624576, size 74, distance 175, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 177, offset 8d43, dts 1625088, size 60, distance 176, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 178, offset 8d7f, dts 1625600, size 41, distance 177, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 179, offset 8da8, dts 1626112, size 375, distance 178, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 180, offset 8f1f, dts 1626624, size 46, distance 179, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 181, offset 8f4d, dts 1627136, size 36, distance 180, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 182, offset 8f71, dts 1627648, size 476, distance 181, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 183, offset 914d, dts 1628160, size 93, distance 182, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 184, offset 91aa, dts 1628672, size 31, distance 183, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 185, offset 91c9, dts 1629184, size 70, distance 184, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 186, offset 920f, dts 1629696, size 516, distance 185, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 187, offset 9413, dts 1630208, size 127, distance 186, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 188, offset 9492, dts 1630720, size 51, distance 187, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 189, offset 94c5, dts 1631232, size 30, distance 188, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 190, offset 94e3, dts 1631744, size 498, distance 189, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 191, offset 96d5, dts 1632256, size 104, distance 190, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 192, offset 973d, dts 1632768, size 37, distance 191, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 193, offset 9762, dts 1633280, size 38, distance 192, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 194, offset 9788, dts 1633792, size 537, distance 193, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 195, offset 99a1, dts 1634304, size 69, distance 194, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 196, offset 99e6, dts 1634816, size 37, distance 195, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 197, offset 9a0b, dts 1635328, size 35, distance 196, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 198, offset 9a2e, dts 1635840, size 653, distance 197, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 199, offset 9cbb, dts 1636352, size 85, distance 198, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 200, offset 9d10, dts 1636864, size 33, distance 199, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 201, offset 9d31, dts 1637376, size 59, distance 200, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 202, offset 9d6c, dts 1637888, size 492, distance 201, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 203, offset 9f58, dts 1638400, size 83, distance 202, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 204, offset 9fab, dts 1638912, size 29, distance 203, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 205, offset 9fc8, dts 1639424, size 35, distance 204, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 206, offset 9feb, dts 1639936, size 525, distance 205, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 207, offset a1f8, dts 1640448, size 70, distance 206, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 208, offset a23e, dts 1640960, size 46, distance 207, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 209, offset a26c, dts 1641472, size 47, distance 208, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 210, offset a29b, dts 1641984, size 463, distance 209, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 211, offset a46a, dts 1642496, size 67, distance 210, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 212, offset a4ad, dts 1643008, size 28, distance 211, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 213, offset a4c9, dts 1643520, size 38, distance 212, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 214, offset a4ef, dts 1644032, size 512, distance 213, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 215, offset a6ef, dts 1644544, size 73, distance 214, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 216, offset a738, dts 1645056, size 29, distance 215, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 217, offset a755, dts 1645568, size 33, distance 216, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 218, offset a776, dts 1646080, size 530, distance 217, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 219, offset a988, dts 1646592, size 64, distance 218, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 220, offset a9c8, dts 1647104, size 52, distance 219, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 221, offset a9fc, dts 1647616, size 35, distance 220, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 222, offset aa1f, dts 1648128, size 462, distance 221, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 223, offset abed, dts 1648640, size 76, distance 222, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 224, offset ac39, dts 1649152, size 44, distance 223, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 225, offset ac65, dts 1649664, size 36, distance 224, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 226, offset ac89, dts 1650176, size 493, distance 225, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 227, offset ae76, dts 1650688, size 70, distance 226, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 228, offset aebc, dts 1651200, size 46, distance 227, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 229, offset aeea, dts 1651712, size 35, distance 228, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 230, offset af0d, dts 1652224, size 493, distance 229, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 231, offset b0fa, dts 1652736, size 50, distance 230, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 232, offset b12c, dts 1653248, size 41, distance 231, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 233, offset b155, dts 1653760, size 33, distance 232, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 234, offset b176, dts 1654272, size 400, distance 233, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 235, offset b306, dts 1654784, size 34, distance 234, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 236, offset b328, dts 1655296, size 35, distance 235, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 237, offset b34b, dts 1655808, size 478, distance 236, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 238, offset b529, dts 1656320, size 74, distance 237, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 239, offset b573, dts 1656832, size 32, distance 238, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 240, offset b593, dts 1657344, size 33, distance 239, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 241, offset b5b4, dts 1657856, size 390, distance 240, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 242, offset b73a, dts 1658368, size 45, distance 241, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 243, offset b767, dts 1658880, size 50, distance 242, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 244, offset b799, dts 1659392, size 331, distance 243, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 245, offset b8e4, dts 1659904, size 77, distance 244, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 246, offset b931, dts 1660416, size 23, distance 245, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 247, offset b948, dts 1660928, size 285, distance 246, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 248, offset ba65, dts 1661440, size 51, distance 247, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 249, offset ba98, dts 1661952, size 37, distance 248, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] AVIndex stream 0, sample 250, offset babd, dts 1662464, size 158, distance 249, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'mdat' parent:'root' sz: 44964 3007 9223372036854775807
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] on_parse_exit_offset=3007
Input #0, dash, from 'loop.mpd':
  Duration: 00:00:10.00, start: 120.000000, bitrate: 0 kb/s
  Program 0 
    Stream #0:0, 21, 1/12800: Video: h264 (High 4:4:4 Predictive), 1 reference frame (avc1 / 0x31637661), yuv444p(left), 320x240 [SAR 1:1 DAR 4:3], 0/1, 5 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
    Metadata:
      variant_bitrate : 37715
      id              : 0
Successfully opened the file.
Parsing a group of options: output url out.mp4.
Successfully parsed a group of options.
Opening an output file: out.mp4.
[file @ 0x71eec00] Setting default whitelist 'file,crypto'
Successfully opened the file.
detected 8 logical cores
[h264 @ 0x71ecc00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x71ecc00] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 0, dts 119920000
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 1, dts 119960000
[h264 @ 0x71ecc00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x71ecc00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x71ecc00] Format yuv444p chosen by get_format().
[h264 @ 0x71ecc00] Reinit context to 320x240, pix_fmt: yuv444p
[h264 @ 0x71ecc00] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 2, dts 120000000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x725b040] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 3, dts 120040000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 4, dts 120080000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 5, dts 120120000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 6, dts 120160000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 7, dts 120200000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 8, dts 120240000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 9, dts 120280000
[h264 @ 0x734e340] 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 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 10, dts 120320000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'video_size' to value '320x240'
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'pix_fmt' to value '5'
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'time_base' to value '1/12800'
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'pixel_aspect' to value '1/1'
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x73b7f00] Setting 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 0x73b7f00] w:320 h:240 pixfmt:yuv444p tb:1/12800 fr:25/1 sar:1/1 sws_param:flags=2
[format @ 0x736af80] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le'
[AVFilterGraph @ 0x736c040] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
[libx264 @ 0x71ea640] using mv_range_thread = 24
[libx264 @ 0x71ea640] using SAR=1/1
[libx264 @ 0x71ea640] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x71ea640] profile High 4:4:4 Predictive, level 1.3, 4:4:4, 8-bit
[libx264 @ 0x71ea640] 264 - core 157 r2969 d4099dd - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - 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=4 threads=7 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'out.mp4':
  Metadata:
    encoder         : Lavf58.33.100
    Stream #0:0, 0, 1/12800: Video: h264 (libx264), 1 reference frame (avc1 / 0x31637661), yuv444p(left), 320x240 [SAR 1:1 DAR 4:3], 0/1, q=-1--1, 25 fps, 12800 tbn, 25 tbc
    Metadata:
      variant_bitrate : 37715
      id              : 0
      encoder         : Lavc58.59.102 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
Not duplicating 1375 initial frames
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 11, dts 120360000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 12, dts 120400000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 13, dts 120440000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 14, dts 120480000
[h264 @ 0x72f8b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 15, dts 120520000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 16, dts 120560000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7331b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 17, dts 120600000
[h264 @ 0x734e340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 18, dts 120640000
[h264 @ 0x71ecc00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 19, dts 120680000
[h264 @ 0x725b040] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 20, dts 120720000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 21, dts 120760000
[h264 @ 0x727f980] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 22, dts 120800000
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 23, dts 120840000
[h264 @ 0x72f8b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 24, dts 120880000
[h264 @ 0x7315340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 25, dts 120920000
[h264 @ 0x7331b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 26, dts 120960000
[h264 @ 0x734e340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 27, dts 121000000
[h264 @ 0x71ecc00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 28, dts 121040000
[h264 @ 0x725b040] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 29, dts 121080000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 30, dts 121120000
[h264 @ 0x727f980] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 31, dts 121160000
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 32, dts 121200000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 33, dts 121240000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x7315340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 34, dts 121280000
[h264 @ 0x7331b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 35, dts 121320000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 36, dts 121360000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x71ecc00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 37, dts 121400000
[h264 @ 0x725b040] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 38, dts 121440000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 39, dts 121480000
[h264 @ 0x727f980] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 40, dts 121520000
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 41, dts 121560000
[h264 @ 0x72f8b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 42, dts 121600000
[h264 @ 0x7315340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 43, dts 121640000
[h264 @ 0x7331b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 44, dts 121680000
[h264 @ 0x734e340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 45, dts 121720000
[h264 @ 0x71ecc00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 46, dts 121760000
[h264 @ 0x725b040] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 47, dts 121800000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 48, dts 121840000
[h264 @ 0x727f980] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 49, dts 121880000
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 50, dts 121920000
[h264 @ 0x72f8b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 51, dts 121960000
[h264 @ 0x7315340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 52, dts 122000000
[h264 @ 0x7331b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 53, dts 122040000
[h264 @ 0x734e340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 54, dts 122080000
[h264 @ 0x71ecc00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 55, dts 122120000
[h264 @ 0x725b040] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 56, dts 122160000
[h264 @ 0x7278f00] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 57, dts 122200000
[h264 @ 0x727f980] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 58, dts 122240000
[h264 @ 0x72dc3c0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 59, dts 122280000
[h264 @ 0x72f8b40] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 60, dts 122320000
[h264 @ 0x7315340] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 61, dts 122360000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   0 QP=19.45 NAL=3 Slice:I Poc:0   I:300  P:0    SKIP:0    size=2990 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 62, dts 122400000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   1 QP=22.88 NAL=2 Slice:P Poc:4   I:10   P:60   SKIP:230  size=565 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 63, dts 122440000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=   2 QP=15.73 NAL=0 Slice:B Poc:2   I:0    P:21   SKIP:279  size=62 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 64, dts 122480000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=   3 QP=24.25 NAL=2 Slice:P Poc:8   I:4    P:54   SKIP:242  size=463 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 65, dts 122520000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   4 QP=15.49 NAL=0 Slice:B Poc:6   I:1    P:10   SKIP:289  size=54 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 66, dts 122560000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   5 QP=13.97 NAL=2 Slice:P Poc:12  I:6    P:45   SKIP:249  size=401 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 67, dts 122600000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=   6 QP=15.17 NAL=0 Slice:B Poc:10  I:0    P:10   SKIP:290  size=50 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 68, dts 122640000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=   7 QP=22.34 NAL=2 Slice:P Poc:20  I:7    P:48   SKIP:245  size=445 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 69, dts 122680000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   8 QP=12.00 NAL=2 Slice:B Poc:16  I:1    P:14   SKIP:285  size=49 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 70, dts 122720000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=   9 QP=13.00 NAL=0 Slice:B Poc:14  I:0    P:6    SKIP:294  size=25 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 71, dts 122760000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  10 QP=15.49 NAL=0 Slice:B Poc:18  I:0    P:5    SKIP:295  size=42 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 72, dts 122800000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  11 QP=13.99 NAL=2 Slice:P Poc:28  I:11   P:48   SKIP:241  size=518 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 73, dts 122840000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  12 QP=14.38 NAL=2 Slice:B Poc:24  I:1    P:13   SKIP:286  size=78 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 74, dts 122880000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  13 QP=15.49 NAL=0 Slice:B Poc:22  I:0    P:5    SKIP:295  size=46 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 75, dts 122920000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  14 QP=15.49 NAL=0 Slice:B Poc:26  I:0    P:8    SKIP:292  size=50 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 76, dts 122960000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  15 QP=13.67 NAL=2 Slice:P Poc:36  I:6    P:49   SKIP:245  size=451 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 77, dts 123000000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  16 QP=14.75 NAL=2 Slice:B Poc:32  I:0    P:10   SKIP:290  size=47 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 78, dts 123040000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  17 QP=13.00 NAL=0 Slice:B Poc:30  I:0    P:7    SKIP:293  size=26 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 79, dts 123080000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  18 QP=13.00 NAL=0 Slice:B Poc:34  I:0    P:5    SKIP:295  size=24 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 80, dts 123120000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  19 QP=14.01 NAL=2 Slice:P Poc:44  I:5    P:54   SKIP:241  size=474 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 81, dts 123160000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  20 QP=15.49 NAL=2 Slice:B Poc:40  I:1    P:11   SKIP:288  size=58 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 82, dts 123200000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  21 QP=15.42 NAL=0 Slice:B Poc:38  I:0    P:4    SKIP:296  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 83, dts 123240000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  22 QP=15.24 NAL=0 Slice:B Poc:42  I:0    P:4    SKIP:296  size=38 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 84, dts 123280000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  23 QP=15.18 NAL=2 Slice:P Poc:50  I:11   P:54   SKIP:235  size=518 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 85, dts 123320000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  24 QP=15.71 NAL=2 Slice:B Poc:46  I:0    P:22   SKIP:278  size=65 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 86, dts 123360000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  25 QP=15.15 NAL=0 Slice:B Poc:48  I:0    P:19   SKIP:281  size=45 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 87, dts 123400000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  26 QP=12.66 NAL=2 Slice:P Poc:58  I:10   P:37   SKIP:253  size=442 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 88, dts 123440000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  27 QP=15.17 NAL=2 Slice:B Poc:54  I:0    P:12   SKIP:288  size=58 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 89, dts 123480000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  28 QP=15.93 NAL=0 Slice:B Poc:52  I:0    P:9    SKIP:291  size=51 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 90, dts 123520000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  29 QP=15.93 NAL=0 Slice:B Poc:56  I:1    P:8    SKIP:291  size=46 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 91, dts 123560000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  30 QP=12.67 NAL=2 Slice:P Poc:66  I:9    P:47   SKIP:244  size=469 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 92, dts 123600000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  31 QP=14.86 NAL=2 Slice:B Poc:62  I:2    P:13   SKIP:285  size=64 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 93, dts 123640000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  32 QP=15.13 NAL=0 Slice:B Poc:60  I:0    P:17   SKIP:283  size=59 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 94, dts 123680000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  33 QP=15.90 NAL=0 Slice:B Poc:64  I:0    P:4    SKIP:296  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 95, dts 123720000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  34 QP=12.66 NAL=2 Slice:P Poc:74  I:11   P:47   SKIP:242  size=470 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 96, dts 123760000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  35 QP=12.00 NAL=2 Slice:B Poc:70  I:1    P:15   SKIP:284  size=48 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 97, dts 123800000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  36 QP=13.00 NAL=0 Slice:B Poc:68  I:0    P:11   SKIP:289  size=39 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 98, dts 123840000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  37 QP=13.00 NAL=0 Slice:B Poc:72  I:0    P:9    SKIP:291  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 99, dts 123880000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  38 QP=12.59 NAL=2 Slice:P Poc:82  I:9    P:40   SKIP:251  size=485 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 100, dts 123920000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  39 QP=14.60 NAL=2 Slice:B Poc:78  I:0    P:16   SKIP:284  size=56 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 101, dts 123960000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  40 QP=13.00 NAL=0 Slice:B Poc:76  I:0    P:8    SKIP:292  size=32 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 102, dts 124000000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  41 QP=17.42 NAL=0 Slice:B Poc:80  I:0    P:7    SKIP:293  size=36 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 103, dts 124040000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  42 QP=12.57 NAL=2 Slice:P Poc:88  I:11   P:47   SKIP:242  size=451 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 104, dts 124080000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  43 QP=13.00 NAL=2 Slice:B Poc:84  I:0    P:7    SKIP:293  size=33 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 105, dts 124120000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  44 QP=15.15 NAL=0 Slice:B Poc:86  I:1    P:4    SKIP:295  size=32 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 106, dts 124160000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  45 QP=13.54 NAL=2 Slice:P Poc:96  I:15   P:41   SKIP:244  size=510 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 107, dts 124200000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  46 QP=14.68 NAL=2 Slice:B Poc:92  I:3    P:19   SKIP:278  size=74 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 108, dts 124240000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  47 QP=13.00 NAL=0 Slice:B Poc:90  I:1    P:5    SKIP:294  size=25 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 109, dts 124280000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  48 QP=13.00 NAL=0 Slice:B Poc:94  I:0    P:7    SKIP:293  size=25 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 110, dts 124320000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  49 QP=17.95 NAL=2 Slice:P Poc:104 I:19   P:44   SKIP:237  size=688 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 111, dts 124360000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  50 QP=15.03 NAL=2 Slice:B Poc:100 I:1    P:23   SKIP:276  size=78 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 112, dts 124400000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  51 QP=14.40 NAL=0 Slice:B Poc:98  I:0    P:18   SKIP:282  size=41 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 113, dts 124440000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  52 QP=15.15 NAL=0 Slice:B Poc:102 I:0    P:6    SKIP:294  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 114, dts 124480000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  53 QP=12.61 NAL=2 Slice:P Poc:112 I:11   P:49   SKIP:240  size=467 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 115, dts 124520000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  54 QP=12.00 NAL=2 Slice:B Poc:108 I:0    P:15   SKIP:285  size=49 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 116, dts 124560000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  55 QP=13.00 NAL=0 Slice:B Poc:106 I:0    P:6    SKIP:294  size=24 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 117, dts 124600000
[libx264 @ 0x71ea640] frame=  56 QP=13.00 NAL=0 Slice:B Poc:110 I:0    P:7    SKIP:293  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 118, dts 124640000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  57 QP=12.55 NAL=2 Slice:P Poc:120 I:9    P:40   SKIP:251  size=490 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 119, dts 124680000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  58 QP=14.49 NAL=2 Slice:B Poc:116 I:0    P:16   SKIP:284  size=65 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 120, dts 124720000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  59 QP=13.00 NAL=0 Slice:B Poc:114 I:0    P:10   SKIP:290  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 121, dts 124760000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  60 QP=13.00 NAL=0 Slice:B Poc:118 I:0    P:9    SKIP:291  size=31 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 122, dts 124800000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  61 QP=12.57 NAL=2 Slice:P Poc:128 I:9    P:45   SKIP:246  size=492 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 123, dts 124840000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  62 QP=14.87 NAL=2 Slice:B Poc:124 I:0    P:14   SKIP:286  size=82 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 124, dts 124880000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  63 QP=15.80 NAL=0 Slice:B Poc:122 I:0    P:5    SKIP:295  size=35 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 125, dts 124920000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  64 QP=15.80 NAL=0 Slice:B Poc:126 I:0    P:9    SKIP:291  size=38 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 126, dts 124960000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  65 QP=12.61 NAL=2 Slice:P Poc:136 I:10   P:46   SKIP:244  size=513 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 127, dts 125000000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  66 QP=12.00 NAL=2 Slice:B Poc:132 I:0    P:20   SKIP:280  size=54 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 128, dts 125040000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  67 QP=13.00 NAL=0 Slice:B Poc:130 I:0    P:11   SKIP:289  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 129, dts 125080000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  68 QP=13.00 NAL=0 Slice:B Poc:134 I:0    P:8    SKIP:292  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 130, dts 125120000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  69 QP=12.46 NAL=2 Slice:P Poc:144 I:11   P:41   SKIP:248  size=444 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 131, dts 125160000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  70 QP=15.23 NAL=2 Slice:B Poc:140 I:0    P:15   SKIP:285  size=56 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 132, dts 125200000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  71 QP=13.00 NAL=0 Slice:B Poc:138 I:1    P:6    SKIP:293  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 133, dts 125240000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  72 QP=13.00 NAL=0 Slice:B Poc:142 I:1    P:8    SKIP:291  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 134, dts 125280000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  73 QP=16.12 NAL=2 Slice:P Poc:152 I:13   P:54   SKIP:233  size=571 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 135, dts 125320000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  74 QP=15.78 NAL=2 Slice:B Poc:148 I:3    P:18   SKIP:279  size=74 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 136, dts 125360000
[libx264 @ 0x71ea640] frame=  75 QP=13.00 NAL=0 Slice:B Poc:146 I:0    P:9    SKIP:291  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 137, dts 125400000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  76 QP=15.03 NAL=0 Slice:B Poc:150 I:1    P:13   SKIP:286  size=43 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 138, dts 125440000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  77 QP=12.39 NAL=2 Slice:P Poc:160 I:13   P:48   SKIP:239  size=467 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 139, dts 125480000
[libx264 @ 0x71ea640] frame=  78 QP=13.67 NAL=2 Slice:B Poc:156 I:1    P:19   SKIP:280  size=69 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 140, dts 125520000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  79 QP=13.00 NAL=0 Slice:B Poc:154 I:0    P:7    SKIP:293  size=25 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 141, dts 125560000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  80 QP=13.00 NAL=0 Slice:B Poc:158 I:0    P:6    SKIP:294  size=24 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 142, dts 125600000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  81 QP=12.58 NAL=2 Slice:P Poc:168 I:7    P:54   SKIP:239  size=484 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 143, dts 125640000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  82 QP=16.34 NAL=2 Slice:B Poc:164 I:1    P:21   SKIP:278  size=83 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 144, dts 125680000
[libx264 @ 0x71ea640] frame=  83 QP=13.00 NAL=0 Slice:B Poc:162 I:0    P:9    SKIP:291  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 145, dts 125720000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  84 QP=13.00 NAL=0 Slice:B Poc:166 I:0    P:12   SKIP:288  size=37 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 146, dts 125760000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  85 QP=12.35 NAL=2 Slice:P Poc:176 I:7    P:49   SKIP:244  size=434 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 147, dts 125800000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  86 QP=14.55 NAL=2 Slice:B Poc:172 I:0    P:14   SKIP:286  size=52 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 148, dts 125840000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  87 QP=13.00 NAL=0 Slice:B Poc:170 I:0    P:9    SKIP:291  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 149, dts 125880000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  88 QP=13.00 NAL=0 Slice:B Poc:174 I:0    P:5    SKIP:295  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 150, dts 125920000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  89 QP=14.16 NAL=2 Slice:P Poc:184 I:6    P:50   SKIP:244  size=523 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 151, dts 125960000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  90 QP=13.40 NAL=2 Slice:B Poc:180 I:1    P:9    SKIP:290  size=41 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 152, dts 126000000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  91 QP=13.00 NAL=0 Slice:B Poc:178 I:0    P:10   SKIP:290  size=33 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 153, dts 126040000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  92 QP=13.00 NAL=0 Slice:B Poc:182 I:1    P:11   SKIP:288  size=36 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 154, dts 126080000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  93 QP=13.66 NAL=2 Slice:P Poc:190 I:4    P:55   SKIP:241  size=428 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 155, dts 126120000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  94 QP=13.00 NAL=2 Slice:B Poc:186 I:1    P:15   SKIP:284  size=43 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 156, dts 126160000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  95 QP=14.40 NAL=0 Slice:B Poc:188 I:0    P:4    SKIP:296  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 157, dts 126200000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  96 QP=13.83 NAL=2 Slice:P Poc:192 I:10   P:57   SKIP:233  size=253 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 158, dts 126240000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame=  97 QP=14.43 NAL=2 Slice:P Poc:196 I:3    P:53   SKIP:244  size=338 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 159, dts 126280000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  98 QP=13.00 NAL=0 Slice:B Poc:194 I:1    P:12   SKIP:287  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 160, dts 126320000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame=  99 QP=17.53 NAL=2 Slice:P Poc:202 I:18   P:54   SKIP:228  size=493 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 161, dts 126360000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 100 QP=15.07 NAL=2 Slice:B Poc:198 I:1    P:25   SKIP:274  size=70 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 162, dts 126400000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 101 QP=13.00 NAL=0 Slice:B Poc:200 I:0    P:18   SKIP:282  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 163, dts 126440000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 102 QP=13.26 NAL=2 Slice:P Poc:204 I:8    P:49   SKIP:243  size=219 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 164, dts 126480000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 103 QP=12.61 NAL=2 Slice:P Poc:212 I:14   P:41   SKIP:245  size=456 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 165, dts 126520000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 104 QP=12.00 NAL=2 Slice:B Poc:208 I:0    P:17   SKIP:283  size=51 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 166, dts 126560000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 105 QP=13.00 NAL=0 Slice:B Poc:206 I:0    P:12   SKIP:288  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 167, dts 126600000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 106 QP=15.27 NAL=0 Slice:B Poc:210 I:0    P:9    SKIP:291  size=45 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 168, dts 126640000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 107 QP=13.95 NAL=2 Slice:P Poc:220 I:12   P:50   SKIP:238  size=463 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 169, dts 126680000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 108 QP=14.27 NAL=2 Slice:B Poc:216 I:0    P:21   SKIP:279  size=86 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 170, dts 126720000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 109 QP=13.00 NAL=0 Slice:B Poc:214 I:0    P:3    SKIP:297  size=21 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 171, dts 126760000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 110 QP=13.00 NAL=0 Slice:B Poc:218 I:0    P:7    SKIP:293  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 172, dts 126800000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 111 QP=12.60 NAL=2 Slice:P Poc:228 I:13   P:43   SKIP:244  size=464 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 173, dts 126840000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 112 QP=12.00 NAL=2 Slice:B Poc:224 I:0    P:19   SKIP:281  size=52 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 174, dts 126880000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 113 QP=15.38 NAL=0 Slice:B Poc:222 I:2    P:5    SKIP:293  size=39 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 175, dts 126920000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 114 QP=15.24 NAL=0 Slice:B Poc:226 I:1    P:13   SKIP:286  size=60 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 176, dts 126960000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 115 QP=12.82 NAL=2 Slice:P Poc:236 I:11   P:41   SKIP:248  size=457 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 177, dts 127000000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 116 QP=16.97 NAL=2 Slice:B Poc:232 I:0    P:15   SKIP:285  size=72 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 178, dts 127040000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 117 QP=13.00 NAL=0 Slice:B Poc:230 I:2    P:7    SKIP:291  size=35 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 179, dts 127080000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 118 QP=13.00 NAL=0 Slice:B Poc:234 I:1    P:3    SKIP:296  size=23 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 180, dts 127120000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 119 QP=12.92 NAL=2 Slice:P Poc:244 I:8    P:48   SKIP:244  size=422 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 181, dts 127160000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 120 QP=15.43 NAL=2 Slice:B Poc:240 I:1    P:10   SKIP:289  size=72 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 182, dts 127200000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 121 QP=15.38 NAL=0 Slice:B Poc:238 I:0    P:10   SKIP:290  size=39 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 183, dts 127240000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 122 QP=13.00 NAL=0 Slice:B Poc:242 I:0    P:9    SKIP:291  size=32 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 184, dts 127280000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 123 QP=18.48 NAL=2 Slice:P Poc:252 I:15   P:46   SKIP:239  size=616 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 185, dts 127320000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 124 QP=15.32 NAL=2 Slice:B Poc:248 I:2    P:22   SKIP:276  size=81 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 186, dts 127360000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 125 QP=14.54 NAL=0 Slice:B Poc:246 I:0    P:8    SKIP:292  size=38 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 187, dts 127400000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 126 QP=14.54 NAL=0 Slice:B Poc:250 I:1    P:21   SKIP:278  size=48 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 188, dts 127440000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 127 QP=12.82 NAL=2 Slice:P Poc:260 I:18   P:43   SKIP:239  size=471 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 189, dts 127480000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 128 QP=15.46 NAL=2 Slice:B Poc:256 I:0    P:15   SKIP:284  size=66 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 190, dts 127520000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 129 QP=13.00 NAL=0 Slice:B Poc:254 I:0    P:9    SKIP:291  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 191, dts 127560000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 130 QP=14.54 NAL=0 Slice:B Poc:258 I:1    P:10   SKIP:289  size=39 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 192, dts 127600000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 131 QP=12.65 NAL=2 Slice:P Poc:268 I:6    P:49   SKIP:245  size=526 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 193, dts 127640000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 132 QP=14.85 NAL=2 Slice:B Poc:264 I:1    P:22   SKIP:277  size=86 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 194, dts 127680000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 133 QP=13.00 NAL=0 Slice:B Poc:262 I:0    P:10   SKIP:290  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 195, dts 127720000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 134 QP=13.00 NAL=0 Slice:B Poc:266 I:0    P:9    SKIP:291  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 196, dts 127760000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 135 QP=13.38 NAL=2 Slice:P Poc:276 I:12   P:49   SKIP:239  size=550 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 197, dts 127800000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 136 QP=15.12 NAL=2 Slice:B Poc:272 I:1    P:20   SKIP:279  size=77 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 198, dts 127840000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 137 QP=13.00 NAL=0 Slice:B Poc:270 I:1    P:6    SKIP:293  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 199, dts 127880000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 138 QP=15.27 NAL=0 Slice:B Poc:274 I:1    P:7    SKIP:292  size=41 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 200, dts 127920000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 139 QP=13.61 NAL=2 Slice:P Poc:284 I:16   P:43   SKIP:241  size=515 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 201, dts 127960000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 140 QP=12.00 NAL=2 Slice:B Poc:280 I:0    P:19   SKIP:281  size=51 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 202, dts 128000000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 141 QP=13.00 NAL=0 Slice:B Poc:278 I:1    P:9    SKIP:290  size=33 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 203, dts 128040000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 142 QP=13.00 NAL=0 Slice:B Poc:282 I:1    P:7    SKIP:292  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 204, dts 128080000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 143 QP=12.88 NAL=2 Slice:P Poc:288 I:7    P:48   SKIP:245  size=362 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 205, dts 128120000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 144 QP=15.49 NAL=0 Slice:B Poc:286 I:1    P:12   SKIP:287  size=47 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 206, dts 128160000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 145 QP=12.75 NAL=2 Slice:P Poc:292 I:6    P:47   SKIP:247  size=356 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 207, dts 128200000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 146 QP=15.35 NAL=0 Slice:B Poc:290 I:2    P:11   SKIP:287  size=48 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 208, dts 128240000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 147 QP=16.81 NAL=2 Slice:P Poc:300 I:7    P:48   SKIP:245  size=517 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 209, dts 128280000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 148 QP=17.26 NAL=2 Slice:B Poc:296 I:1    P:21   SKIP:278  size=86 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 210, dts 128320000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 149 QP=13.00 NAL=0 Slice:B Poc:294 I:1    P:5    SKIP:294  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 211, dts 128360000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 150 QP=13.00 NAL=0 Slice:B Poc:298 I:3    P:7    SKIP:290  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 212, dts 128400000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 151 QP=12.73 NAL=2 Slice:P Poc:308 I:15   P:44   SKIP:241  size=473 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 213, dts 128440000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 152 QP=14.00 NAL=2 Slice:B Poc:304 I:1    P:13   SKIP:286  size=54 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 214, dts 128480000
[libx264 @ 0x71ea640] frame= 153 QP=13.00 NAL=0 Slice:B Poc:302 I:0    P:8    SKIP:292  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 215, dts 128520000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 154 QP=13.00 NAL=0 Slice:B Poc:306 I:0    P:9    SKIP:291  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 216, dts 128560000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 155 QP=12.47 NAL=2 Slice:P Poc:316 I:7    P:46   SKIP:247  size=460 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 217, dts 128600000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 156 QP=14.86 NAL=2 Slice:B Poc:312 I:0    P:12   SKIP:287  size=55 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 218, dts 128640000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 157 QP=13.00 NAL=0 Slice:B Poc:310 I:0    P:5    SKIP:295  size=24 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 219, dts 128680000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 158 QP=13.00 NAL=0 Slice:B Poc:314 I:0    P:4    SKIP:296  size=21 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 220, dts 128720000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 159 QP=13.39 NAL=2 Slice:P Poc:324 I:9    P:48   SKIP:243  size=514 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 221, dts 128760000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 160 QP=12.00 NAL=2 Slice:B Poc:320 I:0    P:15   SKIP:285  size=48 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 222, dts 128800000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 161 QP=13.00 NAL=0 Slice:B Poc:318 I:1    P:6    SKIP:293  size=29 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 223, dts 128840000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 162 QP=13.00 NAL=0 Slice:B Poc:322 I:0    P:7    SKIP:293  size=26 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 224, dts 128880000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 163 QP=13.35 NAL=2 Slice:P Poc:332 I:9    P:42   SKIP:249  size=472 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 225, dts 128920000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 164 QP=17.05 NAL=2 Slice:B Poc:328 I:2    P:14   SKIP:284  size=71 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 226, dts 128960000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 165 QP=15.49 NAL=0 Slice:B Poc:326 I:2    P:6    SKIP:292  size=44 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 227, dts 129000000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 166 QP=15.13 NAL=0 Slice:B Poc:330 I:1    P:3    SKIP:296  size=48 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 228, dts 129040000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 167 QP=13.63 NAL=2 Slice:P Poc:338 I:13   P:48   SKIP:239  size=407 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 229, dts 129080000
[libx264 @ 0x71ea640] frame= 168 QP=15.40 NAL=2 Slice:B Poc:334 I:1    P:10   SKIP:289  size=49 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 230, dts 129120000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 169 QP=13.00 NAL=0 Slice:B Poc:336 I:2    P:11   SKIP:287  size=43 bytes
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 231, dts 129160000
[libx264 @ 0x71ea640] frame= 170 QP=13.74 NAL=2 Slice:P Poc:346 I:10   P:48   SKIP:242  size=510 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 232, dts 129200000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 171 QP=13.54 NAL=2 Slice:B Poc:342 I:1    P:10   SKIP:289  size=47 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 233, dts 129240000
[libx264 @ 0x71ea640] frame= 172 QP=16.57 NAL=0 Slice:B Poc:340 I:2    P:14   SKIP:284  size=60 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 234, dts 129280000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 173 QP=13.00 NAL=0 Slice:B Poc:344 I:0    P:9    SKIP:291  size=30 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 235, dts 129320000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 174 QP=17.70 NAL=2 Slice:P Poc:350 I:10   P:57   SKIP:233  size=479 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 236, dts 129360000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 175 QP=13.00 NAL=0 Slice:B Poc:348 I:2    P:16   SKIP:282  size=37 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 237, dts 129400000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 176 QP=13.14 NAL=2 Slice:P Poc:354 I:10   P:49   SKIP:241  size=405 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 238, dts 129440000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 177 QP=13.00 NAL=0 Slice:B Poc:352 I:4    P:10   SKIP:286  size=43 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 239, dts 129480000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 178 QP=12.64 NAL=2 Slice:P Poc:360 I:11   P:49   SKIP:240  size=442 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 240, dts 129520000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 179 QP=14.96 NAL=2 Slice:B Poc:356 I:3    P:13   SKIP:284  size=54 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 241, dts 129560000
[h264 @ 0x7331b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 180 QP=13.00 NAL=0 Slice:B Poc:358 I:0    P:11   SKIP:289  size=34 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 242, dts 129600000
[h264 @ 0x734e340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 181 QP=13.86 NAL=2 Slice:P Poc:368 I:12   P:45   SKIP:243  size=470 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 243, dts 129640000
[h264 @ 0x71ecc00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 182 QP=14.38 NAL=2 Slice:B Poc:364 I:0    P:17   SKIP:283  size=84 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 244, dts 129680000
[h264 @ 0x725b040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 183 QP=13.00 NAL=0 Slice:B Poc:362 I:0    P:10   SKIP:290  size=27 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 245, dts 129720000
[h264 @ 0x7278f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 184 QP=13.00 NAL=0 Slice:B Poc:366 I:0    P:14   SKIP:286  size=39 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 246, dts 129760000
[h264 @ 0x727f980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 185 QP=13.18 NAL=2 Slice:P Poc:376 I:11   P:42   SKIP:247  size=518 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 247, dts 129800000
[h264 @ 0x72dc3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 186 QP=15.51 NAL=2 Slice:B Poc:372 I:1    P:26   SKIP:273  size=119 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 248, dts 129840000
[h264 @ 0x72f8b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[libx264 @ 0x71ea640] frame= 187 QP=15.57 NAL=0 Slice:B Poc:370 I:0    P:14   SKIP:286  size=42 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] stream 0, sample 249, dts 129880000
[h264 @ 0x7315340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[libx264 @ 0x71ea640] frame= 188 QP=13.00 NAL=0 Slice:B Poc:374 I:0    P:8    SKIP:292  size=28 bytes
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x71da280] type:'[0][0][0][0]' parent:'root' sz: 0 8 9223372036854775807
[libx264 @ 0x71ea640] frame= 189 QP=12.59 NAL=2 Slice:P Poc:384 I:14   P:42   SKIP:244  size=507 bytes
[libx264 @ 0x71ea640] frame= 190 QP=15.85 NAL=2 Slice:B Poc:380 I:1    P:21   SKIP:278  size=76 bytes
[libx264 @ 0x71ea640] frame= 191 QP=15.73 NAL=0 Slice:B Poc:378 I:0    P:10   SKIP:290  size=51 bytes
[libx264 @ 0x71ea640] frame= 192 QP=15.13 NAL=0 Slice:B Poc:382 I:0    P:10   SKIP:290  size=38 bytes
[libx264 @ 0x71ea640] frame= 193 QP=12.24 NAL=2 Slice:P Poc:392 I:11   P:51   SKIP:238  size=560 bytes
[libx264 @ 0x71ea640] frame= 194 QP=16.29 NAL=2 Slice:B Poc:388 I:0    P:22   SKIP:278  size=78 bytes
[libx264 @ 0x71ea640] frame= 195 QP=13.00 NAL=0 Slice:B Poc:386 I:1    P:7    SKIP:292  size=28 bytes
[libx264 @ 0x71ea640] frame= 196 QP=15.79 NAL=0 Slice:B Poc:390 I:1    P:8    SKIP:291  size=38 bytes
[libx264 @ 0x71ea640] frame= 197 QP=17.01 NAL=2 Slice:P Poc:400 I:20   P:40   SKIP:240  size=641 bytes
[libx264 @ 0x71ea640] frame= 198 QP=14.03 NAL=2 Slice:B Poc:396 I:4    P:27   SKIP:269  size=84 bytes
[out_0_0 @ 0x73ba740] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
[libx264 @ 0x71ea640] frame= 199 QP=13.00 NAL=0 Slice:B Poc:394 I:0    P:8    SKIP:292  size=25 bytes
[libx264 @ 0x71ea640] frame= 200 QP=15.73 NAL=0 Slice:B Poc:398 I:0    P:21   SKIP:279  size=51 bytes
[libx264 @ 0x71ea640] frame= 201 QP=12.51 NAL=2 Slice:P Poc:408 I:8    P:50   SKIP:242  size=508 bytes
[libx264 @ 0x71ea640] frame= 202 QP=13.93 NAL=2 Slice:B Poc:404 I:0    P:26   SKIP:274  size=78 bytes
[libx264 @ 0x71ea640] frame= 203 QP=14.98 NAL=0 Slice:B Poc:402 I:0    P:11   SKIP:289  size=34 bytes
[libx264 @ 0x71ea640] frame= 204 QP=14.91 NAL=0 Slice:B Poc:406 I:0    P:10   SKIP:290  size=35 bytes
[libx264 @ 0x71ea640] frame= 205 QP=12.40 NAL=2 Slice:P Poc:416 I:9    P:48   SKIP:243  size=521 bytes
[libx264 @ 0x71ea640] frame= 206 QP=14.47 NAL=2 Slice:B Poc:412 I:0    P:20   SKIP:280  size=75 bytes
[libx264 @ 0x71ea640] frame= 207 QP=14.91 NAL=0 Slice:B Poc:410 I:0    P:15   SKIP:285  size=47 bytes
[libx264 @ 0x71ea640] frame= 208 QP=13.00 NAL=0 Slice:B Poc:414 I:0    P:9    SKIP:291  size=27 bytes
[libx264 @ 0x71ea640] frame= 209 QP=12.98 NAL=2 Slice:P Poc:424 I:8    P:46   SKIP:246  size=523 bytes
[libx264 @ 0x71ea640] frame= 210 QP=13.93 NAL=2 Slice:B Poc:420 I:1    P:19   SKIP:280  size=66 bytes
[libx264 @ 0x71ea640] frame= 211 QP=13.00 NAL=0 Slice:B Poc:418 I:0    P:11   SKIP:289  size=29 bytes
[libx264 @ 0x71ea640] frame= 212 QP=13.00 NAL=0 Slice:B Poc:422 I:0    P:9    SKIP:291  size=27 bytes
[libx264 @ 0x71ea640] frame= 213 QP=12.43 NAL=2 Slice:P Poc:432 I:9    P:54   SKIP:237  size=543 bytes
[libx264 @ 0x71ea640] frame= 214 QP=14.67 NAL=2 Slice:B Poc:428 I:0    P:16   SKIP:284  size=60 bytes
[libx264 @ 0x71ea640] frame= 215 QP=14.40 NAL=0 Slice:B Poc:426 I:0    P:13   SKIP:287  size=42 bytes
[libx264 @ 0x71ea640] frame= 216 QP=15.13 NAL=0 Slice:B Poc:430 I:0    P:6    SKIP:294  size=34 bytes
[libx264 @ 0x71ea640] frame= 217 QP=12.71 NAL=2 Slice:P Poc:440 I:5    P:49   SKIP:246  size=514 bytes
[libx264 @ 0x71ea640] frame= 218 QP=14.00 NAL=2 Slice:B Poc:436 I:1    P:17   SKIP:282  size=54 bytes
[libx264 @ 0x71ea640] frame= 219 QP=15.13 NAL=0 Slice:B Poc:434 I:0    P:17   SKIP:283  size=46 bytes
[libx264 @ 0x71ea640] frame= 220 QP=13.00 NAL=0 Slice:B Poc:438 I:0    P:8    SKIP:292  size=26 bytes
[libx264 @ 0x71ea640] frame= 221 QP=12.59 NAL=2 Slice:P Poc:448 I:8    P:46   SKIP:246  size=465 bytes
[libx264 @ 0x71ea640] frame= 222 QP=14.05 NAL=2 Slice:B Poc:444 I:1    P:17   SKIP:282  size=56 bytes
[libx264 @ 0x71ea640] frame= 223 QP=15.03 NAL=0 Slice:B Poc:442 I:0    P:12   SKIP:288  size=43 bytes
[libx264 @ 0x71ea640] frame= 224 QP=15.03 NAL=0 Slice:B Poc:446 I:0    P:11   SKIP:288  size=44 bytes
[libx264 @ 0x71ea640] frame= 225 QP=16.80 NAL=2 Slice:P Poc:456 I:9    P:42   SKIP:249  size=492 bytes
[libx264 @ 0x71ea640] frame= 226 QP=14.05 NAL=2 Slice:B Poc:452 I:0    P:22   SKIP:278  size=61 bytes
[libx264 @ 0x71ea640] frame= 227 QP=13.00 NAL=0 Slice:B Poc:450 I:0    P:16   SKIP:284  size=35 bytes
[libx264 @ 0x71ea640] frame= 228 QP=14.47 NAL=0 Slice:B Poc:454 I:0    P:7    SKIP:293  size=30 bytes
[libx264 @ 0x71ea640] frame= 229 QP=12.74 NAL=2 Slice:P Poc:460 I:12   P:47   SKIP:241  size=346 bytes
[libx264 @ 0x71ea640] frame= 230 QP=13.00 NAL=0 Slice:B Poc:458 I:0    P:12   SKIP:288  size=32 bytes
[libx264 @ 0x71ea640] frame= 231 QP=12.59 NAL=2 Slice:P Poc:468 I:6    P:44   SKIP:250  size=450 bytes
[libx264 @ 0x71ea640] frame= 232 QP=12.00 NAL=2 Slice:B Poc:464 I:0    P:14   SKIP:286  size=47 bytes
[libx264 @ 0x71ea640] frame= 233 QP=13.00 NAL=0 Slice:B Poc:462 I:1    P:8    SKIP:291  size=29 bytes
[libx264 @ 0x71ea640] frame= 234 QP=13.00 NAL=0 Slice:B Poc:466 I:0    P:4    SKIP:296  size=24 bytes
[libx264 @ 0x71ea640] frame= 235 QP=12.68 NAL=2 Slice:P Poc:474 I:9    P:50   SKIP:241  size=363 bytes
[libx264 @ 0x71ea640] frame= 236 QP=13.00 NAL=2 Slice:B Poc:470 I:0    P:8    SKIP:292  size=31 bytes
[libx264 @ 0x71ea640] frame= 237 QP=13.00 NAL=0 Slice:B Poc:472 I:0    P:6    SKIP:294  size=24 bytes
[libx264 @ 0x71ea640] frame= 238 QP=14.17 NAL=2 Slice:P Poc:482 I:7    P:59   SKIP:234  size=441 bytes
[libx264 @ 0x71ea640] frame= 239 QP=16.33 NAL=2 Slice:B Poc:478 I:1    P:7    SKIP:292  size=46 bytes
[libx264 @ 0x71ea640] frame= 240 QP=13.00 NAL=0 Slice:B Poc:476 I:1    P:7    SKIP:292  size=28 bytes
[libx264 @ 0x71ea640] frame= 241 QP=13.00 NAL=0 Slice:B Poc:480 I:1    P:5    SKIP:294  size=25 bytes
[libx264 @ 0x71ea640] frame= 242 QP=14.48 NAL=2 Slice:P Poc:490 I:10   P:52   SKIP:238  size=370 bytes
[libx264 @ 0x71ea640] frame= 243 QP=12.00 NAL=2 Slice:B Poc:486 I:0    P:11   SKIP:289  size=41 bytes
[libx264 @ 0x71ea640] frame= 244 QP=13.00 NAL=0 Slice:B Poc:484 I:0    P:3    SKIP:297  size=21 bytes
[libx264 @ 0x71ea640] frame= 245 QP=13.00 NAL=0 Slice:B Poc:488 I:0    P:4    SKIP:296  size=23 bytes
[libx264 @ 0x71ea640] frame= 246 QP=16.00 NAL=2 Slice:P Poc:496 I:5    P:45   SKIP:250  size=267 bytes
[libx264 @ 0x71ea640] frame= 247 QP=15.42 NAL=2 Slice:B Poc:492 I:0    P:16   SKIP:284  size=57 bytes
[libx264 @ 0x71ea640] frame= 248 QP=13.00 NAL=0 Slice:B Poc:494 I:0    P:8    SKIP:292  size=25 bytes
[libx264 @ 0x71ea640] frame= 249 QP=16.47 NAL=2 Slice:P Poc:498 I:6    P:45   SKIP:249  size=143 bytes
frame=  250 fps=0.0 q=-1.0 Lsize=      47kB time=00:01:04.88 bitrate=   6.0kbits/s speed= 205x    
video:43kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.546047%
Input file #0 (loop.mpd):
  Input stream #0:0 (video): 250 packets read (44956 bytes); 250 frames decoded; 
  Total: 250 packets (44956 bytes) demuxed
Output file #0 (out.mp4):
  Output stream #0:0 (video): 250 frames encoded; 250 packets muxed (44465 bytes); 
  Total: 250 packets (44465 bytes) muxed
250 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x71ddd40] Statistics: 2 seeks, 4 writeouts
[libx264 @ 0x71ea640] frame I:1     Avg QP:19.45  size:  2990
[libx264 @ 0x71ea640] frame P:71    Avg QP:14.08  size:   464
[libx264 @ 0x71ea640] frame B:178   Avg QP:14.08  size:    44
[libx264 @ 0x71ea640] consecutive B-frames:  1.6%  7.2%  9.6% 81.6%
[libx264 @ 0x71ea640] mb I  I16..4: 38.7% 34.7% 26.7%
[libx264 @ 0x71ea640] mb P  I16..4:  1.9%  0.9%  0.5%  P16..4:  9.3%  4.0%  2.6%  0.0%  0.0%    skip:80.8%
[libx264 @ 0x71ea640] mb B  I16..4:  0.1%  0.1%  0.0%  B16..8:  3.7%  0.1%  0.0%  direct: 0.1%  skip:96.0%  L0:48.2% L1:46.6% BI: 5.2%
[libx264 @ 0x71ea640] 8x8 transform intra:28.8% inter:50.4%
[libx264 @ 0x71ea640] coded y,u,v intra: 9.6% 9.9% 9.6% inter: 0.8% 0.9% 0.7%
[libx264 @ 0x71ea640] i16 v,h,dc,p: 62% 27%  1% 10%
[libx264 @ 0x71ea640] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 42% 14% 43%  1%  0%  0%  0%  0%  0%
[libx264 @ 0x71ea640] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 49% 14%  1%  1%  1%  0%  1%  0%
[libx264 @ 0x71ea640] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x71ea640] ref P L0: 63.6% 10.1% 23.3%  3.1%
[libx264 @ 0x71ea640] ref B L0: 61.5% 32.0%  6.5%
[libx264 @ 0x71ea640] ref B L1: 95.2%  4.8%
[libx264 @ 0x71ea640] kb/s:35.02
[AVIOContext @ 0x71e0d00] Statistics: 47144 bytes read, 0 seeks
[AVIOContext @ 0x71e2080] Statistics: 1080 bytes read, 0 seeks

The expected output should be 5 seconds long (or 125 frames) but since it detects start at 120 seconds, it seeks to the beginning of the file and encodes the entire 10 seconds. Changing -ss parameter to 125 produces what you would expect.

Both the DASH and HLS demuxers appear to have the same buggy behavior.

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (8)

comment:1 by Jesper Ek, 4 years ago

I tried debugging this and it appears to happen here:
https://github.com/FFmpeg/FFmpeg/blob/7ead0daa24f0ff36fa4dbc80fa458ff9b6edcff2/libavformat/mov.c#L4794-L4798

If I change it to the following it appears to be working, but I'm not sure why the original code has it commented out.

// FIXME: sidx earliest_presentation_time is *PTS*, s.b.
pts = frag_stream_info->sidx_pts;
av_log(c->fc, AV_LOG_DEBUG, "found sidx time %"PRId64
        ", using it for pts\n", pts);
Last edited 4 years ago by Jesper Ek (previous) (diff)

comment:2 by Balling, 2 years ago

There was a patch that did that change, cannot find it on patchwork now.

comment:3 by Balling, 2 years ago

Status: newopen

Can someone uncomment those lines?

comment:5 by Balling, 2 years ago

Looks like it is fixed already, files created with ffmpeg.exe -f lavfi -i "testsrc=duration=10" -output_ts_offset 60 -f dash -hls_playlist 1 loop.mpd

no longer report

Duration: 00:00:10.00, start: 120.000000, bitrate: 0 kb/s

when you do

ffmpeg -seek_timestamp 1 -ss 65 -i loop.mpd out.mp4

it does report

Duration: 00:00:10.00, start: 60.000000, bitrate: 0 kb/s

so it appears to be fixed recently.

Is https://patchwork.ffmpeg.org/project/ffmpeg/patch/tencent_78B8FB9628CD09200E4D9CCFDFD549272E07@qq.com/ for editlist or what? Because obviously if you try atmos sound + aac sound in https://events-delivery.apple.com/1402uekefjejgldkvaqrqxgjmtehwhez/m3u8/vod_index-VEPhheWQmQZLrgakajRXoUbKAmmjVXxZ.m3u8

it does appear the start time is supposed to be converted to editlist for gapless playback (at least aac (https://events-delivery.apple.com/1402uekefjejgldkvaqrqxgjmtehwhez/m3u8/vod_index-VEPhheWQmQZLrgakajRXoUbKAmmjVXxZ.m3u8) has Duration: 00:58:46.68, start: 9.956000, bitrate: N/A, while video has Duration: 00:58:46.66, start: 10.066733, bitrate: N/A, while atmos in EAC-3 has Duration: 00:58:46.62, start: 10.000000, bitrate: N/A). So everything is counted from EAC-3. Indeed, eac3 has 256 samples of silence in the start, which is 0.00533...

in reply to:  5 comment:6 by quinkblack, 2 years ago

Replying to Balling:

Looks like it is fixed already, files created with ffmpeg.exe -f lavfi -i "testsrc=duration=10" -output_ts_offset 60 -f dash -hls_playlist 1 loop.mpd

no longer report

Duration: 00:00:10.00, start: 120.000000, bitrate: 0 kb/s

when you do

ffmpeg -seek_timestamp 1 -ss 65 -i loop.mpd out.mp4

it does report

Duration: 00:00:10.00, start: 60.000000, bitrate: 0 kb/s

so it appears to be fixed recently.

The real issue is hidden by ignore sidx timestamp in demux. Try disable -use_tfdt:
./ffprobe_g -v debug -use_tfdt 0 loop-stream0.mp4
...

Duration: 00:01:10.00, start: 120.000000, bitrate: 5 kb/s

The real issue is incorrect sidx field in muxer.

comment:7 by Balling, 2 years ago

Yep, indeed it was hidden when the default of 071930de724166bfb90fc6d368c748771188fd94 changed in c42d513ede6bc58b2cc7b0e47f90be27700843f8. Right.

Last edited 2 years ago by Balling (previous) (diff)

comment:8 by Balling, 2 years ago

Component: undeterminedavformat
Keywords: start time offset timestamp double removed
Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.