Difference between revisions of "Documentation:Modules/screen"
Jump to navigation
Jump to search
(New page: {{Module|name=screen|type=Access|description=screen capture}} Stream or save a video of your computer screen. == Options == {{Option |name=screen-caching |value=integer |description=Time...) |
|||
Line 7: | Line 7: | ||
|name=screen-caching | |name=screen-caching | ||
|value=integer | |value=integer | ||
− | |description=Time in | + | |description=Time in milliseconds. |
}} | }} | ||
Line 23: | Line 23: | ||
|description=(Windows only) Optimize the capture by fragmenting the screen in chunks of predefined height (16 might be a good value, and 0 means disabled) | |description=(Windows only) Optimize the capture by fragmenting the screen in chunks of predefined height (16 might be a good value, and 0 means disabled) | ||
}} | }} | ||
+ | |||
+ | {{Option | ||
+ | |name=screen-top | ||
+ | |value=integer | ||
+ | |default=0 | ||
+ | |description=The top edge coordinate of the subscreen. | ||
+ | }} | ||
+ | |||
+ | {{Option | ||
+ | |name=screen-left | ||
+ | |value=integer | ||
+ | |default=0 | ||
+ | |description=The left edge coordinate of the subscreen. | ||
+ | }} | ||
+ | |||
+ | {{Option | ||
+ | |name=screen-width | ||
+ | |value=integer | ||
+ | |default=<maximum> | ||
+ | |description=The width of the subscreen. | ||
+ | }} | ||
+ | |||
+ | {{Option | ||
+ | |name=screen-height | ||
+ | |value=integer | ||
+ | |default=<maximum> | ||
+ | |description=The height of the subscreen. | ||
+ | }} | ||
+ | |||
+ | {{Option | ||
+ | |name=screen-follow-mouse, no-screen-follow-mouse | ||
+ | |value=none | ||
+ | |default=no-screen-follow-mouse | ||
+ | |description=Follow the mouse when capturing a subscreen. | ||
+ | }} | ||
{{Stub}} | {{Stub}} | ||
{{Documentation}} | {{Documentation}} |
Revision as of 18:24, 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: <maximum>
- screen-height <integer> : The height of the subscreen. default value: <maximum>
- screen-follow-mouse, no-screen-follow-mouse <none> : Follow the mouse when capturing a subscreen. default value: no-screen-follow-mouse
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.