Opened 4 years ago
Closed 4 years ago
#9253 closed defect (wontfix)
Infinite loop when using alphamerge filter for file+nullsrc
Reported by: | Vadym Borodavko | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | alphamerge nullsrc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
FFmpeg is running infinitely when using alphamerge filter with input video file and nullsrc.
Bisected commit:
https://github.com/FFmpeg/FFmpeg/commit/88db1745fc3b99cd8df000baa0b1af9ee2bac4ac
Issue is reproducible since FFmpeg v4.4 and also in the current HEAD.
Issue is not reproducible when you use 2 files as the input for alphamerge filter.
How to reproduce:
Create an empty video with duration 3.03 seconds:
$ ffmpeg -t 3.03 -filter_complex 'color=red:size=480x270' -c:v libx264 -r 30 input.mp4
Use alphamerge with this file and nullsrc:
$ ffmpeg -y -i input.mp4 -filter_complex 'nullsrc=size=480x270, loop=-1:1 [v_1]; [0:v:0] [v_1] alphamerge [v_2]' -map '[v_2]' -c:v:0 libx264 -preset veryfast output.mp4 ffmpeg version N-102566-gab658db4d0 Copyright (c) 2000-2021 the FFmpeg developers built with Apple clang version 11.0.0 (clang-1100.0.33.17) configuration: --enable-static --disable-shared --disable-doc --enable-pthreads --enable-version3 --disable-ffplay --disable-gnutls --enable-gpl --disable-libaom --disable-libbluray --disable-libdav1d --disable-libmp3lame --disable-libopus --disable-librav1e --disable-librubberband --disable-libsnappy --disable-libsrt --disable-libtesseract --disable-libtheora --disable-libvidstab --disable-libvorbis --disable-libvpx --disable-libwebp --enable-libx264 --disable-libx265 --disable-libxml2 --disable-libxvid --disable-lzma --disable-libfontconfig --disable-libfreetype --disable-frei0r --disable-libass --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libopenjpeg --disable-libspeex --disable-libsoxr --disable-libzmq --disable-libzimg --disable-libjack --disable-indev=jack --disable-x86asm libavutil 57. 0.100 / 57. 0.100 libavcodec 59. 1.100 / 59. 1.100 libavformat 59. 2.100 / 59. 2.100 libavdevice 59. 0.100 / 59. 0.100 libavfilter 8. 0.101 / 8. 0.101 libswscale 6. 0.100 / 6. 0.100 libswresample 4. 0.100 / 4. 0.100 libpostproc 56. 0.100 / 56. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf59.2.100 Duration: 00:00:03.03, start: 0.000000, bitrate: 11 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 480x270 [SAR 1:1 DAR 16:9], 6 kb/s, 30 fps, 30 tbr, 15360 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Stream mapping: Stream #0:0 (h264) -> alphamerge:main alphamerge -> Stream #0:0 (libx264) Press [q] to stop, [?] for help [libx264 @ 0x7ffde7504580] using SAR=1/1 [libx264 @ 0x7ffde7504580] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x7ffde7504580] profile High, level 2.1, 4:2:0, 8-bit [libx264 @ 0x7ffde7504580] 264 - core 161 r3049 55d517b - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=8 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=10 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf59.2.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 480x270 [SAR 1:1 DAR 16:9], q=2-31, 30 fps, 15360 tbn (default) Metadata: encoder : Lavc59.1.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A More than 1000 frames duplicated= 0kB time=00:03:16.76 bitrate= 0.0kbits/s dup=973 drop=0 speed= 131x More than 10000 frames duplicated 768kB time=00:32:38.93 bitrate= 3.2kbits/s dup=9784 drop=0 speed= 140x frame=88607 fps=4215 q=-1.0 Lsize= 2511kB time=00:49:13.46 bitrate= 7.0kbits/s dup=14753 drop=0 speed= 140x video:1473kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 70.453041% [libx264 @ 0x7ffde7504580] frame I:355 Avg QP: 7.01 size: 84 [libx264 @ 0x7ffde7504580] frame P:22329 Avg QP:11.05 size: 19 [libx264 @ 0x7ffde7504580] frame B:65923 Avg QP:13.67 size: 16 [libx264 @ 0x7ffde7504580] consecutive B-frames: 0.8% 0.0% 0.0% 99.2% [libx264 @ 0x7ffde7504580] mb I I16..4: 99.8% 0.0% 0.2% [libx264 @ 0x7ffde7504580] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0% [libx264 @ 0x7ffde7504580] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% [libx264 @ 0x7ffde7504580] 8x8 transform intra:0.0% [libx264 @ 0x7ffde7504580] coded y,uvDC,uvAC intra: 0.0% 0.2% 0.0% inter: 0.0% 0.0% 0.0% [libx264 @ 0x7ffde7504580] i16 v,h,dc,p: 94% 0% 6% 0% [libx264 @ 0x7ffde7504580] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0% [libx264 @ 0x7ffde7504580] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 0x7ffde7504580] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x7ffde7504580] kb/s:4.08 Exiting normally, received signal 2.
Log with maximum level of verbosity:
$ ffmpeg -v 9 -loglevel 99 -y -i input.mp4 -filter_complex 'nullsrc=size=480x270, loop=-1:1 [v_1]; [0:v:0] [v_1] alphamerge [v_2]' -map '[v_2]' -c:v:0 libx264 -preset veryfast output.mp4 ffmpeg version N-102566-gab658db4d0 Copyright (c) 2000-2021 the FFmpeg developers built with Apple clang version 11.0.0 (clang-1100.0.33.17) configuration: --enable-static --disable-shared --disable-doc --enable-pthreads --enable-version3 --disable-ffplay --disable-gnutls --enable-gpl --disable-libaom --disable-libbluray --disable-libdav1d --disable-libmp3lame --disable-libopus --disable-librav1e --disable-librubberband --disable-libsnappy --disable-libsrt --disable-libtesseract --disable-libtheora --disable-libvidstab --disable-libvorbis --disable-libvpx --disable-libwebp --enable-libx264 --disable-libx265 --disable-libxml2 --disable-libxvid --disable-lzma --disable-libfontconfig --disable-libfreetype --disable-frei0r --disable-libass --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libopenjpeg --disable-libspeex --disable-libsoxr --disable-libzmq --disable-libzimg --disable-libjack --disable-indev=jack --disable-x86asm libavutil 57. 0.100 / 57. 0.100 libavcodec 59. 1.100 / 59. 1.100 libavformat 59. 2.100 / 59. 2.100 libavdevice 59. 0.100 / 59. 0.100 libavfilter 8. 0.101 / 8. 0.101 libswscale 6. 0.100 / 6. 0.100 libswresample 4. 0.100 / 4. 0.100 libpostproc 56. 0.100 / 56. 0.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-i' ... matched as input url with argument 'input.mp4'. Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'nullsrc=size=480x270, loop=-1:1 [v_1]; [0:v:0] [v_1] alphamerge [v_2]'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[v_2]'. Reading option '-c:v:0' ... matched as option 'c' (codec name) with argument 'libx264'. Reading option '-preset' ... matched as AVOption 'preset' with argument 'veryfast'. Reading option 'output.mp4' ... matched as output url. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Applying option y (overwrite output files) with argument 1. Applying option filter_complex (create a complex filtergraph) with argument nullsrc=size=480x270, loop=-1:1 [v_1]; [0:v:0] [v_1] alphamerge [v_2]. Successfully parsed a group of options. Parsing a group of options: input url input.mp4. Successfully parsed a group of options. Opening an input file: input.mp4. [NULL @ 0x7fc975e00640] Opening 'input.mp4' for reading [file @ 0x7fc975e00ac0] Setting default whitelist 'file,crypto,data' Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048 Probing mp3 score:1 size:2048 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'ftyp' parent:'root' sz: 32 8 4352 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] ISO: File Type Major Brand: isom [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'free' parent:'root' sz: 8 40 4352 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'mdat' parent:'root' sz: 2393 48 4352 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'moov' parent:'root' sz: 1919 2441 4352 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'mvhd' parent:'moov' sz: 108 8 1911 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] time scale = 1000 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'trak' parent:'moov' sz: 1706 116 1911 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'tkhd' parent:'trak' sz: 92 8 1698 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'edts' parent:'trak' sz: 36 100 1698 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'elst' parent:'edts' sz: 28 8 28 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] track[0].edit_count = 1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] duration=3034 time=1024 rate=1.000000 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'mdia' parent:'trak' sz: 1570 136 1698 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'mdhd' parent:'mdia' sz: 32 8 1562 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'hdlr' parent:'mdia' sz: 45 40 1562 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] ctype=[0][0][0][0] [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stype=vide [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'minf' parent:'mdia' sz: 1485 85 1562 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'vmhd' parent:'minf' sz: 20 8 1477 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'dinf' parent:'minf' sz: 36 28 1477 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'dref' parent:'dinf' sz: 28 8 28 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Unknown dref type 0x206c7275 size 12 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stbl' parent:'minf' sz: 1421 64 1477 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stsd' parent:'stbl' sz: 193 8 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] size=177 4CC=avc1 codec_type=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'avcC' parent:'stsd' sz: 55 8 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'pasp' parent:'stsd' sz: 16 63 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'btrt' parent:'stsd' sz: 20 79 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stts' parent:'stbl' sz: 24 201 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] track[0].stts.entries = 1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] sample_count=91, sample_duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stss' parent:'stbl' sz: 20 225 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] keyframe_count = 1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'ctts' parent:'stbl' sz: 744 245 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] track[0].ctts.entries = 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=2560 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1024 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=1536 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] count=1, duration=512 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] dts shift 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stsc' parent:'stbl' sz: 28 989 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] track[0].stsc.entries = 1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stsz' parent:'stbl' sz: 384 1017 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] sample_size = 0 sample_count = 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'stco' parent:'stbl' sz: 20 1401 1413 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 0, offset 30, dts 0, size 769, distance 0, keyframe 1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 1, offset 331, dts 512, size 18, distance 1, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 2, offset 343, dts 1024, size 16, distance 2, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 3, offset 353, dts 1536, size 15, distance 3, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 4, offset 362, dts 2048, size 15, distance 4, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 5, offset 371, dts 2560, size 24, distance 5, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 6, offset 389, dts 3072, size 18, distance 6, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 7, offset 39b, dts 3584, size 15, distance 7, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 8, offset 3aa, dts 4096, size 15, distance 8, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 9, offset 3b9, dts 4608, size 24, distance 9, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 10, offset 3d1, dts 5120, size 18, distance 10, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 11, offset 3e3, dts 5632, size 15, distance 11, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 12, offset 3f2, dts 6144, size 15, distance 12, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 13, offset 401, dts 6656, size 24, distance 13, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 14, offset 419, dts 7168, size 18, distance 14, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 15, offset 42b, dts 7680, size 15, distance 15, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 16, offset 43a, dts 8192, size 15, distance 16, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 17, offset 449, dts 8704, size 24, distance 17, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 18, offset 461, dts 9216, size 18, distance 18, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 19, offset 473, dts 9728, size 15, distance 19, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 20, offset 482, dts 10240, size 15, distance 20, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 21, offset 491, dts 10752, size 24, distance 21, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 22, offset 4a9, dts 11264, size 18, distance 22, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 23, offset 4bb, dts 11776, size 15, distance 23, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 24, offset 4ca, dts 12288, size 15, distance 24, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 25, offset 4d9, dts 12800, size 24, distance 25, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 26, offset 4f1, dts 13312, size 18, distance 26, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 27, offset 503, dts 13824, size 15, distance 27, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 28, offset 512, dts 14336, size 15, distance 28, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 29, offset 521, dts 14848, size 24, distance 29, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 30, offset 539, dts 15360, size 18, distance 30, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 31, offset 54b, dts 15872, size 15, distance 31, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 32, offset 55a, dts 16384, size 15, distance 32, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 33, offset 569, dts 16896, size 24, distance 33, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 34, offset 581, dts 17408, size 18, distance 34, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 35, offset 593, dts 17920, size 15, distance 35, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 36, offset 5a2, dts 18432, size 15, distance 36, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 37, offset 5b1, dts 18944, size 24, distance 37, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 38, offset 5c9, dts 19456, size 18, distance 38, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 39, offset 5db, dts 19968, size 15, distance 39, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 40, offset 5ea, dts 20480, size 15, distance 40, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 41, offset 5f9, dts 20992, size 24, distance 41, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 42, offset 611, dts 21504, size 18, distance 42, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 43, offset 623, dts 22016, size 15, distance 43, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 44, offset 632, dts 22528, size 15, distance 44, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 45, offset 641, dts 23040, size 24, distance 45, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 46, offset 659, dts 23552, size 18, distance 46, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 47, offset 66b, dts 24064, size 15, distance 47, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 48, offset 67a, dts 24576, size 15, distance 48, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 49, offset 689, dts 25088, size 24, distance 49, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 50, offset 6a1, dts 25600, size 18, distance 50, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 51, offset 6b3, dts 26112, size 15, distance 51, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 52, offset 6c2, dts 26624, size 15, distance 52, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 53, offset 6d1, dts 27136, size 24, distance 53, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 54, offset 6e9, dts 27648, size 18, distance 54, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 55, offset 6fb, dts 28160, size 15, distance 55, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 56, offset 70a, dts 28672, size 15, distance 56, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 57, offset 719, dts 29184, size 24, distance 57, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 58, offset 731, dts 29696, size 18, distance 58, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 59, offset 743, dts 30208, size 15, distance 59, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 60, offset 752, dts 30720, size 15, distance 60, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 61, offset 761, dts 31232, size 24, distance 61, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 62, offset 779, dts 31744, size 18, distance 62, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 63, offset 78b, dts 32256, size 15, distance 63, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 64, offset 79a, dts 32768, size 15, distance 64, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 65, offset 7a9, dts 33280, size 24, distance 65, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 66, offset 7c1, dts 33792, size 18, distance 66, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 67, offset 7d3, dts 34304, size 15, distance 67, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 68, offset 7e2, dts 34816, size 15, distance 68, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 69, offset 7f1, dts 35328, size 24, distance 69, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 70, offset 809, dts 35840, size 18, distance 70, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 71, offset 81b, dts 36352, size 15, distance 71, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 72, offset 82a, dts 36864, size 15, distance 72, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 73, offset 839, dts 37376, size 24, distance 73, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 74, offset 851, dts 37888, size 18, distance 74, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 75, offset 863, dts 38400, size 15, distance 75, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 76, offset 872, dts 38912, size 15, distance 76, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 77, offset 881, dts 39424, size 24, distance 77, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 78, offset 899, dts 39936, size 18, distance 78, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 79, offset 8ab, dts 40448, size 15, distance 79, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 80, offset 8ba, dts 40960, size 15, distance 80, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 81, offset 8c9, dts 41472, size 24, distance 81, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 82, offset 8e1, dts 41984, size 18, distance 82, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 83, offset 8f3, dts 42496, size 15, distance 83, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 84, offset 902, dts 43008, size 15, distance 84, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 85, offset 911, dts 43520, size 24, distance 85, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 86, offset 929, dts 44032, size 18, distance 86, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 87, offset 93b, dts 44544, size 15, distance 87, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 88, offset 94a, dts 45056, size 15, distance 88, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 89, offset 959, dts 45568, size 25, distance 89, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] AVIndex stream 0, sample 90, offset 972, dts 46080, size 15, distance 90, keyframe 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Processing st: 0, edit list 0 - media time: 1024, duration: 46602 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 8704 ctts: 2560, ctts_index: 17, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 9216 ctts: 1024, ctts_index: 18, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 9728 ctts: 0, ctts_index: 19, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 10240 ctts: 512, ctts_index: 20, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 10752 ctts: 2560, ctts_index: 21, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 11264 ctts: 1024, ctts_index: 22, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 11776 ctts: 0, ctts_index: 23, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 12288 ctts: 512, ctts_index: 24, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 12800 ctts: 2560, ctts_index: 25, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 13312 ctts: 1024, ctts_index: 26, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 13824 ctts: 0, ctts_index: 27, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 14336 ctts: 512, ctts_index: 28, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 14848 ctts: 2560, ctts_index: 29, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 15360 ctts: 1024, ctts_index: 30, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 15872 ctts: 0, ctts_index: 31, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 16384 ctts: 512, ctts_index: 32, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 16896 ctts: 2560, ctts_index: 33, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 17408 ctts: 1024, ctts_index: 34, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 17920 ctts: 0, ctts_index: 35, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 18432 ctts: 512, ctts_index: 36, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 18944 ctts: 2560, ctts_index: 37, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 19456 ctts: 1024, ctts_index: 38, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 19968 ctts: 0, ctts_index: 39, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 20480 ctts: 512, ctts_index: 40, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 20992 ctts: 2560, ctts_index: 41, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 21504 ctts: 1024, ctts_index: 42, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 22016 ctts: 0, ctts_index: 43, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 22528 ctts: 512, ctts_index: 44, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 23040 ctts: 2560, ctts_index: 45, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 23552 ctts: 1024, ctts_index: 46, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 24064 ctts: 0, ctts_index: 47, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 24576 ctts: 512, ctts_index: 48, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 25088 ctts: 2560, ctts_index: 49, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 25600 ctts: 1024, ctts_index: 50, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 26112 ctts: 0, ctts_index: 51, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 26624 ctts: 512, ctts_index: 52, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 27136 ctts: 2560, ctts_index: 53, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 27648 ctts: 1024, ctts_index: 54, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 28160 ctts: 0, ctts_index: 55, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 28672 ctts: 512, ctts_index: 56, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 29184 ctts: 2560, ctts_index: 57, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 29696 ctts: 1024, ctts_index: 58, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 30208 ctts: 0, ctts_index: 59, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 30720 ctts: 512, ctts_index: 60, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 31232 ctts: 2560, ctts_index: 61, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 31744 ctts: 1024, ctts_index: 62, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 32256 ctts: 0, ctts_index: 63, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 32768 ctts: 512, ctts_index: 64, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 33280 ctts: 2560, ctts_index: 65, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 33792 ctts: 1024, ctts_index: 66, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 34304 ctts: 0, ctts_index: 67, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 34816 ctts: 512, ctts_index: 68, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 35328 ctts: 2560, ctts_index: 69, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 35840 ctts: 1024, ctts_index: 70, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 36352 ctts: 0, ctts_index: 71, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 36864 ctts: 512, ctts_index: 72, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 37376 ctts: 2560, ctts_index: 73, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 37888 ctts: 1024, ctts_index: 74, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 38400 ctts: 0, ctts_index: 75, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 38912 ctts: 512, ctts_index: 76, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 39424 ctts: 2560, ctts_index: 77, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 39936 ctts: 1024, ctts_index: 78, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 40448 ctts: 0, ctts_index: 79, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 40960 ctts: 512, ctts_index: 80, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 41472 ctts: 2560, ctts_index: 81, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 41984 ctts: 1024, ctts_index: 82, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 42496 ctts: 0, ctts_index: 83, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 43008 ctts: 512, ctts_index: 84, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 43520 ctts: 2560, ctts_index: 85, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 44032 ctts: 1024, ctts_index: 86, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 44544 ctts: 0, ctts_index: 87, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 45056 ctts: 512, ctts_index: 88, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 45568 ctts: 1536, ctts_index: 89, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stts: 46080 ctts: 512, ctts_index: 90, ctts_count: 91 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Offset DTS by 1024 to make first pts zero. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Setting codecpar->delay to 2 for stream st: 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'udta' parent:'moov' sz: 97 1822 1911 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'meta' parent:'udta' sz: 89 8 89 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'hdlr' parent:'meta' sz: 33 8 77 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] ctype=[0][0][0][0] [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stype=mdir [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'ilst' parent:'meta' sz: 44 41 77 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] type:'[169]too' parent:'ilst' sz: 36 8 36 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] on_parse_exit_offset=4352 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] Before avformat_find_stream_info() pos: 4352 bytes read:4352 seeks:0 nb_streams:1 [h264 @ 0x7fc975e01500] nal_unit_type: 7(SPS), nal_ref_idc: 3 [h264 @ 0x7fc975e01500] nal_unit_type: 8(PPS), nal_ref_idc: 3 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 0, dts -66667 [h264 @ 0x7fc975e01500] nal_unit_type: 6(SEI), nal_ref_idc: 0 [h264 @ 0x7fc975e01500] nal_unit_type: 5(IDR), nal_ref_idc: 3 [h264 @ 0x7fc975e01500] Format yuv420p chosen by get_format(). [h264 @ 0x7fc975e01500] Reinit context to 480x272, pix_fmt: yuv420p [h264 @ 0x7fc975e01500] no picture [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0: start_time: 0 duration: 3.03333 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] format: start_time: 0 duration: 3.034 (estimate from stream) bitrate=11 kb/s [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] After avformat_find_stream_info() pos: 817 bytes read:4352 seeks:0 frames:1 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf59.2.100 Duration: 00:00:03.03, start: 0.000000, bitrate: 11 kb/s Stream #0:0(und), 1, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 480x270 (480x272) [SAR 1:1 DAR 16:9], 0/1, 6 kb/s, 30 fps, 30 tbr, 15360 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Successfully opened the file. [Parsed_nullsrc_0 @ 0x7fc978000b80] Setting 'size' to value '480x270' [Parsed_nullsrc_0 @ 0x7fc978000b80] size:480x270 rate:25/1 duration:-1.000000 sar:1/1 [Parsed_loop_1 @ 0x7fc978000e80] Setting 'loop' to value '-1' [Parsed_loop_1 @ 0x7fc978000e80] Setting 'size' to value '1' Parsing a group of options: output url output.mp4. Applying option map (set input stream mapping) with argument [v_2]. Applying option c:v:0 (codec name) with argument libx264. Successfully parsed a group of options. Opening an output file: output.mp4. [file @ 0x7fc978001180] Setting default whitelist 'file,crypto,data' Successfully opened the file. detected 8 logical cores [h264 @ 0x7fc978003500] nal_unit_type: 7(SPS), nal_ref_idc: 3 [h264 @ 0x7fc978003500] nal_unit_type: 8(PPS), nal_ref_idc: 3 Stream mapping: Stream #0:0 (h264) -> alphamerge:main alphamerge -> Stream #0:0 (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) Last message repeated 1 times [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 1, dts -33333 [h264 @ 0x7fc978003500] nal_unit_type: 6(SEI), nal_ref_idc: 0 [h264 @ 0x7fc978003500] nal_unit_type: 5(IDR), nal_ref_idc: 3 [h264 @ 0x7fc978003500] Format yuv420p chosen by get_format(). [h264 @ 0x7fc978003500] Reinit context to 480x272, pix_fmt: yuv420p [h264 @ 0x7fc978003500] 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 @ 0x7fc975e00640] stream 0, sample 2, dts 0 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7fc978008e80] 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 @ 0x7fc975e00640] stream 0, sample 3, dts 33333 [h264 @ 0x7fc97800e180] 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 @ 0x7fc975e00640] stream 0, sample 4, dts 66667 [h264 @ 0x7fc978013440] 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 @ 0x7fc975e00640] stream 0, sample 5, dts 100000 [h264 @ 0x7fc978018780] 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 @ 0x7fc975e00640] stream 0, sample 6, dts 133333 [h264 @ 0x7fc97801db00] 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 @ 0x7fc975e00640] stream 0, sample 7, dts 166667 [h264 @ 0x7fc978022e40] 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 @ 0x7fc975e00640] stream 0, sample 8, dts 200000 [h264 @ 0x7fc9780281c0] 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 @ 0x7fc975e00640] stream 0, sample 9, dts 233333 [h264 @ 0x7fc975c06840] 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 @ 0x7fc975e00640] stream 0, sample 10, dts 266667 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [Parsed_nullsrc_0 @ 0x7fc975f08380] Setting 'size' to value '480x270' [Parsed_nullsrc_0 @ 0x7fc975f08380] size:480x270 rate:25/1 duration:-1.000000 sar:1/1 [Parsed_loop_1 @ 0x7fc975f09680] Setting 'loop' to value '-1' [Parsed_loop_1 @ 0x7fc975f09680] Setting 'size' to value '1' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] Setting 'video_size' to value '480x270' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] Setting 'time_base' to value '1/15360' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] Setting 'frame_rate' to value '30/1' [graph 0 input from stream 0:0 @ 0x7fc975f09e80] w:480 h:270 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 [format @ 0x7fc975f0a380] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le' [auto_scaler_0 @ 0x7fc975f0a4c0] w:iw h:ih flags:'bilinear' interl:0 [Parsed_alphamerge_2 @ 0x7fc975f09380] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_alphamerge_2' [auto_scaler_1 @ 0x7fc975f0b680] w:iw h:ih flags:'bilinear' interl:0 [format @ 0x7fc975f0a380] auto-inserting filter 'auto_scaler_1' between the filter 'Parsed_alphamerge_2' and the filter 'format' [AVFilterGraph @ 0x7fc975f09580] query_formats: 6 queried, 3 merged, 2 already done, 0 delayed [auto_scaler_0 @ 0x7fc975f0a4c0] picking yuva420p out of 8 ref:yuv420p alpha:0 [auto_scaler_1 @ 0x7fc975f0b680] picking yuv420p out of 13 ref:yuva420p alpha:1 [auto_scaler_0 @ 0x7fc975f0a4c0] w:480 h:270 fmt:yuv420p sar:1/1 -> w:480 h:270 fmt:yuva420p sar:1/1 flags:0x2 [Parsed_alphamerge_2 @ 0x7fc975f09380] [framesync @ 0x7fc975f09b10] Selected 1/76800 time base [Parsed_alphamerge_2 @ 0x7fc975f09380] [framesync @ 0x7fc975f09b10] Sync level 2 [auto_scaler_1 @ 0x7fc975f0b680] w:480 h:270 fmt:yuva420p sar:1/1 -> w:480 h:270 fmt:yuv420p sar:1/1 flags:0x2 [libx264 @ 0x7fc9780020c0] using mv_range_thread = 24 [libx264 @ 0x7fc9780020c0] using SAR=1/1 [libx264 @ 0x7fc9780020c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x7fc9780020c0] profile High, level 2.1, 4:2:0, 8-bit [libx264 @ 0x7fc9780020c0] 264 - core 161 r3049 55d517b - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=8 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=10 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf59.2.100 Stream #0:0, 0, 1/15360: Video: h264, 1 reference frame (avc1 / 0x31637661), yuv420p(tv, progressive, left), 480x270 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 30 fps, 15360 tbn (default) Metadata: encoder : Lavc59.1.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A Clipping frame in rate conversion by 0.000008 cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream) [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 11, dts 300000 [h264 @ 0x7fc97800e180] 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 @ 0x7fc975e00640] stream 0, sample 12, dts 333333 [h264 @ 0x7fc978013440] 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 @ 0x7fc975e00640] stream 0, sample 13, dts 366667 [h264 @ 0x7fc978018780] 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 @ 0x7fc975e00640] stream 0, sample 14, dts 400000 [h264 @ 0x7fc97801db00] 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 @ 0x7fc975e00640] stream 0, sample 15, dts 433333 [h264 @ 0x7fc978022e40] 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 @ 0x7fc975e00640] stream 0, sample 16, dts 466667 [h264 @ 0x7fc9780281c0] 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 @ 0x7fc975e00640] stream 0, sample 17, dts 500000 [h264 @ 0x7fc975c06840] 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 @ 0x7fc975e00640] stream 0, sample 18, dts 533333 [h264 @ 0x7fc978003500] 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 @ 0x7fc975e00640] stream 0, sample 19, dts 566667 [h264 @ 0x7fc978008e80] 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 @ 0x7fc975e00640] stream 0, sample 20, dts 600000 [h264 @ 0x7fc97800e180] 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 @ 0x7fc975e00640] stream 0, sample 21, dts 633333 [h264 @ 0x7fc978013440] 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 @ 0x7fc975e00640] stream 0, sample 22, dts 666667 [h264 @ 0x7fc978018780] 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 @ 0x7fc975e00640] stream 0, sample 23, dts 700000 [h264 @ 0x7fc97801db00] 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 @ 0x7fc975e00640] stream 0, sample 24, dts 733333 [h264 @ 0x7fc978022e40] 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 @ 0x7fc975e00640] stream 0, sample 25, dts 766667 [h264 @ 0x7fc9780281c0] 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 @ 0x7fc975e00640] stream 0, sample 26, dts 800000 [h264 @ 0x7fc975c06840] 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 @ 0x7fc975e00640] stream 0, sample 27, dts 833333 [h264 @ 0x7fc978003500] 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 @ 0x7fc975e00640] stream 0, sample 28, dts 866667 [h264 @ 0x7fc978008e80] 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 @ 0x7fc975e00640] stream 0, sample 29, dts 900000 [h264 @ 0x7fc97800e180] 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 @ 0x7fc975e00640] stream 0, sample 30, dts 933333 [h264 @ 0x7fc978013440] 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 @ 0x7fc975e00640] stream 0, sample 31, dts 966667 [h264 @ 0x7fc978018780] 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 @ 0x7fc975e00640] stream 0, sample 32, dts 1000000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 0 QP=10.00 NAL=3 Slice:I Poc:0 I:510 P:0 SKIP:0 size=85 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 33, dts 1033333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 1 QP=11.00 NAL=2 Slice:P Poc:8 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 34, dts 1066667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 2 QP=13.00 NAL=2 Slice:B Poc:4 I:0 P:0 SKIP:510 size=16 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 35, dts 1100000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 3 QP=14.00 NAL=0 Slice:B Poc:2 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 36, dts 1133333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 4 QP=14.00 NAL=0 Slice:B Poc:6 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 37, dts 1166667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 5 QP=11.00 NAL=2 Slice:P Poc:16 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 38, dts 1200000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 6 QP=13.00 NAL=2 Slice:B Poc:12 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 39, dts 1233333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 7 QP=14.00 NAL=0 Slice:B Poc:10 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 40, dts 1266667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 8 QP=14.00 NAL=0 Slice:B Poc:14 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 41, dts 1300000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 9 QP=11.00 NAL=2 Slice:P Poc:24 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 42, dts 1333333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 10 QP=13.00 NAL=2 Slice:B Poc:20 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 43, dts 1366667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 11 QP=14.00 NAL=0 Slice:B Poc:18 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 44, dts 1400000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 12 QP=14.00 NAL=0 Slice:B Poc:22 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 45, dts 1433333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 13 QP=11.00 NAL=2 Slice:P Poc:32 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 46, dts 1466667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 14 QP=13.00 NAL=2 Slice:B Poc:28 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 47, dts 1500000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 15 QP=14.00 NAL=0 Slice:B Poc:26 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 48, dts 1533333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 16 QP=14.00 NAL=0 Slice:B Poc:30 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 49, dts 1566667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 17 QP=11.00 NAL=2 Slice:P Poc:40 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 50, dts 1600000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 18 QP=13.00 NAL=2 Slice:B Poc:36 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 51, dts 1633333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 19 QP=14.00 NAL=0 Slice:B Poc:34 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 52, dts 1666667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 20 QP=14.00 NAL=0 Slice:B Poc:38 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 53, dts 1700000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 21 QP=11.00 NAL=2 Slice:P Poc:48 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 54, dts 1733333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 22 QP=13.00 NAL=2 Slice:B Poc:44 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 55, dts 1766667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 23 QP=14.00 NAL=0 Slice:B Poc:42 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 56, dts 1800000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 24 QP=14.00 NAL=0 Slice:B Poc:46 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 57, dts 1833333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 25 QP=11.00 NAL=2 Slice:P Poc:56 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 58, dts 1866667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 26 QP=13.00 NAL=2 Slice:B Poc:52 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 59, dts 1900000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 27 QP=14.00 NAL=0 Slice:B Poc:50 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 60, dts 1933333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 28 QP=14.00 NAL=0 Slice:B Poc:54 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 61, dts 1966667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 29 QP=11.00 NAL=2 Slice:P Poc:64 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 62, dts 2000000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 30 QP=13.00 NAL=2 Slice:B Poc:60 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 63, dts 2033333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 31 QP=14.00 NAL=0 Slice:B Poc:58 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 64, dts 2066667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 32 QP=14.00 NAL=0 Slice:B Poc:62 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 65, dts 2100000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 33 QP=11.00 NAL=2 Slice:P Poc:72 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 66, dts 2133333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 34 QP=13.00 NAL=2 Slice:B Poc:68 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 67, dts 2166667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 35 QP=14.00 NAL=0 Slice:B Poc:66 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 68, dts 2200000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 36 QP=14.00 NAL=0 Slice:B Poc:70 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 69, dts 2233333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 37 QP=11.00 NAL=2 Slice:P Poc:80 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 70, dts 2266667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 38 QP=13.00 NAL=2 Slice:B Poc:76 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 71, dts 2300000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 39 QP=14.00 NAL=0 Slice:B Poc:74 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 72, dts 2333333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 40 QP=14.00 NAL=0 Slice:B Poc:78 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 73, dts 2366667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 41 QP=11.00 NAL=2 Slice:P Poc:88 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 74, dts 2400000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 42 QP=13.00 NAL=2 Slice:B Poc:84 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 75, dts 2433333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 43 QP=14.00 NAL=0 Slice:B Poc:82 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 76, dts 2466667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 44 QP=14.00 NAL=0 Slice:B Poc:86 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 77, dts 2500000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 45 QP=11.00 NAL=2 Slice:P Poc:96 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 78, dts 2533333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 46 QP=13.00 NAL=2 Slice:B Poc:92 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 79, dts 2566667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 47 QP=14.00 NAL=0 Slice:B Poc:90 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 80, dts 2600000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 48 QP=14.00 NAL=0 Slice:B Poc:94 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 81, dts 2633333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 49 QP=11.00 NAL=2 Slice:P Poc:104 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 82, dts 2666667 [h264 @ 0x7fc978008e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 50 QP=13.00 NAL=2 Slice:B Poc:100 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 83, dts 2700000 [h264 @ 0x7fc97800e180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 51 QP=14.00 NAL=0 Slice:B Poc:98 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 84, dts 2733333 [h264 @ 0x7fc978013440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 52 QP=14.00 NAL=0 Slice:B Poc:102 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 85, dts 2766667 [h264 @ 0x7fc978018780] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 53 QP=11.00 NAL=2 Slice:P Poc:112 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 86, dts 2800000 [h264 @ 0x7fc97801db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 54 QP=13.00 NAL=2 Slice:B Poc:108 I:0 P:0 SKIP:510 size=18 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 87, dts 2833333 [h264 @ 0x7fc978022e40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 55 QP=14.00 NAL=0 Slice:B Poc:106 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 88, dts 2866667 [h264 @ 0x7fc9780281c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 56 QP=14.00 NAL=0 Slice:B Poc:110 I:0 P:0 SKIP:510 size=15 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 89, dts 2900000 [h264 @ 0x7fc975c06840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [libx264 @ 0x7fc9780020c0] frame= 57 QP=11.00 NAL=2 Slice:P Poc:120 I:0 P:0 SKIP:510 size=19 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc975e00640] stream 0, sample 90, dts 2933333 [h264 @ 0x7fc978003500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [libx264 @ 0x7fc9780020c0] frame= 58 QP=13.00 NAL=2 Slice:B Poc:116 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame= 59 QP=14.00 NAL=0 Slice:B Poc:114 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 60 QP=14.00 NAL=0 Slice:B Poc:118 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 61 QP=11.00 NAL=2 Slice:P Poc:128 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame= 62 QP=13.00 NAL=2 Slice:B Poc:124 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame= 63 QP=14.00 NAL=0 Slice:B Poc:122 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 64 QP=14.00 NAL=0 Slice:B Poc:126 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 65 QP=11.00 NAL=2 Slice:P Poc:136 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame= 66 QP=13.00 NAL=2 Slice:B Poc:132 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame= 67 QP=14.00 NAL=0 Slice:B Poc:130 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 68 QP=14.00 NAL=0 Slice:B Poc:134 I:0 P:0 SKIP:510 size=15 bytes [Parsed_alphamerge_2 @ 0x7fc975f09380] [framesync @ 0x7fc975f09b10] Sync level 1 [libx264 @ 0x7fc9780020c0] frame= 69 QP=11.00 NAL=2 Slice:P Poc:144 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame= 70 QP=13.00 NAL=2 Slice:B Poc:140 I:0 P:0 SKIP:510 size=18 bytes *** 1 dup! [libx264 @ 0x7fc9780020c0] frame= 71 QP=14.00 NAL=0 Slice:B Poc:138 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 72 QP=14.00 NAL=0 Slice:B Poc:142 I:0 P:0 SKIP:510 size=15 bytes Clipping frame in rate conversion by 0.199211 [libx264 @ 0x7fc9780020c0] frame= 73 QP=11.00 NAL=2 Slice:P Poc:152 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame= 74 QP=13.00 NAL=2 Slice:B Poc:148 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame= 75 QP=14.00 NAL=0 Slice:B Poc:146 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame= 76 QP=14.00 NAL=0 Slice:B Poc:150 I:0 P:0 SKIP:510 size=15 bytes *** 1 dup! ... Last 8 lines repeating 3750 times with increasing frame number ... *** 1 dup! [libx264 @ 0x7fc9780020c0] frame=22991 QP=11.00 NAL=2 Slice:P Poc:488 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=22992 QP=13.00 NAL=2 Slice:B Poc:484 I:0 P:0 SKIP:510 size=18 bytes Clipping frame in rate conversion by 0.199211 [libx264 @ 0x7fc9780020c0] frame=22993 QP=14.00 NAL=0 Slice:B Poc:482 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=22994 QP=14.00 NAL=0 Slice:B Poc:486 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=22995 QP=11.00 NAL=2 Slice:P Poc:496 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=22996 QP=13.00 NAL=2 Slice:B Poc:492 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame=22997 QP=14.00 NAL=0 Slice:B Poc:490 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=22998 QP=14.00 NAL=0 Slice:B Poc:494 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=22999 QP=14.00 NAL=2 Slice:P Poc:498 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=23000 QP=7.00 NAL=3 Slice:I Poc:0 I:510 P:0 SKIP:0 size=84 bytes [libx264 @ 0x7fc9780020c0] frame=23001 QP=11.00 NAL=2 Slice:P Poc:8 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame=23002 QP=13.00 NAL=2 Slice:B Poc:4 I:0 P:0 SKIP:510 size=16 bytes [libx264 @ 0x7fc9780020c0] frame=23003 QP=14.00 NAL=0 Slice:B Poc:2 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23004 QP=14.00 NAL=0 Slice:B Poc:6 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23005 QP=11.00 NAL=2 Slice:P Poc:16 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=23006 QP=13.00 NAL=2 Slice:B Poc:12 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame=23007 QP=14.00 NAL=0 Slice:B Poc:10 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23008 QP=14.00 NAL=0 Slice:B Poc:14 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23009 QP=12.00 NAL=2 Slice:P Poc:24 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=23010 QP=13.00 NAL=2 Slice:B Poc:20 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame=23011 QP=14.00 NAL=0 Slice:B Poc:18 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23012 QP=14.00 NAL=0 Slice:B Poc:22 I:0 P:0 SKIP:510 size=15 bytes [libx264 @ 0x7fc9780020c0] frame=23013 QP=14.00 NAL=2 Slice:P Poc:30 I:0 P:0 SKIP:510 size=19 bytes [libx264 @ 0x7fc9780020c0] frame=23014 QP=13.00 NAL=2 Slice:B Poc:26 I:0 P:0 SKIP:510 size=18 bytes [libx264 @ 0x7fc9780020c0] frame=23015 QP=14.00 NAL=0 Slice:B Poc:28 I:0 P:0 SKIP:510 size=15 bytes frame=23016 fps=2158 q=-1.0 Lsize= 653kB time=00:12:47.10 bitrate= 7.0kbits/s dup=3821 drop=0 speed=71.9x video:383kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 70.513847% Input file #0 (input.mp4): Input stream #0:0 (video): 91 packets read (2385 bytes); 91 frames decoded; Total: 91 packets (2385 bytes) demuxed Output file #0 (output.mp4): Output stream #0:0 (video): 23016 frames encoded; 23016 packets muxed (392391 bytes); Total: 23016 packets (392391 bytes) muxed 91 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x7fc978002700] Statistics: 14 seeks, 14 writeouts [libx264 @ 0x7fc9780020c0] frame I:93 Avg QP: 7.03 size: 84 [libx264 @ 0x7fc9780020c0] frame P:5800 Avg QP:11.05 size: 19 [libx264 @ 0x7fc9780020c0] frame B:17123 Avg QP:13.67 size: 16 [libx264 @ 0x7fc9780020c0] consecutive B-frames: 0.8% 0.0% 0.0% 99.2% [libx264 @ 0x7fc9780020c0] mb I I16..4: 99.8% 0.0% 0.2% [libx264 @ 0x7fc9780020c0] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0% [libx264 @ 0x7fc9780020c0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% [libx264 @ 0x7fc9780020c0] 8x8 transform intra:0.0% [libx264 @ 0x7fc9780020c0] coded y,uvDC,uvAC intra: 0.0% 0.2% 0.0% inter: 0.0% 0.0% 0.0% [libx264 @ 0x7fc9780020c0] i16 v,h,dc,p: 94% 0% 6% 0% [libx264 @ 0x7fc9780020c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0% [libx264 @ 0x7fc9780020c0] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 0x7fc9780020c0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x7fc9780020c0] kb/s:4.08 [AVIOContext @ 0x7fc975e00c40] Statistics: 4352 bytes read, 0 seeks Exiting normally, received signal 2.
Note:
See TracTickets
for help on using tickets.
There is new option shortest=1 which should be used if one of inputs is infinite.