VirtualBox

Changeset 56835 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jul 7, 2015 11:03:14 AM (9 years ago)
Author:
vboxsync
Message:

doc/manual: VBoxManage fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r56556 r56835  
    11821182            see <xref linkend="settings-usb" /> for details.</para>
    11831183          </listitem>
     1184          <!-- @todo r=andy Document tracing-* commands -->
    11841185        </itemizedlist></para>
    11851186
    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|&lt;screen ID&gt;
     1203          [&lt;screen ID&gt; ...]</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 &lt;filename&gt;</computeroutput>:
     1208            This option sets the filename VirtualBox uses to save the recorded content.
     1209          </para>
     1210        </listitem>
     1211        <listitem>
     1212          <para><computeroutput>--videocapres &lt;width&gt;x&lt;height&gt;</computeroutput>:
     1213            This option sets the resolution (in pixels) of the recorded video.</para>
     1214        </listitem>
     1215        <listitem>
     1216          <para><computeroutput>--videocaprate &lt;rate&gt;</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 &lt;fps&gt;</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 &lt;ms&gt;</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 &lt;MB&gt;</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 &lt;key=value&gt;
     1241            [,&lt;key=value&gt; ...]</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
    11871250    </sect2>
    11881251
     
    18441907
    18451908      <listitem>
    1846         <para><computeroutput>videocapscreens all|&lt;screen ID&gt; [&lt;screen ID&gt; ...]]</computeroutput>
    1847         allows to specify which screens of the VM are being recorded. This setting
     1909        <para><computeroutput>videocapscreens all|&lt;screen ID&gt;
     1910        [&lt;screen ID&gt; ...]]</computeroutput> allows to specify which screens of
     1911        the VM are being recorded. This setting
    18481912        cannot be changed while video capturing is enabled. Each screen is recorded
    18491913        into a separate file.</para>
     
    18781942
    18791943      <listitem> <!-- @todo r=andy Clarify time format. -->
    1880         <para><computeroutput>videocapmaxtime &lt;time&gt;</computeroutput> sets
    1881         the maximum time the video capturing will take place since activation.
     1944        <para><computeroutput>videocapmaxtime &lt;ms&gt;</computeroutput> sets
     1945        the maximum time in milliseconds the video capturing will be enabled
     1946        since activation.
    18821947        The capturing stops when the defined time interval has elapsed. If this
    18831948        value is zero the capturing is not limited by time. This setting cannot
     
    18881953        <para><computeroutput>videocapmaxsize &lt;MB&gt;</computeroutput> limits
    18891954        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 zero
     1955        when the file size has reached the specified size. If this value is zero
    18911956        the capturing will not be limited by file size. This setting cannot be
    18921957        changed while video capturing is enabled.</para>
     
    18941959
    18951960      <listitem>
    1896         <para><computeroutput>videocapopts &lt;key=value&gt; [&lt;key=value&gt; ...]</computeroutput>
     1961        <para><computeroutput>videocapopts &lt;key=value&gt;[,&lt;key=value&gt; ...]</computeroutput>
    18971962        can be used to specify additional video capturing options. These options
    18981963        only are for advanced users and must be specified in a comma-separated
     
    19101975
    19111976      <listitem>
    1912         <para><computeroutput>--plugcpu|unplugcpu
     1977        <para><computeroutput>plugcpu|unplugcpu
    19131978        &lt;id&gt;</computeroutput>: If CPU hot-plugging is enabled, this adds
    19141979        a virtual CPU to the virtual machines (or removes one).
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette