Hello Everyone,

My video recordings are black screen on playback and I cannot figure out with 
this is happening any help from the community would be greatly appreciated. I 
am running this on a windows 11 machine. I am fairly new to FFMPEG so please 
forgive my ignorance with terminology.

Here is the command I am running

C:\\ffmpeg\\bin\\ffmpeg.exe -y -f gdigrab -framerate 30 -i title=Calculator 
-c:v libx264 -preset fast -crf 18 -pix_fmt yuv420p -movflags +faststart 
"test.mp4" -report -loglevel repeat+level+verbose

Here is the log


[info] ffmpeg started on 2025-10-10 at 10:36:33
Report written to "ffmpeg-20251010-103633.log"
Log level: 48
Command line:
"C:\\ffmpeg\\bin\\ffmpeg.exe" -y -f gdigrab -framerate 30 -i "title=Calculator" 
-c:v libx264 -preset fast -crf 18 -pix_fmt yuv420p -movflags +faststart 
test.mp4 -report -loglevel repeat+level+verbose
[info] ffmpeg version N-120957-g66e40840d1-20250903 Copyright (c) 2000-2025 the 
FFmpeg developers
[info]   built with gcc 15.1.0 (crosstool-NG 1.27.0.79_8f49ec5)
[info]   configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static 
--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 
--target-os=mingw32 --enable-gpl --enable-version3 --disable-debug 
--enable-shared --disable-static --disable-w32threads --enable-pthreads 
--enable-iconv --enable-zlib --enable-libxml2 --enable-libvmaf 
--enable-fontconfig --enable-libharfbuzz --enable-libfreetype 
--enable-libfribidi --enable-vulkan --enable-libshaderc --enable-libvorbis 
--disable-libxcb --disable-xlib --disable-libpulse --enable-opencl --enable-gmp 
--enable-lzma --enable-amf --enable-libaom --enable-libaribb24 
--enable-avisynth --enable-chromaprint --enable-libdav1d --enable-libdavs2 
--enable-libdvdread --enable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec 
--enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar 
--enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl 
--enable-libmp3lame --enable-libopus --enable-libplacebo --enable-
 librist --enable-libssh -[info]   libavutil      60. 11.100 / 60. 11.100
