Changeset 75138 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 29, 2018 9:29:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r74003 r75138 1886 1886 </sect2> 1887 1887 1888 <sect2 id="vboxmanage-modifyvm- videocap">1889 1890 <title> VideoCapture Settings</title>1888 <sect2 id="vboxmanage-modifyvm-capture"> 1889 1890 <title>Capture Settings</title> 1891 1891 1892 1892 <para> 1893 The following settings for changing video recording parameters1894 are available through <computeroutput>VBoxManage1893 The following settings for changing video and/or audio capture 1894 parameters are available through <computeroutput>VBoxManage 1895 1895 modifyvm</computeroutput>. 1896 1896 </para> … … 1900 1900 <listitem> 1901 1901 <para> 1902 <computeroutput>-- videocapon|off</computeroutput>: This1902 <computeroutput>--capture on|off</computeroutput>: This 1903 1903 option enables or disables recording a VM session into a 1904 WebM/VP8 file. If this option is enabled, recording will1905 start when theVM session is started.1906 </para> 1907 </listitem> 1908 1909 <listitem> 1910 <para> 1911 <computeroutput>-- videocapscreens all|<screen ID>1904 file. If this option is enabled, recording will start when the 1905 VM session is started. 1906 </para> 1907 </listitem> 1908 1909 <listitem> 1910 <para> 1911 <computeroutput>--capturescreens 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>-- videocapfile1920 <computeroutput>--capturefile 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>--videocapres 1928 <computeroutput>--capturemaxtime 1929 <ms></computeroutput>: This option sets the maximum 1930 time in milliseconds the capturing will be enabled 1931 since activation. The capturing stops when the defined time 1932 interval has elapsed. If this value is zero the capturing is 1933 not limited by time. 1934 </para> 1935 </listitem> 1936 1937 <listitem> 1938 <para> 1939 <computeroutput>--capturemaxsize 1940 <MB></computeroutput>: This option limits the maximum 1941 size of the captured file (in MB). The capturing stops 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> 1950 [,<key=value> ...]</computeroutput>: This format can 1951 be used to specify additional capturing options. These 1952 options only are for advanced users and must be specified in 1953 a comma-separated key=value format. For example: 1954 <computeroutput>foo=bar,a=b</computeroutput>. 1955 </para> 1956 </listitem> 1957 1958 <listitem> 1959 <para> 1960 <computeroutput>--capturevideores 1929 1961 <width>x<height></computeroutput>: This option 1930 sets the resolution (in pixels) of the recorded video.1931 </para> 1932 </listitem> 1933 1934 <listitem> 1935 <para> 1936 <computeroutput>-- videocaprate1937 <rate></computeroutput>: This option sets the bitrate1962 sets the video resolution (in pixels) of the recorded file. 1963 </para> 1964 </listitem> 1965 1966 <listitem> 1967 <para> 1968 <computeroutput>--capturevideorate 1969 <rate></computeroutput>: This option sets the video bitrate 1938 1970 in kilobits (kb) per second. Increasing this value makes the 1939 1971 video look better for the cost of an increased file size. … … 1943 1975 <listitem> 1944 1976 <para> 1945 <computeroutput>-- videocapfps <fps></computeroutput>:1946 This option sets the maximum number of frames per second1977 <computeroutput>--capturevideofps <fps></computeroutput>: 1978 This option sets the maximum number of video frames per second 1947 1979 (FPS) to be recorded. Frames with a higher frequency will be 1948 1980 skipped. Reducing this value increases the number of skipped 1949 1981 frames and reduces the file size. 1950 </para>1951 </listitem>1952 1953 <listitem>1954 <para>1955 <computeroutput>--videocapmaxtime1956 <ms></computeroutput>: This option sets the maximum1957 time in milliseconds the video capturing will be enabled1958 since activation. The capturing stops when the defined time1959 interval has elapsed. If this value is zero the capturing is1960 not limited by time.1961 </para>1962 </listitem>1963 1964 <listitem>1965 <para>1966 <computeroutput>--videocapmaxsize1967 <MB></computeroutput>: This option limits the maximum1968 size of the captured video file (in MB). The capturing stops1969 when the file size has reached the specified size. If this1970 value is zero the capturing will not be limited by file1971 size.1972 </para>1973 </listitem>1974 1975 <listitem>1976 <para>1977 <computeroutput>--videocapopts <key=value>1978 [,<key=value> ...]</computeroutput>: This format can1979 be used to specify additional video capturing options. These1980 options only are for advanced users and must be specified in1981 a comma-separated key=value format. For example:1982 <computeroutput>foo=bar,a=b</computeroutput>.1983 1982 </para> 1984 1983
Note:
See TracChangeset
for help on using the changeset viewer.