[FFmpeg-user] Cannot allocate memory for complex filtering with latest git

Christian Johannesen chrisjohannesen at gmail.com
Wed Nov 15 18:36:11 EET 2017


A command that works in FFmpeg 3.2.3, does not work in the latest version
of FFmpeg and I have also tested version 3.3.5 which it fails there as
well. I've made a clip from the input file which reproduces the issue. The
process takes an input file where a stereo program is on two mono channels
and outputs that to 7 mp4 files with h.264 video and aac audio. I've tested
simplifiying the command it it still fails with just outputing a 1920x1080
h.264 with the atadenoise, amerge and pan filters. I found that if I
removed either the atadenoise or audio filter from the filter_complex, the
error goes away.

Command line output from a non working & working ffmpeg binary below:

Thanks,
Chris

>ffmpeg.exe -i "D:\media\BARTONE.mov" -filter_complex
[0:0]atadenoise,split=7[in0][in1][in2][in3][in4][in5][in6];"[in0]scale=1920x1080,setsar=sar=1/1[v_0]";"[in1]scale=1280x720,setsar=sar=1/1[v_1]";"[in2]scale=960x540,setsar=sar=1/1[v_2]";"[in3]scale=768x432,setsar=sar=1/1[v_3]";"[in4]scale=640x360,setsar=sar=1/1[v_4]";"[in5]scale=512x288,setsar=sar=1/1[v_5]";"[in6]scale=384x216,setsar=sar=1/1[v_6]";[0:1][0:2]amerge=inputs=2[amerge_0_0];"[amerge_0_0]pan=2c|c0=c0|c1=c1[pan_0_0]";[0:1][0:2]amerge=inputs=2[amerge_1_0];"[amerge_1_0]pan=2c|c0=c0|c1=c1[pan_1_0]";[0:1][0:2]amerge=inputs=2[amerge_2_0];"[amerge_2_0]pan=2c|c0=c0|c1=c1[pan_2_0]";[0:1][0:2]amerge=inputs=2[amerge_3_0];"[amerge_3_0]pan=2c|c0=c0|c1=c1[pan_3_0]";[0:1][0:2]amerge=inputs=2[amerge_4_0];"[amerge_4_0]pan=2c|c0=c0|c1=c1[pan_4_0]";[0:1][0:2]amerge=inputs=2[amerge_5_0];"[amerge_5_0]pan=2c|c0=c0|c1=c1[pan_5_0]";[0:1][0:2]amerge=inputs=2[amerge_6_0];"[amerge_6_0]pan=2c|c0=c0|c1=c1[pan_6_0]"
-map "[v_0]" -map "[pan_0_0]" -pix_fmt yuv420p -c:v libx264 -crf 19
-profile:v high -level 4.0 -g 60 -maxrate:v 5000k -bufsize 10000k -c:a aac
-b:a 128k -ar 48k -cutoff 18k "d:\output\645625_1920x1080_5128.mp4" -map
"[v_1]" -map "[pan_1_0]" -pix_fmt yuv420p -c:v libx264 -crf 19 -profile:v
high -level 4.0 -g 60 -maxrate:v 3000k -bufsize 6000k -c:a aac -b:a 128k
-ar 48k -cutoff 18k "d:\output\645625_1280x720_3128.mp4" -map "[v_2]" -map
"[pan_2_0]" -pix_fmt yuv420p -c:v libx264 -crf 19 -profile:v main -level
3.1 -g 60 -maxrate:v 2000k -bufsize 4000k -c:a aac -b:a 128k -ar 48k
-cutoff 18k "d:\output\645625_960x540_2128.mp4" -map "[v_3]" -map
"[pan_3_0]" -pix_fmt yuv420p -c:v libx264 -crf 20 -profile:v main -level
3.1 -g 60 -maxrate:v 1400k -bufsize 2800k -c:a aac -b:a 128k -ar 48k
-cutoff 18k "d:\output\645625_768x432_1528.mp4" -map "[v_4]" -map
"[pan_4_0]" -crf 20 -profile:v main -level 3.1 -g 60 -maxrate:v 900k
-bufsize 1800k -b:a 128k -ar 48k -cutoff 18k -c:a aac -pix_fmt yuv420p -c:v
libx264 "d:\output\645625_640x360_1028.mp4" -map "[v_5]" -map "[pan_5_0]"
-pix_fmt yuv420p -c:v libx264 -crf 21 -profile:v main -level 3.1 -g 60
-maxrate:v 370k -bufsize 996k -c:a aac -b:a 128k -ar 48k -cutoff 18k
"d:\output\645625_512x288_498.mp4" -map "[v_6]" -map "[pan_6_0]" -pix_fmt
yuv420p -c:v libx264 -crf 23 -profile:v main -level 3.0 -g 60 -maxrate:v
150k -bufsize 996k -c:a aac -b:a 128k -ar 48k -cutoff 18k
"d:\output\645625_384x216_278.mp4"
ffmpeg version N-89041-g91a565e20f Copyright (c) 2000-2017 the FFmpeg
developers
  built with gcc 7.2.0 (GCC)
  configuration: --enable-gpl --enable-version3 --enable-sdl2
--enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv
--enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
--enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp
--enable-libvidstab --enable-libvorbis --enable-cuda --enable-cuvid
--enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth
--enable-libmfx
  libavutil      56.  0.100 / 56.  0.100
  libavcodec     58.  3.101 / 58.  3.101
  libavformat    58.  2.100 / 58.  2.100
  libavdevice    58.  0.100 / 58.  0.100
  libavfilter     7.  0.101 /  7.  0.101
  libswscale      5.  0.101 /  5.  0.101
  libswresample   3.  0.101 /  3.  0.101
  libpostproc    55.  0.100 / 55.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\media\BARTONE.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2017-11-15T16:03:42.000000Z
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    timecode        : 00:59:35;00
  Duration: 00:00:04.97, start: 0.000000, bitrate: 150012 kb/s
    Stream #0:0(eng): Video: dnxhd (DNXHD) (AVdn / 0x6E645641), yuv422p(tv,
bt709/unknown/unknown), 1920x1080, 145344 kb/s, SAR 1:1 DAR 16:9, 29.97
fps, 29.97 tbr, 29970 tbn, 29970 tbc (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
      encoder         : Avid DNxHD Codec
    Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:4(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:5(eng): Data: none (tmcd / 0x64636D74) (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
      timecode        : 00:59:35;00
Stream mapping:
  Stream #0:0 (dnxhd) -> atadenoise
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  setsar -> Stream #0:0 (libx264)
  pan -> Stream #0:1 (aac)
  setsar -> Stream #1:0 (libx264)
  pan -> Stream #1:1 (aac)
  setsar -> Stream #2:0 (libx264)
  pan -> Stream #2:1 (aac)
  setsar -> Stream #3:0 (libx264)
  pan -> Stream #3:1 (aac)
  setsar -> Stream #4:0 (libx264)
  pan -> Stream #4:1 (aac)
  setsar -> Stream #5:0 (libx264)
  pan -> Stream #5:1 (aac)
  setsar -> Stream #6:0 (libx264)
  pan -> Stream #6:1 (aac)
Press [q] to stop, [?] for help
[Parsed_amerge_16 @ 00000047ea586c20] No channel layout for input 1
[Parsed_amerge_18 @ 00000047eb70df80] No channel layout for input 1
[Parsed_amerge_20 @ 00000047eb70c580] No channel layout for input 1
[Parsed_amerge_22 @ 00000047eb70d280] No channel layout for input 1
[Parsed_amerge_24 @ 00000047eb70ce60] No channel layout for input 1
[Parsed_amerge_26 @ 00000047eb70cf40] No channel layout for input 1
[Parsed_amerge_28 @ 00000047eb70dea0] No channel layout for input 1
[Parsed_amerge_16 @ 00000047ea586c20] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_18 @ 00000047eb70df80] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_20 @ 00000047eb70c580] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_22 @ 00000047eb70d280] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_24 @ 00000047eb70ce60] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_26 @ 00000047eb70cf40] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_28 @ 00000047eb70dea0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_pan_29 @ 00000047eb70d9c0] Pure channel mapping detected: 0 1
[Parsed_pan_27 @ 00000047eb70d900] Pure channel mapping detected: 0 1
[Parsed_pan_25 @ 00000047eb70ccc0] Pure channel mapping detected: 0 1
[Parsed_pan_23 @ 00000047eb70cc00] Pure channel mapping detected: 0 1
[Parsed_pan_21 @ 00000047eb70ca60] Pure channel mapping detected: 0 1
[Parsed_pan_19 @ 00000047eb70d820] Pure channel mapping detected: 0 1
[Parsed_pan_17 @ 00000047ea5860c0] Pure channel mapping detected: 0 1
Error while filtering: Cannot allocate memory
Failed to inject frame into filter network: Cannot allocate memory
Error while processing the decoded data for stream #0:0
Conversion failed!


