Opened 6 months ago

Last modified 6 months ago

#10639 new defect

gdigrab cut video if another monitor have higher dpi then primary (with two monitors)

Reported by: Glebka Owned by:
Priority: normal Component: ffmpeg
Version: 6.0 Keywords: gdigrab
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Glebka)

I have 2 monitors:
(1): scale 125% 2568x1440 (primary)
(2): scale 150% 1920x1080

Open "RoslynPad 15.1" (or another app) on monitor (2) and run script:

ffmpeg.exe -y -f gdigrab -i title="RoslynPad 15.1" -c:v libx264 -crf 23 -profile:v:1 baseline -level 3.0 -pix_fmt yuv420p -c:a aac -ac 2 -b:a 128k -movflags faststart -vf "setpts=1*PTS" "output.mp4"

Video is cutted.

If i set scale monitor (2) to 125% or 100% it working ok.
Maybe #4232 related

Attachments (2)

1.png (1.8 MB ) - added by Glebka 6 months ago.
Monitor 2 screen
2.png (141.0 KB ) - added by Glebka 6 months ago.
Result

Download all attachments as: .zip

Change History (3)

by Glebka, 6 months ago

Attachment: 1.png added

Monitor 2 screen

by Glebka, 6 months ago

Attachment: 2.png added

Result

comment:1 by Glebka, 6 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.