Changeset 105387 in vbox for trunk/doc/manual
- Timestamp:
- Jul 17, 2024 5:04:04 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164040
- Location:
- trunk/doc/manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r105266 r105387 480 480 <arg choice="plain">off</arg> 481 481 </group> 482 </cmdsynopsis> 483 <!-- 484 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-start"> 482 485 483 <command>VBoxManage controlvm</command> 486 484 <group choice="req"> … … 489 487 </group> 490 488 <arg choice="plain">recording start</arg> 491 <arg><replaceable>wait</replaceable></arg> 492 </cmdsynopsis> 493 494 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-stop"> 489 <arg>--wait</arg> 490 495 491 <command>VBoxManage controlvm</command> 496 492 <group choice="req"> … … 499 495 </group> 500 496 <arg choice="plain">recording stop</arg> 501 </cmdsynopsis> 502 503 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-attach"> 497 504 498 <command>VBoxManage controlvm</command> 505 499 <group choice="req"> … … 508 502 </group> 509 503 <arg choice="plain">recording attach</arg> 510 </cmdsynopsis>--> 511 512 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-screens"> 504 513 505 <command>VBoxManage controlvm</command> 514 506 <group choice="req"> … … 522 514 <arg choice="plain"><replaceable>screen-ID</replaceable><arg rep="repeat">,<replaceable>screen-ID</replaceable></arg></arg> 523 515 </group> 524 </cmdsynopsis> 525 526 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-filename"> 516 527 517 <command>VBoxManage controlvm</command> 528 518 <group choice="req"> … … 532 522 <arg choice="plain">recording filename</arg> 533 523 <arg choice="req">filename</arg> 534 </cmdsynopsis> 535 536 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videores"> 524 537 525 <command>VBoxManage controlvm</command> 538 526 <group choice="req"> … … 542 530 <arg choice="plain">recording videores</arg> 543 531 <arg choice="req"><arg choice="req"><replaceable>width</replaceable></arg>x<arg choice="req"><replaceable>height</replaceable></arg></arg> 544 </cmdsynopsis> 545 546 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videorate"> 532 547 533 <command>VBoxManage controlvm</command> 548 534 <group choice="req"> … … 552 538 <arg choice="plain">recording videorate</arg> 553 539 <arg choice="req"><replaceable>rate</replaceable></arg> 554 </cmdsynopsis> 555 556 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videofps"> 540 557 541 <command>VBoxManage controlvm</command> 558 542 <group choice="req"> … … 562 546 <arg choice="plain">recording videofps</arg> 563 547 <arg choice="req"><replaceable>fps</replaceable></arg> 564 </cmdsynopsis> 565 566 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-maxtime"> 548 567 549 <command>VBoxManage controlvm</command> 568 550 <group choice="req"> … … 572 554 <arg choice="plain">recording maxtime</arg> 573 555 <arg choice="req"><replaceable>sec</replaceable></arg> 574 </cmdsynopsis> 575 576 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-maxfilesize"> 556 577 557 <command>VBoxManage controlvm</command> 578 558 <group choice="req"> … … 582 562 <arg choice="plain">recording maxfilesize</arg> 583 563 <arg choice="req"><replaceable>MB</replaceable></arg> 584 </cmdsynopsis> 585 586 <!-- 587 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-opts"> 564 588 565 <command>VBoxManage controlvm</command> 589 566 <group choice="req"> … … 594 571 <arg choice="req"><replaceable>key</replaceable>=<arg><replaceable>value</replaceable></arg></arg> 595 572 </cmdsynopsis> 596 -->597 573 598 574 <cmdsynopsis id="synopsis-vboxmanage-controlvm-setcredentials"> … … 1513 1489 </refsect2> 1514 1490 <refsect2 id="vboxmanage-controlvm-recording"> 1515 <title> Enable or Disable theRecording of a Virtual Machine Session</title>1491 <title>Recording of a Virtual Machine Session</title> 1516 1492 <remark role="help-copy-synopsis"/> 1517 1493 <para> … … 1524 1500 value is <literal>off</literal>. 1525 1501 </para> 1526 </refsect2> 1527 <!-- 1528 <refsect2 id="vboxmanage-controlvm-recording-start"> 1529 <title>Starts the Recording of a Virtual Machine Session</title> 1530 <remark role="help-copy-synopsis"/> 1502 1531 1503 <para> 1532 1504 The <command>VBoxManage controlvm … … 1535 1507 WebM/VP8 file. 1536 1508 </para> 1537 </refsect2> 1538 <refsect2 id="vboxmanage-controlvm-recording-stop"> 1539 <title>Stops the Recording of a Virtual Machine Session</title> 1540 <remark role="help-copy-synopsis"/> 1509 1541 1510 <para> 1542 1511 The <command>VBoxManage controlvm … … 1544 1513 stops the recording of a VM session. 1545 1514 </para> 1546 </refsect2> 1547 <refsect2 id="vboxmanage-controlvm-recording-attach"> 1548 <title>Attaches to a running Recording of a Virtual Machine Session</title> 1549 <remark role="help-copy-synopsis"/> 1515 1550 1516 <para> 1551 1517 The <command>VBoxManage controlvm … … 1553 1519 attaches to a running recording of a VM session. 1554 1520 </para> 1555 </refsect2> 1556 --> 1557 <refsect2 id="vboxmanage-controlvm-recording-screens"> 1558 <title>Specify the Virtual Machine Screens to Record</title> 1559 <remark role="help-copy-synopsis"/> 1521 1560 1522 <para> 1561 1523 The <command>VBoxManage controlvm … … 1580 1542 </para></listitem> 1581 1543 </itemizedlist> 1582 </refsect2> 1583 <refsect2 id="vboxmanage-controlvm-recording-filename"> 1584 <title>Specify the File in Which to Save Virtual Machine Recording</title> 1585 <remark role="help-copy-synopsis"/> 1544 1586 1545 <para> 1587 1546 The <command>VBoxManage controlvm … … 1595 1554 <filename>webm</filename> file name extension. 1596 1555 </para> 1597 </refsect2> 1598 <refsect2 id="vboxmanage-controlvm-recording-videores"> 1599 <title>Specify the Resolution of the Recorded Video</title> 1600 <remark role="help-copy-synopsis"/> 1556 1601 1557 <para> 1602 1558 <command>VBoxManage controlvm <replaceable>vmname</replaceable> … … 1625 1581 </para></listitem> 1626 1582 </itemizedlist> 1627 </refsect2> 1628 <refsect2 id="vboxmanage-controlvm-recording-videorate"> 1629 <title>Specify the Bit Rate of the Video</title> 1630 <remark role="help-copy-synopsis"/> 1631 <!-- @todo r=andy Clarify rate. --> 1583 1632 1584 <para> 1633 1585 The <command>VBoxManage controlvm … … 1645 1597 value. 1646 1598 </para> 1647 </refsect2> 1648 <refsect2 id="vboxmanage-controlvm-recording-videofps"> 1649 <title>Specify the Maximum Frequency of the Video</title> 1650 <remark role="help-copy-synopsis"/> 1599 1651 1600 <para> 1652 1601 The <command>VBoxManage controlvm … … 1664 1613 the Recording tab of the Display page to view the default value. 1665 1614 </para> 1666 </refsect2> 1667 <refsect2 id="vboxmanage-controlvm-recording-maxtime"> 1668 <title>Specify the Maximum Amount of Time to Record Video</title> 1669 <remark role="help-copy-synopsis"/> 1670 <!-- @todo r=andy Clarify time format. --> 1615 1671 1616 <para> 1672 1617 The <command>VBoxManage controlvm … … 1677 1622 you stop the recording. 1678 1623 </para> 1679 </refsect2> 1680 <refsect2 id="vboxmanage-controlvm-recording-maxfilesize"> 1681 <title>Specify the Maximum Size of the Recorded Video</title> 1682 <remark role="help-copy-synopsis"/> 1624 1683 1625 <para> 1684 1626 The <command>VBoxManage controlvm … … 1690 1632 modify this setting while recording is enabled. 1691 1633 </para> 1692 </refsect2> 1693 <!-- 1694 <refsect2 id="vboxmanage-controlvm-recording-opts"> 1695 <title>Specify Custom Options for Recording Video and/or Audio</title> 1696 <remark role="help-copy-synopsis"/> 1634 1697 1635 <para> 1698 1636 The <command>VBoxManage controlvm … … 1709 1647 </para> 1710 1648 </refsect2> 1711 --> 1649 1712 1650 <refsect2 id="vboxmanage-controlvm-setcredentials"> 1713 1651 <title>Specify Credentials for Remote Logins on Windows Virtual Machines</title> -
trunk/doc/manual/ru_RU/man_VBoxManage-controlvm.xml
r105266 r105387 456 456 <arg choice="plain">off</arg> 457 457 </group> 458 </cmdsynopsis> 459 <!-- 460 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-start"> 458 461 459 <command>VBoxManage controlvm</command> 462 460 <group choice="req"> … … 465 463 </group> 466 464 <arg choice="plain">recording start</arg> 467 <arg><replaceable>wait</replaceable></arg> 468 </cmdsynopsis> 469 470 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-stop"> 465 <arg>--wait</arg> 466 471 467 <command>VBoxManage controlvm</command> 472 468 <group choice="req"> … … 475 471 </group> 476 472 <arg choice="plain">recording stop</arg> 477 </cmdsynopsis> 478 479 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-attach"> 473 480 474 <command>VBoxManage controlvm</command> 481 475 <group choice="req"> … … 484 478 </group> 485 479 <arg choice="plain">recording attach</arg> 486 </cmdsynopsis> 487 --> 488 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-screens"> 480 489 481 <command>VBoxManage controlvm</command> 490 482 <group choice="req"> … … 498 490 <arg choice="plain"><replaceable>экран</replaceable>,[<replaceable>экран</replaceable>...]</arg> 499 491 </group> 500 </cmdsynopsis> 501 502 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-filename"> 492 503 493 <command>VBoxManage controlvm</command> 504 494 <group choice="req"> … … 508 498 <arg choice="plain">recording filename</arg> 509 499 <arg choice="req">filename</arg> 510 </cmdsynopsis> 511 512 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videores"> 500 513 501 <command>VBoxManage controlvm</command> 514 502 <group choice="req"> … … 518 506 <arg choice="plain">recording videores</arg> 519 507 <arg choice="req"><replaceable>ширина</replaceable>x<replaceable>высота</replaceable></arg> 520 </cmdsynopsis> 521 522 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videorate"> 508 523 509 <command>VBoxManage controlvm</command> 524 510 <group choice="req"> … … 528 514 <arg choice="plain">recording videorate</arg> 529 515 <arg choice="req"><replaceable>битрейт</replaceable></arg> 530 </cmdsynopsis> 531 532 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-videofps"> 516 533 517 <command>VBoxManage controlvm</command> 534 518 <group choice="req"> … … 538 522 <arg choice="plain">recording videofps</arg> 539 523 <arg choice="req"><replaceable>кадров/сек</replaceable></arg> 540 </cmdsynopsis> 541 542 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-maxtime"> 524 543 525 <command>VBoxManage controlvm</command> 544 526 <group choice="req"> … … 548 530 <arg choice="plain">recording maxtime</arg> 549 531 <arg choice="req"><replaceable>сек</replaceable></arg> 550 </cmdsynopsis> 551 552 <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-maxfilesize"> 532 553 533 <command>VBoxManage controlvm</command> 554 534 <group choice="req"> … … 1581 1561 </refsect2> 1582 1562 <refsect2 id="vboxmanage-controlvm-recording"> 1583 <title> Включить или выключить запись сессии виртуальной машины</title>1563 <title>Recording of a Virtual Machine Session</title> 1584 1564 <remark role="help-copy-synopsis"/> 1585 1565 <para> … … 1594 1574 Эта команда не влияет прямо на состояние выполнения ВМ. 1595 1575 </para> 1596 </refsect2> 1597 <refsect2 id="vboxmanage-controlvm-recording-screens"> 1598 <title>Задать экран виртуальной машины для записи</title> 1599 <remark role="help-copy-synopsis"/> 1576 1577 <para> 1578 The <command>VBoxManage controlvm 1579 <replaceable>vmname</replaceable> recording start</command> command 1580 starts the recording of a VM session into a 1581 WebM/VP8 file. 1582 </para> 1583 1584 <para> 1585 The <command>VBoxManage controlvm 1586 <replaceable>vmname</replaceable> recording stop</command> command 1587 stops the recording of a VM session. 1588 </para> 1589 1590 <para> 1591 The <command>VBoxManage controlvm 1592 <replaceable>vmname</replaceable> recording attach</command> command 1593 attaches to a running recording of a VM session. 1594 </para> 1595 1600 1596 <para> 1601 1597 Команда <command>VBoxManage controlvm … … 1620 1616 </para></listitem> 1621 1617 </itemizedlist> 1622 </refsect2> 1623 <refsect2 id="vboxmanage-controlvm-recording-filename"> 1624 <title>Задать файл для сохранения записанной сессии виртуальной машины</title> 1625 <remark role="help-copy-synopsis"/> 1618 1626 1619 <para> 1627 1620 Команда <command>VBoxManage controlvm … … 1638 1631 Эта команда не влияет прямо на состояние выполнения ВМ. 1639 1632 </para> 1640 </refsect2> 1641 <refsect2 id="vboxmanage-controlvm-recording-videores"> 1642 <title>Задать разрешение записанного видео</title> 1643 <remark role="help-copy-synopsis"/> 1633 1644 1634 <para> 1645 1635 Команда <command>VBoxManage controlvm <replaceable>имя-ВМ</replaceable> … … 1667 1657 </para></listitem> 1668 1658 </itemizedlist> 1669 </refsect2> 1670 <refsect2 id="vboxmanage-controlvm-recording-videorate"> 1671 <title>Задать битрейт видео</title> 1672 <remark role="help-copy-synopsis"/> 1673 <!-- @todo r=andy Clarify rate. --> 1659 1674 1660 <para> 1675 1661 Команда <command>VBoxManage controlvm … … 1688 1674 Эта команда не влияет прямо на состояние выполнения ВМ. 1689 1675 </para> 1690 </refsect2> 1691 <refsect2 id="vboxmanage-controlvm-recording-videofps"> 1692 <title>Задать максимальную частоту видео</title> 1693 <remark role="help-copy-synopsis"/> 1676 1694 1677 <para> 1695 1678 Команда <command>VBoxManage controlvm … … 1711 1694 Эта команда не влияет прямо на состояние выполнения ВМ. 1712 1695 </para> 1713 </refsect2> 1714 <refsect2 id="vboxmanage-controlvm-recording-maxtime"> 1715 <title>Задать максимальное время записи видео</title> 1716 <remark role="help-copy-synopsis"/> 1717 <!-- @todo r=andy Clarify time format. --> 1696 1718 1697 <para> 1719 1698 Команда <command>VBoxManage controlvm … … 1727 1706 Эта команда не влияет прямо на состояние выполнения ВМ. 1728 1707 </para> 1729 </refsect2> 1730 <refsect2 id="vboxmanage-controlvm-recording-maxfilesize"> 1731 <title>Задать максимальный размер записанного видео</title> 1732 <remark role="help-copy-synopsis"/> 1708 1733 1709 <para> 1734 1710 Команда <command>VBoxManage controlvm … … 1744 1720 </para> 1745 1721 </refsect2> 1722 1746 1723 <refsect2 id="vboxmanage-controlvm-setcredentials"> 1747 1724 <title>Задать учетные данные для удаленного входа в виртуальные машины Windows</title>
Note:
See TracChangeset
for help on using the changeset viewer.