On 10/16/23, Cecil Westerhof via ffmpeg-user <ffmpeg-user@ffmpeg.org> wrote:
> Ulf Zibis <ulf.zi...@cosoco.de> writes:
>
>> Am 12.10.23 um 11:51 schrieb Cecil Westerhof via ffmpeg-user:
>>> I just found this:
>>>      https://trac.ffmpeg.org/wiki/Capture/Desktop
>>>
>>> Very interesting indeed.
>>>
>>> I have two monitors. I could write something about how to use this
>>> with two monitors (or more). Would that be appreciated? If yes, how to
>>> get my contribution into that page?

Doesn't the first bit of advice work for you?

ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :0.0+100,200 output.mp4

I have used that for a few years to record screencasts with a
multi-monitor setup and differing resolutions. You just need to be
careful to specify the the origin (:0.0+100,200) correctly.

Leo
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to