Opened 4 months ago

Last modified 3 months ago

#11047 new defect

Bad output with "libx264" "yuv422p10le" in MOV

Reported by: Mads Johansen Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords: mov libx264 yuv422p10le
Cc: MasterQuestionable Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Mads Johansen)

Summary of the bug:
Compressing to x264 with yuv422p10le triggers unplayable file, but with different results depending on resolution.
As I see it, there is a bug with 1080 and 2160 in vertical resolutions, because 1440x1080,1920x1080,2048x1080 and 3840x2160 all has errors.
The complete logs are below, identified by (n), where n is an integer.

Result 1: Works perfectly: ffmpeg -f lavfi -i mandelbrot -t 5 -pix_fmt yuv422p10le mandelbrot.mov (1)
ffmpeg -f lavfi -i mandelbrot=s=640x480 -t 5 -pix_fmt yuv422p10le mandelbrot640x480.mov
(ruling out the size parameter)
Result 2: Errors in playback:
ffmpeg -f lavfi -i mandelbrot=s=1920x1080 -t 5 -pix_fmt yuv422p10le 1080p.mov (2)
ffmpeg -f lavfi -i mandelbrot=s=3840x2160 -t 5 -pix_fmt yuv422p10le 2160p.mov (3)
ffmpeg -f lavfi -i mandelbrot=s=2048x1080 -t 5 -pix_fmt yuv422p10le 2048x1080.mov (20)
ffmpeg -i 2048x1080.mov (21)

There are oddities with resolutions though:
ffmpeg -f lavfi -i mandelbrot=s=1922x1082 -t 5 -pix_fmt yuv422p10le 1082p.mov gives a perfectly working file. (4)

Just to make sure that it’s not my player, I did ffmpeg -i 1080.mov, with
[h264 @ 00000245b2270500] deblocking_filter_idc 6 out of range
[h264 @ 00000245b2270500] decode_slice_header error
[h264 @ 00000245b2270500] no frame!
See more at (5)
Same for 2160p.mov:
[h264 @ 000002025a890500] non-existing PPS 0 referenced

Last message repeated 1 times

[h264 @ 000002025a890500] decode_slice_header error
[h264 @ 000002025a890500] no frame!
See (6)

In the interest of being thorough I have tested with old versions of ffmpeg from https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2022-07-31-12-37
Same results: (7), (8), (9) and (10)
That means it’s not a recent problem.

I have also tested if it is lavfi -> codec that is a problem.
Create the same test file into cineform and ffv1:
ffmpeg -f lavfi -i mandelbrot=s=1920x1080 -t 5 -c:v cfhd cfhd1080p.mov
ffmpeg -f lavfi -i mandelbrot=s=1920x1080 -t 5 -c:v ffv1 ffv11080p.mov
(11), (12)
Then converting the intermediate file into x264 yuv422p10le:
ffmpeg -i cfhd1080p.mov -pix_fmt yuv422p10le cfhd_x264yuv422p10le.mov
ffmpeg -i ffv11080p.mov -pix_fmt yuv422p10le ffv1_x264yuv422p10le.mov
(13), (14)
Same result (a broken file). Verified with
ffmpeg -i cfhd_x264yuv422p10le.mov
ffmpeg -i ffv1_x264yuv422p10le.mov
Same results as with lavfi above.
(15), (16)
That means it’s not a lavfi problem.

So far I’ve trusted that libx264 supports yuv422p10le.
Verified by ffmpeg -h encoder=libx264
Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p nv12 nv16 nv21 yuv420p10le yuv422p10le yuv444p10le nv20le gray gray10le
That means it’s not an unsupported format.

To confirm it’s an ffmpeg problem I’ve downloaded x264-r3191-4613ac3.exe from https://artifacts.videolan.org/x264/release-win64/
To create a supported file, I created ffmpeg -f lavfi -i mandelbrot=s=1920x1080 -t 5 -strict -1 -pix_fmt yuv422p10 ffmpeg_y4m.y4m
(17)
Then I converted the output file with x264-r3191-4613ac3.exe to yuv422p10le with
x264-r3191-4613ac3 --profile high422 --output-depth 10 --output-csp i422 -o x264.mov ffmpeg_y4m.y4m
(18)
And the file works and plays back with no problems.
Stream #0:0: Video: h264 (High 4:2:2), yuv422p10le(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 1200k tbn
(19)

Drive folder with 1920x1080.mov and 2048x1080.mov: https://drive.google.com/drive/folders/10rvi-sYzGhXyqtjW2HSSG2dJoIHmFkdk?usp=sharing

What will the next steps be?

Best regards
Mads Johansen

Attachments (1)

ffmpeg logs.txt (101.9 KB ) - added by Mads Johansen 4 months ago.
The complete unaltered logs referenced

Download all attachments as: .zip

Change History (6)

by Mads Johansen, 4 months ago

Attachment: ffmpeg logs.txt added

The complete unaltered logs referenced

comment:1 by Mads Johansen, 4 months ago

Description: modified (diff)

comment:2 by mkver, 4 months ago

I can reproduce this, but only with mov as output format. Matroska and mp4 both work.

comment:3 by MasterQuestionable, 4 months ago

Cc: MasterQuestionable added
Component: undeterminedavformat
Keywords: mov added
Summary: Compressing to yuv422p10le with x264 errorsBad output with "libx264" "yuv422p10le" in MOV

comment:4 by Mads Johansen, 3 months ago

The -report file when compressing:

ffmpeg started on 2024-07-04 at 07:24:25
Report written to "ffmpeg-20240704-072425.log"
Log level: 48
Command line:
ffmpeg -f lavfi -i "mandelbrot=s=2048x1080" -t 5 -pix_fmt yuv422p10le -report 1-2048x1080.mov
ffmpeg version N-116130-gcf7e2c5e05 Copyright (c) 2000-2024 the FFmpeg developers

built with gcc 14.1.0 (Rev3, Built by MSYS2 project)
configuration: --pkg-config=pkgconf --cc='ccache gcc' --cxx='ccache g++' --ld='ccache g++' --extra-cxxflags=-fpermissive --extra-cflags=-Wno-int-conversion --disable-autodetect --enable-amf --enable-bzlib --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-iconv --enable-lzma --enable-nvenc --enable-schannel --enable-zlib --enable-sdl2 --enable-ffnvcodec --enable-nvdec --enable-cuda-llvm --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-libaom --disable-debug --extra-libs=-liconv --enable-gpl
libavutil 59. 28.100 / 59. 28.100
libavcodec 61. 9.100 / 61. 9.100
libavformat 61. 4.100 / 61. 4.100
libavdevice 61. 2.100 / 61. 2.100
libavfilter 10. 2.102 / 10. 2.102
libswscale 8. 2.100 / 8. 2.100
libswresample 5. 2.100 / 5. 2.100
libpostproc 58. 2.100 / 58. 2.100

Splitting the commandline.
Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'lavfi'.
Reading option '-i' ... matched as input url with argument 'mandelbrot=s=2048x1080'.
Reading option '-t' ... matched as option 't' (stop transcoding after specified duration) with argument '5'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv422p10le'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '1-2048x1080.mov' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url mandelbrot=s=2048x1080.
Applying option f (force container format (auto-detected otherwise)) with argument lavfi.
Successfully parsed a group of options.
Opening an input file: mandelbrot=s=2048x1080.
[AVFilterGraph @ 000001ed1f657640] Setting 's' to value '2048x1080'
detected 16 logical cores
[AVFilterGraph @ 000001ed1f657640] query_formats: 2 queried, 3 merged, 0 already done, 0 delayed
[lavfi @ 000001ed1f656e40] All info found
Input #0, lavfi, from 'mandelbrot=s=2048x1080':

Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0, 1, 1/25: Video: wrapped_avframe, rgb0, 2048x1080 [SAR 1:1 DAR 256:135], 25 fps, 25 tbr, 25 tbn