>ffmpeg.exe -i "D:\media\BARTONE.mov" -filter_complex
[0:0]atadenoise,split=7[in0][in1][in2][in3][in4][in5][in6];"[in0]scale=1920x1080,setsar=sar=1/1[v_0]";"[in1]scale=1280x720,setsar=sar=1/1[v_1]";"[in2]scale=960x540,setsar=sar=1/1[v_2]";"[in3]scale=768x432,setsar=sar=1/1[v_3]";"[in4]scale=640x360,setsar=sar=1/1[v_4]";"[in5]scale=512x288,setsar=sar=1/1[v_5]";"[in6]scale=384x216,setsar=sar=1/1[v_6]";[0:1][0:2]amerge=inputs=2[amerge_0_0];"[amerge_0_0]pan=2c|c0=c0|c1=c1[pan_0_0]";[0:1][0:2]amerge=inputs=2[amerge_1_0];"[amerge_1_0]pan=2c|c0=c0|c1=c1[pan_1_0]";[0:1][0:2]amerge=inputs=2[amerge_2_0];"[amerge_2_0]pan=2c|c0=c0|c1=c1[pan_2_0]";[0:1][0:2]amerge=inputs=2[amerge_3_0];"[amerge_3_0]pan=2c|c0=c0|c1=c1[pan_3_0]";[0:1][0:2]amerge=inputs=2[amerge_4_0];"[amerge_4_0]pan=2c|c0=c0|c1=c1[pan_4_0]";[0:1][0:2]amerge=inputs=2[amerge_5_0];"[amerge_5_0]pan=2c|c0=c0|c1=c1[pan_5_0]";[0:1][0:2]amerge=inputs=2[amerge_6_0];"[amerge_6_0]pan=2c|c0=c0|c1=c1[pan_6_0]"
-map "[v_0]" -map "[pan_0_0]" -pix_fmt yuv420p -c:v libx264 -crf 19
-profile:v high -level 4.0 -g 60 -maxrate:v 5000k -bufsize 10000k -c:a aac
-b:a 128k -ar 48k -cutoff 18k "d:\output\645625_1920x1080_5128.mp4" -map
"[v_1]" -map "[pan_1_0]" -pix_fmt yuv420p -c:v libx264 -crf 19 -profile:v
high -level 4.0 -g 60 -maxrate:v 3000k -bufsize 6000k -c:a aac -b:a 128k
-ar 48k -cutoff 18k "d:\output\645625_1280x720_3128.mp4" -map "[v_2]" -map
"[pan_2_0]" -pix_fmt yuv420p -c:v libx264 -crf 19 -profile:v main -level
3.1 -g 60 -maxrate:v 2000k -bufsize 4000k -c:a aac -b:a 128k -ar 48k
-cutoff 18k "d:\output\645625_960x540_2128.mp4" -map "[v_3]" -map
"[pan_3_0]" -pix_fmt yuv420p -c:v libx264 -crf 20 -profile:v main -level
3.1 -g 60 -maxrate:v 1400k -bufsize 2800k -c:a aac -b:a 128k -ar 48k
-cutoff 18k "d:\output\645625_768x432_1528.mp4" -map "[v_4]" -map
"[pan_4_0]" -crf 20 -profile:v main -level 3.1 -g 60 -maxrate:v 900k
-bufsize 1800k -b:a 128k -ar 48k -cutoff 18k -c:a aac -pix_fmt yuv420p -c:v
libx264 "d:\output\645625_640x360_1028.mp4" -map "[v_5]" -map "[pan_5_0]"
-pix_fmt yuv420p -c:v libx264 -crf 21 -profile:v main -level 3.1 -g 60
-maxrate:v 370k -bufsize 996k -c:a aac -b:a 128k -ar 48k -cutoff 18k
"d:\output\645625_512x288_498.mp4" -map "[v_6]" -map "[pan_6_0]" -pix_fmt
yuv420p -c:v libx264 -crf 23 -profile:v main -level 3.0 -g 60 -maxrate:v
150k -bufsize 996k -c:a aac -b:a 128k -ar 48k -cutoff 18k
"d:\output\645625_384x216_278.mp4"
ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 6.3.0 (Rev2, Built by MSYS2 project)
  configuration: --enable-gpl --disable-w32threads --enable-version3
--enable-nonfree --enable-libx264 --enable-libx265 --enable-libfdk_aac
--enable-static --disable-shared --enable-zlib --enable-libfreetype
--enable-libfontconfig
  libavutil      55. 34.101 / 55. 34.101
  libavcodec     57. 64.101 / 57. 64.101
  libavformat    57. 56.101 / 57. 56.101
  libavdevice    57.  1.100 / 57.  1.100
  libavfilter     6. 65.100 /  6. 65.100
  libswscale      4.  2.100 /  4.  2.100
  libswresample   2.  3.100 /  2.  3.100
  libpostproc    54.  1.100 / 54.  1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\media\BARTONE.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2017-11-15T16:03:42.000000Z
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    timecode        : 00:59:35;00
  Duration: 00:00:04.97, start: 0.000000, bitrate: 150012 kb/s
    Stream #0:0(eng): Video: dnxhd (DNXHD) (AVdn / 0x6E645641), yuv422p(tv,
bt709/unknown/unknown), 1920x1080, 145344 kb/s, SAR 1:1 DAR 16:9, 29.97
fps, 29.97 tbr, 29970 tbn, 29970 tbc (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
      encoder         : Avid DNxHD Codec
    Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:4(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono,
s32 (24 bit), 1152 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
    Stream #0:5(eng): Data: none (tmcd / 0x64636D74) (default)
    Metadata:
      creation_time   : 2017-11-15T16:03:42.000000Z
      handler_name    : Apple Alias Data Handler
      timecode        : 00:59:35;00
[Parsed_amerge_16 @ 000000000086c7c0] No channel layout for input 1
[Parsed_amerge_18 @ 000000000086bfa0] No channel layout for input 1
[Parsed_amerge_20 @ 0000000002ae3120] No channel layout for input 1
[Parsed_amerge_22 @ 0000000002ae3a00] No channel layout for input 1
[Parsed_amerge_24 @ 0000000002ae31e0] No channel layout for input 1
[Parsed_amerge_26 @ 0000000002ae29c0] No channel layout for input 1
[Parsed_amerge_28 @ 0000000002ae3ba0] No channel layout for input 1
[Parsed_amerge_16 @ 000000000086c7c0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_18 @ 000000000086bfa0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_20 @ 0000000002ae3120] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_22 @ 0000000002ae3a00] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_24 @ 0000000002ae31e0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_26 @ 0000000002ae29c0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_amerge_28 @ 0000000002ae3ba0] Input channel layouts overlap: output
layout will be determined by the number of distinct input channels
[Parsed_pan_29 @ 0000000002ae2b60] Pure channel mapping detected: 0 1
[Parsed_pan_27 @ 0000000002ae2680] Pure channel mapping detected: 0 1
[Parsed_pan_25 @ 0000000002ae2f80] Pure channel mapping detected: 0 1
[Parsed_pan_23 @ 0000000002ae3e20] Pure channel mapping detected: 0 1
[Parsed_pan_21 @ 0000000002ae3c80] Pure channel mapping detected: 0 1
[Parsed_pan_19 @ 0000000002ae3d40] Pure channel mapping detected: 0 1
[Parsed_pan_17 @ 000000000086bd20] Pure channel mapping detected: 0 1
[libx264 @ 0000000000853fe0] using SAR=1/1
[libx264 @ 0000000000853fe0] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 0000000000853fe0] profile High, level 4.0
[libx264 @ 0000000000853fe0] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 ps
y=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=34
lookahead_threads=5 sliced_threads=0 nr=0 decimate=1 interl
aced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mb
tree=1 crf=19.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=5000
vbv_bufsize=10000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'd:\output\645625_1920x1080_5128.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 5000000/0/0 buffer size: 10000000
vbv_delay: -1
    Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 0000000000853b20] using SAR=1/1
[libx264 @ 0000000000853b20] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 0000000000853b20] profile High, level 4.0
[libx264 @ 0000000000853b20] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 ps
y=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=22
lookahead_threads=3 sliced_threads=0 nr=0 decimate=1 interl
aced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mb
tree=1 crf=19.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=3000
vbv_bufsize=6000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #1, mp4, to 'd:\output\645625_1280x720_3128.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #1:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 3000000/0/0 buffer size: 6000000 vbv_delay:
-1
    Stream #1:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 000000000085afa0] using SAR=1/1
[libx264 @ 000000000085afa0] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 000000000085afa0] profile Main, level 3.1
[libx264 @ 000000000085afa0] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 ps
y=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=17
lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interl
aced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mb
tree=1 crf=19.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2000
vbv_bufsize=4000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #2, mp4, to 'd:\output\645625_960x540_2128.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #2:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
960x540 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 2000000/0/0 buffer size: 4000000 vbv_delay:
-1
    Stream #2:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 000000000085be00] using SAR=1/1
[libx264 @ 000000000085be00] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 000000000085be00] profile Main, level 3.1
[libx264 @ 000000000085be00] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 ps
y=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=13
lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interl
aced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mb
tree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=1400
vbv_bufsize=2800 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #3, mp4, to 'd:\output\645625_768x432_1528.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #3:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
768x432 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 1400000/0/0 buffer size: 2800000 vbv_delay:
-1
    Stream #3:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 00000000027ef540] using SAR=1/1
[libx264 @ 00000000027ef540] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 00000000027ef540] profile Main, level 3.1
[libx264 @ 00000000027ef540] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 ps
y=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=11
lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interl
aced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mb
tree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=900
vbv_bufsize=1800 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #4, mp4, to 'd:\output\645625_640x360_1028.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #4:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
640x360 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 900000/0/0 buffer size: 1800000 vbv_delay:
-1
    Stream #4:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 00000000027f38a0] using SAR=1/1
[libx264 @ 00000000027f38a0] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 00000000027f38a0] profile Main, level 3.1
[libx264 @ 00000000027f38a0] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 ps
y=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=9
lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interla
ced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbt
ree=1 crf=21.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=370
vbv_bufsize=996 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #5, mp4, to 'd:\output\645625_512x288_498.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #5:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
512x288 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 370000/0/0 buffer size: 996000 vbv_delay: -1
    Stream #5:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
[libx264 @ 00000000027f03c0] using SAR=1/1
[libx264 @ 00000000027f03c0] using cpu capabilities: MMX2 SSE2Fast SSSE3
SSE4.2 AVX
[libx264 @ 00000000027f03c0] profile Main, level 3.0
[libx264 @ 00000000027f03c0] 264 - core 148 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1
ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 ps
y=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=7
lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interla
ced=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=60 keyint_min=6
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbt
ree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=150
vbv_bufsize=996 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
Output #6, mp4, to 'd:\output\645625_384x216_278.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    timecode        : 00:59:35;00
    com.apple.quicktime.player.version: 7.7.9 (Dev)
    com.apple.quicktime.version: 7.7.9 (1680.95.84)
    com.apple.quicktime.player.movie.audio.gain: 1.000000
    com.apple.quicktime.player.movie.audio.treble: 0.000000
    com.apple.quicktime.player.movie.audio.bass: 0.000000
    com.apple.quicktime.player.movie.audio.balance: 0.000000
    com.apple.quicktime.player.movie.audio.pitchshift: 0.000000
    com.apple.quicktime.player.movie.audio.mute:
    com.apple.quicktime.player.movie.visual.brightness: 0.000000
    com.apple.quicktime.player.movie.visual.color: 1.000000
    com.apple.quicktime.player.movie.visual.tint: 0.000000
    com.apple.quicktime.player.movie.visual.contrast: 1.000000
    encoder         : Lavf57.56.101
    Stream #6:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
384x216 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 11988 tbn, 29.97 tbc
(default)
    Metadata:
      encoder         : Lavc57.64.101 libx264
    Side data:
      cpb: bitrate max/min/avg: 150000/0/0 buffer size: 996000 vbv_delay: -1
    Stream #6:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz,
stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.64.101 aac
Stream mapping:
  Stream #0:0 (dnxhd) -> atadenoise
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:1 (pcm_s24le) -> amerge:in0
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  Stream #0:2 (pcm_s24le) -> amerge:in1
  setsar -> Stream #0:0 (libx264)
  pan -> Stream #0:1 (aac)
  setsar -> Stream #1:0 (libx264)
  pan -> Stream #1:1 (aac)
  setsar -> Stream #2:0 (libx264)
  pan -> Stream #2:1 (aac)
  setsar -> Stream #3:0 (libx264)
  pan -> Stream #3:1 (aac)
  setsar -> Stream #4:0 (libx264)
  pan -> Stream #4:1 (aac)
  setsar -> Stream #5:0 (libx264)
  pan -> Stream #5:1 (aac)
  setsar -> Stream #6:0 (libx264)
  pan -> Stream #6:1 (aac)
Press [q] to stop, [?] for help
frame=  149 fps= 27 q=-1.0 Lq=-1.0 q=-1.0 q=-1.0 q=-1.0 q=-1.0 q=-1.0
size=     100kB time=00:00:04.97 bitrate= 165.6kbits/s speed=0.886x
video:64kB audio:541kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: unknown
[libx264 @ 0000000000853fe0] frame I:3     Avg QP: 4.55  size:  1815
[libx264 @ 0000000000853fe0] frame P:37    Avg QP: 6.35  size:    77
[libx264 @ 0000000000853fe0] frame B:109   Avg QP: 9.68  size:    69
[libx264 @ 0000000000853fe0] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 0000000000853fe0] mb I  I16..4: 99.6%  0.0%  0.3%
[libx264 @ 0000000000853fe0] 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 @ 0000000000853fe0] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.0%  0.0%  0.0%  direct: 0.0%  skip:100.0%  L0:81.2% L1:18.8% BI: 0.0%
[libx264 @ 0000000000853fe0] 8x8 transform intra:0.0%
[libx264 @ 0000000000853fe0] coded y,uvDC,uvAC intra: 0.2% 0.6% 0.4% inter:
0.0% 0.0% 0.0%
[libx264 @ 0000000000853fe0] i16 v,h,dc,p: 96%  3%  1%  0%
[libx264 @ 0000000000853fe0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 64% 21% 14%
0%  0%  0%  0%  0%  0%
[libx264 @ 0000000000853fe0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 39% 29% 31%
0%  0%  0%  0%  0%  0%
[libx264 @ 0000000000853fe0] i8c dc,h,v,p: 89%  3%  7%  0%
[libx264 @ 0000000000853fe0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000853fe0] ref B L0:  0.0% 100.0%
[libx264 @ 0000000000853fe0] kb/s:25.45
[aac @ 0000000000853640] Qavg: 1328.650
[libx264 @ 0000000000853b20] frame I:3     Avg QP: 4.79  size:  1495
[libx264 @ 0000000000853b20] frame P:37    Avg QP: 6.80  size:    48
[libx264 @ 0000000000853b20] frame B:109   Avg QP: 9.68  size:    38
[libx264 @ 0000000000853b20] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 0000000000853b20] mb I  I16..4: 99.2%  0.1%  0.8%
[libx264 @ 0000000000853b20] 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 @ 0000000000853b20] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.0%  0.0%  0.0%  direct: 0.0%  skip:100.0%  L0: 0.0% L1:100.0% BI: 0.0%
[libx264 @ 0000000000853b20] 8x8 transform intra:0.1% inter:16.7%
[libx264 @ 0000000000853b20] coded y,uvDC,uvAC intra: 0.4% 1.3% 0.8% inter:
0.0% 0.0% 0.0%
[libx264 @ 0000000000853b20] i16 v,h,dc,p: 93%  5%  2%  0%
[libx264 @ 0000000000853b20] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 56%  6% 38%
0%  0%  0%  0%  0%  0%
[libx264 @ 0000000000853b20] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 39% 26% 32%
0%  1%  0%  1%  0%  0%
[libx264 @ 0000000000853b20] i8c dc,h,v,p: 86%  5%  9%  0%
[libx264 @ 0000000000853b20] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000853b20] kb/s:16.73
[aac @ 00000000008527e0] Qavg: 1328.650
[libx264 @ 000000000085afa0] frame I:3     Avg QP: 5.05  size:  1377
[libx264 @ 000000000085afa0] frame P:37    Avg QP: 6.50  size:    35
[libx264 @ 000000000085afa0] frame B:109   Avg QP: 9.68  size:    27
[libx264 @ 000000000085afa0] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 000000000085afa0] mb I  I16..4: 98.4%  0.0%  1.6%
[libx264 @ 000000000085afa0] 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 @ 000000000085afa0] 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 @ 000000000085afa0] coded y,uvDC,uvAC intra: 0.7% 1.9% 1.2% inter:
0.0% 0.0% 0.0%
[libx264 @ 000000000085afa0] i16 v,h,dc,p: 92%  6%  3%  0%
[libx264 @ 000000000085afa0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 41% 34% 23%
0%  0%  0%  1%  0%  0%
[libx264 @ 000000000085afa0] i8c dc,h,v,p: 80%  7% 13%  0%
[libx264 @ 000000000085afa0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 000000000085afa0] ref P L0: 83.3% 16.7%
[libx264 @ 000000000085afa0] kb/s:13.41
[aac @ 000000000085b460] Qavg: 1328.650
[libx264 @ 000000000085be00] frame I:3     Avg QP: 6.26  size:  1188
[libx264 @ 000000000085be00] frame P:37    Avg QP: 7.67  size:    31
[libx264 @ 000000000085be00] frame B:109   Avg QP:10.68  size:    25
[libx264 @ 000000000085be00] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 000000000085be00] mb I  I16..4: 97.6%  0.0%  2.4%
[libx264 @ 000000000085be00] 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 @ 000000000085be00] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.2%  0.0%  0.0%  direct: 0.0%  skip:99.8%  L0: 0.0% L1:100.0% BI: 0.0%
[libx264 @ 000000000085be00] coded y,uvDC,uvAC intra: 1.0% 2.6% 1.7% inter:
0.0% 0.0% 0.0%
[libx264 @ 000000000085be00] i16 v,h,dc,p: 91%  6%  3%  0%
[libx264 @ 000000000085be00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 45% 32% 21%
0%  1%  0%  0%  0%  0%
[libx264 @ 000000000085be00] i8c dc,h,v,p: 78%  6% 16%  0%
[libx264 @ 000000000085be00] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 000000000085be00] kb/s:12.05
[aac @ 000000000085dae0] Qavg: 1328.650
[libx264 @ 00000000027ef540] frame I:3     Avg QP: 6.70  size:  1223
[libx264 @ 00000000027ef540] frame P:37    Avg QP: 7.35  size:    28
[libx264 @ 00000000027ef540] frame B:109   Avg QP:10.68  size:    20
[libx264 @ 00000000027ef540] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 00000000027ef540] mb I  I16..4: 96.9%  0.0%  3.1%
[libx264 @ 00000000027ef540] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:
0.1%  0.0%  0.0%  0.0%  0.0%    skip:99.9%
[libx264 @ 00000000027ef540] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.0%  0.0%  0.0%  direct: 0.0%  skip:100.0%  L0: 0.0% L1:100.0% BI: 0.0%
[libx264 @ 00000000027ef540] coded y,uvDC,uvAC intra: 1.2% 4.3% 2.8% inter:
0.0% 0.0% 0.0%
[libx264 @ 00000000027ef540] i16 v,h,dc,p: 87%  9%  4%  0%
[libx264 @ 00000000027ef540] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 42% 30% 27%
0%  0%  1%  0%  0%  0%
[libx264 @ 00000000027ef540] i8c dc,h,v,p: 73% 10% 18%  0%
[libx264 @ 00000000027ef540] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 00000000027ef540] kb/s:11.01
[aac @ 00000000027f0880] Qavg: 1328.650
[libx264 @ 00000000027f38a0] frame I:3     Avg QP: 8.04  size:  1059
[libx264 @ 00000000027f38a0] frame P:37    Avg QP:11.54  size:    25
[libx264 @ 00000000027f38a0] frame B:109   Avg QP:15.68  size:    17
[libx264 @ 00000000027f38a0] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 00000000027f38a0] mb I  I16..4: 95.3%  0.0%  4.7%
[libx264 @ 00000000027f38a0] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:
0.1%  0.0%  0.0%  0.0%  0.0%    skip:99.9%
[libx264 @ 00000000027f38a0] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.1%  0.0%  0.0%  direct: 0.0%  skip:99.9%  L0:18.2% L1:81.8% BI: 0.0%
[libx264 @ 00000000027f38a0] coded y,uvDC,uvAC intra: 2.4% 6.2% 4.1% inter:
0.0% 0.0% 0.0%
[libx264 @ 00000000027f38a0] i16 v,h,dc,p: 86%  9%  5%  0%
[libx264 @ 00000000027f38a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 43% 37% 18%
0%  1%  0%  0%  0%  0%
[libx264 @ 00000000027f38a0] i8c dc,h,v,p: 68% 10% 22%  0%
[libx264 @ 00000000027f38a0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 00000000027f38a0] ref B L0:  0.0% 100.0%
[libx264 @ 00000000027f38a0] kb/s:9.63
[aac @ 00000000027f0d60] Qavg: 1328.650
[libx264 @ 00000000027f03c0] frame I:3     Avg QP:10.67  size:   978
[libx264 @ 00000000027f03c0] frame P:37    Avg QP:13.62  size:    23
[libx264 @ 00000000027f03c0] frame B:109   Avg QP:17.68  size:    14
[libx264 @ 00000000027f03c0] consecutive B-frames:  2.0%  0.0%  4.0% 94.0%
[libx264 @ 00000000027f03c0] mb I  I16..4: 92.7%  0.0%  7.3%
[libx264 @ 00000000027f03c0] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:
0.4%  0.0%  0.0%  0.0%  0.0%    skip:99.6%
[libx264 @ 00000000027f03c0] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:
0.1%  0.0%  0.0%  direct: 0.0%  skip:99.9%  L0: 0.0% L1:100.0% BI: 0.0%
[libx264 @ 00000000027f03c0] coded y,uvDC,uvAC intra: 3.1% 9.4% 6.9% inter:
0.0% 0.0% 0.0%
[libx264 @ 00000000027f03c0] i16 v,h,dc,p: 84%  9%  6%  0%
[libx264 @ 00000000027f03c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 44% 40% 14%
0%  1%  1%  1%  0%  0%
[libx264 @ 00000000027f03c0] i8c dc,h,v,p: 60% 11% 29%  0%
[libx264 @ 00000000027f03c0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 00000000027f03c0] ref P L0: 99.0%  1.0%
[libx264 @ 00000000027f03c0] kb/s:8.59
[aac @ 00000000027efa20] Qavg: 1328.650


More information about the ffmpeg-user mailing list