Respuestas:
Debe definir un desplazamiento para la captura.
Mis pantallas tienen una resolución horizontal de 1920px. Entonces, para grabar mi segunda pantalla (ubicada a la derecha de mi pantalla principal), agrego :screen-left=1920
al cuadro "Opciones de edición". Asegúrese de marcar la opción "Mostrar más opciones" en el cuadro de diálogo "Abrir medios" para ver la opción.
También puede grabar solo un subconjunto de su pantalla o monitores ubicados encima o debajo de su pantalla principal, etc. VLC es realmente sorprendente.
Consulte las Opciones de línea de comandos de VLC para ver todos los indicadores disponibles que puede pasar:
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).