Successfully opened the file.
Parsing a group of options: output url 1-2048x1080.mov.
Applying option t (stop transcoding after specified duration) with argument 5.
Applying option pix_fmt (set pixel format) with argument yuv422p10le.
Successfully parsed a group of options.
Opening an output file: 1-2048x1080.mov.
[out#0/mov @ 000001ed1f657b00] No explicit maps, mapping streams automatically...
[vost#0:0/libx264 @ 000001ed1f674e40] Created video stream from input stream 0:0
[file @ 000001ed1f67b4c0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:

Stream #0:0 -> #0:0 (wrapped_avframe (native) -> h264 (libx264))

[vost#0:0/libx264 @ 000001ed1f674e40] Starting thread...
[vf#0:0 @ 000001ed1f678b40] Starting thread...
[vist#0:0/wrapped_avframe @ 000001ed1f657840] [dec:wrapped_avframe @ 000001ed1f679d00] Starting thread...
[in#0/lavfi @ 000001ed1f656b00] Starting thread...
Press [q] to stop, ? for help
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'video_size' to value '2048x1080'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'pix_fmt' to value '119'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'time_base' to value '1/25'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'pixel_aspect' to value '1/1'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'colorspace' to value '0'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'range' to value '2'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] Setting 'frame_rate' to value '25/1'
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] w:2048 h:1080 pixfmt:rgb0 tb:1/25 fr:25/1 sar:1/1 csp:gbr range:pc
[format @ 000001ed1f6c5e00] Setting 'pix_fmts' to value 'yuv422p10le'
[auto_scale_0 @ 000001ed1f6c8e40] w:iw h:ih flags: interl:0
[format @ 000001ed1f6c5e00] auto-inserting filter 'auto_scale_0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 000001ed1f6bde00] query_formats: 5 queried, 9 merged, 3 already done, 0 delayed
[auto_scale_0 @ 000001ed1f6c8e40] w:2048 h:1080 fmt:rgb0 csp:gbr range:pc sar:1/1 -> w:2048 h:1080 fmt:yuv422p10le csp:unknown range:unknown sar:1/1 flags:0x00000004
[auto_scale_0 @ 000001ed1f6c8e40] [framesync @ 000001ed1f6c7da8] Selected 1/25 time base
[auto_scale_0 @ 000001ed1f6c8e40] [framesync @ 000001ed1f6c7da8] Sync level 1
[graph -1 input from stream 0:0 @ 000001ed1f6c5900] video frame properties congruent with link at pts_time: 0
[libx264 @ 000001ed1f676ec0] using mv_range_thread = 24
[libx264 @ 000001ed1f676ec0] using SAR=1/1
[libx264 @ 000001ed1f676ec0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 000001ed1f676ec0] profile High 4:2:2, level 4.2, 4:2:2, 10-bit
[libx264 @ 000001ed1f676ec0] 264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - 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=24 lookahead_threads=4 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=81 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mov, to '1-2048x1080.mov':

Metadata:

encoder : Lavf61.4.100

Stream #0:0, 0, 1/12800: Video: h264 (avc1 / 0x31637661), yuv422p10le(progressive), 2048x1080 [SAR 1:1 DAR 256:135], q=2-31, 25 fps, 12800 tbn

Metadata:

encoder : Lavc61.9.100 libx264

Side data:

cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A

[out#0/mov @ 000001ed1f657b00] Starting thread...
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
[libx264 @ 000001ed1f676ec0] frame= 0 QP=31.42 NAL=3 Slice:I Poc:0 I:8704 P:0 SKIP:0 size=105860 bytes
[libx264 @ 000001ed1f676ec0] frame= 1 QP=32.70 NAL=2 Slice:P Poc:8 I:551 P:3020 SKIP:5133 size=30067 bytes
[libx264 @ 000001ed1f676ec0] frame= 2 QP=39.77 NAL=2 Slice:B Poc:4 I:0 P:925 SKIP:7779 size=11748 bytes
[libx264 @ 000001ed1f676ec0] frame= 3 QP=41.75 NAL=0 Slice:B Poc:2 I:0 P:823 SKIP:7881 size=7257 bytes
[libx264 @ 000001ed1f676ec0] frame= 4 QP=42.12 NAL=0 Slice:B Poc:6 I:0 P:1019 SKIP:7685 size=11218 bytes
[libx264 @ 000001ed1f676ec0] frame= 5 QP=32.93 NAL=2 Slice:P Poc:16 I:579 P:3878 SKIP:4247 size=42499 bytes
[libx264 @ 000001ed1f676ec0] frame= 6 QP=39.85 NAL=2 Slice:B Poc:12 I:0 P:995 SKIP:7709 size=22395 bytes
[libx264 @ 000001ed1f676ec0] frame= 7 QP=42.03 NAL=0 Slice:B Poc:10 I:0 P:1025 SKIP:7679 size=17419 bytes
[libx264 @ 000001ed1f676ec0] frame= 8 QP=42.58 NAL=0 Slice:B Poc:14 I:0 P:1038 SKIP:7666 size=20924 bytes
[libx264 @ 000001ed1f676ec0] frame= 9 QP=32.86 NAL=2 Slice:P Poc:24 I:314 P:3720 SKIP:4670 size=50608 bytes
[libx264 @ 000001ed1f676ec0] frame= 10 QP=40.36 NAL=2 Slice:B Poc:20 I:0 P:935 SKIP:7769 size=28950 bytes
[libx264 @ 000001ed1f676ec0] frame= 11 QP=42.37 NAL=0 Slice:B Poc:18 I:0 P:961 SKIP:7743 size=25012 bytes
[libx264 @ 000001ed1f676ec0] frame= 12 QP=42.55 NAL=0 Slice:B Poc:22 I:0 P:1041 SKIP:7663 size=27733 bytes
[libx264 @ 000001ed1f676ec0] frame= 13 QP=33.60 NAL=2 Slice:P Poc:32 I:331 P:3716 SKIP:4657 size=56728 bytes
[libx264 @ 000001ed1f676ec0] frame= 14 QP=40.94 NAL=2 Slice:B Poc:28 I:0 P:1040 SKIP:7664 size=34015 bytes
frame= 15 fps=5.9 q=40.0 size= 256KiB time=00:00:00.52 bitrate=4033.5kbits/s speed=0.205x
[libx264 @ 000001ed1f676ec0] frame= 15 QP=42.62 NAL=0 Slice:B Poc:26 I:0 P:1081 SKIP:7623 size=29359 bytes
[libx264 @ 000001ed1f676ec0] frame= 16 QP=42.46 NAL=0 Slice:B Poc:30 I:0 P:1087 SKIP:7617 size=31306 bytes
[libx264 @ 000001ed1f676ec0] frame= 17 QP=33.76 NAL=2 Slice:P Poc:40 I:249 P:3928 SKIP:4527 size=59461 bytes
[libx264 @ 000001ed1f676ec0] frame= 18 QP=41.01 NAL=2 Slice:B Poc:36 I:0 P:1033 SKIP:7671 size=36479 bytes
[libx264 @ 000001ed1f676ec0] frame= 19 QP=42.58 NAL=0 Slice:B Poc:34 I:0 P:1035 SKIP:7669 size=31694 bytes
[libx264 @ 000001ed1f676ec0] frame= 20 QP=42.97 NAL=0 Slice:B Poc:38 I:0 P:1091 SKIP:7613 size=33031 bytes
[libx264 @ 000001ed1f676ec0] frame= 21 QP=33.89 NAL=2 Slice:P Poc:48 I:188 P:3734 SKIP:4782 size=62539 bytes
[libx264 @ 000001ed1f676ec0] frame= 22 QP=40.87 NAL=2 Slice:B Poc:44 I:1 P:1051 SKIP:7652 size=39320 bytes
[libx264 @ 000001ed1f676ec0] frame= 23 QP=42.92 NAL=0 Slice:B Poc:42 I:0 P:1099 SKIP:7605 size=32983 bytes
[libx264 @ 000001ed1f676ec0] frame= 24 QP=42.72 NAL=0 Slice:B Poc:46 I:0 P:1146 SKIP:7558 size=34510 bytes
[libx264 @ 000001ed1f676ec0] frame= 25 QP=33.45 NAL=2 Slice:P Poc:56 I:225 P:3845 SKIP:4634 size=64705 bytes
[libx264 @ 000001ed1f676ec0] frame= 26 QP=41.09 NAL=2 Slice:B Poc:52 I:1 P:1107 SKIP:7596 size=41119 bytes
[libx264 @ 000001ed1f676ec0] frame= 27 QP=42.75 NAL=0 Slice:B Poc:50 I:0 P:1117 SKIP:7587 size=34551 bytes
[libx264 @ 000001ed1f676ec0] frame= 28 QP=42.97 NAL=0 Slice:B Poc:54 I:0 P:1502 SKIP:7202 size=35942 bytes
[libx264 @ 000001ed1f676ec0] frame= 29 QP=33.78 NAL=2 Slice:P Poc:64 I:171 P:4037 SKIP:4496 size=66943 bytes
[libx264 @ 000001ed1f676ec0] frame= 30 QP=41.36 NAL=2 Slice:B Poc:60 I:0 P:1124 SKIP:7580 size=43208 bytes
[libx264 @ 000001ed1f676ec0] frame= 31 QP=43.15 NAL=0 Slice:B Poc:58 I:0 P:1182 SKIP:7522 size=36457 bytes
[libx264 @ 000001ed1f676ec0] frame= 32 QP=43.27 NAL=0 Slice:B Poc:62 I:0 P:1376 SKIP:7328 size=36413 bytes
[libx264 @ 000001ed1f676ec0] frame= 33 QP=33.92 NAL=2 Slice:P Poc:72 I:130 P:3903 SKIP:4671 size=70611 bytes
frame= 34 fps= 11 q=40.0 size= 1024KiB time=00:00:01.28 bitrate=6553.8kbits/s speed=0.42x
[libx264 @ 000001ed1f676ec0] frame= 34 QP=41.27 NAL=2 Slice:B Poc:68 I:1 P:1156 SKIP:7547 size=44158 bytes
[libx264 @ 000001ed1f676ec0] frame= 35 QP=43.30 NAL=0 Slice:B Poc:66 I:0 P:1252 SKIP:7452 size=37651 bytes
[libx264 @ 000001ed1f676ec0] frame= 36 QP=43.59 NAL=0 Slice:B Poc:70 I:0 P:1347 SKIP:7357 size=38116 bytes
[libx264 @ 000001ed1f676ec0] frame= 37 QP=33.91 NAL=2 Slice:P Poc:80 I:108 P:3962 SKIP:4634 size=71622 bytes
[libx264 @ 000001ed1f676ec0] frame= 38 QP=41.73 NAL=2 Slice:B Poc:76 I:0 P:1196 SKIP:7508 size=45167 bytes
[libx264 @ 000001ed1f676ec0] frame= 39 QP=43.44 NAL=0 Slice:B Poc:74 I:0 P:1254 SKIP:7450 size=38591 bytes
[libx264 @ 000001ed1f676ec0] frame= 40 QP=43.65 NAL=0 Slice:B Poc:78 I:0 P:1326 SKIP:7378 size=39246 bytes
[libx264 @ 000001ed1f676ec0] frame= 41 QP=34.56 NAL=2 Slice:P Poc:88 I:105 P:3852 SKIP:4747 size=74604 bytes
[libx264 @ 000001ed1f676ec0] frame= 42 QP=41.71 NAL=2 Slice:B Poc:84 I:0 P:1224 SKIP:7480 size=46868 bytes
[libx264 @ 000001ed1f676ec0] frame= 43 QP=43.62 NAL=0 Slice:B Poc:82 I:0 P:1177 SKIP:7527 size=39523 bytes
[libx264 @ 000001ed1f676ec0] frame= 44 QP=43.77 NAL=0 Slice:B Poc:86 I:0 P:1307 SKIP:7397 size=40688 bytes
[libx264 @ 000001ed1f676ec0] frame= 45 QP=33.87 NAL=2 Slice:P Poc:96 I:131 P:4166 SKIP:4407 size=76730 bytes
[libx264 @ 000001ed1f676ec0] frame= 46 QP=41.59 NAL=2 Slice:B Poc:92 I:0 P:1289 SKIP:7415 size=48317 bytes
[libx264 @ 000001ed1f676ec0] frame= 47 QP=43.93 NAL=0 Slice:B Poc:90 I:0 P:1374 SKIP:7330 size=41928 bytes
[libx264 @ 000001ed1f676ec0] frame= 48 QP=43.69 NAL=0 Slice:B Poc:94 I:1 P:1403 SKIP:7300 size=42817 bytes
[libx264 @ 000001ed1f676ec0] frame= 49 QP=33.94 NAL=2 Slice:P Poc:104 I:174 P:4097 SKIP:4433 size=77362 bytes
[libx264 @ 000001ed1f676ec0] frame= 50 QP=41.71 NAL=2 Slice:B Poc:100 I:0 P:1398 SKIP:7306 size=48441 bytes
frame= 51 fps= 14 q=40.0 size= 2048KiB time=00:00:01.96 bitrate=8560.0kbits/s speed=0.552x
[libx264 @ 000001ed1f676ec0] frame= 51 QP=43.99 NAL=0 Slice:B Poc:98 I:0 P:1426 SKIP:7278 size=41256 bytes
[libx264 @ 000001ed1f676ec0] frame= 52 QP=43.96 NAL=0 Slice:B Poc:102 I:1 P:1537 SKIP:7166 size=42459 bytes
[libx264 @ 000001ed1f676ec0] frame= 53 QP=33.61 NAL=2 Slice:P Poc:112 I:123 P:4329 SKIP:4252 size=80123 bytes
[libx264 @ 000001ed1f676ec0] frame= 54 QP=42.10 NAL=2 Slice:B Poc:108 I:1 P:1410 SKIP:7293 size=50331 bytes
[libx264 @ 000001ed1f676ec0] frame= 55 QP=43.91 NAL=0 Slice:B Poc:106 I:0 P:1434 SKIP:7270 size=45401 bytes
[libx264 @ 000001ed1f676ec0] frame= 56 QP=44.18 NAL=0 Slice:B Poc:110 I:0 P:1581 SKIP:7123 size=46449 bytes
[out_#0:0 @ 000001ed1de9cc00] EOF on sink link out_#0:0:default.
[vf#0:0 @ 000001ed1f678b40] Filtergraph returned EOF, finishing
[vf#0:0 @ 000001ed1f678b40] All consumers returned EOF
[vost#0:0/libx264 @ 000001ed1f674e40] Encoder thread received EOF
[libx264 @ 000001ed1f676ec0] frame= 57 QP=34.60 NAL=2 Slice:P Poc:120 I:91 P:4204 SKIP:4409 size=82958 bytes
[libx264 @ 000001ed1f676ec0] frame= 58 QP=42.17 NAL=2 Slice:B Poc:116 I:0 P:1476 SKIP:7228 size=53924 bytes
[libx264 @ 000001ed1f676ec0] frame= 59 QP=44.21 NAL=0 Slice:B Poc:114 I:1 P:1544 SKIP:7159 size=46567 bytes
[libx264 @ 000001ed1f676ec0] frame= 60 QP=44.04 NAL=0 Slice:B Poc:118 I:0 P:1588 SKIP:7116 size=47870 bytes
[libx264 @ 000001ed1f676ec0] frame= 61 QP=34.25 NAL=2 Slice:P Poc:128 I:121 P:4081 SKIP:4502 size=85873 bytes
[vf#0:0 @ 000001ed1f678b40] Terminating thread with return code 0 (success)
[libx264 @ 000001ed1f676ec0] frame= 62 QP=42.12 NAL=2 Slice:B Poc:124 I:1 P:1538 SKIP:7165 size=55221 bytes
[libx264 @ 000001ed1f676ec0] frame= 63 QP=44.31 NAL=0 Slice:B Poc:122 I:1 P:1447 SKIP:7256 size=47995 bytes
[libx264 @ 000001ed1f676ec0] frame= 64 QP=44.51 NAL=0 Slice:B Poc:126 I:0 P:1618 SKIP:7086 size=48790 bytes
[libx264 @ 000001ed1f676ec0] frame= 65 QP=34.02 NAL=2 Slice:P Poc:136 I:101 P:4129 SKIP:4474 size=88113 bytes
[libx264 @ 000001ed1f676ec0] frame= 66 QP=42.86 NAL=2 Slice:B Poc:132 I:1 P:1780 SKIP:6923 size=57473 bytes
[libx264 @ 000001ed1f676ec0] frame= 67 QP=44.07 NAL=0 Slice:B Poc:130 I:0 P:1505 SKIP:7199 size=49545 bytes
[libx264 @ 000001ed1f676ec0] frame= 68 QP=44.68 NAL=0 Slice:B Poc:134 I:0 P:1691 SKIP:7013 size=50889 bytes
[libx264 @ 000001ed1f676ec0] frame= 69 QP=34.15 NAL=2 Slice:P Poc:144 I:108 P:4340 SKIP:4256 size=90728 bytes
[libx264 @ 000001ed1f676ec0] frame= 70 QP=42.59 NAL=2 Slice:B Poc:140 I:2 P:1897 SKIP:6805 size=58397 bytes
[libx264 @ 000001ed1f676ec0] frame= 71 QP=44.91 NAL=0 Slice:B Poc:138 I:0 P:1669 SKIP:7035 size=51503 bytes
[libx264 @ 000001ed1f676ec0] frame= 72 QP=44.77 NAL=0 Slice:B Poc:142 I:0 P:1904 SKIP:6800 size=52062 bytes
[libx264 @ 000001ed1f676ec0] frame= 73 QP=33.75 NAL=2 Slice:P Poc:152 I:114 P:4372 SKIP:4218 size=92098 bytes
[libx264 @ 000001ed1f676ec0] frame= 74 QP=42.30 NAL=2 Slice:B Poc:148 I:2 P:1840 SKIP:6862 size=60246 bytes
[libx264 @ 000001ed1f676ec0] frame= 75 QP=44.86 NAL=0 Slice:B Poc:146 I:1 P:1576 SKIP:7127 size=53752 bytes
[libx264 @ 000001ed1f676ec0] frame= 76 QP=44.60 NAL=0 Slice:B Poc:150 I:0 P:1785 SKIP:6919 size=54796 bytes
[libx264 @ 000001ed1f676ec0] frame= 77 QP=34.00 NAL=2 Slice:P Poc:160 I:132 P:4630 SKIP:3942 size=95451 bytes
[libx264 @ 000001ed1f676ec0] frame= 78 QP=42.65 NAL=2 Slice:B Poc:156 I:6 P:1944 SKIP:6754 size=60592 bytes
[vist#0:0/wrapped_avframe @ 000001ed1f657840] [dec:wrapped_avframe @ 000001ed1f679d00] Decoder returned EOF, finishing
[vist#0:0/wrapped_avframe @ 000001ed1f657840] [dec:wrapped_avframe @ 000001ed1f679d00] Terminating thread with return code 0 (success)
[libx264 @ 000001ed1f676ec0] frame= 79 QP=44.48 NAL=0 Slice:B Poc:154 I:0 P:1733 SKIP:6971 size=54889 bytes
[vist#0:0/wrapped_avframe @ 000001ed1f657840] All consumers of this stream are done
[in#0/lavfi @ 000001ed1f656b00] All consumers are done
[in#0/lavfi @ 000001ed1f656b00] Terminating thread with return code 0 (success)
[libx264 @ 000001ed1f676ec0] frame= 80 QP=44.65 NAL=0 Slice:B Poc:158 I:3 P:1745 SKIP:6956 size=55799 bytes
[libx264 @ 000001ed1f676ec0] frame= 81 QP=34.45 NAL=2 Slice:P Poc:168 I:85 P:4412 SKIP:4207 size=97410 bytes
[libx264 @ 000001ed1f676ec0] frame= 82 QP=42.49 NAL=2 Slice:B Poc:164 I:4 P:1832 SKIP:6868 size=61661 bytes
[libx264 @ 000001ed1f676ec0] frame= 83 QP=44.49 NAL=0 Slice:B Poc:162 I:0 P:1833 SKIP:6871 size=54305 bytes
[libx264 @ 000001ed1f676ec0] frame= 84 QP=44.67 NAL=0 Slice:B Poc:166 I:0 P:1967 SKIP:6737 size=55332 bytes
[libx264 @ 000001ed1f676ec0] frame= 85 QP=34.19 NAL=2 Slice:P Poc:176 I:94 P:4438 SKIP:4172 size=100137 bytes
[libx264 @ 000001ed1f676ec0] frame= 86 QP=42.54 NAL=2 Slice:B Poc:172 I:0 P:1792 SKIP:6912 size=62756 bytes
[libx264 @ 000001ed1f676ec0] frame= 87 QP=44.57 NAL=0 Slice:B Poc:170 I:1 P:1797 SKIP:6906 size=54845 bytes
[libx264 @ 000001ed1f676ec0] frame= 88 QP=44.73 NAL=0 Slice:B Poc:174 I:1 P:2032 SKIP:6671 size=55852 bytes
[libx264 @ 000001ed1f676ec0] frame= 89 QP=34.27 NAL=2 Slice:P Poc:184 I:132 P:4754 SKIP:3818 size=102193 bytes
[libx264 @ 000001ed1f676ec0] frame= 90 QP=42.76 NAL=2 Slice:B Poc:180 I:6 P:1958 SKIP:6740 size=65195 bytes
[libx264 @ 000001ed1f676ec0] frame= 91 QP=44.59 NAL=0 Slice:B Poc:178 I:2 P:1786 SKIP:6916 size=55749 bytes
[libx264 @ 000001ed1f676ec0] frame= 92 QP=44.77 NAL=0 Slice:B Poc:182 I:0 P:1954 SKIP:6750 size=56362 bytes
[libx264 @ 000001ed1f676ec0] frame= 93 QP=34.44 NAL=2 Slice:P Poc:192 I:114 P:4731 SKIP:3859 size=104078 bytes
frame= 93 fps= 23 q=40.0 size= 4608KiB time=00:00:03.64 bitrate=10370.6kbits/s speed=0.896x
[libx264 @ 000001ed1f676ec0] frame= 94 QP=42.06 NAL=2 Slice:B Poc:188 I:1 P:2029 SKIP:6674 size=65241 bytes
[libx264 @ 000001ed1f676ec0] frame= 95 QP=44.70 NAL=0 Slice:B Poc:186 I:2 P:1789 SKIP:6913 size=56652 bytes
[libx264 @ 000001ed1f676ec0] frame= 96 QP=44.43 NAL=0 Slice:B Poc:190 I:0 P:2153 SKIP:6551 size=56450 bytes
[libx264 @ 000001ed1f676ec0] frame= 97 QP=34.52 NAL=2 Slice:P Poc:200 I:74 P:4876 SKIP:3754 size=107826 bytes
[libx264 @ 000001ed1f676ec0] frame= 98 QP=41.64 NAL=2 Slice:B Poc:196 I:5 P:2134 SKIP:6565 size=67606 bytes
[libx264 @ 000001ed1f676ec0] frame= 99 QP=44.48 NAL=0 Slice:B Poc:194 I:0 P:1957 SKIP:6747 size=56598 bytes
[libx264 @ 000001ed1f676ec0] frame= 100 QP=44.52 NAL=0 Slice:B Poc:198 I:1 P:2305 SKIP:6398 size=57164 bytes
[libx264 @ 000001ed1f676ec0] frame= 101 QP=34.62 NAL=2 Slice:P Poc:208 I:108 P:4787 SKIP:3809 size=107943 bytes
[libx264 @ 000001ed1f676ec0] frame= 102 QP=42.44 NAL=2 Slice:B Poc:204 I:2 P:2147 SKIP:6555 size=69211 bytes
[libx264 @ 000001ed1f676ec0] frame= 103 QP=44.54 NAL=0 Slice:B Poc:202 I:0 P:2057 SKIP:6647 size=57557 bytes
[libx264 @ 000001ed1f676ec0] frame= 104 QP=44.61 NAL=0 Slice:B Poc:206 I:0 P:2108 SKIP:6596 size=58622 bytes
[libx264 @ 000001ed1f676ec0] frame= 105 QP=34.81 NAL=2 Slice:P Poc:216 I:102 P:4909 SKIP:3693 size=109413 bytes
[libx264 @ 000001ed1f676ec0] frame= 106 QP=42.34 NAL=2 Slice:B Poc:212 I:4 P:2212 SKIP:6488 size=70748 bytes
[libx264 @ 000001ed1f676ec0] frame= 107 QP=44.68 NAL=0 Slice:B Poc:210 I:0 P:1946 SKIP:6758 size=58712 bytes
[libx264 @ 000001ed1f676ec0] frame= 108 QP=44.57 NAL=0 Slice:B Poc:214 I:0 P:2257 SKIP:6447 size=59226 bytes
[libx264 @ 000001ed1f676ec0] frame= 109 QP=35.01 NAL=2 Slice:P Poc:224 I:63 P:4898 SKIP:3743 size=106934 bytes
[libx264 @ 000001ed1f676ec0] frame= 110 QP=42.23 NAL=2 Slice:B Poc:220 I:3 P:2218 SKIP:6483 size=71610 bytes
[libx264 @ 000001ed1f676ec0] frame= 111 QP=44.69 NAL=0 Slice:B Poc:218 I:4 P:2035 SKIP:6665 size=59242 bytes
[libx264 @ 000001ed1f676ec0] frame= 112 QP=44.68 NAL=0 Slice:B Poc:222 I:1 P:2165 SKIP:6538 size=60681 bytes
[libx264 @ 000001ed1f676ec0] frame= 113 QP=35.26 NAL=2 Slice:P Poc:232 I:100 P:5111 SKIP:3493 size=104375 bytes
[libx264 @ 000001ed1f676ec0] frame= 114 QP=42.43 NAL=2 Slice:B Poc:228 I:7 P:2437 SKIP:6260 size=71495 bytes
[libx264 @ 000001ed1f676ec0] frame= 115 QP=44.72 NAL=0 Slice:B Poc:226 I:9 P:2150 SKIP:6545 size=60822 bytes
[libx264 @ 000001ed1f676ec0] frame= 116 QP=44.66 NAL=0 Slice:B Poc:230 I:0 P:2359 SKIP:6345 size=61315 bytes
[libx264 @ 000001ed1f676ec0] frame= 117 QP=35.98 NAL=2 Slice:P Poc:240 I:103 P:4969 SKIP:3632 size=94057 bytes
[libx264 @ 000001ed1f676ec0] frame= 118 QP=41.87 NAL=2 Slice:B Poc:236 I:8 P:2442 SKIP:6254 size=70058 bytes
[libx264 @ 000001ed1f676ec0] frame= 119 QP=44.65 NAL=0 Slice:B Poc:234 I:1 P:2243 SKIP:6460 size=59012 bytes
[libx264 @ 000001ed1f676ec0] frame= 120 QP=44.54 NAL=0 Slice:B Poc:238 I:7 P:2266 SKIP:6431 size=59838 bytes
[libx264 @ 000001ed1f676ec0] frame= 121 QP=41.32 NAL=2 Slice:P Poc:248 I:91 P:4476 SKIP:4137 size=72352 bytes
[libx264 @ 000001ed1f676ec0] frame= 122 QP=41.83 NAL=2 Slice:B Poc:244 I:3 P:2595 SKIP:6106 size=74080 bytes
[libx264 @ 000001ed1f676ec0] frame= 123 QP=44.60 NAL=0 Slice:B Poc:242 I:1 P:2356 SKIP:6347 size=61016 bytes
[libx264 @ 000001ed1f676ec0] frame= 124 QP=44.13 NAL=0 Slice:B Poc:246 I:3 P:2655 SKIP:6046 size=64203 bytes
[vost#0:0/libx264 @ 000001ed1f674e40] Terminating thread with return code 0 (success)
[out#0/mov @ 000001ed1f657b00] All streams finished
[out#0/mov @ 000001ed1f657b00] Terminating thread with return code 0 (success)
[AVIOContext @ 000001ed1f6bb5c0] Statistics: 7105434 bytes written, 2 seeks, 31 writeouts
[out#0/mov @ 000001ed1f657b00] Output file #0 (1-2048x1080.mov):
[out#0/mov @ 000001ed1f657b00] Output stream #0:0 (video): 125 frames encoded; 125 packets muxed (7103067 bytes);
[out#0/mov @ 000001ed1f657b00] Total: 125 packets (7103067 bytes) muxed
[out#0/mov @ 000001ed1f657b00] video:6937KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.033267%
frame= 125 fps= 29 q=-1.0 Lsize= 6939KiB time=00:00:04.92 bitrate=11553.5kbits/s speed=1.14x
[libx264 @ 000001ed1f676ec0] frame I:1 Avg QP:31.42 size:105860
[libx264 @ 000001ed1f676ec0] frame P:31 Avg QP:34.34 size: 81501
[libx264 @ 000001ed1f676ec0] frame B:93 Avg QP:43.19 size: 48064
[libx264 @ 000001ed1f676ec0] consecutive B-frames: 0.8% 0.0% 0.0% 99.2%
[libx264 @ 000001ed1f676ec0] mb I I16..4: 76.5% 16.5% 7.0%
[libx264 @ 000001ed1f676ec0] mb P I16..4: 1.5% 0.3% 0.0% P16..4: 33.7% 7.0% 8.3% 0.0% 0.0% skip:49.1%
[libx264 @ 000001ed1f676ec0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 12.6% 2.5% 1.2% direct: 2.2% skip:81.4% L0:43.9% L1:43.8% BI:12.2%
[libx264 @ 000001ed1f676ec0] 8x8 transform intra:16.9% inter:18.5%
[libx264 @ 000001ed1f676ec0] coded y,uvDC,uvAC intra: 8.4% 50.2% 10.0% inter: 5.5% 12.0% 9.9%
[libx264 @ 000001ed1f676ec0] i16 v,h,dc,p: 20% 5% 3% 72%
[libx264 @ 000001ed1f676ec0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 8% 57% 5% 5% 4% 5% 5% 2%
[libx264 @ 000001ed1f676ec0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 14% 14% 9% 10% 9% 8% 8% 8%
[libx264 @ 000001ed1f676ec0] i8c dc,h,v,p: 17% 4% 17% 62%
[libx264 @ 000001ed1f676ec0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 000001ed1f676ec0] ref P L0: 62.2% 27.9% 9.9%
[libx264 @ 000001ed1f676ec0] ref B L0: 72.9% 21.0% 6.1%
[libx264 @ 000001ed1f676ec0] ref B L1: 87.6% 12.4%
[libx264 @ 000001ed1f676ec0] kb/s:11363.80
[in#0/lavfi @ 000001ed1f656b00] Input file #0 (mandelbrot=s=2048x1080):
[in#0/lavfi @ 000001ed1f656b00] Input stream #0:0 (video): 128 packets read (56320 bytes); 127 frames decoded; 0 decode errors;
[in#0/lavfi @ 000001ed1f656b00] Total: 128 packets (56320 bytes) demuxed

comment:5 by Mads Johansen, 3 months ago

-report in mp4:

ffmpeg started on 2024-07-04 at 07:30:27
Report written to "ffmpeg-20240704-073027.log"
Log level: 48
Command line:
ffmpeg -f lavfi -i "mandelbrot=s=2048x1080" -t 5 -pix_fmt yuv422p10le -report 1-2048x1080.mp4
ffmpeg version N-116130-gcf7e2c5e05 Copyright (c) 2000-2024 the FFmpeg developers

built with gcc 14.1.0 (Rev3, Built by MSYS2 project)
configuration: --pkg-config=pkgconf --cc='ccache gcc' --cxx='ccache g++' --ld='ccache g++' --extra-cxxflags=-fpermissive --extra-cflags=-Wno-int-conversion --disable-autodetect --enable-amf --enable-bzlib --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-iconv --enable-lzma --enable-nvenc --enable-schannel --enable-zlib --enable-sdl2 --enable-ffnvcodec --enable-nvdec --enable-cuda-llvm --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-libaom --disable-debug --extra-libs=-liconv --enable-gpl
libavutil 59. 28.100 / 59. 28.100
libavcodec 61. 9.100 / 61. 9.100
libavformat 61. 4.100 / 61. 4.100
libavdevice 61. 2.100 / 61. 2.100
libavfilter 10. 2.102 / 10. 2.102
libswscale 8. 2.100 / 8. 2.100
libswresample 5. 2.100 / 5. 2.100
libpostproc 58. 2.100 / 58. 2.100

Splitting the commandline.
Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'lavfi'.
Reading option '-i' ... matched as input url with argument 'mandelbrot=s=2048x1080'.
Reading option '-t' ... matched as option 't' (stop transcoding after specified duration) with argument '5'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv422p10le'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '1-2048x1080.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url mandelbrot=s=2048x1080.
Applying option f (force container format (auto-detected otherwise)) with argument lavfi.
Successfully parsed a group of options.
Opening an input file: mandelbrot=s=2048x1080.
[AVFilterGraph @ 0000023ad90b7640] Setting 's' to value '2048x1080'
detected 16 logical cores
[AVFilterGraph @ 0000023ad90b7640] query_formats: 2 queried, 3 merged, 0 already done, 0 delayed
[lavfi @ 0000023ad90b6e40] All info found
Input #0, lavfi, from 'mandelbrot=s=2048x1080':

Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0, 1, 1/25: Video: wrapped_avframe, rgb0, 2048x1080 [SAR 1:1 DAR 256:135], 25 fps, 25 tbr, 25 tbn

Successfully opened the file.
Parsing a group of options: output url 1-2048x1080.mp4.
Applying option t (stop transcoding after specified duration) with argument 5.
Applying option pix_fmt (set pixel format) with argument yuv422p10le.
Successfully parsed a group of options.
Opening an output file: 1-2048x1080.mp4.
[out#0/mp4 @ 0000023ad90b7b00] No explicit maps, mapping streams automatically...
[vost#0:0/libx264 @ 0000023ad90d4e40] Created video stream from input stream 0:0
[file @ 0000023ad90db4c0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:

Stream #0:0 -> #0:0 (wrapped_avframe (native) -> h264 (libx264))

[vost#0:0/libx264 @ 0000023ad90d4e40] Starting thread...
[vf#0:0 @ 0000023ad90d8b40] Starting thread...
[vist#0:0/wrapped_avframe @ 0000023ad90b7840] [dec:wrapped_avframe @ 0000023ad90d9d00] Starting thread...
[in#0/lavfi @ 0000023ad90b6b00] Starting thread...
Press [q] to stop, ? for help
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'video_size' to value '2048x1080'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'pix_fmt' to value '119'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'time_base' to value '1/25'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'pixel_aspect' to value '1/1'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'colorspace' to value '0'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'range' to value '2'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] Setting 'frame_rate' to value '25/1'
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] w:2048 h:1080 pixfmt:rgb0 tb:1/25 fr:25/1 sar:1/1 csp:gbr range:pc
[format @ 0000023ad9126540] Setting 'pix_fmts' to value 'yuv422p10le'
[auto_scale_0 @ 0000023ad9129d80] w:iw h:ih flags: interl:0
[format @ 0000023ad9126540] auto-inserting filter 'auto_scale_0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0000023ad911df40] query_formats: 5 queried, 9 merged, 3 already done, 0 delayed
[auto_scale_0 @ 0000023ad9129d80] w:2048 h:1080 fmt:rgb0 csp:gbr range:pc sar:1/1 -> w:2048 h:1080 fmt:yuv422p10le csp:unknown range:unknown sar:1/1 flags:0x00000004
[auto_scale_0 @ 0000023ad9129d80] [framesync @ 0000023ad91281e8] Selected 1/25 time base
[auto_scale_0 @ 0000023ad9129d80] [framesync @ 0000023ad91281e8] Sync level 1
[graph -1 input from stream 0:0 @ 0000023ad78fcbc0] video frame properties congruent with link at pts_time: 0
[libx264 @ 0000023ad90d6ec0] using mv_range_thread = 24
[libx264 @ 0000023ad90d6ec0] using SAR=1/1
[libx264 @ 0000023ad90d6ec0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000023ad90d6ec0] profile High 4:2:2, level 4.2, 4:2:2, 10-bit
[libx264 @ 0000023ad90d6ec0] 264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - 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=24 lookahead_threads=4 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=81 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '1-2048x1080.mp4':

Metadata:

encoder : Lavf61.4.100

Stream #0:0, 0, 1/12800: Video: h264 (avc1 / 0x31637661), yuv422p10le(progressive), 2048x1080 [SAR 1:1 DAR 256:135], q=2-31, 25 fps, 12800 tbn

Metadata:

encoder : Lavc61.9.100 libx264

Side data:

cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A

[out#0/mp4 @ 0000023ad90b7b00] Starting thread...
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=0.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
[libx264 @ 0000023ad90d6ec0] frame= 0 QP=31.42 NAL=3 Slice:I Poc:0 I:8704 P:0 SKIP:0 size=105860 bytes
[libx264 @ 0000023ad90d6ec0] frame= 1 QP=32.70 NAL=2 Slice:P Poc:8 I:551 P:3020 SKIP:5133 size=30067 bytes
[libx264 @ 0000023ad90d6ec0] frame= 2 QP=39.77 NAL=2 Slice:B Poc:4 I:0 P:925 SKIP:7779 size=11748 bytes
[libx264 @ 0000023ad90d6ec0] frame= 3 QP=41.75 NAL=0 Slice:B Poc:2 I:0 P:823 SKIP:7881 size=7257 bytes
[libx264 @ 0000023ad90d6ec0] frame= 4 QP=42.12 NAL=0 Slice:B Poc:6 I:0 P:1019 SKIP:7685 size=11218 bytes
[libx264 @ 0000023ad90d6ec0] frame= 5 QP=32.93 NAL=2 Slice:P Poc:16 I:579 P:3878 SKIP:4247 size=42499 bytes
[libx264 @ 0000023ad90d6ec0] frame= 6 QP=39.85 NAL=2 Slice:B Poc:12 I:0 P:995 SKIP:7709 size=22395 bytes
[libx264 @ 0000023ad90d6ec0] frame= 7 QP=42.03 NAL=0 Slice:B Poc:10 I:0 P:1025 SKIP:7679 size=17419 bytes
[libx264 @ 0000023ad90d6ec0] frame= 8 QP=42.58 NAL=0 Slice:B Poc:14 I:0 P:1038 SKIP:7666 size=20924 bytes
[libx264 @ 0000023ad90d6ec0] frame= 9 QP=32.86 NAL=2 Slice:P Poc:24 I:314 P:3720 SKIP:4670 size=50608 bytes
[libx264 @ 0000023ad90d6ec0] frame= 10 QP=40.36 NAL=2 Slice:B Poc:20 I:0 P:935 SKIP:7769 size=28950 bytes
[libx264 @ 0000023ad90d6ec0] frame= 11 QP=42.37 NAL=0 Slice:B Poc:18 I:0 P:961 SKIP:7743 size=25012 bytes
[libx264 @ 0000023ad90d6ec0] frame= 12 QP=42.55 NAL=0 Slice:B Poc:22 I:0 P:1041 SKIP:7663 size=27733 bytes
[libx264 @ 0000023ad90d6ec0] frame= 13 QP=33.60 NAL=2 Slice:P Poc:32 I:331 P:3716 SKIP:4657 size=56728 bytes
[libx264 @ 0000023ad90d6ec0] frame= 14 QP=40.94 NAL=2 Slice:B Poc:28 I:0 P:1040 SKIP:7664 size=34015 bytes
[libx264 @ 0000023ad90d6ec0] frame= 15 QP=42.62 NAL=0 Slice:B Poc:26 I:0 P:1081 SKIP:7623 size=29359 bytes
[libx264 @ 0000023ad90d6ec0] frame= 16 QP=42.46 NAL=0 Slice:B Poc:30 I:0 P:1087 SKIP:7617 size=31306 bytes
[libx264 @ 0000023ad90d6ec0] frame= 17 QP=33.76 NAL=2 Slice:P Poc:40 I:249 P:3928 SKIP:4527 size=59461 bytes
frame= 18 fps=7.1 q=40.0 size= 512KiB time=00:00:00.64 bitrate=6554.2kbits/s speed=0.252x
[libx264 @ 0000023ad90d6ec0] frame= 18 QP=41.01 NAL=2 Slice:B Poc:36 I:0 P:1033 SKIP:7671 size=36479 bytes
[libx264 @ 0000023ad90d6ec0] frame= 19 QP=42.58 NAL=0 Slice:B Poc:34 I:0 P:1035 SKIP:7669 size=31694 bytes
[libx264 @ 0000023ad90d6ec0] frame= 20 QP=42.97 NAL=0 Slice:B Poc:38 I:0 P:1091 SKIP:7613 size=33031 bytes
[libx264 @ 0000023ad90d6ec0] frame= 21 QP=33.89 NAL=2 Slice:P Poc:48 I:188 P:3734 SKIP:4782 size=62539 bytes
[libx264 @ 0000023ad90d6ec0] frame= 22 QP=40.87 NAL=2 Slice:B Poc:44 I:1 P:1051 SKIP:7652 size=39320 bytes
[libx264 @ 0000023ad90d6ec0] frame= 23 QP=42.92 NAL=0 Slice:B Poc:42 I:0 P:1099 SKIP:7605 size=32983 bytes
[libx264 @ 0000023ad90d6ec0] frame= 24 QP=42.72 NAL=0 Slice:B Poc:46 I:0 P:1146 SKIP:7558 size=34510 bytes
[libx264 @ 0000023ad90d6ec0] frame= 25 QP=33.45 NAL=2 Slice:P Poc:56 I:225 P:3845 SKIP:4634 size=64705 bytes
[libx264 @ 0000023ad90d6ec0] frame= 26 QP=41.09 NAL=2 Slice:B Poc:52 I:1 P:1107 SKIP:7596 size=41119 bytes
[libx264 @ 0000023ad90d6ec0] frame= 27 QP=42.75 NAL=0 Slice:B Poc:50 I:0 P:1117 SKIP:7587 size=34551 bytes
[libx264 @ 0000023ad90d6ec0] frame= 28 QP=42.97 NAL=0 Slice:B Poc:54 I:0 P:1502 SKIP:7202 size=35942 bytes
[libx264 @ 0000023ad90d6ec0] frame= 29 QP=33.78 NAL=2 Slice:P Poc:64 I:171 P:4037 SKIP:4496 size=66943 bytes
[libx264 @ 0000023ad90d6ec0] frame= 30 QP=41.36 NAL=2 Slice:B Poc:60 I:0 P:1124 SKIP:7580 size=43208 bytes
[libx264 @ 0000023ad90d6ec0] frame= 31 QP=43.15 NAL=0 Slice:B Poc:58 I:0 P:1182 SKIP:7522 size=36457 bytes
[libx264 @ 0000023ad90d6ec0] frame= 32 QP=43.27 NAL=0 Slice:B Poc:62 I:0 P:1376 SKIP:7328 size=36413 bytes
[libx264 @ 0000023ad90d6ec0] frame= 33 QP=33.92 NAL=2 Slice:P Poc:72 I:130 P:3903 SKIP:4671 size=70611 bytes
[libx264 @ 0000023ad90d6ec0] frame= 34 QP=41.27 NAL=2 Slice:B Poc:68 I:1 P:1156 SKIP:7547 size=44158 bytes
[libx264 @ 0000023ad90d6ec0] frame= 35 QP=43.30 NAL=0 Slice:B Poc:66 I:0 P:1252 SKIP:7452 size=37651 bytes
[libx264 @ 0000023ad90d6ec0] frame= 36 QP=43.59 NAL=0 Slice:B Poc:70 I:0 P:1347 SKIP:7357 size=38116 bytes
[libx264 @ 0000023ad90d6ec0] frame= 37 QP=33.91 NAL=2 Slice:P Poc:80 I:108 P:3962 SKIP:4634 size=71622 bytes
frame= 38 fps= 12 q=40.0 size= 1280KiB time=00:00:01.44 bitrate=7282.0kbits/s speed=0.472x
[libx264 @ 0000023ad90d6ec0] frame= 38 QP=41.73 NAL=2 Slice:B Poc:76 I:0 P:1196 SKIP:7508 size=45167 bytes
[libx264 @ 0000023ad90d6ec0] frame= 39 QP=43.44 NAL=0 Slice:B Poc:74 I:0 P:1254 SKIP:7450 size=38591 bytes
[libx264 @ 0000023ad90d6ec0] frame= 40 QP=43.65 NAL=0 Slice:B Poc:78 I:0 P:1326 SKIP:7378 size=39246 bytes
[libx264 @ 0000023ad90d6ec0] frame= 41 QP=34.56 NAL=2 Slice:P Poc:88 I:105 P:3852 SKIP:4747 size=74604 bytes
[libx264 @ 0000023ad90d6ec0] frame= 42 QP=41.71 NAL=2 Slice:B Poc:84 I:0 P:1224 SKIP:7480 size=46868 bytes
[libx264 @ 0000023ad90d6ec0] frame= 43 QP=43.62 NAL=0 Slice:B Poc:82 I:0 P:1177 SKIP:7527 size=39523 bytes
[libx264 @ 0000023ad90d6ec0] frame= 44 QP=43.77 NAL=0 Slice:B Poc:86 I:0 P:1307 SKIP:7397 size=40688 bytes
[libx264 @ 0000023ad90d6ec0] frame= 45 QP=33.87 NAL=2 Slice:P Poc:96 I:131 P:4166 SKIP:4407 size=76730 bytes
[libx264 @ 0000023ad90d6ec0] frame= 46 QP=41.59 NAL=2 Slice:B Poc:92 I:0 P:1289 SKIP:7415 size=48317 bytes
[libx264 @ 0000023ad90d6ec0] frame= 47 QP=43.93 NAL=0 Slice:B Poc:90 I:0 P:1374 SKIP:7330 size=41928 bytes
[libx264 @ 0000023ad90d6ec0] frame= 48 QP=43.69 NAL=0 Slice:B Poc:94 I:1 P:1403 SKIP:7300 size=42817 bytes
[libx264 @ 0000023ad90d6ec0] frame= 49 QP=33.94 NAL=2 Slice:P Poc:104 I:174 P:4097 SKIP:4433 size=77362 bytes
[libx264 @ 0000023ad90d6ec0] frame= 50 QP=41.71 NAL=2 Slice:B Poc:100 I:0 P:1398 SKIP:7306 size=48441 bytes
[libx264 @ 0000023ad90d6ec0] frame= 51 QP=43.99 NAL=0 Slice:B Poc:98 I:0 P:1426 SKIP:7278 size=41256 bytes
[libx264 @ 0000023ad90d6ec0] frame= 52 QP=43.96 NAL=0 Slice:B Poc:102 I:1 P:1537 SKIP:7166 size=42459 bytes
[libx264 @ 0000023ad90d6ec0] frame= 53 QP=33.61 NAL=2 Slice:P Poc:112 I:123 P:4329 SKIP:4252 size=80123 bytes
[libx264 @ 0000023ad90d6ec0] frame= 54 QP=42.10 NAL=2 Slice:B Poc:108 I:1 P:1410 SKIP:7293 size=50331 bytes
frame= 54 fps= 15 q=40.0 size= 2048KiB time=00:00:02.08 bitrate=8066.2kbits/s speed=0.584x
[libx264 @ 0000023ad90d6ec0] frame= 55 QP=43.91 NAL=0 Slice:B Poc:106 I:0 P:1434 SKIP:7270 size=45401 bytes
[libx264 @ 0000023ad90d6ec0] frame= 56 QP=44.18 NAL=0 Slice:B Poc:110 I:0 P:1581 SKIP:7123 size=46449 bytes
[out_#0:0 @ 0000023ad9126380] EOF on sink link out_#0:0:default.
[vf#0:0 @ 0000023ad90d8b40] Filtergraph returned EOF, finishing
[vf#0:0 @ 0000023ad90d8b40] All consumers returned EOF
[vost#0:0/libx264 @ 0000023ad90d4e40] Encoder thread received EOF
[libx264 @ 0000023ad90d6ec0] frame= 57 QP=34.60 NAL=2 Slice:P Poc:120 I:91 P:4204 SKIP:4409 size=82958 bytes
[libx264 @ 0000023ad90d6ec0] frame= 58 QP=42.17 NAL=2 Slice:B Poc:116 I:0 P:1476 SKIP:7228 size=53924 bytes
[libx264 @ 0000023ad90d6ec0] frame= 59 QP=44.21 NAL=0 Slice:B Poc:114 I:1 P:1544 SKIP:7159 size=46567 bytes
[libx264 @ 0000023ad90d6ec0] frame= 60 QP=44.04 NAL=0 Slice:B Poc:118 I:0 P:1588 SKIP:7116 size=47870 bytes
[libx264 @ 0000023ad90d6ec0] frame= 61 QP=34.25 NAL=2 Slice:P Poc:128 I:121 P:4081 SKIP:4502 size=85873 bytes
[vf#0:0 @ 0000023ad90d8b40] Terminating thread with return code 0 (success)
[libx264 @ 0000023ad90d6ec0] frame= 62 QP=42.12 NAL=2 Slice:B Poc:124 I:1 P:1538 SKIP:7165 size=55221 bytes
[libx264 @ 0000023ad90d6ec0] frame= 63 QP=44.31 NAL=0 Slice:B Poc:122 I:1 P:1447 SKIP:7256 size=47995 bytes
[libx264 @ 0000023ad90d6ec0] frame= 64 QP=44.51 NAL=0 Slice:B Poc:126 I:0 P:1618 SKIP:7086 size=48790 bytes
[libx264 @ 0000023ad90d6ec0] frame= 65 QP=34.02 NAL=2 Slice:P Poc:136 I:101 P:4129 SKIP:4474 size=88113 bytes
[libx264 @ 0000023ad90d6ec0] frame= 66 QP=42.86 NAL=2 Slice:B Poc:132 I:1 P:1780 SKIP:6923 size=57473 bytes
[libx264 @ 0000023ad90d6ec0] frame= 67 QP=44.07 NAL=0 Slice:B Poc:130 I:0 P:1505 SKIP:7199 size=49545 bytes
[libx264 @ 0000023ad90d6ec0] frame= 68 QP=44.68 NAL=0 Slice:B Poc:134 I:0 P:1691 SKIP:7013 size=50889 bytes
[libx264 @ 0000023ad90d6ec0] frame= 69 QP=34.15 NAL=2 Slice:P Poc:144 I:108 P:4340 SKIP:4256 size=90728 bytes
[libx264 @ 0000023ad90d6ec0] frame= 70 QP=42.59 NAL=2 Slice:B Poc:140 I:2 P:1897 SKIP:6805 size=58397 bytes
[libx264 @ 0000023ad90d6ec0] frame= 71 QP=44.91 NAL=0 Slice:B Poc:138 I:0 P:1669 SKIP:7035 size=51503 bytes
[libx264 @ 0000023ad90d6ec0] frame= 72 QP=44.77 NAL=0 Slice:B Poc:142 I:0 P:1904 SKIP:6800 size=52062 bytes
[libx264 @ 0000023ad90d6ec0] frame= 73 QP=33.75 NAL=2 Slice:P Poc:152 I:114 P:4372 SKIP:4218 size=92098 bytes
[libx264 @ 0000023ad90d6ec0] frame= 74 QP=42.30 NAL=2 Slice:B Poc:148 I:2 P:1840 SKIP:6862 size=60246 bytes
[libx264 @ 0000023ad90d6ec0] frame= 75 QP=44.86 NAL=0 Slice:B Poc:146 I:1 P:1576 SKIP:7127 size=53752 bytes
[libx264 @ 0000023ad90d6ec0] frame= 76 QP=44.60 NAL=0 Slice:B Poc:150 I:0 P:1785 SKIP:6919 size=54796 bytes
[libx264 @ 0000023ad90d6ec0] frame= 77 QP=34.00 NAL=2 Slice:P Poc:160 I:132 P:4630 SKIP:3942 size=95451 bytes
[libx264 @ 0000023ad90d6ec0] frame= 78 QP=42.65 NAL=2 Slice:B Poc:156 I:6 P:1944 SKIP:6754 size=60592 bytes
[vist#0:0/wrapped_avframe @ 0000023ad90b7840] [dec:wrapped_avframe @ 0000023ad90d9d00] Decoder returned EOF, finishing
[vist#0:0/wrapped_avframe @ 0000023ad90b7840] [dec:wrapped_avframe @ 0000023ad90d9d00] Terminating thread with return code 0 (success)
[libx264 @ 0000023ad90d6ec0] frame= 79 QP=44.48 NAL=0 Slice:B Poc:154 I:0 P:1733 SKIP:6971 size=54889 bytes
[vist#0:0/wrapped_avframe @ 0000023ad90b7840] All consumers of this stream are done
[in#0/lavfi @ 0000023ad90b6b00] All consumers are done
[in#0/lavfi @ 0000023ad90b6b00] Terminating thread with return code 0 (success)
[libx264 @ 0000023ad90d6ec0] frame= 80 QP=44.65 NAL=0 Slice:B Poc:158 I:3 P:1745 SKIP:6956 size=55799 bytes
[libx264 @ 0000023ad90d6ec0] frame= 81 QP=34.45 NAL=2 Slice:P Poc:168 I:85 P:4412 SKIP:4207 size=97410 bytes
[libx264 @ 0000023ad90d6ec0] frame= 82 QP=42.49 NAL=2 Slice:B Poc:164 I:4 P:1832 SKIP:6868 size=61661 bytes
[libx264 @ 0000023ad90d6ec0] frame= 83 QP=44.49 NAL=0 Slice:B Poc:162 I:0 P:1833 SKIP:6871 size=54305 bytes
[libx264 @ 0000023ad90d6ec0] frame= 84 QP=44.67 NAL=0 Slice:B Poc:166 I:0 P:1967 SKIP:6737 size=55332 bytes
[libx264 @ 0000023ad90d6ec0] frame= 85 QP=34.19 NAL=2 Slice:P Poc:176 I:94 P:4438 SKIP:4172 size=100137 bytes
[libx264 @ 0000023ad90d6ec0] frame= 86 QP=42.54 NAL=2 Slice:B Poc:172 I:0 P:1792 SKIP:6912 size=62756 bytes
[libx264 @ 0000023ad90d6ec0] frame= 87 QP=44.57 NAL=0 Slice:B Poc:170 I:1 P:1797 SKIP:6906 size=54845 bytes
[libx264 @ 0000023ad90d6ec0] frame= 88 QP=44.73 NAL=0 Slice:B Poc:174 I:1 P:2032 SKIP:6671 size=55852 bytes
[libx264 @ 0000023ad90d6ec0] frame= 89 QP=34.27 NAL=2 Slice:P Poc:184 I:132 P:4754 SKIP:3818 size=102193 bytes
[libx264 @ 0000023ad90d6ec0] frame= 90 QP=42.76 NAL=2 Slice:B Poc:180 I:6 P:1958 SKIP:6740 size=65195 bytes
[libx264 @ 0000023ad90d6ec0] frame= 91 QP=44.59 NAL=0 Slice:B Poc:178 I:2 P:1786 SKIP:6916 size=55749 bytes
[libx264 @ 0000023ad90d6ec0] frame= 92 QP=44.77 NAL=0 Slice:B Poc:182 I:0 P:1954 SKIP:6750 size=56362 bytes
[libx264 @ 0000023ad90d6ec0] frame= 93 QP=34.44 NAL=2 Slice:P Poc:192 I:114 P:4731 SKIP:3859 size=104078 bytes
[libx264 @ 0000023ad90d6ec0] frame= 94 QP=42.06 NAL=2 Slice:B Poc:188 I:1 P:2029 SKIP:6674 size=65241 bytes
[libx264 @ 0000023ad90d6ec0] frame= 95 QP=44.70 NAL=0 Slice:B Poc:186 I:2 P:1789 SKIP:6913 size=56652 bytes
[libx264 @ 0000023ad90d6ec0] frame= 96 QP=44.43 NAL=0 Slice:B Poc:190 I:0 P:2153 SKIP:6551 size=56450 bytes
[libx264 @ 0000023ad90d6ec0] frame= 97 QP=34.52 NAL=2 Slice:P Poc:200 I:74 P:4876 SKIP:3754 size=107826 bytes
[libx264 @ 0000023ad90d6ec0] frame= 98 QP=41.64 NAL=2 Slice:B Poc:196 I:5 P:2134 SKIP:6565 size=67606 bytes
[libx264 @ 0000023ad90d6ec0] frame= 99 QP=44.48 NAL=0 Slice:B Poc:194 I:0 P:1957 SKIP:6747 size=56598 bytes
[libx264 @ 0000023ad90d6ec0] frame= 100 QP=44.52 NAL=0 Slice:B Poc:198 I:1 P:2305 SKIP:6398 size=57164 bytes
[libx264 @ 0000023ad90d6ec0] frame= 101 QP=34.62 NAL=2 Slice:P Poc:208 I:108 P:4787 SKIP:3809 size=107943 bytes
[libx264 @ 0000023ad90d6ec0] frame= 102 QP=42.44 NAL=2 Slice:B Poc:204 I:2 P:2147 SKIP:6555 size=69211 bytes
[libx264 @ 0000023ad90d6ec0] frame= 103 QP=44.54 NAL=0 Slice:B Poc:202 I:0 P:2057 SKIP:6647 size=57557 bytes
[libx264 @ 0000023ad90d6ec0] frame= 104 QP=44.61 NAL=0 Slice:B Poc:206 I:0 P:2108 SKIP:6596 size=58622 bytes
[libx264 @ 0000023ad90d6ec0] frame= 105 QP=34.81 NAL=2 Slice:P Poc:216 I:102 P:4909 SKIP:3693 size=109413 bytes
frame= 106 fps= 26 q=-1.0 size= 5376KiB time=00:00:04.16 bitrate=10586.7kbits/s speed=1.02x
[libx264 @ 0000023ad90d6ec0] frame= 106 QP=42.34 NAL=2 Slice:B Poc:212 I:4 P:2212 SKIP:6488 size=70748 bytes
[libx264 @ 0000023ad90d6ec0] frame= 107 QP=44.68 NAL=0 Slice:B Poc:210 I:0 P:1946 SKIP:6758 size=58712 bytes
[libx264 @ 0000023ad90d6ec0] frame= 108 QP=44.57 NAL=0 Slice:B Poc:214 I:0 P:2257 SKIP:6447 size=59226 bytes
[libx264 @ 0000023ad90d6ec0] frame= 109 QP=35.01 NAL=2 Slice:P Poc:224 I:63 P:4898 SKIP:3743 size=106934 bytes
[libx264 @ 0000023ad90d6ec0] frame= 110 QP=42.23 NAL=2 Slice:B Poc:220 I:3 P:2218 SKIP:6483 size=71610 bytes
[libx264 @ 0000023ad90d6ec0] frame= 111 QP=44.69 NAL=0 Slice:B Poc:218 I:4 P:2035 SKIP:6665 size=59242 bytes
[libx264 @ 0000023ad90d6ec0] frame= 112 QP=44.68 NAL=0 Slice:B Poc:222 I:1 P:2165 SKIP:6538 size=60681 bytes
[libx264 @ 0000023ad90d6ec0] frame= 113 QP=35.26 NAL=2 Slice:P Poc:232 I:100 P:5111 SKIP:3493 size=104375 bytes
[libx264 @ 0000023ad90d6ec0] frame= 114 QP=42.43 NAL=2 Slice:B Poc:228 I:7 P:2437 SKIP:6260 size=71495 bytes
[libx264 @ 0000023ad90d6ec0] frame= 115 QP=44.72 NAL=0 Slice:B Poc:226 I:9 P:2150 SKIP:6545 size=60822 bytes
[libx264 @ 0000023ad90d6ec0] frame= 116 QP=44.66 NAL=0 Slice:B Poc:230 I:0 P:2359 SKIP:6345 size=61315 bytes
[libx264 @ 0000023ad90d6ec0] frame= 117 QP=35.98 NAL=2 Slice:P Poc:240 I:103 P:4969 SKIP:3632 size=94057 bytes
[libx264 @ 0000023ad90d6ec0] frame= 118 QP=41.87 NAL=2 Slice:B Poc:236 I:8 P:2442 SKIP:6254 size=70058 bytes
[libx264 @ 0000023ad90d6ec0] frame= 119 QP=44.65 NAL=0 Slice:B Poc:234 I:1 P:2243 SKIP:6460 size=59012 bytes
[libx264 @ 0000023ad90d6ec0] frame= 120 QP=44.54 NAL=0 Slice:B Poc:238 I:7 P:2266 SKIP:6431 size=59838 bytes
[libx264 @ 0000023ad90d6ec0] frame= 121 QP=41.32 NAL=2 Slice:P Poc:248 I:91 P:4476 SKIP:4137 size=72352 bytes
[libx264 @ 0000023ad90d6ec0] frame= 122 QP=41.83 NAL=2 Slice:B Poc:244 I:3 P:2595 SKIP:6106 size=74080 bytes
[libx264 @ 0000023ad90d6ec0] frame= 123 QP=44.60 NAL=0 Slice:B Poc:242 I:1 P:2356 SKIP:6347 size=61016 bytes
[libx264 @ 0000023ad90d6ec0] frame= 124 QP=44.13 NAL=0 Slice:B Poc:246 I:3 P:2655 SKIP:6046 size=64203 bytes
[vost#0:0/libx264 @ 0000023ad90d4e40] Terminating thread with return code 0 (success)
[out#0/mp4 @ 0000023ad90b7b00] All streams finished
[out#0/mp4 @ 0000023ad90b7b00] Terminating thread with return code 0 (success)
[AVIOContext @ 0000023ad911b5c0] Statistics: 7105545 bytes written, 2 seeks, 31 writeouts
[out#0/mp4 @ 0000023ad90b7b00] Output file #0 (1-2048x1080.mp4):
[out#0/mp4 @ 0000023ad90b7b00] Output stream #0:0 (video): 125 frames encoded; 125 packets muxed (7103067 bytes);
[out#0/mp4 @ 0000023ad90b7b00] Total: 125 packets (7103067 bytes) muxed
[out#0/mp4 @ 0000023ad90b7b00] video:6937KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.034830%
frame= 125 fps= 30 q=-1.0 Lsize= 6939KiB time=00:00:04.92 bitrate=11553.7kbits/s speed=1.18x
[libx264 @ 0000023ad90d6ec0] frame I:1 Avg QP:31.42 size:105860
[libx264 @ 0000023ad90d6ec0] frame P:31 Avg QP:34.34 size: 81501
[libx264 @ 0000023ad90d6ec0] frame B:93 Avg QP:43.19 size: 48064
[libx264 @ 0000023ad90d6ec0] consecutive B-frames: 0.8% 0.0% 0.0% 99.2%
[libx264 @ 0000023ad90d6ec0] mb I I16..4: 76.5% 16.5% 7.0%
[libx264 @ 0000023ad90d6ec0] mb P I16..4: 1.5% 0.3% 0.0% P16..4: 33.7% 7.0% 8.3% 0.0% 0.0% skip:49.1%
[libx264 @ 0000023ad90d6ec0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 12.6% 2.5% 1.2% direct: 2.2% skip:81.4% L0:43.9% L1:43.8% BI:12.2%
[libx264 @ 0000023ad90d6ec0] 8x8 transform intra:16.9% inter:18.5%
[libx264 @ 0000023ad90d6ec0] coded y,uvDC,uvAC intra: 8.4% 50.2% 10.0% inter: 5.5% 12.0% 9.9%
[libx264 @ 0000023ad90d6ec0] i16 v,h,dc,p: 20% 5% 3% 72%
[libx264 @ 0000023ad90d6ec0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 8% 57% 5% 5% 4% 5% 5% 2%
[libx264 @ 0000023ad90d6ec0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 14% 14% 9% 10% 9% 8% 8% 8%
[libx264 @ 0000023ad90d6ec0] i8c dc,h,v,p: 17% 4% 17% 62%
[libx264 @ 0000023ad90d6ec0] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000023ad90d6ec0] ref P L0: 62.2% 27.9% 9.9%
[libx264 @ 0000023ad90d6ec0] ref B L0: 72.9% 21.0% 6.1%
[libx264 @ 0000023ad90d6ec0] ref B L1: 87.6% 12.4%
[libx264 @ 0000023ad90d6ec0] kb/s:11363.80
[in#0/lavfi @ 0000023ad90b6b00] Input file #0 (mandelbrot=s=2048x1080):
[in#0/lavfi @ 0000023ad90b6b00] Input stream #0:0 (video): 128 packets read (56320 bytes); 127 frames decoded; 0 decode errors;
[in#0/lavfi @ 0000023ad90b6b00] Total: 128 packets (56320 bytes) demuxed

Note: See TracTickets for help on using tickets.