Adjustable FPS Video Recording/ru: Difference between revisions

From Vintage Story Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 43: Line 43:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec start</code> : Starts the recording of the video.
*<code>.vrec start</code> : Starts the recording of the video.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec stop</code> : Stops the recording of the video.
*<code>.vrec stop</code> : Stops the recording of the video.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec toggle</code> : Starts the recording if not currently recording and stops it if currently recording.
*<code>.vrec toggle</code> : Starts the recording if not currently recording and stops it if currently recording.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec codec</code> : Sets the encoder of the output video. For X264 you have to install [[https://sourceforge.net/projects/x264vfw/ x264vfw]].
*<code>.vrec codec</code> : Sets the encoder of the output video. For X264 you have to install [[https://sourceforge.net/projects/x264vfw/ x264vfw]].
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec videofps</code> : Sets the framerate of the output video.
*<code>.vrec videofps</code> : Sets the framerate of the output video.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec tickfps</code> : Sets the tick framerate of the game. You probably want it to be the same as the videofps.
*<code>.vrec tickfps</code> : Sets the tick framerate of the game. You probably want it to be the same as the videofps.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
*<code>.vrec filetarget</code> : Sets the path to where the video should be written to (default is the 'My Videos' folder).
*<code>.vrec filetarget</code> : Sets the path to where the video should be written to (default is the 'My Videos' folder).
</div>





Revision as of 03:54, 3 August 2023

Other languages:


Vintage Story снабжена системой записи видео, которая позволяет частоте кадров видео соответствовать игре. Так, даже если запись имеет низкую частоту, само видео будет иметь высокую смену кадров. Пока этот инструмент доступен только через команды чата, вы всегда можете использовать макро-менеджер, чтобы подключить любую последовательность команд к какой угодно клавише на клавиатуре.

Пожалуйста, обратите внимание: система записи видео пока не поддерживает запись звука.

Пожалуйста, обратите внимание 2: Вы можете использовать запись видео и кинематографическую камеру вместе, используя команду .cam rec


.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]
Инструменты кинематографической камеры.

  • .vrec start: Начинает запись видео
  • .vrec stop: Прекращает запись видео
  • .vrec toggle: Начинает запись, если она не начата, и останавливает её, если начата.
  • .vrec codec: Устанавливает кодировщик конечного видео. Для Х264 вы должны установить: [x264vfw]
  • .vrec videofps: Устанавливает частоту кадров конечного видео
  • .vrec tickfps: Устанавливает частоту кадров игры. Возможно, вы захотите, чтобы оно соответствовало смене кадров в видео
  • .vrec filetarget: Указывает путь, куда будет записываться видео (изначально - папка 'My Videos")
  • .vrec start : Starts the recording of the video.
  • .vrec stop : Stops the recording of the video.
  • .vrec toggle : Starts the recording if not currently recording and stops it if currently recording.
  • .vrec codec : Sets the encoder of the output video. For X264 you have to install [x264vfw].
  • .vrec videofps : Sets the framerate of the output video.
  • .vrec tickfps : Sets the tick framerate of the game. You probably want it to be the same as the videofps.
  • .vrec filetarget : Sets the path to where the video should be written to (default is the 'My Videos' folder).


Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding
Modding Introduction Getting Started Пакет тем
Content Modding Content Mods Developing a Content Mod Basic Tutorials Intermediate Tutorials Advanced Tutorials Content Mod Concepts
Code Modding Code Mods Setting up your Development Environment
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository