Jak nagrać pulpit w odtwarzaczu VLC Media Player - drugi ekran

22

Mam konfigurację monitora z dwoma głowicami w systemie Windows 7 i chcę uchwycić pulpit w odtwarzaczu multimedialnym VLC. Ale preferowany jest drugi ekran. Jak mogę to zrobić?

teZeriusz
źródło

Odpowiedzi:

30

Musisz zdefiniować przesunięcie dla przechwytywania.

Moje ekrany mają rozdzielczość poziomą 1920px. Aby nagrać mój drugi ekran (po prawej stronie ekranu głównego), dodaję :screen-left=1920do pola „Edytuj opcje”. Zaznacz opcję „Pokaż więcej opcji” w oknie dialogowym „Otwórz multimedia”, aby wyświetlić tę opcję.

Możesz także nagrać tylko podzbiór ekranu lub monitorów znajdujących się powyżej lub poniżej ekranu głównego itp. VLC jest naprawdę niesamowite.

Ustawienia przechwytywania VLC

Sprawdź opcje wiersza poleceń VLC dla wszystkich dostępnych flag, które możesz przekazać:

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

Źródło: https://wiki.videolan.org/VLC_command-line_help

tbenz9
źródło