Difference between revisions of "Documentation:Modules/screen"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 59: Line 59:
  
 
{{Stub}}
 
{{Stub}}
 +
 +
Run...
 +
vlc -H
 +
...for the definitive options for your version.
  
 
{{Documentation}}
 
{{Documentation}}

Revision as of 18:30, 10 December 2008

Module: screen
Type Access
First VLC version -
Last VLC version -
Operating system(s) all
Description screen capture
Shortcut(s) -

Stream or save a video of your computer screen.

Options

  • screen-caching <integer> : Time in milliseconds
  • screen-fps <integer> : Capture frames per second default value: 0
  • screen-fragment-size <integer> : (Windows only) Optimize the capture by fragmenting the screen in chunks of predefined height (16 might be a good value, and 0 means disabled) default value: 0
  • screen-top <integer> : The top edge coordinate of the subscreen default value: 0
  • screen-left <integer> : The left edge coordinate of the subscreen default value: 0
  • screen-width <integer> : The width of the subscreen default value: <full screen width>
  • screen-height <integer> : The height of the subscreen default value: <full screen height>
  • screen-follow-mouse, no-screen-follow-mouse : Follow the mouse when capturing a subscreen. default value: no-screen-follow-mouse
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.

Run...

vlc -H

...for the definitive options for your version.

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.