Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eafzali
Created September 16, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eafzali/85a056468d6449a0f4a01d4422a114e2 to your computer and use it in GitHub Desktop.
Save eafzali/85a056468d6449a0f4a01d4422a114e2 to your computer and use it in GitHub Desktop.
FFMPEG output
"ffmpeg version N-45007-g9d7e42e- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2015 the FFmpeg developers",
" built with gcc 4.9.2 (Debian 4.9.2-10)",
" configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --cc=gcc-4.9",
" libavutil 54. 20.100 / 54. 20.100",
" libavcodec 56. 26.100 / 56. 26.100",
" libavformat 56. 25.101 / 56. 25.101",
" libavdevice 56. 4.100 / 56. 4.100",
" libavfilter 5. 12.100 / 5. 12.100",
" libswscale 3. 1.101 / 3. 1.101",
" libswresample 1. 1.100 / 1. 1.100",
" libpostproc 53. 3.100 / 53. 3.100",
"Splitting the commandline.",
"Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.",
"Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.",
"Reading option '-framerate' ... matched as AVOption 'framerate' with argument '1'.",
"Reading option '-i' ... matched as input file with argument '/tmp/ae20d930-7c13-11e6-9345-b13b0efa257b/%03d.jpg'.",
"Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'.",
"Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '30'.",
"Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.",
"Reading option '/tmp/aea99130-7c13-11e6-9345-b13b0efa257b.mp4' ... matched as output file.",
"Finished splitting the commandline.",
"Parsing a group of options: global .",
"Applying option y (overwrite output files) with argument 1.",
"Applying option loglevel (set logging level) with argument debug.",
"Successfully parsed a group of options.",
"Parsing a group of options: input file /tmp/ae20d930-7c13-11e6-9345-b13b0efa257b/%03d.jpg.",
"Successfully parsed a group of options.",
"Opening an input file: /tmp/ae20d930-7c13-11e6-9345-b13b0efa257b/%03d.jpg.",
"[AVIOContext @ 0x47ca5e0] Statistics: 9804675 bytes read, 0 seeks",
"[mjpeg @ 0x47dfec0] marker=d8 avail_size_in_buf=9804673",
"[mjpeg @ 0x47dfec0] marker parser used 0 bytes (0 bits)",
"[mjpeg @ 0x47dfec0] marker=e1 avail_size_in_buf=9804671",
"[mjpeg @ 0x47dfec0] marker parser used 20785 bytes (166280 bits)",
"[mjpeg @ 0x47dfec0] marker=db avail_size_in_buf=9783883",
"[mjpeg @ 0x47dfec0] index=0",
"[mjpeg @ 0x47dfec0] qscale[0]: 0",
"[mjpeg @ 0x47dfec0] index=1",
"[mjpeg @ 0x47dfec0] qscale[1]: 0",
"[mjpeg @ 0x47dfec0] marker parser used 132 bytes (1056 bits)",
"[mjpeg @ 0x47dfec0] marker=c0 avail_size_in_buf=9783749",
"[mjpeg @ 0x47dfec0] sof0: picture: 5312x2988",
"[mjpeg @ 0x47dfec0] component 0 2:2 id: 0 quant:0",
"[mjpeg @ 0x47dfec0] component 1 1:1 id: 1 quant:1",
"[mjpeg @ 0x47dfec0] component 2 1:1 id: 2 quant:1",
"[mjpeg @ 0x47dfec0] pix fmt id 22111100",
"[mjpeg @ 0x47dfec0] marker parser used 17 bytes (136 bits)",
"[mjpeg @ 0x47dfec0] marker=c4 avail_size_in_buf=9783730",
"[mjpeg @ 0x47dfec0] class=0 index=0 nb_codes=12",
"[mjpeg @ 0x47dfec0] class=1 index=0 nb_codes=251",
"[mjpeg @ 0x47dfec0] class=0 index=1 nb_codes=12",
"[mjpeg @ 0x47dfec0] class=1 index=1 nb_codes=251",
"[mjpeg @ 0x47dfec0] marker parser used 418 bytes (3344 bits)",
"[mjpeg @ 0x47dfec0] escaping removed 36375 bytes",
"[mjpeg @ 0x47dfec0] marker=da avail_size_in_buf=9783310",
"[mjpeg @ 0x47dfec0] component: 0",
"[mjpeg @ 0x47dfec0] component: 1",
"[mjpeg @ 0x47dfec0] component: 2",
"[mjpeg @ 0x47dfec0] marker parser used 9746934 bytes (77975466 bits)",
"[mjpeg @ 0x47dfec0] marker=d9 avail_size_in_buf=0",
"[mjpeg @ 0x47dfec0] decode frame unused 0 bytes",
"[image2 @ 0x47df0a0] Probe buffer size limit of 5000000 bytes reached",
"Input #0, image2, from '/tmp/ae20d930-7c13-11e6-9345-b13b0efa257b/%03d.jpg':",
" Duration: 00:00:03.00, start: 0.000000, bitrate: N/A",
" Stream #0:0, 1, 1/1: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown, center), 5312x2988, 1/1, 1 tbr, 1 tbn, 1 tbc",
"Successfully opened the file.",
"Parsing a group of options: output file /tmp/aea99130-7c13-11e6-9345-b13b0efa257b.mp4.",
"Applying option c:v (codec name) with argument libx264.",
"Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 30.",
"Applying option pix_fmt (set pixel format) with argument yuv420p.",
"Successfully parsed a group of options.",
"Opening an output file: /tmp/aea99130-7c13-11e6-9345-b13b0efa257b.mp4.",
"Successfully opened the file.",
"detected 2 logical cores",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'video_size' to value '5312x2988'",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'pix_fmt' to value '12'",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'time_base' to value '1/1'",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'pixel_aspect' to value '0/1'",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'sws_param' to value 'flags=2'",
"[graph 0 input from stream 0:0 @ 0x47d4740] Setting 'frame_rate' to value '1/1'",
"[graph 0 input from stream 0:0 @ 0x47d4740] w:5312 h:2988 pixfmt:yuvj420p tb:1/1 fr:1/1 sar:0/1 sws_param:flags=2",
"[format @ 0x47cafa0] compat: called with args=[yuv420p]",
"[format @ 0x47cafa0] Setting 'pix_fmts' to value 'yuv420p'",
"[auto-inserted scaler 0 @ 0x47e4f40] Setting 'flags' to value '0x4'",
"[auto-inserted scaler 0 @ 0x47e4f40] w:iw h:ih flags:'0x4' interl:0",
"[format @ 0x47cafa0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'",
"[AVFilterGraph @ 0x47d46a0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed",
"[swscaler @ 0x47cb2a0] deprecated pixel format used, make sure you did set range correctly",
"[auto-inserted scaler 0 @ 0x47e4f40] w:5312 h:2988 fmt:yuvj420p sar:0/1 -> w:5312 h:2988 fmt:yuv420p sar:0/1 flags:0x4",
"[libx264 @ 0x47e0f40] using mv_range_thread = 504",
"[libx264 @ 0x47e0f40] frame MB size (332x187) > level limit (36864)",
"[libx264 @ 0x47e0f40] DPB size (4 frames, 248336 mbs) > level limit (2 frames, 184320 mbs)",
"[libx264 @ 0x47e0f40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX",
"[libx264 @ 0x47e0f40] profile High, level 5.2",
"[libx264 @ 0x47e0f40] 264 - core 146 r109 121396c - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 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 '/tmp/aea99130-7c13-11e6-9345-b13b0efa257b.mp4':",
" Metadata:",
" encoder : Lavf56.25.101",
" Stream #0:0, 0, 1/15360: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p(center), 5312x2988, 1/30, q=-1--1, 30 fps, 15360 tbn, 30 tbc",
" Metadata:",
" encoder : Lavc56.26.100 libx264",
"Stream mapping:",
" Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))",
"Press [q] to stop, [?] for help",
"[mjpeg @ 0x47e6260] marker=d8 avail_size_in_buf=9804673",
"[mjpeg @ 0x47e6260] marker parser used 0 bytes (0 bits)",
"[mjpeg @ 0x47e6260] marker=e1 avail_size_in_buf=9804671",
"[mjpeg @ 0x47e6260] marker parser used 20785 bytes (166280 bits)",
"[mjpeg @ 0x47e6260] marker=db avail_size_in_buf=9783883",
"[mjpeg @ 0x47e6260] index=0",
"[mjpeg @ 0x47e6260] qscale[0]: 0",
"[mjpeg @ 0x47e6260] index=1",
"[mjpeg @ 0x47e6260] qscale[1]: 0",
"[mjpeg @ 0x47e6260] marker parser used 132 bytes (1056 bits)",
"[mjpeg @ 0x47e6260] marker=c0 avail_size_in_buf=9783749",
"[mjpeg @ 0x47e6260] sof0: picture: 5312x2988",
"[mjpeg @ 0x47e6260] component 0 2:2 id: 0 quant:0",
"[mjpeg @ 0x47e6260] component 1 1:1 id: 1 quant:1",
"[mjpeg @ 0x47e6260] component 2 1:1 id: 2 quant:1",
"[mjpeg @ 0x47e6260] pix fmt id 22111100",
"[mjpeg @ 0x47e6260] marker parser used 17 bytes (136 bits)",
"[mjpeg @ 0x47e6260] marker=c4 avail_size_in_buf=9783730",
"[mjpeg @ 0x47e6260] class=0 index=0 nb_codes=12",
"[mjpeg @ 0x47e6260] class=1 index=0 nb_codes=251",
"[mjpeg @ 0x47e6260] class=0 index=1 nb_codes=12",
"[mjpeg @ 0x47e6260] class=1 index=1 nb_codes=251",
"[mjpeg @ 0x47e6260] marker parser used 418 bytes (3344 bits)",
"[mjpeg @ 0x47e6260] escaping removed 36375 bytes",
"[mjpeg @ 0x47e6260] marker=da avail_size_in_buf=9783310",
"[mjpeg @ 0x47e6260] component: 0",
"[mjpeg @ 0x47e6260] component: 1",
"[mjpeg @ 0x47e6260] component: 2",
"[mjpeg @ 0x47e6260] marker parser used 9746934 bytes (77975466 bits)",
"[mjpeg @ 0x47e6260] marker=d9 avail_size_in_buf=0",
"[mjpeg @ 0x47e6260] decode frame unused 0 bytes",
"Cliping frame in rate conversion by 0.000008",
"*** 29 dup!",
"[AVIOContext @ 0x47d4d00] Statistics: 9804675 bytes read, 0 seeks",
"[mjpeg @ 0x47e6260] marker=d8 avail_size_in_buf=9804673",
"[mjpeg @ 0x47e6260] marker parser used 0 bytes (0 bits)",
"[mjpeg @ 0x47e6260] marker=e1 avail_size_in_buf=9804671",
"[mjpeg @ 0x47e6260] marker parser used 20785 bytes (166280 bits)",
"[mjpeg @ 0x47e6260] marker=db avail_size_in_buf=9783883",
"[mjpeg @ 0x47e6260] index=0",
"[mjpeg @ 0x47e6260] qscale[0]: 0",
"[mjpeg @ 0x47e6260] index=1",
"[mjpeg @ 0x47e6260] qscale[1]: 0",
"[mjpeg @ 0x47e6260] marker parser used 132 bytes (1056 bits)",
"[mjpeg @ 0x47e6260] marker=c0 avail_size_in_buf=9783749",
"[mjpeg @ 0x47e6260] sof0: picture: 5312x2988",
"[mjpeg @ 0x47e6260] component 0 2:2 id: 0 quant:0",
"[mjpeg @ 0x47e6260] component 1 1:1 id: 1 quant:1",
"[mjpeg @ 0x47e6260] component 2 1:1 id: 2 quant:1",
"[mjpeg @ 0x47e6260] pix fmt id 22111100",
"[mjpeg @ 0x47e6260] marker parser used 17 bytes (136 bits)",
"[mjpeg @ 0x47e6260] marker=c4 avail_size_in_buf=9783730",
"[mjpeg @ 0x47e6260] class=0 index=0 nb_codes=12",
"[mjpeg @ 0x47e6260] class=1 index=0 nb_codes=251",
"[mjpeg @ 0x47e6260] class=0 index=1 nb_codes=12",
"[mjpeg @ 0x47e6260] class=1 index=1 nb_codes=251",
"[mjpeg @ 0x47e6260] marker parser used 418 bytes (3344 bits)",
"[mjpeg @ 0x47e6260] escaping removed 36375 bytes",
"[mjpeg @ 0x47e6260] marker=da avail_size_in_buf=9783310",
"[mjpeg @ 0x47e6260] component: 0",
"[mjpeg @ 0x47e6260] component: 1",
"[mjpeg @ 0x47e6260] component: 2",
"[mjpeg @ 0x47e6260] marker parser used 9746934 bytes (77975466 bits)",
"[mjpeg @ 0x47e6260] marker=d9 avail_size_in_buf=0",
"[mjpeg @ 0x47e6260] decode frame unused 0 bytes",
"*** 29 dup!",
ffmpeg version 3.1.3 Copyright (c) 2000-2016 the FFmpeg developers
built with Apple LLVM version 8.0.0 (clang-800.0.38)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.1.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --disable-lzma --enable-vda
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
Splitting the commandline.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
Reading option '-framerate' ... matched as AVOption 'framerate' with argument '1'.
Reading option '-i' ... matched as input file with argument '/tmp/bc0b3f70-7c15-11e6-afa7-616881ab81c4/%03d.jpg'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'.
Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '30'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
Reading option '/tmp/11dd7670-7c16-11e6-afa7-616881ab81c4.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option y (overwrite output files) with argument 1.
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input file /tmp/bc0b3f70-7c15-11e6-afa7-616881ab81c4/%03d.jpg.
Successfully parsed a group of options.
Opening an input file: /tmp/bc0b3f70-7c15-11e6-afa7-616881ab81c4/%03d.jpg.
[file @ 0x7fba0e700e80] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7fba0e701160] Statistics: 9804675 bytes read, 0 seeks
[mjpeg @ 0x7fba0f800c00] marker=d8 avail_size_in_buf=9804673
[mjpeg @ 0x7fba0f800c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f800c00] marker=e1 avail_size_in_buf=9804671
[mjpeg @ 0x7fba0f800c00] marker parser used 20785 bytes (166280 bits)
[mjpeg @ 0x7fba0f800c00] marker=db avail_size_in_buf=9783883
[mjpeg @ 0x7fba0f800c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f800c00] marker=c0 avail_size_in_buf=9783749
[mjpeg @ 0x7fba0f800c00] Changing bps from 0 to 8
[mjpeg @ 0x7fba0f800c00] sof0: picture: 5312x2988
[mjpeg @ 0x7fba0f800c00] component 0 2:2 id: 0 quant:0
[mjpeg @ 0x7fba0f800c00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7fba0f800c00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7fba0f800c00] pix fmt id 22111100
[mjpeg @ 0x7fba0f800c00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7fba0f800c00] marker=c4 avail_size_in_buf=9783730
[mjpeg @ 0x7fba0f800c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f800c00] escaping removed 36375 bytes
[mjpeg @ 0x7fba0f800c00] marker=da avail_size_in_buf=9783310
[mjpeg @ 0x7fba0f800c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f800c00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7fba0f800c00] decode frame unused 0 bytes
[image2 @ 0x7fba0f800000] Probe buffer size limit of 5000000 bytes reached
Input #0, image2, from '/tmp/bc0b3f70-7c15-11e6-afa7-616881ab81c4/%03d.jpg':
Duration: 00:00:03.00, start: 0.000000, bitrate: N/A
Stream #0:0, 1, 1/1: Video: mjpeg, 1 reference frame, yuvj420p(pc, bt470bg/unknown/unknown, center), 5312x2988, 0/1, 1 tbr, 1 tbn, 1 tbc
Successfully opened the file.
Parsing a group of options: output file /tmp/11dd7670-7c16-11e6-afa7-616881ab81c4.mp4.
Applying option c:v (codec name) with argument libx264.
Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 30.
Applying option pix_fmt (set pixel format) with argument yuv420p.
Successfully parsed a group of options.
Opening an output file: /tmp/11dd7670-7c16-11e6-afa7-616881ab81c4.mp4.
[file @ 0x7fba0e701480] Setting default whitelist 'file,crypto'
Successfully opened the file.
detected 8 logical cores
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'video_size' to value '5312x2988'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'pix_fmt' to value '12'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'time_base' to value '1/1'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] Setting 'frame_rate' to value '1/1'
[graph 0 input from stream 0:0 @ 0x7fba0e402bc0] w:5312 h:2988 pixfmt:yuvj420p tb:1/1 fr:1/1 sar:0/1 sws_param:flags=2
[format @ 0x7fba0e701820] compat: called with args=[yuv420p]
[format @ 0x7fba0e701820] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 0x7fba0e702640] Setting 'flags' to value 'bicubic'
[auto-inserted scaler 0 @ 0x7fba0e702640] w:iw h:ih flags:'bicubic' interl:0
[format @ 0x7fba0e701820] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0x7fba0e7000e0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
[swscaler @ 0x7fba0f815e00] deprecated pixel format used, make sure you did set range correctly
[auto-inserted scaler 0 @ 0x7fba0e702640] w:5312 h:2988 fmt:yuvj420p sar:0/1 -> w:5312 h:2988 fmt:yuv420p sar:0/1 flags:0x4
[libx264 @ 0x7fba0f803400] using mv_range_thread = 120
[libx264 @ 0x7fba0f803400] frame MB size (332x187) > level limit (36864)
[libx264 @ 0x7fba0f803400] DPB size (4 frames, 248336 mbs) > level limit (2 frames, 184320 mbs)
[libx264 @ 0x7fba0f803400] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
[libx264 @ 0x7fba0f803400] profile High, level 5.2
[libx264 @ 0x7fba0f803400] 264 - core 148 r2668 fd2c324 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[mp4 @ 0x7fba0f802200] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Output #0, mp4, to '/tmp/11dd7670-7c16-11e6-afa7-616881ab81c4.mp4':
Metadata:
encoder : Lavf57.41.100
Stream #0:0, 0, 1/15360: Video: h264 (libx264), 1 reference frame ([33][0][0][0] / 0x0021), yuv420p(center), 5312x2988, 0/1, q=-1--1, 30 fps, 15360 tbn, 30 tbc
Metadata:
encoder : Lavc57.48.101 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7fba0f801c00] marker=d8 avail_size_in_buf=9804673
[mjpeg @ 0x7fba0f801c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f801c00] marker=e1 avail_size_in_buf=9804671
[mjpeg @ 0x7fba0f801c00] marker parser used 20785 bytes (166280 bits)
[mjpeg @ 0x7fba0f801c00] marker=db avail_size_in_buf=9783883
[mjpeg @ 0x7fba0f801c00] index=0
[mjpeg @ 0x7fba0f801c00] qscale[0]: 0
[mjpeg @ 0x7fba0f801c00] index=1
[mjpeg @ 0x7fba0f801c00] qscale[1]: 0
[mjpeg @ 0x7fba0f801c00] marker parser used 132 bytes (1056 bits)
[mjpeg @ 0x7fba0f801c00] marker=c0 avail_size_in_buf=9783749
[mjpeg @ 0x7fba0f801c00] sof0: picture: 5312x2988
[mjpeg @ 0x7fba0f801c00] component 0 2:2 id: 0 quant:0
[mjpeg @ 0x7fba0f801c00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7fba0f801c00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7fba0f801c00] pix fmt id 22111100
[mjpeg @ 0x7fba0f801c00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7fba0f801c00] marker=c4 avail_size_in_buf=9783730
[mjpeg @ 0x7fba0f801c00] class=0 index=0 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=0 nb_codes=251
[mjpeg @ 0x7fba0f801c00] class=0 index=1 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=1 nb_codes=251
[mjpeg @ 0x7fba0f801c00] marker parser used 418 bytes (3344 bits)
[mjpeg @ 0x7fba0f801c00] escaping removed 36375 bytes
[mjpeg @ 0x7fba0f801c00] marker=da avail_size_in_buf=9783310
[mjpeg @ 0x7fba0f801c00] component: 0
[mjpeg @ 0x7fba0f801c00] component: 1
[mjpeg @ 0x7fba0f801c00] component: 2
[mjpeg @ 0x7fba0f801c00] marker parser used 9746934 bytes (77975466 bits)
[mjpeg @ 0x7fba0f801c00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7fba0f801c00] decode frame unused 0 bytes
Clipping frame in rate conversion by 0.000008
*** 29 dup!
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[file @ 0x7fba0e60b2a0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7fba0e60b760] Statistics: 9804675 bytes read, 0 seeks
[mjpeg @ 0x7fba0f801c00] marker=d8 avail_size_in_buf=9804673
[mjpeg @ 0x7fba0f801c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f801c00] marker=e1 avail_size_in_buf=9804671
[mjpeg @ 0x7fba0f801c00] marker parser used 20785 bytes (166280 bits)
[mjpeg @ 0x7fba0f801c00] marker=db avail_size_in_buf=9783883
[mjpeg @ 0x7fba0f801c00] index=0
[mjpeg @ 0x7fba0f801c00] qscale[0]: 0
[mjpeg @ 0x7fba0f801c00] index=1
[mjpeg @ 0x7fba0f801c00] qscale[1]: 0
[mjpeg @ 0x7fba0f801c00] marker parser used 132 bytes (1056 bits)
[mjpeg @ 0x7fba0f801c00] marker=c0 avail_size_in_buf=9783749
[mjpeg @ 0x7fba0f801c00] sof0: picture: 5312x2988
[mjpeg @ 0x7fba0f801c00] component 0 2:2 id: 0 quant:0
[mjpeg @ 0x7fba0f801c00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7fba0f801c00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7fba0f801c00] pix fmt id 22111100
[mjpeg @ 0x7fba0f801c00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7fba0f801c00] marker=c4 avail_size_in_buf=9783730
[mjpeg @ 0x7fba0f801c00] class=0 index=0 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=0 nb_codes=251
[mjpeg @ 0x7fba0f801c00] class=0 index=1 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=1 nb_codes=251
[mjpeg @ 0x7fba0f801c00] marker parser used 418 bytes (3344 bits)
[mjpeg @ 0x7fba0f801c00] escaping removed 36375 bytes
[mjpeg @ 0x7fba0f801c00] marker=da avail_size_in_buf=9783310
[mjpeg @ 0x7fba0f801c00] component: 0
[mjpeg @ 0x7fba0f801c00] component: 1
[mjpeg @ 0x7fba0f801c00] component: 2
[mjpeg @ 0x7fba0f801c00] marker parser used 9746934 bytes (77975466 bits)
[mjpeg @ 0x7fba0f801c00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7fba0f801c00] decode frame unused 0 bytes
*** 29 dup!
[libx264 @ 0x7fba0f803400] frame= 0 QP=18.43 NAL=3 Slice:I Poc:0 I:62084 P:0 SKIP:0 size=4297589 bytes
[libx264 @ 0x7fba0f803400] frame= 1 QP=18.24 NAL=2 Slice:P Poc:8 I:0 P:3597 SKIP:58487 size=8801 bytes
[libx264 @ 0x7fba0f803400] frame= 2 QP=24.96 NAL=2 Slice:B Poc:4 I:0 P:1856 SKIP:60228 size=1694 bytes
[libx264 @ 0x7fba0f803400] frame= 3 QP=27.00 NAL=0 Slice:B Poc:2 I:0 P:1514 SKIP:60570 size=1429 bytes
[file @ 0x7fba11800360] Setting default whitelist 'file,crypto'rate=1032457.5kbits/s dup=58 drop=0 speed=0.0285x
[AVIOContext @ 0x7fba11a000a0] Statistics: 9804675 bytes read, 0 seeks
[mjpeg @ 0x7fba0f801c00] marker=d8 avail_size_in_buf=9804673
[mjpeg @ 0x7fba0f801c00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7fba0f801c00] marker=e1 avail_size_in_buf=9804671
[mjpeg @ 0x7fba0f801c00] marker parser used 20785 bytes (166280 bits)
[mjpeg @ 0x7fba0f801c00] marker=db avail_size_in_buf=9783883
[mjpeg @ 0x7fba0f801c00] index=0
[mjpeg @ 0x7fba0f801c00] qscale[0]: 0
[mjpeg @ 0x7fba0f801c00] index=1
[mjpeg @ 0x7fba0f801c00] qscale[1]: 0
[mjpeg @ 0x7fba0f801c00] marker parser used 132 bytes (1056 bits)
[mjpeg @ 0x7fba0f801c00] marker=c0 avail_size_in_buf=9783749
[mjpeg @ 0x7fba0f801c00] sof0: picture: 5312x2988
[mjpeg @ 0x7fba0f801c00] component 0 2:2 id: 0 quant:0
[mjpeg @ 0x7fba0f801c00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7fba0f801c00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7fba0f801c00] pix fmt id 22111100
[mjpeg @ 0x7fba0f801c00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7fba0f801c00] marker=c4 avail_size_in_buf=9783730
[mjpeg @ 0x7fba0f801c00] class=0 index=0 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=0 nb_codes=251
[mjpeg @ 0x7fba0f801c00] class=0 index=1 nb_codes=12
[mjpeg @ 0x7fba0f801c00] class=1 index=1 nb_codes=251
[mjpeg @ 0x7fba0f801c00] marker parser used 418 bytes (3344 bits)
[mjpeg @ 0x7fba0f801c00] escaping removed 36375 bytes
[mjpeg @ 0x7fba0f801c00] marker=da avail_size_in_buf=9783310
[mjpeg @ 0x7fba0f801c00] component: 0
[mjpeg @ 0x7fba0f801c00] component: 1
[mjpeg @ 0x7fba0f801c00] component: 2
[mjpeg @ 0x7fba0f801c00] marker parser used 9746934 bytes (77975466 bits)
[mjpeg @ 0x7fba0f801c00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7fba0f801c00] decode frame unused 0 bytes
*** 29 dup!
[libx264 @ 0x7fba0f803400] frame= 4 QP=27.00 NAL=0 Slice:B Poc:6 I:0 P:1680 SKIP:60404 size=1472 bytes
[libx264 @ 0x7fba0f803400] frame= 5 QP=18.37 NAL=2 Slice:P Poc:16 I:0 P:2442 SKIP:59642 size=5488 bytes
[libx264 @ 0x7fba0f803400] frame= 6 QP=25.00 NAL=2 Slice:B Poc:12 I:0 P:1173 SKIP:60911 size=1192 bytes
[libx264 @ 0x7fba0f803400] frame= 7 QP=27.00 NAL=0 Slice:B Poc:10 I:0 P:905 SKIP:61179 size=1006 bytes
[libx264 @ 0x7fba0f803400] frame= 8 QP=27.00 NAL=0 Slice:B Poc:14 I:0 P:1064 SKIP:61020 size=1083 bytes
[libx264 @ 0x7fba0f803400] frame= 9 QP=17.86 NAL=2 Slice:P Poc:24 I:0 P:2032 SKIP:60052 size=4453 bytes
[libx264 @ 0x7fba0f803400] frame= 10 QP=25.00 NAL=2 Slice:B Poc:20 I:0 P:933 SKIP:61151 size=1022 bytes
[libx264 @ 0x7fba0f803400] frame= 11 QP=27.00 NAL=0 Slice:B Poc:18 I:0 P:830 SKIP:61254 size=937 bytes
[libx264 @ 0x7fba0f803400] frame= 12 QP=27.00 NAL=0 Slice:B Poc:22 I:0 P:952 SKIP:61132 size=992 bytes
[libx264 @ 0x7fba0f803400] frame= 13 QP=17.66 NAL=2 Slice:P Poc:32 I:0 P:1710 SKIP:60374 size=3643 bytes
[libx264 @ 0x7fba0f803400] frame= 14 QP=25.00 NAL=2 Slice:B Poc:28 I:0 P:558 SKIP:61526 size=765 bytes
[libx264 @ 0x7fba0f803400] frame= 15 QP=27.00 NAL=0 Slice:B Poc:26 I:0 P:446 SKIP:61638 size=693 bytes
[libx264 @ 0x7fba0f803400] frame= 16 QP=27.00 NAL=0 Slice:B Poc:30 I:0 P:615 SKIP:61469 size=770 bytes
[libx264 @ 0x7fba0f803400] frame= 17 QP=17.81 NAL=2 Slice:P Poc:40 I:0 P:1359 SKIP:60725 size=2878 bytes
[libx264 @ 0x7fba0f803400] frame= 18 QP=25.00 NAL=2 Slice:B Poc:36 I:0 P:332 SKIP:61752 size=617 bytes
[libx264 @ 0x7fba0f803400] frame= 19 QP=27.00 NAL=0 Slice:B Poc:34 I:0 P:290 SKIP:61794 size=600 bytes
[libx264 @ 0x7fba0f803400] frame= 20 QP=27.00 NAL=0 Slice:B Poc:38 I:0 P:389 SKIP:61695 size=641 bytes
[libx264 @ 0x7fba0f803400] frame= 21 QP=18.06 NAL=2 Slice:P Poc:48 I:0 P:1193 SKIP:60891 size=2476 bytes
[libx264 @ 0x7fba0f803400] frame= 22 QP=25.00 NAL=2 Slice:B Poc:44 I:0 P:241 SKIP:61843 size=566 bytes
[libx264 @ 0x7fba0f803400] frame= 23 QP=27.00 NAL=0 Slice:B Poc:42 I:0 P:229 SKIP:61855 size=558 bytes
[libx264 @ 0x7fba0f803400] frame= 24 QP=27.00 NAL=0 Slice:B Poc:46 I:0 P:219 SKIP:61865 size=544 bytes
[libx264 @ 0x7fba0f803400] frame= 25 QP=18.13 NAL=2 Slice:P Poc:56 I:0 P:975 SKIP:61109 size=1985 bytes
[libx264 @ 0x7fba0f803400] frame= 26 QP=25.00 NAL=2 Slice:B Poc:52 I:0 P:53 SKIP:62031 size=460 bytes
[libx264 @ 0x7fba0f803400] frame= 27 QP=27.00 NAL=0 Slice:B Poc:50 I:0 P:17 SKIP:62067 size=444 bytes
[libx264 @ 0x7fba0f803400] frame= 28 QP=27.00 NAL=0 Slice:B Poc:54 I:0 P:18 SKIP:62066 size=447 bytes
[libx264 @ 0x7fba0f803400] frame= 29 QP=18.12 NAL=2 Slice:P Poc:64 I:0 P:929 SKIP:61155 size=1822 bytes
[libx264 @ 0x7fba0f803400] frame= 30 QP=25.00 NAL=2 Slice:B Poc:60 I:0 P:9 SKIP:62075 size=447 bytes
[libx264 @ 0x7fba0f803400] frame= 31 QP=27.00 NAL=0 Slice:B Poc:58 I:0 P:3 SKIP:62081 size=443 bytes
[libx264 @ 0x7fba0f803400] frame= 32 QP=27.00 NAL=0 Slice:B Poc:62 I:0 P:2 SKIP:62082 size=441 bytes
[libx264 @ 0x7fba0f803400] frame= 33 QP=17.83 NAL=2 Slice:P Poc:72 I:0 P:978 SKIP:61106 size=2049 bytes
[output stream 0:0 @ 0x7fba0e4038c0] EOF on sink link output stream 0:0:default./s dup=87 drop=0 speed=0.125x
No more output streams to write to, finishing.
[libx264 @ 0x7fba0f803400] frame= 34 QP=25.00 NAL=2 Slice:B Poc:68 I:0 P:17 SKIP:62067 size=451 bytes
[libx264 @ 0x7fba0f803400] frame= 35 QP=27.00 NAL=0 Slice:B Poc:66 I:0 P:4 SKIP:62080 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 36 QP=27.00 NAL=0 Slice:B Poc:70 I:0 P:3 SKIP:62081 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 37 QP=18.25 NAL=2 Slice:P Poc:80 I:0 P:961 SKIP:61123 size=1881 bytes
[libx264 @ 0x7fba0f803400] frame= 38 QP=25.00 NAL=2 Slice:B Poc:76 I:0 P:29 SKIP:62055 size=448 bytes
[libx264 @ 0x7fba0f803400] frame= 39 QP=27.00 NAL=0 Slice:B Poc:74 I:0 P:9 SKIP:62075 size=444 bytes
[libx264 @ 0x7fba0f803400] frame= 40 QP=27.00 NAL=0 Slice:B Poc:78 I:0 P:8 SKIP:62076 size=443 bytes
[libx264 @ 0x7fba0f803400] frame= 41 QP=18.26 NAL=2 Slice:P Poc:88 I:0 P:868 SKIP:61216 size=1686 bytes
[libx264 @ 0x7fba0f803400] frame= 42 QP=25.00 NAL=2 Slice:B Poc:84 I:0 P:6 SKIP:62078 size=446 bytes
[libx264 @ 0x7fba0f803400] frame= 43 QP=27.00 NAL=0 Slice:B Poc:82 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 44 QP=27.00 NAL=0 Slice:B Poc:86 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 45 QP=18.15 NAL=2 Slice:P Poc:96 I:0 P:859 SKIP:61225 size=1694 bytes
[libx264 @ 0x7fba0f803400] frame= 46 QP=25.00 NAL=2 Slice:B Poc:92 I:0 P:5 SKIP:62079 size=446 bytes
[libx264 @ 0x7fba0f803400] frame= 47 QP=27.00 NAL=0 Slice:B Poc:90 I:0 P:1 SKIP:62083 size=441 bytes
[libx264 @ 0x7fba0f803400] frame= 48 QP=27.00 NAL=0 Slice:B Poc:94 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 49 QP=18.06 NAL=2 Slice:P Poc:104 I:0 P:895 SKIP:61189 size=1778 bytes
[libx264 @ 0x7fba0f803400] frame= 50 QP=25.00 NAL=2 Slice:B Poc:100 I:0 P:6 SKIP:62078 size=446 bytes
[libx264 @ 0x7fba0f803400] frame= 51 QP=27.00 NAL=0 Slice:B Poc:98 I:0 P:2 SKIP:62082 size=443 bytes
[libx264 @ 0x7fba0f803400] frame= 52 QP=27.00 NAL=0 Slice:B Poc:102 I:0 P:2 SKIP:62082 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 53 QP=18.45 NAL=2 Slice:P Poc:112 I:0 P:886 SKIP:61198 size=1811 bytes
[libx264 @ 0x7fba0f803400] frame= 54 QP=25.00 NAL=2 Slice:B Poc:108 I:0 P:74 SKIP:62010 size=467 bytes
[libx264 @ 0x7fba0f803400] frame= 55 QP=27.00 NAL=0 Slice:B Poc:106 I:0 P:25 SKIP:62059 size=450 bytes
[libx264 @ 0x7fba0f803400] frame= 56 QP=27.00 NAL=0 Slice:B Poc:110 I:0 P:33 SKIP:62051 size=449 bytes
[libx264 @ 0x7fba0f803400] frame= 57 QP=18.98 NAL=2 Slice:P Poc:120 I:0 P:729 SKIP:61355 size=1412 bytes
[libx264 @ 0x7fba0f803400] frame= 58 QP=25.00 NAL=2 Slice:B Poc:116 I:0 P:18 SKIP:62066 size=447 bytes
[libx264 @ 0x7fba0f803400] frame= 59 QP=27.00 NAL=0 Slice:B Poc:114 I:0 P:1 SKIP:62083 size=441 bytes
[libx264 @ 0x7fba0f803400] frame= 60 QP=27.00 NAL=0 Slice:B Poc:118 I:0 P:1 SKIP:62083 size=441 bytes
[libx264 @ 0x7fba0f803400] frame= 61 QP=18.96 NAL=2 Slice:P Poc:128 I:0 P:541 SKIP:61543 size=1133 bytes
[libx264 @ 0x7fba0f803400] frame= 62 QP=25.00 NAL=2 Slice:B Poc:124 I:0 P:13 SKIP:62071 size=449 bytes
[libx264 @ 0x7fba0f803400] frame= 63 QP=27.00 NAL=0 Slice:B Poc:122 I:0 P:2 SKIP:62082 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 64 QP=27.00 NAL=0 Slice:B Poc:126 I:0 P:1 SKIP:62083 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 65 QP=18.96 NAL=2 Slice:P Poc:136 I:0 P:761 SKIP:61323 size=1355 bytes
[libx264 @ 0x7fba0f803400] frame= 66 QP=25.00 NAL=2 Slice:B Poc:132 I:0 P:14 SKIP:62070 size=448 bytes
[libx264 @ 0x7fba0f803400] frame= 67 QP=27.00 NAL=0 Slice:B Poc:130 I:0 P:1 SKIP:62083 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 68 QP=27.00 NAL=0 Slice:B Poc:134 I:0 P:2 SKIP:62082 size=440 bytes
[libx264 @ 0x7fba0f803400] frame= 69 QP=18.73 NAL=2 Slice:P Poc:144 I:0 P:574 SKIP:61510 size=1173 bytes
[libx264 @ 0x7fba0f803400] frame= 70 QP=25.00 NAL=2 Slice:B Poc:140 I:0 P:4 SKIP:62080 size=444 bytes
[libx264 @ 0x7fba0f803400] frame= 71 QP=27.00 NAL=0 Slice:B Poc:138 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 72 QP=27.00 NAL=0 Slice:B Poc:142 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 73 QP=18.88 NAL=2 Slice:P Poc:152 I:0 P:583 SKIP:61501 size=1139 bytes
[libx264 @ 0x7fba0f803400] frame= 74 QP=25.00 NAL=2 Slice:B Poc:148 I:0 P:19 SKIP:62065 size=449 bytes
[libx264 @ 0x7fba0f803400] frame= 75 QP=27.00 NAL=0 Slice:B Poc:146 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 76 QP=27.00 NAL=0 Slice:B Poc:150 I:0 P:2 SKIP:62082 size=441 bytes
[libx264 @ 0x7fba0f803400] frame= 77 QP=18.95 NAL=2 Slice:P Poc:160 I:0 P:389 SKIP:61695 size=859 bytes
[libx264 @ 0x7fba0f803400] frame= 78 QP=25.00 NAL=2 Slice:B Poc:156 I:0 P:6 SKIP:62078 size=446 bytes
[libx264 @ 0x7fba0f803400] frame= 79 QP=27.00 NAL=0 Slice:B Poc:154 I:0 P:1 SKIP:62083 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 80 QP=27.00 NAL=0 Slice:B Poc:158 I:0 P:1 SKIP:62083 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 81 QP=19.76 NAL=2 Slice:P Poc:168 I:0 P:143 SKIP:61941 size=581 bytes
[libx264 @ 0x7fba0f803400] frame= 82 QP=25.00 NAL=2 Slice:B Poc:164 I:0 P:5 SKIP:62079 size=445 bytes
[libx264 @ 0x7fba0f803400] frame= 83 QP=27.00 NAL=0 Slice:B Poc:162 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 84 QP=27.00 NAL=0 Slice:B Poc:166 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 85 QP=25.00 NAL=2 Slice:P Poc:176 I:0 P:0 SKIP:62084 size=449 bytes
[libx264 @ 0x7fba0f803400] frame= 86 QP=25.00 NAL=2 Slice:B Poc:172 I:0 P:4 SKIP:62080 size=444 bytes
[libx264 @ 0x7fba0f803400] frame= 87 QP=27.00 NAL=0 Slice:B Poc:170 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 88 QP=27.00 NAL=0 Slice:B Poc:174 I:0 P:0 SKIP:62084 size=442 bytes
[libx264 @ 0x7fba0f803400] frame= 89 QP=27.00 NAL=2 Slice:P Poc:178 I:0 P:0 SKIP:62084 size=448 bytes
frame= 90 fps=7.3 q=-1.0 Lsize= 4286kB time=00:00:02.90 bitrate=12107.7kbits/s dup=87 drop=0 speed=0.236x
video:4284kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.044060%
Input file #0 (/tmp/bc0b3f70-7c15-11e6-afa7-616881ab81c4/%03d.jpg):
Input stream #0:0 (video): 3 packets read (29414025 bytes); 3 frames decoded;
Total: 3 packets (29414025 bytes) demuxed
Output file #0 (/tmp/11dd7670-7c16-11e6-afa7-616881ab81c4.mp4):
Output stream #0:0 (video): 90 frames encoded; 90 packets muxed (4387201 bytes);
Total: 90 packets (4387201 bytes) muxed
3 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x7fba0e701540] Statistics: 34 seeks, 247 writeouts
[libx264 @ 0x7fba0f803400] frame I:1 Avg QP:18.43 size:4297589
[libx264 @ 0x7fba0f803400] frame P:23 Avg QP:19.06 size: 2217
[libx264 @ 0x7fba0f803400] frame B:66 Avg QP:26.33 size: 575
[libx264 @ 0x7fba0f803400] consecutive B-frames: 2.2% 0.0% 0.0% 97.8%
[libx264 @ 0x7fba0f803400] mb I I16..4: 1.0% 58.7% 40.3%
[libx264 @ 0x7fba0f803400] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 1.6% 0.0% 0.0% 0.0% 0.0% skip:98.4%
[libx264 @ 0x7fba0f803400] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.4% 0.0% 0.0% direct: 0.0% skip:99.6% L0: 2.1% L1:97.9% BI: 0.0%
[libx264 @ 0x7fba0f803400] 8x8 transform intra:58.7% inter:91.6%
[libx264 @ 0x7fba0f803400] coded y,uvDC,uvAC intra: 99.6% 77.7% 49.1% inter: 0.0% 0.3% 0.0%
[libx264 @ 0x7fba0f803400] i16 v,h,dc,p: 8% 5% 50% 36%
[libx264 @ 0x7fba0f803400] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 12% 32% 7% 7% 7% 7% 7% 10%
[libx264 @ 0x7fba0f803400] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 17% 11% 7% 10% 10% 10% 8% 11%
[libx264 @ 0x7fba0f803400] i8c dc,h,v,p: 48% 21% 23% 8%
[libx264 @ 0x7fba0f803400] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x7fba0f803400] ref P L0: 76.6% 0.5% 16.3% 6.7%
[libx264 @ 0x7fba0f803400] ref B L0: 91.1% 8.3% 0.6%
[libx264 @ 0x7fba0f803400] ref B L1: 72.8% 27.2%
[libx264 @ 0x7fba0f803400] kb/s:11697.36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment