Risposte:
È 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=1920
alla 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.
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).