VLCメディアプレーヤーでデスクトップを記録する方法-2番目の画面


22

Windows 7でデュアルヘッドモニターをセットアップし、VLCメディアプレーヤーでデスクトップをキャプチャしたい。ただし、2番目の画面が優先されます。それ、どうやったら出来るの?

回答:


30

キャプチャのオフセットを定義する必要があります。

私の画面の水平解像度は1920pxです。したがって、2番目の画面(メイン画面の右側にある)を記録するには、[ :screen-left=1920オプションの編集]ボックスに追加します。[メディアを開く]ダイアログボックスの[その他のオプションを表示]をオンにして、オプションを確認してください。

また、メイン画面の上または下にある画面またはモニターのサブセットのみを記録することもできます。VLCは本当に素晴らしいです。

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).

ソース:https : //wiki.videolan.org/VLC_command-line_help

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.