回答:
キャプチャのオフセットを定義する必要があります。
私の画面の水平解像度は1920pxです。したがって、2番目の画面(メイン画面の右側にある)を記録するには、[ :screen-left=1920
オプションの編集]ボックスに追加します。[メディアを開く]ダイアログボックスの[その他のオプションを表示]をオンにして、オプションを確認してください。
また、メイン画面の上または下にある画面またはモニターのサブセットのみを記録することもできます。VLCは本当に素晴らしいです。
渡すことができるすべての利用可能なフラグについては、VLCコマンドラインオプションをご覧ください。
Screen Input
--screen-fps=<float> Frame rate
Desired frame rate for the capture.
--screen-top=<integer [-2147483648 .. 2147483647]>
Subscreen top left corner
Top coordinate of the subscreen top left corner.
--screen-left=<integer [-2147483648 .. 2147483647]>
Subscreen top left corner
Left coordinate of the subscreen top left corner.
--screen-width=<integer [-2147483648 .. 2147483647]>
Subscreen width
Subscreen width
--screen-height=<integer [-2147483648 .. 2147483647]>
Subscreen height
Subscreen height
--screen-follow-mouse, --no-screen-follow-mouse
Follow the mouse (default disabled)
Follow the mouse when capturing a subscreen. (default disabled)
--screen-mouse-image=<string>
Mouse pointer image
If specified, will use the image to draw the mouse pointer on the
capture.
--screen-fragment-size=<integer [-2147483648 .. 2147483647]>
Capture fragment size
Optimize the capture by fragmenting the screen in chunks of
predefined height (16 might be a good value, and 0 means disabled).