जवाबों:
आपको कैप्चर के लिए एक ऑफसेट परिभाषित करने की आवश्यकता है।
मेरी स्क्रीन में 1920px का एक क्षैतिज रिज़ॉल्यूशन है। तो मेरी दूसरी स्क्रीन (मेरी प्राथमिक स्क्रीन के दाईं ओर स्थित) को रिकॉर्ड करने के लिए, मैं :screen-left=1920
"विकल्प संपादित करें" बॉक्स में जोड़ता हूं । सुनिश्चित करें कि आप विकल्प को देखने के लिए "ओपन मीडिया" डायलॉग बॉक्स पर "अधिक विकल्प दिखाएं" की जांच करें।
आप अपनी स्क्रीन का एक सबसेट या अपनी मुख्य स्क्रीन के ऊपर या नीचे स्थित मॉनिटर आदि भी रिकॉर्ड कर सकते हैं। 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).