Changeset 56835 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jul 7, 2015 11:03:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r56556 r56835 1182 1182 see <xref linkend="settings-usb" /> for details.</para> 1183 1183 </listitem> 1184 <!-- @todo r=andy Document tracing-* commands --> 1184 1185 </itemizedlist></para> 1185 1186 1186 <!-- @todo r=andy Document tracing-* commands --> 1187 </sect2> 1188 1189 <sect2 id="vboxmanage-modifyvm-videocap"> 1190 <title>Video Capture settings</title> 1191 1192 <para>The following settings for changing video recording parameters are 1193 available through <computeroutput>VBoxManage modifyvm</computeroutput>. 1194 <itemizedlist> 1195 <listitem> 1196 <para><computeroutput>--videocap on|off</computeroutput>: 1197 This option enables or disables recording a VM session into a WebM/VP8 1198 file. If this option is enabled, recording will start when the VM 1199 session is started.</para> 1200 </listitem> 1201 <listitem> 1202 <para><computeroutput>--videocapscreens all|<screen ID> 1203 [<screen ID> ...]</computeroutput>: This option allows to specify which screens of 1204 the VM are being recorded. Each screen is recorded into a separate file.</para> 1205 </listitem> 1206 <listitem> 1207 <para><computeroutput>--videocapfile <filename></computeroutput>: 1208 This option sets the filename VirtualBox uses to save the recorded content. 1209 </para> 1210 </listitem> 1211 <listitem> 1212 <para><computeroutput>--videocapres <width>x<height></computeroutput>: 1213 This option sets the resolution (in pixels) of the recorded video.</para> 1214 </listitem> 1215 <listitem> 1216 <para><computeroutput>--videocaprate <rate></computeroutput>: 1217 This option sets the bitrate in kilobits (kb) per second. Increasing this 1218 value makes the video look better for the cost of an increased file size.</para> 1219 </listitem> 1220 <listitem> 1221 <para><computeroutput>--videocapfps <fps></computeroutput>: 1222 This option sets the maximum number of frames per second (FPS) to be 1223 recorded. Frames with a higher frequency will be skipped. Reducing this 1224 value increases the number of skipped frames and reduces the file size.</para> 1225 </listitem> 1226 <listitem> 1227 <para><computeroutput>--videocapmaxtime <ms></computeroutput>: 1228 This option sets the maximum time in milliseconds the video capturing 1229 will be enabled since activation. The capturing stops when the defined 1230 time interval has elapsed. If this value is zero the capturing is not 1231 limited by time.</para> 1232 </listitem> 1233 <listitem> 1234 <para><computeroutput>--videocapmaxsize <MB></computeroutput>: 1235 This option limits the maximum size of the captured video file (in MB). 1236 The capturing stops when the file size has reached the specified size. If 1237 this value is zero the capturing will not be limited by file size.</para> 1238 </listitem> 1239 <listitem> 1240 <para><computeroutput>--videocapopts <key=value> 1241 [,<key=value> ...]</computeroutput>: 1242 This format can be used to specify additional video capturing options. 1243 These options only are for advanced users and must be specified in a 1244 comma-separated key=value format, e.g. 1245 <computeroutput>foo=bar,a=b</computeroutput>. 1246 </para> 1247 </listitem> 1248 </itemizedlist></para> 1249 1187 1250 </sect2> 1188 1251 … … 1844 1907 1845 1908 <listitem> 1846 <para><computeroutput>videocapscreens all|<screen ID> [<screen ID> ...]]</computeroutput> 1847 allows to specify which screens of the VM are being recorded. This setting 1909 <para><computeroutput>videocapscreens all|<screen ID> 1910 [<screen ID> ...]]</computeroutput> allows to specify which screens of 1911 the VM are being recorded. This setting 1848 1912 cannot be changed while video capturing is enabled. Each screen is recorded 1849 1913 into a separate file.</para> … … 1878 1942 1879 1943 <listitem> <!-- @todo r=andy Clarify time format. --> 1880 <para><computeroutput>videocapmaxtime <time></computeroutput> sets 1881 the maximum time the video capturing will take place since activation. 1944 <para><computeroutput>videocapmaxtime <ms></computeroutput> sets 1945 the maximum time in milliseconds the video capturing will be enabled 1946 since activation. 1882 1947 The capturing stops when the defined time interval has elapsed. If this 1883 1948 value is zero the capturing is not limited by time. This setting cannot … … 1888 1953 <para><computeroutput>videocapmaxsize <MB></computeroutput> limits 1889 1954 the maximum size of the captured video file (in MB). The capturing stops 1890 when file size has reached the specified size. If this value is zero1955 when the file size has reached the specified size. If this value is zero 1891 1956 the capturing will not be limited by file size. This setting cannot be 1892 1957 changed while video capturing is enabled.</para> … … 1894 1959 1895 1960 <listitem> 1896 <para><computeroutput>videocapopts <key=value> [<key=value> ...]</computeroutput>1961 <para><computeroutput>videocapopts <key=value>[,<key=value> ...]</computeroutput> 1897 1962 can be used to specify additional video capturing options. These options 1898 1963 only are for advanced users and must be specified in a comma-separated … … 1910 1975 1911 1976 <listitem> 1912 <para><computeroutput> --plugcpu|unplugcpu1977 <para><computeroutput>plugcpu|unplugcpu 1913 1978 <id></computeroutput>: If CPU hot-plugging is enabled, this adds 1914 1979 a virtual CPU to the virtual machines (or removes one).
Note:
See TracChangeset
for help on using the changeset viewer.