Come registrare il desktop in VLC media player - seconda schermata


22

Ho un monitor dual-head installato su Windows 7 e voglio catturare il desktop in VLC media player. Ma la seconda schermata è preferita. Come lo faccio?

Risposte:


30

È necessario definire un offset per l'acquisizione.

I miei schermi hanno una risoluzione orizzontale di 1920px. Quindi per registrare la mia seconda schermata (situata a destra della mia schermata principale), aggiungo :screen-left=1920alla casella "Modifica opzioni". Assicurati di selezionare "Mostra più opzioni" nella finestra di dialogo "Apri media" per visualizzare l'opzione.

Puoi anche registrare solo un sottoinsieme dello schermo o dei monitor situati sopra o sotto lo schermo principale, ecc. VLC è davvero sorprendente.

Impostazioni di acquisizione VLC

Dai un'occhiata alle opzioni della riga di comando VLC per tutti i flag disponibili che puoi passare:

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

Fonte: https://wiki.videolan.org/VLC_command-line_help

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.