[info]   libavcodec     62. 15.100 / 62. 15.100
[info]   libavformat    62.  4.102 / 62.  4.102
[info]   libavdevice    62.  2.100 / 62.  2.100
[info]   libavfilter    11.  8.100 / 11.  8.100
[info]   libswscale      9.  3.100 /  9.  3.100
[info]   libswresample   6.  2.100 /  6.  2.100
[debug] Splitting the commandline.
[debug] Reading option '-y' ... matched as option 'y' (overwrite output files) 
with argument '1'.
[debug] Reading option '-f' ... matched as option 'f' (force container format 
(auto-detected otherwise)) with argument 'gdigrab'.
[debug] Reading option '-framerate' ... matched as AVOption 'framerate' with 
argument '30'.
[debug] Reading option '-i' ... matched as input url with argument 
'title=Calculator'.
[debug] Reading option '-c:v' ... matched as option 'c' (select encoder/decoder 
('copy' to copy stream without reencoding)) with argument 'libx264'.
[debug] Reading option '-preset' ... matched as AVOption 'preset' with argument 
'fast'.
[debug] Reading option '-crf' ... matched as AVOption 'crf' with argument '18'.
[debug] Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel 
format) with argument 'yuv420p'.
[debug] Reading option '-movflags' ... matched as AVOption 'movflags' with 
argument '+faststart'.
[debug] Reading option 'test.mp4' ... matched as output url.
[debug] Reading option '-report' ... matched as option 'report' (generate a 
report) with argument '1'.
[debug] Reading option '-loglevel' ... matched as option 'loglevel' (set 
logging level) with argument 'repeat+level+verbose'.
[debug] Finished splitting the commandline.
[debug] Parsing a group of options: global .
[debug] Applying option y (overwrite output files) with argument 1.
[debug] Applying option report (generate a report) with argument 1.
[debug] Applying option loglevel (set logging level) with argument 
repeat+level+verbose.
[debug] Successfully parsed a group of options.
[debug] Parsing a group of options: input url title=Calculator.
[debug] Applying option f (force container format (auto-detected otherwise)) 
with argument gdigrab.
[debug] Successfully parsed a group of options.
[debug] Opening an input file: title=Calculator.
[gdigrab @ 000002d14cc33540] [info] Found window Calculator, capturing 
1920x1040x32 at (0,0)
[gdigrab @ 000002d14cc33540] [debug] Probe buffer size limit of 5000000 bytes 
reached
[gdigrab @ 000002d14cc33540] [warning] Stream #0: not enough frames to estimate 
rate; consider increasing probesize
[info] Input #0, gdigrab, from 'title=Calculator':
[info]   Duration: N/A, start: 1760117793.640850, bitrate: 1916940 kb/s
[info]   Stream #0:0, 1, 1/1000000: Video: bmp, 1 reference frame, bgr0, 
1920x1040, 1916940 kb/s, 30 fps, 1000k tbr, 1000k tbn, start 1760117793.640850
[debug] Successfully opened the file.
[debug] Parsing a group of options: output url test.mp4.
[debug] Applying option c:v (select encoder/decoder ('copy' to copy stream 
without reencoding)) with argument libx264.
[debug] Applying option pix_fmt (set pixel format) with argument yuv420p.
[debug] Successfully parsed a group of options.
[debug] Opening an output file: test.mp4.
[out#0/mp4 @ 000002d14cc8fa40] [verbose] No explicit maps, mapping streams 
automatically...
[vost#0:0/libx264 @ 000002d14cc2e1c0] [verbose] Created video stream from input 
stream 0:0
[file @ 000002d14cd05cc0] [debug] Setting default whitelist 'file,crypto,data'
[debug] Successfully opened the file.
[info] Stream mapping:
[info]   Stream #0:0 -> #0:0 (bmp (native) -> h264 (libx264))
[vost#0:0/libx264 @ 000002d14cc2e1c0] [verbose] Starting thread...
[vf#0:0 @ 000002d14cd08700] [verbose] Starting thread...
[vist#0:0/bmp @ 000002d14cc39500] [dec:bmp @ 000002d14cd0a000] [verbose] 
Starting thread...
[in#0/gdigrab @ 000002d14cc3b700] [verbose] Starting thread...
[info] Press [q] to stop, [?] for help
[debug] detected 16 logical cores
[graph -1 input from stream 0:0 @ 000002d14cd061c0] [verbose] w:1920 h:1040 
pixfmt:bgr0 tb:1/1000000 fr:30/1 sar:0/1 csp:unknown range:unknown 
alpha:unspecified
[format @ 000002d14cd06d80] [debug] Setting 'pix_fmts' to value 'yuv420p'
[format @ 000002d14cd06d80] [debug] Setting 'color_ranges' to value 'tv|pc'
[auto_scale_0 @ 000002d14cd07a40] [verbose] w:iw h:ih flags:'' interl:0
[format @ 000002d14cd06d80] [verbose] auto-inserting filter 'auto_scale_0' 
between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 000002d14cd02b40] [debug] query_formats: 4 queried, 15 merged, 
3 already done, 0 delayed
[auto_scale_0 @ 000002d14cd07a40] [verbose] w:1920 h:1040 fmt:bgr0 csp:gbr 
range:pc sar:0/1 -> w:1920 h:1040 fmt:yuv420p csp:unknown range:tv sar:0/1 
flags:0x00000004
[auto_scale_0 @ 000002d14cd07a40] [framesync @ 000002d14eba0ed0] [verbose] 
Selected 1/1000000 time base
[auto_scale_0 @ 000002d14cd07a40] [framesync @ 000002d14eba0ed0] [verbose] Sync 
level 1
[graph -1 input from stream 0:0 @ 000002d14cd061c0] [verbose] video frame 
properties congruent with link at pts_time: 0
[libx264 @ 000002d14cc33bc0] [debug] using mv_range_thread = 24
[libx264 @ 000002d14cc33bc0] [info] using cpu capabilities: MMX2 SSE2Fast SSSE3 
SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 000002d14cc33bc0] [info] profile High, level 4.0, 4:2:0, 8-bit
[libx264 @ 000002d14cc33bc0] [info] 264 - core 165 - H.264/MPEG-4 AVC codec - 
Copyleft 2003-2025 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 
deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 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=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 
rc_lookahead=30 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 
ip_ratio=1.40 aq=1:1.00
[info] Output #0, mp4, to 'test.mp4':
[info]   Metadata:
[info]     encoder         : Lavf62.4.102
[info]   Stream #0:0, 0, 1/15360: Video: h264, 1 reference frame (avc1 / 
0x31637661), yuv420p(tv, progressive), 1920x1040, q=2-31, 30 fps, 15360 tbn
[info]     Metadata:
[info]       encoder         : Lavc62.15.100 libx264
[info]     Side data:
[info]       CPB properties: bitrate max/min/avg: 0/0/0 buffer size: 0 
vbv_delay: N/A
[out#0/mp4 @ 000002d14cc8fa40] [verbose] Starting thread...
[info] frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A 
speed=N/A elapsed=0:00:00.52    [info] frame=    0 fps=0.0 q=0.0 size=       
0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:01.03    [gdigrab @ 
000002d14cc33540] [debug] Cursor pos (1220,736) -> (-692,744)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1358,716) -> (-554,724)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1602,705) -> (-310,713)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1861,701) -> (-51,709)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2069,692) -> (157,700)
[vf#0:0 @ 000002d14cd08700] [info] Reconfiguring filter graph because video 
parameters changed to bgra(unknown, unknown), 1920x1040, unspecified alph
[graph -1 input from stream 0:0 @ 000002d14cd06600] [verbose] w:1920 h:1040 
pixfmt:bgra tb:1/1000000 fr:30/1 sar:0/1 csp:unknown range:unknown 
alpha:unspecified
[scaler_out_#0:0 @ 000002d14cd070c0] [debug] Setting 'w' to value '1920'
[scaler_out_#0:0 @ 000002d14cd070c0] [debug] Setting 'h' to value '1040'
[scaler_out_#0:0 @ 000002d14cd070c0] [verbose] w:1920 h:1040 flags:'' interl:0
[format @ 000002d14cd060c0] [debug] Setting 'pix_fmts' to value 'yuv420p'
[format @ 000002d14cd060c0] [debug] Setting 'color_ranges' to value 'tv'
[AVFilterGraph @ 000002d150ef1f80] [debug] query_formats: 5 queried, 16 merged, 
0 already done, 0 delayed
[scaler_out_#0:0 @ 000002d14cd070c0] [verbose] w:1920 h:1040 fmt:bgra csp:gbr 
range:pc sar:0/1 -> w:1920 h:1040 fmt:yuv420p csp:unknown range:tv sar:0/1 
flags:0x00000004
[scaler_out_#0:0 @ 000002d14cd070c0] [framesync @ 000002d14eb9d310] [verbose] 
Selected 1/1000000 time base
[scaler_out_#0:0 @ 000002d14cd070c0] [framesync @ 000002d14eb9d310] [verbose] 
Sync level 1
[graph -1 input from stream 0:0 @ 000002d14cd06600] [verbose] video frame 
properties congruent with link at pts_time: 1.506339
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2158,688) -> (246,696)
[info] frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A 
speed=N/A elapsed=0:00:01.55    [gdigrab @ 000002d14cc33540] [debug] Cursor pos 
(2163,688) -> (251,696)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2163,688) -> (251,696)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2163,688) -> (251,696)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2163,688) -> (251,696)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2166,687) -> (254,695)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2240,687) -> (328,695)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2378,682) -> (466,690)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2461,660) -> (549,668)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2576,601) -> (664,609)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2639,564) -> (727,572)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2675,547) -> (763,555)
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2689,541) -> (777,549)
[libx264 @ 000002d14cc33bc0] [debug] frame=   0 QP=5.00 NAL=3 Slice:I Poc:0   
I:7800 P:0    SKIP:0    size=413 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2692,538) -> (780,546)
[libx264 @ 000002d14cc33bc0] [debug] frame=   1 QP=5.00 NAL=2 Slice:P Poc:8   
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2699,532) -> (787,540)
[libx264 @ 000002d14cc33bc0] [debug] frame=   2 QP=8.00 NAL=2 Slice:B Poc:4   
I:0    P:0    SKIP:7800 size=67 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2708,527) -> (796,535)
[libx264 @ 000002d14cc33bc0] [debug] frame=   3 QP=9.00 NAL=0 Slice:B Poc:2   
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2711,524) -> (799,532)
[libx264 @ 000002d14cc33bc0] [debug] frame=   4 QP=9.00 NAL=0 Slice:B Poc:6   
I:0    P:0    SKIP:7800 size=66 bytes
[info] frame=    5 fps=2.4 q=24.0 size=       0KiB time=00:00:00.06 bitrate=   
5.8kbits/s speed=0.0322x elapsed=0:00:02.06    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (2717,517) -> (805,525)
[libx264 @ 000002d14cc33bc0] [debug] frame=   5 QP=5.00 NAL=2 Slice:P Poc:16  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2719,514) -> (807,522)
[libx264 @ 000002d14cc33bc0] [debug] frame=   6 QP=8.00 NAL=2 Slice:B Poc:12  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2726,503) -> (814,511)
[libx264 @ 000002d14cc33bc0] [debug] frame=   7 QP=9.00 NAL=0 Slice:B Poc:10  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2730,485) -> (818,493)
[libx264 @ 000002d14cc33bc0] [debug] frame=   8 QP=9.00 NAL=0 Slice:B Poc:14  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2731,465) -> (819,473)
[libx264 @ 000002d14cc33bc0] [debug] frame=   9 QP=5.00 NAL=2 Slice:P Poc:24  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2731,441) -> (819,449)
[libx264 @ 000002d14cc33bc0] [debug] frame=  10 QP=8.00 NAL=2 Slice:B Poc:20  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2715,400) -> (803,408)
[libx264 @ 000002d14cc33bc0] [debug] frame=  11 QP=9.00 NAL=0 Slice:B Poc:18  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2707,380) -> (795,388)
[libx264 @ 000002d14cc33bc0] [debug] frame=  12 QP=9.00 NAL=0 Slice:B Poc:22  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2697,364) -> (785,372)
[libx264 @ 000002d14cc33bc0] [debug] frame=  13 QP=5.00 NAL=2 Slice:P Poc:32  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2687,348) -> (775,356)
[libx264 @ 000002d14cc33bc0] [debug] frame=  14 QP=8.00 NAL=2 Slice:B Poc:28  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2685,345) -> (773,353)
[libx264 @ 000002d14cc33bc0] [debug] frame=  15 QP=9.00 NAL=0 Slice:B Poc:26  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2684,343) -> (772,351)
[libx264 @ 000002d14cc33bc0] [debug] frame=  16 QP=9.00 NAL=0 Slice:B Poc:30  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2682,336) -> (770,344)
[libx264 @ 000002d14cc33bc0] [debug] frame=  17 QP=5.00 NAL=2 Slice:P Poc:40  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2680,331) -> (768,339)
[libx264 @ 000002d14cc33bc0] [debug] frame=  18 QP=8.00 NAL=2 Slice:B Poc:36  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2680,331) -> (768,339)
[libx264 @ 000002d14cc33bc0] [debug] frame=  19 QP=9.00 NAL=0 Slice:B Poc:34  
I:0    P:0    SKIP:7800 size=66 bytes
[info] frame=   20 fps=7.8 q=24.0 size=       0KiB time=00:00:00.56 bitrate=   
0.7kbits/s speed=0.22x elapsed=0:00:02.57    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (2680,331) -> (768,339)
[libx264 @ 000002d14cc33bc0] [debug] frame=  20 QP=9.00 NAL=0 Slice:B Poc:38  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2680,331) -> (768,339)
[libx264 @ 000002d14cc33bc0] [debug] frame=  21 QP=5.00 NAL=2 Slice:P Poc:48  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2680,340) -> (768,348)
[libx264 @ 000002d14cc33bc0] [debug] frame=  22 QP=8.00 NAL=2 Slice:B Poc:44  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2680,366) -> (768,374)
[libx264 @ 000002d14cc33bc0] [debug] frame=  23 QP=9.00 NAL=0 Slice:B Poc:42  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2683,421) -> (771,429)
[libx264 @ 000002d14cc33bc0] [debug] frame=  24 QP=9.00 NAL=0 Slice:B Poc:46  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2689,562) -> (777,570)
[libx264 @ 000002d14cc33bc0] [debug] frame=  25 QP=5.00 NAL=2 Slice:P Poc:56  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2697,642) -> (785,650)
[libx264 @ 000002d14cc33bc0] [debug] frame=  26 QP=8.00 NAL=2 Slice:B Poc:52  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2704,688) -> (792,696)
[libx264 @ 000002d14cc33bc0] [debug] frame=  27 QP=9.00 NAL=0 Slice:B Poc:50  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2706,717) -> (794,725)
[libx264 @ 000002d14cc33bc0] [debug] frame=  28 QP=9.00 NAL=0 Slice:B Poc:54  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2706,737) -> (794,745)
[libx264 @ 000002d14cc33bc0] [debug] frame=  29 QP=5.00 NAL=2 Slice:P Poc:64  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2706,743) -> (794,751)
[libx264 @ 000002d14cc33bc0] [debug] frame=  30 QP=8.00 NAL=2 Slice:B Poc:60  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2703,744) -> (791,752)
[libx264 @ 000002d14cc33bc0] [debug] frame=  31 QP=9.00 NAL=0 Slice:B Poc:58  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2675,747) -> (763,755)
[libx264 @ 000002d14cc33bc0] [debug] frame=  32 QP=9.00 NAL=0 Slice:B Poc:62  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2596,738) -> (684,746)
[libx264 @ 000002d14cc33bc0] [debug] frame=  33 QP=5.00 NAL=2 Slice:P Poc:72  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2365,675) -> (453,683)
[libx264 @ 000002d14cc33bc0] [debug] frame=  34 QP=8.00 NAL=2 Slice:B Poc:68  
I:0    P:0    SKIP:7800 size=69 bytes
[info] frame=   35 fps= 11 q=24.0 size=       0KiB time=00:00:01.06 bitrate=   
0.4kbits/s speed=0.345x elapsed=0:00:03.09    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (2051,620) -> (139,628)
[libx264 @ 000002d14cc33bc0] [debug] frame=  35 QP=9.00 NAL=0 Slice:B Poc:66  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1780,614) -> (-132,622)
[vf#0:0 @ 000002d14cd08700] [info] Reconfiguring filter graph because video 
parameters changed to bgr0(unknown, unknown), 1920x1040, unspecified alph
[graph -1 input from stream 0:0 @ 000002d14cd06300] [verbose] w:1920 h:1040 
pixfmt:bgr0 tb:1/1000000 fr:30/1 sar:0/1 csp:unknown range:unknown 
alpha:unspecified
[scaler_out_#0:0 @ 000002d14cd07b40] [debug] Setting 'w' to value '1920'
[scaler_out_#0:0 @ 000002d14cd07b40] [debug] Setting 'h' to value '1040'
[scaler_out_#0:0 @ 000002d14cd07b40] [verbose] w:1920 h:1040 flags:'' interl:0
[format @ 000002d14cd07700] [debug] Setting 'pix_fmts' to value 'yuv420p'
[format @ 000002d14cd07700] [debug] Setting 'color_ranges' to value 'tv'
[AVFilterGraph @ 000002d150ef1180] [debug] query_formats: 5 queried, 16 merged, 
0 already done, 0 delayed
[scaler_out_#0:0 @ 000002d14cd07b40] [verbose] w:1920 h:1040 fmt:bgr0 csp:gbr 
range:pc sar:0/1 -> w:1920 h:1040 fmt:yuv420p csp:unknown range:tv sar:0/1 
flags:0x00000004
[scaler_out_#0:0 @ 000002d14cd07b40] [framesync @ 000002d14eb9c850] [verbose] 
Selected 1/1000000 time base
[scaler_out_#0:0 @ 000002d14cd07b40] [framesync @ 000002d14eb9c850] [verbose] 
Sync level 1
[graph -1 input from stream 0:0 @ 000002d14cd06300] [verbose] video frame 
properties congruent with link at pts_time: 3.139612
[libx264 @ 000002d14cc33bc0] [debug] frame=  36 QP=9.00 NAL=0 Slice:B Poc:70  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1410,599) -> (-502,607)
[libx264 @ 000002d14cc33bc0] [debug] frame=  37 QP=5.00 NAL=2 Slice:P Poc:80  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1291,596) -> (-621,604)
[libx264 @ 000002d14cc33bc0] [debug] frame=  38 QP=8.00 NAL=2 Slice:B Poc:76  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1241,599) -> (-671,607)
[libx264 @ 000002d14cc33bc0] [debug] frame=  39 QP=9.00 NAL=0 Slice:B Poc:74  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1218,602) -> (-694,610)
[libx264 @ 000002d14cc33bc0] [debug] frame=  40 QP=9.00 NAL=0 Slice:B Poc:78  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  41 QP=5.00 NAL=2 Slice:P Poc:88  
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  42 QP=8.00 NAL=2 Slice:B Poc:84  
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  43 QP=9.00 NAL=0 Slice:B Poc:82  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  44 QP=9.00 NAL=0 Slice:B Poc:86  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  45 QP=12.01 NAL=2 Slice:P Poc:96  
I:4    P:0    SKIP:7796 size=185 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  46 QP=15.40 NAL=2 Slice:B Poc:92  
I:0    P:4    SKIP:7796 size=84 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  47 QP=16.04 NAL=0 Slice:B Poc:90  
I:2    P:4    SKIP:7794 size=154 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  48 QP=9.00 NAL=0 Slice:B Poc:94  
I:0    P:4    SKIP:7796 size=72 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  49 QP=12.76 NAL=2 Slice:P Poc:104 
I:7    P:0    SKIP:7793 size=178 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  50 QP=14.39 NAL=2 Slice:B Poc:100 
I:0    P:7    SKIP:7793 size=86 bytes
[info] frame=   51 fps= 14 q=24.0 size=       0KiB time=00:00:01.60 bitrate=   
0.2kbits/s speed=0.442x elapsed=0:00:03.62    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  51 QP=9.00 NAL=0 Slice:B Poc:98  
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  52 QP=9.00 NAL=0 Slice:B Poc:102 
I:0    P:7    SKIP:7793 size=78 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  53 QP=15.03 NAL=2 Slice:P Poc:112 
I:4    P:3    SKIP:7793 size=170 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  54 QP=16.33 NAL=2 Slice:B Poc:108 
I:1    P:9    SKIP:7790 size=153 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  55 QP=15.73 NAL=0 Slice:B Poc:106 
I:2    P:5    SKIP:7793 size=168 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  56 QP=16.00 NAL=0 Slice:B Poc:110 
I:3    P:8    SKIP:7789 size=195 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1211,603) -> (-701,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  57 QP=17.56 NAL=2 Slice:P Poc:120 
I:3    P:5    SKIP:7792 size=169 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1218,603) -> (-694,611)
[libx264 @ 000002d14cc33bc0] [debug] frame=  58 QP=16.93 NAL=2 Slice:B Poc:116 
I:3    P:8    SKIP:7789 size=189 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1283,608) -> (-629,616)
[libx264 @ 000002d14cc33bc0] [debug] frame=  59 QP=18.86 NAL=0 Slice:B Poc:114 
I:2    P:8    SKIP:7790 size=160 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1439,621) -> (-473,629)
[libx264 @ 000002d14cc33bc0] [debug] frame=  60 QP=9.00 NAL=0 Slice:B Poc:118 
I:0    P:6    SKIP:7794 size=80 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (1654,633) -> (-258,641)
[libx264 @ 000002d14cc33bc0] [debug] frame=  61 QP=16.06 NAL=2 Slice:P Poc:128 
I:4    P:3    SKIP:7793 size=164 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2043,660) -> (131,668)
[vf#0:0 @ 000002d14cd08700] [info] Reconfiguring filter graph because video 
parameters changed to bgra(unknown, unknown), 1920x1040, unspecified alph
[graph -1 input from stream 0:0 @ 000002d14cd070c0] [verbose] w:1920 h:1040 
pixfmt:bgra tb:1/1000000 fr:30/1 sar:0/1 csp:unknown range:unknown 
alpha:unspecified
[scaler_out_#0:0 @ 000002d14cd072c0] [debug] Setting 'w' to value '1920'
[scaler_out_#0:0 @ 000002d14cd072c0] [debug] Setting 'h' to value '1040'
[scaler_out_#0:0 @ 000002d14cd072c0] [verbose] w:1920 h:1040 flags:'' interl:0
[format @ 000002d14cd060c0] [debug] Setting 'pix_fmts' to value 'yuv420p'
[format @ 000002d14cd060c0] [debug] Setting 'color_ranges' to value 'tv'
[AVFilterGraph @ 000002d150ef15c0] [debug] query_formats: 5 queried, 16 merged, 
0 already done, 0 delayed
[scaler_out_#0:0 @ 000002d14cd072c0] [verbose] w:1920 h:1040 fmt:bgra csp:gbr 
range:pc sar:0/1 -> w:1920 h:1040 fmt:yuv420p csp:unknown range:tv sar:0/1 
flags:0x00000004
[scaler_out_#0:0 @ 000002d14cd072c0] [framesync @ 000002d14eb9d050] [verbose] 
Selected 1/1000000 time base
[scaler_out_#0:0 @ 000002d14cd072c0] [framesync @ 000002d14eb9d050] [verbose] 
Sync level 1
[graph -1 input from stream 0:0 @ 000002d14cd070c0] [verbose] video frame 
properties congruent with link at pts_time: 4.013781
[libx264 @ 000002d14cc33bc0] [debug] frame=  62 QP=17.75 NAL=2 Slice:B Poc:124 
I:2    P:4    SKIP:7794 size=181 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2290,684) -> (378,692)
[libx264 @ 000002d14cc33bc0] [debug] frame=  63 QP=9.00 NAL=0 Slice:B Poc:122 
I:0    P:5    SKIP:7795 size=80 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2439,703) -> (527,711)
[libx264 @ 000002d14cc33bc0] [debug] frame=  64 QP=9.24 NAL=0 Slice:B Poc:126 
I:0    P:5    SKIP:7795 size=102 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2561,713) -> (649,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  65 QP=17.99 NAL=2 Slice:P Poc:136 
I:5    P:1    SKIP:7794 size=181 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2629,713) -> (717,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  66 QP=20.14 NAL=2 Slice:B Poc:132 
I:1    P:8    SKIP:7791 size=160 bytes
[info] frame=   67 fps= 16 q=24.0 size=       0KiB time=00:00:02.13 bitrate=   
0.2kbits/s speed=0.515x elapsed=0:00:04.13    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (2682,713) -> (770,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  67 QP=17.60 NAL=0 Slice:B Poc:130 
I:2    P:5    SKIP:7793 size=177 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2715,710) -> (803,718)
[libx264 @ 000002d14cc33bc0] [debug] frame=  68 QP=21.01 NAL=0 Slice:B Poc:134 
I:2    P:4    SKIP:7794 size=170 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2743,709) -> (831,717)
[libx264 @ 000002d14cc33bc0] [debug] frame=  69 QP=17.39 NAL=2 Slice:P Poc:144 
I:3    P:3    SKIP:7794 size=186 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2745,709) -> (833,717)
[libx264 @ 000002d14cc33bc0] [debug] frame=  70 QP=21.74 NAL=2 Slice:B Poc:140 
I:3    P:7    SKIP:7790 size=166 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2748,709) -> (836,717)
[libx264 @ 000002d14cc33bc0] [debug] frame=  71 QP=21.79 NAL=0 Slice:B Poc:138 
I:2    P:7    SKIP:7791 size=161 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2756,709) -> (844,717)
[libx264 @ 000002d14cc33bc0] [debug] frame=  72 QP=23.08 NAL=0 Slice:B Poc:142 
I:2    P:6    SKIP:7792 size=151 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2764,712) -> (852,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  73 QP=5.00 NAL=2 Slice:P Poc:150 
I:0    P:4    SKIP:7796 size=83 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  74 QP=8.00 NAL=2 Slice:B Poc:146 
I:0    P:4    SKIP:7796 size=76 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  75 QP=9.00 NAL=0 Slice:B Poc:148 
I:0    P:3    SKIP:7797 size=73 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  76 QP=5.00 NAL=2 Slice:P Poc:158 
I:0    P:2    SKIP:7798 size=78 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  77 QP=8.00 NAL=2 Slice:B Poc:154 
I:0    P:2    SKIP:7798 size=70 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  78 QP=9.00 NAL=0 Slice:B Poc:152 
I:0    P:2    SKIP:7798 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  79 QP=9.00 NAL=0 Slice:B Poc:156 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  80 QP=15.93 NAL=2 Slice:P Poc:166 
I:5    P:0    SKIP:7795 size=175 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2768,712) -> (856,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  81 QP=22.08 NAL=2 Slice:B Poc:162 
I:2    P:7    SKIP:7791 size=164 bytes
[info] frame=   82 fps= 18 q=24.0 size=       0KiB time=00:00:02.63 bitrate=   
0.1kbits/s speed=0.566x elapsed=0:00:04.65    [gdigrab @ 000002d14cc33540] 
[debug] Cursor pos (2767,712) -> (855,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  82 QP=9.00 NAL=0 Slice:B Poc:160 
I:0    P:6    SKIP:7794 size=77 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2766,712) -> (854,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  83 QP=21.97 NAL=0 Slice:B Poc:164 
I:1    P:10   SKIP:7789 size=167 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2766,712) -> (854,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  84 QP=11.29 NAL=2 Slice:P Poc:174 
I:4    P:5    SKIP:7791 size=185 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2765,712) -> (853,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  85 QP=14.67 NAL=2 Slice:B Poc:170 
I:3    P:8    SKIP:7789 size=171 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2765,712) -> (853,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  86 QP=17.29 NAL=0 Slice:B Poc:168 
I:2    P:8    SKIP:7790 size=169 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2763,712) -> (851,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  87 QP=15.33 NAL=0 Slice:B Poc:172 
I:4    P:5    SKIP:7791 size=166 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2761,712) -> (849,720)
[libx264 @ 000002d14cc33bc0] [debug] frame=  88 QP=12.10 NAL=2 Slice:P Poc:182 
I:2    P:5    SKIP:7793 size=177 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2759,713) -> (847,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  89 QP=8.00 NAL=2 Slice:B Poc:178 
I:0    P:8    SKIP:7792 size=82 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2759,713) -> (847,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  90 QP=9.00 NAL=0 Slice:B Poc:176 
I:0    P:5    SKIP:7795 size=75 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2759,713) -> (847,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  91 QP=14.18 NAL=0 Slice:B Poc:180 
I:4    P:6    SKIP:7790 size=165 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2759,713) -> (847,721)
[libx264 @ 000002d14cc33bc0] [debug] frame=  92 QP=5.00 NAL=2 Slice:P Poc:190 
I:0    P:4    SKIP:7796 size=77 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2758,714) -> (846,722)
[libx264 @ 000002d14cc33bc0] [debug] frame=  93 QP=16.78 NAL=2 Slice:B Poc:186 
I:3    P:5    SKIP:7792 size=160 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2758,714) -> (846,722)
[libx264 @ 000002d14cc33bc0] [debug] frame=  94 QP=16.66 NAL=0 Slice:B Poc:184 
I:2    P:8    SKIP:7790 size=169 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2758,714) -> (846,722)
[libx264 @ 000002d14cc33bc0] [debug] frame=  95 QP=9.00 NAL=0 Slice:B Poc:188 
I:0    P:4    SKIP:7796 size=70 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2758,714) -> (846,722)
[libx264 @ 000002d14cc33bc0] [debug] frame=  96 QP=5.00 NAL=2 Slice:P Poc:198 
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (2758,714) -> (846,722)
[libx264 @ 000002d14cc33bc0] [debug] frame=  97 QP=8.00 NAL=2 Slice:B Poc:194 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 328 QP=8.00 NAL=2 Slice:B Poc:156 
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 329 QP=9.00 NAL=0 Slice:B Poc:154 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 330 QP=9.00 NAL=0 Slice:B Poc:158 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 331 QP=5.00 NAL=2 Slice:P Poc:168 
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 332 QP=8.00 NAL=2 Slice:B Poc:164 
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 333 QP=9.00 NAL=0 Slice:B Poc:162 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 334 QP=9.00 NAL=0 Slice:B Poc:166 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 335 QP=5.00 NAL=2 Slice:P Poc:176 
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 336 QP=8.00 NAL=2 Slice:B Poc:172 
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 337 QP=9.00 NAL=0 Slice:B Poc:170 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 338 QP=9.00 NAL=0 Slice:B Poc:174 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 339 QP=5.00 NAL=2 Slice:P Poc:184 
I:0    P:0    SKIP:7800 size=71 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 340 QP=8.00 NAL=2 Slice:B Poc:180 
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 341 QP=9.00 NAL=0 Slice:B Poc:178 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 342 QP=9.00 NAL=0 Slice:B Poc:182 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 343 QP=5.00 NAL=2 Slice:P Poc:192 
I:0    P:0    SKIP:7800 size=71 bytes
[info] frame=  344 fps= 26 q=24.0 size=       0KiB time=00:00:11.43 bitrate=   
0.0kbits/s dup=0 drop=2 speed=0.85x elapsed=0:00:13.44    [gdigrab @ 
000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 344 QP=8.00 NAL=2 Slice:B Poc:188 
I:0    P:0    SKIP:7800 size=69 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 345 QP=9.00 NAL=0 Slice:B Poc:186 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 346 QP=9.00 NAL=0 Slice:B Poc:190 
I:0    P:0    SKIP:7800 size=66 bytes
[gdigrab @ 000002d14cc33540] [debug] Cursor pos (958,520) -> (-954,528)
[libx264 @ 000002d14cc33bc0] [debug] frame= 347 QP=5.00 NAL=2 Slice:P Poc:200 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 348 QP=8.00 NAL=2 Slice:B Poc:196 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 349 QP=9.00 NAL=0 Slice:B Poc:194 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 350 QP=9.00 NAL=0 Slice:B Poc:198 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 351 QP=5.00 NAL=2 Slice:P Poc:208 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 352 QP=8.00 NAL=2 Slice:B Poc:204 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 353 QP=9.00 NAL=0 Slice:B Poc:202 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 354 QP=9.00 NAL=0 Slice:B Poc:206 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 355 QP=5.00 NAL=2 Slice:P Poc:216 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 356 QP=8.00 NAL=2 Slice:B Poc:212 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 357 QP=9.00 NAL=0 Slice:B Poc:210 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 358 QP=9.00 NAL=0 Slice:B Poc:214 
I:0    P:0    SKIP:7800 size=66 bytes
[info]

[q] command received. Exiting.

[in#0/gdigrab @ 000002d14cc3b700] [verbose] Terminating thread with return code 
0 (success)
[vist#0:0/bmp @ 000002d14cc39500] [dec:bmp @ 000002d14cd0a000] [verbose] 
Decoder thread received EOF packet
[vist#0:0/bmp @ 000002d14cc39500] [dec:bmp @ 000002d14cd0a000] [verbose] 
Decoder returned EOF, finishing
[vist#0:0/bmp @ 000002d14cc39500] [dec:bmp @ 000002d14cd0a000] [verbose] 
Terminating thread with return code 0 (success)
[scaler_out_#0:0 @ 000002d14cd07940] [framesync @ 000002d14eb9d050] [verbose] 
Sync level 0
[out_#0:0 @ 000002d14cd07840] [debug] EOF on sink link out_#0:0:default.
[vf#0:0 @ 000002d14cd08700] [verbose] Filtergraph returned EOF, finishing
[vost#0:0/libx264 @ 000002d14cc2e1c0] [enc:libx264 @ 000002d14cd053c0] 
[verbose] Encoder thread received EOF
[libx264 @ 000002d14cc33bc0] [debug] frame= 359 QP=5.00 NAL=2 Slice:P Poc:224 
I:0    P:0    SKIP:7800 size=71 bytes
[vf#0:0 @ 000002d14cd08700] [verbose] All consumers returned EOF
[libx264 @ 000002d14cc33bc0] [debug] frame= 360 QP=8.00 NAL=2 Slice:B Poc:220 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 361 QP=9.00 NAL=0 Slice:B Poc:218 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 362 QP=9.00 NAL=0 Slice:B Poc:222 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 363 QP=5.00 NAL=2 Slice:P Poc:232 
I:0    P:0    SKIP:7800 size=71 bytes
[vf#0:0 @ 000002d14cd08700] [verbose] Terminating thread with return code 0 
(success)
[libx264 @ 000002d14cc33bc0] [debug] frame= 364 QP=8.00 NAL=2 Slice:B Poc:228 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 365 QP=9.00 NAL=0 Slice:B Poc:226 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 366 QP=9.00 NAL=0 Slice:B Poc:230 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 367 QP=5.00 NAL=2 Slice:P Poc:240 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 368 QP=8.00 NAL=2 Slice:B Poc:236 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 369 QP=9.00 NAL=0 Slice:B Poc:234 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 370 QP=9.00 NAL=0 Slice:B Poc:238 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 371 QP=5.00 NAL=2 Slice:P Poc:248 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 372 QP=8.00 NAL=2 Slice:B Poc:244 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 373 QP=9.00 NAL=0 Slice:B Poc:242 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 374 QP=9.00 NAL=0 Slice:B Poc:246 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 375 QP=5.00 NAL=2 Slice:P Poc:256 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 376 QP=8.00 NAL=2 Slice:B Poc:252 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 377 QP=9.00 NAL=0 Slice:B Poc:250 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 378 QP=9.00 NAL=0 Slice:B Poc:254 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 379 QP=5.00 NAL=2 Slice:P Poc:264 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 380 QP=8.00 NAL=2 Slice:B Poc:260 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 381 QP=9.00 NAL=0 Slice:B Poc:258 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 382 QP=9.00 NAL=0 Slice:B Poc:262 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 383 QP=5.00 NAL=2 Slice:P Poc:272 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 384 QP=8.00 NAL=2 Slice:B Poc:268 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 385 QP=9.00 NAL=0 Slice:B Poc:266 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 386 QP=9.00 NAL=0 Slice:B Poc:270 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 387 QP=5.00 NAL=2 Slice:P Poc:280 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 388 QP=8.00 NAL=2 Slice:B Poc:276 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 389 QP=9.00 NAL=0 Slice:B Poc:274 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 390 QP=9.00 NAL=0 Slice:B Poc:278 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 391 QP=5.00 NAL=2 Slice:P Poc:288 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 392 QP=8.00 NAL=2 Slice:B Poc:284 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 393 QP=9.00 NAL=0 Slice:B Poc:282 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 394 QP=9.00 NAL=0 Slice:B Poc:286 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 395 QP=5.00 NAL=2 Slice:P Poc:296 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 396 QP=8.00 NAL=2 Slice:B Poc:292 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 397 QP=9.00 NAL=0 Slice:B Poc:290 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 398 QP=9.00 NAL=0 Slice:B Poc:294 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 399 QP=5.00 NAL=2 Slice:P Poc:304 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 400 QP=8.00 NAL=2 Slice:B Poc:300 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 401 QP=9.00 NAL=0 Slice:B Poc:298 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 402 QP=9.00 NAL=0 Slice:B Poc:302 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 403 QP=5.00 NAL=2 Slice:P Poc:312 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 404 QP=8.00 NAL=2 Slice:B Poc:308 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 405 QP=9.00 NAL=0 Slice:B Poc:306 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 406 QP=9.00 NAL=0 Slice:B Poc:310 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 407 QP=6.00 NAL=2 Slice:P Poc:320 
I:0    P:0    SKIP:7800 size=71 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 408 QP=8.00 NAL=2 Slice:B Poc:316 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 409 QP=9.00 NAL=0 Slice:B Poc:314 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 410 QP=9.00 NAL=0 Slice:B Poc:318 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 411 QP=7.00 NAL=2 Slice:P Poc:328 
I:0    P:0    SKIP:7800 size=72 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 412 QP=8.00 NAL=2 Slice:B Poc:324 
I:0    P:0    SKIP:7800 size=69 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 413 QP=9.00 NAL=0 Slice:B Poc:322 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 414 QP=9.00 NAL=0 Slice:B Poc:326 
I:0    P:0    SKIP:7800 size=66 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 415 QP=9.00 NAL=2 Slice:P Poc:332 
I:0    P:0    SKIP:7800 size=72 bytes
[libx264 @ 000002d14cc33bc0] [debug] frame= 416 QP=9.00 NAL=0 Slice:B Poc:330 
I:0    P:0    SKIP:7800 size=66 bytes
[vost#0:0/libx264 @ 000002d14cc2e1c0] [verbose] Terminating thread with return 
code 0 (success)
[out#0/mp4 @ 000002d14cc8fa40] [verbose] All streams finished
[out#0/mp4 @ 000002d14cc8fa40] [verbose] Terminating thread with return code 0 
(success)
[mp4 @ 000002d14cd02880] [info] Starting second pass: moving the moov atom to 
the beginning of the file
[mp4 @ 000002d14cd02880] [debug] Opening 'test.mp4' for reading
[file @ 000002d14cd11d80] [debug] Setting default whitelist 'file,crypto,data'
[AVIOContext @ 000002d14ec2cbc0] [verbose] Statistics: 39257 bytes read, 0 seeks
[AVIOContext @ 000002d14cd0bf00] [verbose] Statistics: 84312 bytes written, 4 
seeks, 5 writeouts
[out#0/mp4 @ 000002d14cc8fa40] [verbose] Output file #0 (test.mp4):
[out#0/mp4 @ 000002d14cc8fa40] [verbose]   Output stream #0:0 (video): 417 
frames encoded; 417 packets muxed (39208 bytes);
[out#0/mp4 @ 000002d14cc8fa40] [verbose]   Total: 417 packets (39208 bytes) 
muxed
[out#0/mp4 @ 000002d14cc8fa40] [info] video:38KiB audio:0KiB subtitle:0KiB 
other streams:0KiB global headers:0KiB muxing overhead: 14.984187%
[info] frame=  417 fps= 30 q=-1.0 Lsize=      44KiB time=00:00:13.86 bitrate=  
26.0kbits/s dup=0 drop=2 speed=0.986x elapsed=0:00:14.06
[libx264 @ 000002d14cc33bc0] [info] frame I:2     Avg QP: 3.47  size:   461
[libx264 @ 000002d14cc33bc0] [info] frame P:109   Avg QP: 6.99  size:   105
[libx264 @ 000002d14cc33bc0] [info] frame B:306   Avg QP: 9.95  size:    86
[libx264 @ 000002d14cc33bc0] [info] consecutive B-frames:  1.2%  2.4%  1.4% 
95.0%
[libx264 @ 000002d14cc33bc0] [info] mb I  I16..4: 100.0%  0.0%  0.0%
[libx264 @ 000002d14cc33bc0] [info] 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 @ 000002d14cc33bc0] [info] 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:51.6% L1:48.2% BI: 0.2%
[libx264 @ 000002d14cc33bc0] [info] 8x8 transform intra:0.2% inter:2.1%
[libx264 @ 000002d14cc33bc0] [info] coded y,uvDC,uvAC intra: 0.6% 0.1% 0.0% 
inter: 0.0% 0.0% 0.0%
[libx264 @ 000002d14cc33bc0] [info] i16 v,h,dc,p: 98%  0%  2%  0%
[libx264 @ 000002d14cc33bc0] [info] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  1%  4% 91%  
1%  1%  0%  0%  0%  1%
[libx264 @ 000002d14cc33bc0] [info] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18%  9% 57%  
2%  8%  3%  0%  1%  2%
[libx264 @ 000002d14cc33bc0] [info] i8c dc,h,v,p: 100%  0%  0%  0%
[libx264 @ 000002d14cc33bc0] [info] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 000002d14cc33bc0] [info] ref P L0: 37.9% 62.1%
[libx264 @ 000002d14cc33bc0] [info] ref B L0: 97.2%  2.8%
[libx264 @ 000002d14cc33bc0] [info] ref B L1: 98.4%  1.6%
[libx264 @ 000002d14cc33bc0] [info] kb/s:22.07
[in#0/gdigrab @ 000002d14cc3b700] [verbose] Input file #0 (title=Calculator):
[in#0/gdigrab @ 000002d14cc3b700] [verbose]   Input stream #0:0 (video): 420 
packets read (3354646680 bytes); 419 frames decoded; 0 decode errors;
[in#0/gdigrab @ 000002d14cc3b700] [verbose]   Total: 420 packets (3354646680 
bytes) demuxed
[verbose]
[verbose] Exiting with exit code 0



_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to