Difference between revisions of "Documentation:Modules/screen"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=The top edge coordinate of the subscreen. (New in VLC 1.0.0 | + | |description=The top edge coordinate of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) |
}} | }} | ||
Line 35: | Line 35: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=The left edge coordinate of the subscreen. (New in VLC 1.0.0 | + | |description=The left edge coordinate of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) |
}} | }} | ||
Line 42: | Line 42: | ||
|value=integer | |value=integer | ||
|default=<full screen width> | |default=<full screen width> | ||
− | |description=The width of the subscreen. (New in VLC 1.0.0 | + | |description=The width of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) |
}} | }} | ||
Line 49: | Line 49: | ||
|value=integer | |value=integer | ||
|default=<full screen height> | |default=<full screen height> | ||
− | |description=The height of the subscreen. (New in VLC 1.0.0 | + | |description=The height of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) |
}} | }} | ||
Line 55: | Line 55: | ||
|name=screen-follow-mouse, no-screen-follow-mouse | |name=screen-follow-mouse, no-screen-follow-mouse | ||
|default=no-screen-follow-mouse | |default=no-screen-follow-mouse | ||
− | |description=Follow the mouse when capturing a subscreen. (New in VLC 1.0.0 | + | |description=Follow the mouse when capturing a subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) |
}} | }} | ||
Line 62: | Line 62: | ||
|value=filename | |value=filename | ||
|default="" | |default="" | ||
− | |description=Mouse pointer image to use. If specified, the pointer will be overlayed on the captured video. (New in VLC 1.0.0, Windows and | + | |description=Mouse pointer image to use. If specified, the pointer will be overlayed on the captured video. (New in VLC 1.0.0, Windows and x11 only) |
}} | }} | ||
Revision as of 11:24, 17 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. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) default value: 0
- screen-left <integer> : The left edge coordinate of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) default value: 0
- screen-width <integer> : The width of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) default value: <full screen width>
- screen-height <integer> : The height of the subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) default value: <full screen height>
- screen-follow-mouse, no-screen-follow-mouse : Follow the mouse when capturing a subscreen. (New in VLC 0.9.0 on x11, New in VLC 1.0.0 on Windows) default value: no-screen-follow-mouse
- screen-mouse-image <filename> : Mouse pointer image to use. If specified, the pointer will be overlayed on the captured video. (New in VLC 1.0.0, Windows and x11 only) default value: ""
Run...
% vlc -H
...for the definitive options for your version.
Example
Capture a screen:
% vlc screen:// --screen-fps=1 --screen-width=100 --screen-height=100
The screen thus captured is 100x100 pixels in from the top left corner of the active screen.
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.