Changeset 75342 in vbox
- Timestamp:
- Nov 9, 2018 8:50:58 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/user_VBoxManage.xml (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r75138 r75342 1886 1886 </sect2> 1887 1887 1888 <sect2 id="vboxmanage-modifyvm- capture">1889 1890 <title> CaptureSettings</title>1888 <sect2 id="vboxmanage-modifyvm-record"> 1889 1890 <title>Recording Settings</title> 1891 1891 1892 1892 <para> 1893 The following settings for changing video and/or audio capture1893 The following settings for changing video and/or audio recording 1894 1894 parameters are available through <computeroutput>VBoxManage 1895 1895 modifyvm</computeroutput>. … … 1900 1900 <listitem> 1901 1901 <para> 1902 <computeroutput>-- captureon|off</computeroutput>: This1902 <computeroutput>--record on|off</computeroutput>: This 1903 1903 option enables or disables recording a VM session into a 1904 1904 file. If this option is enabled, recording will start when the … … 1909 1909 <listitem> 1910 1910 <para> 1911 <computeroutput>-- capturescreens all|<screen ID>1911 <computeroutput>--recordscreens all|<screen ID> 1912 1912 [<screen ID> ...]</computeroutput>: This option allows 1913 1913 to specify which screens of the VM are being recorded. Each … … 1918 1918 <listitem> 1919 1919 <para> 1920 <computeroutput>-- capturefile1920 <computeroutput>--recordfile 1921 1921 <filename></computeroutput>: This option sets the 1922 1922 filename VirtualBox uses to save the recorded content. … … 1926 1926 <listitem> 1927 1927 <para> 1928 <computeroutput>-- capturemaxtime1928 <computeroutput>--recordmaxtime 1929 1929 <ms></computeroutput>: This option sets the maximum 1930 time in milliseconds the capturing will be enabled1931 since activation. The capturing stops when the defined time1932 interval has elapsed. If this value is zero the capturing is1930 time in milliseconds the recording will be enabled 1931 since activation. The recording stops when the defined time 1932 interval has elapsed. If this value is zero the recording is 1933 1933 not limited by time. 1934 1934 </para> … … 1937 1937 <listitem> 1938 1938 <para> 1939 <computeroutput>-- capturemaxsize1939 <computeroutput>--recordmaxsize 1940 1940 <MB></computeroutput>: This option limits the maximum 1941 size of the captured file (in MB). The capturing stops1941 size of the recorded file (in MB). The recording stops 1942 1942 when the file size has reached the specified size. If this 1943 value is zero the capturing will not be limited by file size.1944 </para> 1945 </listitem> 1946 1947 <listitem> 1948 <para> 1949 <computeroutput>-- captureopts <key=value>1943 value is zero the recording will not be limited by file size. 1944 </para> 1945 </listitem> 1946 1947 <listitem> 1948 <para> 1949 <computeroutput>--recordopts <key=value> 1950 1950 [,<key=value> ...]</computeroutput>: This format can 1951 be used to specify additional capturing options. These1951 be used to specify additional recording options. These 1952 1952 options only are for advanced users and must be specified in 1953 1953 a comma-separated key=value format. For example: … … 1958 1958 <listitem> 1959 1959 <para> 1960 <computeroutput>-- capturevideores1960 <computeroutput>--recordvideores 1961 1961 <width>x<height></computeroutput>: This option 1962 1962 sets the video resolution (in pixels) of the recorded file. … … 1966 1966 <listitem> 1967 1967 <para> 1968 <computeroutput>-- capturevideorate1968 <computeroutput>--recordvideorate 1969 1969 <rate></computeroutput>: This option sets the video bitrate 1970 1970 in kilobits (kb) per second. Increasing this value makes the … … 1975 1975 <listitem> 1976 1976 <para> 1977 <computeroutput>-- capturevideofps <fps></computeroutput>:1977 <computeroutput>--recordvideofps <fps></computeroutput>: 1978 1978 This option sets the maximum number of video frames per second 1979 1979 (FPS) to be recorded. Frames with a higher frequency will be … … 3643 3643 <listitem> 3644 3644 <para> 3645 <computeroutput> videocapon|off</computeroutput> enables or3645 <computeroutput>record on|off</computeroutput> enables or 3646 3646 disables recording a VM session into a WebM/VP8 file. 3647 3647 </para> … … 3650 3650 <listitem> 3651 3651 <para> 3652 <computeroutput> videocapscreens all|<screen ID>3652 <computeroutput>recordscreens all|<screen ID> 3653 3653 [<screen ID> ...]]</computeroutput> allows to specify 3654 3654 which screens of the VM are being recorded. This setting 3655 cannot be changed while video capturing is enabled. Each3655 cannot be changed while recording is enabled. Each 3656 3656 screen is recorded into a separate file. 3657 3657 </para> … … 3660 3660 <listitem> 3661 3661 <para> 3662 <computeroutput> videocapfile <file></computeroutput>3662 <computeroutput>recordfile <file></computeroutput> 3663 3663 sets the filename VirtualBox uses to save the recorded 3664 content. This setting cannot be changed while video capturing3664 content. This setting cannot be changed while recording 3665 3665 is enabled. 3666 3666 </para> … … 3669 3669 <listitem> 3670 3670 <para> 3671 <computeroutput> videocapres <width>3671 <computeroutput>recordvideores <width> 3672 3672 <height></computeroutput> sets the resolution (in 3673 3673 pixels) of the recorded video. This setting cannot be changed 3674 while video capturing is enabled. 3675 </para> 3676 </listitem> 3677 3678 <listitem> 3679 <!-- @todo r=andy Clarify rate. --> 3680 3681 <para> 3682 <computeroutput>videocaprate <rate></computeroutput> 3674 while recording is enabled. 3675 </para> 3676 </listitem> 3677 3678 <listitem> 3679 <para> 3680 <computeroutput>recordvideorate <rate></computeroutput> 3683 3681 sets the bitrate in kilobits (kb) per second. Increasing this 3684 3682 value makes the video look better for the cost of an increased 3685 file size. This setting cannot be changed while video 3686 capturing is enabled. 3687 </para> 3688 </listitem> 3689 3690 <listitem> 3691 <para> 3692 <computeroutput>videocapfps <fps></computeroutput> sets 3683 file size. This setting cannot be changed while recording is enabled. 3684 </para> 3685 </listitem> 3686 3687 <listitem> 3688 <para> 3689 <computeroutput>recordvideofps <fps></computeroutput> sets 3693 3690 the maximum number of frames per second (FPS) to be recorded. 3694 3691 Frames with a higher frequency will be skipped. Reducing this 3695 3692 value increases the number of skipped frames and reduces the 3696 file size. This setting cannot be changed while video 3697 capturing is enabled. 3698 </para> 3699 </listitem> 3700 3701 <listitem> 3702 <!-- @todo r=andy Clarify time format. --> 3703 3704 <para> 3705 <computeroutput>videocapmaxtime <ms></computeroutput> 3706 sets the maximum time in milliseconds the video capturing will 3707 be enabled since activation. The capturing stops when the 3693 file size. This setting cannot be changed while recording is enabled. 3694 </para> 3695 </listitem> 3696 3697 <listitem> 3698 <para> 3699 <computeroutput>recordmaxtime <ms></computeroutput> 3700 sets the maximum time in milliseconds the recording will 3701 be enabled since activation. The recording stops when the 3708 3702 defined time interval has elapsed. If this value is zero the 3709 capturing is not limited by time. This setting cannot be3710 changed while video capturing is enabled.3711 </para> 3712 </listitem> 3713 3714 <listitem> 3715 <para> 3716 <computeroutput> videocapmaxsize <MB></computeroutput>3717 limits the maximum size of the captured videofile, in MB. The3718 capturing stops when the file size has reached the specified3719 size. If this value is zero the capturing will not be limited3720 by file size. This setting cannot be changed while video3721 capturingis enabled.3722 </para> 3723 </listitem> 3724 3725 <listitem> 3726 <para> 3727 <computeroutput> videocapopts3703 recording is not limited by time. This setting cannot be 3704 changed while recording is enabled. 3705 </para> 3706 </listitem> 3707 3708 <listitem> 3709 <para> 3710 <computeroutput>recordmaxsize <MB></computeroutput> 3711 limits the maximum size of the recorded file, in MB. The 3712 recording stops when the file size has reached the specified 3713 size. If this value is zero the recording will not be limited 3714 by file size. This setting cannot be changed while recording 3715 is enabled. 3716 </para> 3717 </listitem> 3718 3719 <listitem> 3720 <para> 3721 <computeroutput>recordopts 3728 3722 <key=value>[,<key=value> ...]</computeroutput> can 3729 be used to specify additional video capturing options. These3723 be used to specify additional recording options. These 3730 3724 options only are for advanced users and must be specified in a 3731 3725 comma-separated key=value format, e.g. 3732 3726 <computeroutput>foo=bar,a=b</computeroutput>. This setting 3733 cannot be changed while video capturing is enabled.3727 cannot be changed while recording is enabled. 3734 3728 </para> 3735 3729 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.

