वीएलसी मीडिया प्लेयर में डेस्कटॉप रिकॉर्ड कैसे करें - दूसरी स्क्रीन


22

मेरे पास विंडोज 7 के तहत एक डुअल-हेड मॉनिटर सेटअप है, और मैं वीएलसी मीडिया प्लेयर में डेस्कटॉप पर कब्जा करना चाहता हूं। लेकिन दूसरी स्क्रीन को प्राथमिकता दी जाती है। मैं उसको कैसे करू?

जवाबों:


30

आपको कैप्चर के लिए एक ऑफसेट परिभाषित करने की आवश्यकता है।

मेरी स्क्रीन में 1920px का एक क्षैतिज रिज़ॉल्यूशन है। तो मेरी दूसरी स्क्रीन (मेरी प्राथमिक स्क्रीन के दाईं ओर स्थित) को रिकॉर्ड करने के लिए, मैं :screen-left=1920"विकल्प संपादित करें" बॉक्स में जोड़ता हूं । सुनिश्चित करें कि आप विकल्प को देखने के लिए "ओपन मीडिया" डायलॉग बॉक्स पर "अधिक विकल्प दिखाएं" की जांच करें।

आप अपनी स्क्रीन का एक सबसेट या अपनी मुख्य स्क्रीन के ऊपर या नीचे स्थित मॉनिटर आदि भी रिकॉर्ड कर सकते हैं। VLC वास्तव में आश्चर्यजनक है।

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

स्रोत: https://wiki.videolan.org/VLC_command-line_help

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.