Opened 13 months ago
Last modified 13 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 )
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)
Note:
See TracTickets
for help on using tickets.
Monitor 2 screen