Changeset 5892 in vbox
- Timestamp:
- Nov 30, 2007 2:15:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r5842 r5892 266 266 " -vrdpport <port> Port number the VRDP server will bind to\n" 267 267 " -vrdpaddress <ip> Interface IP the VRDP will bind to \n" 268 #endif 269 #ifdef VBOX_FFMPEG 270 " -capture Record the VM screen output to a file\n" 271 "\n" 272 "When recording, the following optional environment variables are also\n" 273 "recognized:\n" 274 "\n" 275 " VBOX_CAPTUREWIDTH Frame width\n" 276 " VBOX_CAPTUREHEIGHT Frame height\n" 277 " VBOX_CAPTUREBITRATE Recording bit rate\n" 278 " VBOX_CAPTUREBITRATE Recording bit rate\n" 279 " VBOX_CAPTUREFILE Specify a file name\n" 268 280 #endif 269 281 "\n");
Note:
See TracChangeset
for help on using the changeset viewer.