[FFmpeg-trac] #10639(ffmpeg:new): gdigrab cut video if another monitor have higher dpi then primary (with two monitors)

FFmpeg trac at avcodec.org
Tue Oct 31 10:56:02 EET 2023


#10639: gdigrab cut video if another monitor have higher dpi then primary (with two
monitors)
---------------------------------+----------------------------------
             Reporter:  Glebka   |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  ffmpeg   |                  Version:  6.0
             Keywords:  gdigrab  |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+----------------------------------
 I have 2 monitors:
 (1): scale 125% 2568x1440
 (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
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10639>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list