Adjustable FPS Video Recording/en-gb: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 10: Line 10:


<strong>.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]</strong><br>
<strong>.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]</strong><br>
Инструменты кинематографической камеры.
The cinematic camera tool system.
<ul>
<ul>
<li>
<li>
<strong>.vrec start</strong>: Начинает запись видео
<strong>.vrec start</strong>: Starts the recording of the video
</li>
</li>
<li>
<li>
<strong>.vrec stop</strong>: Прекращает запись видео
<strong>.vrec stop</strong>: Stops the recording of the video
</li>
</li>
<li>
<li>
<strong>.vrec toggle</strong>: Начинает запись, если она не начата, и останавливает её, если начата.
<strong>.vrec toggle</strong>: Starts the recording if not currently recording and stops it if currently recording.
</li>
</li>
<li>
<li>
<strong>.vrec codec</strong>: Устанавливает кодировщик конечного видео. Для Х264 вы должны установить: [[https://sourceforge.net/projects/x264vfw/ x264vfw]]
<strong>.vrec codec</strong>: Set the encoder of the output video. For X264 you have to install [[https://sourceforge.net/projects/x264vfw/ x264vfw]]
</li>
</li>
<li>
<li>
<strong>.vrec videofps</strong>: Устанавливает частоту кадров конечного видео
<strong>.vrec videofps</strong>: Set the framerate of the output video
</li>
</li>
<li>
<li>
<strong>.vrec tickfps</strong>: Устанавливает частоту кадров игры. Возможно, вы захотите, чтобы оно соответствовало смене кадров в видео
<strong>.vrec tickfps</strong>: Set the tick framerate of the game. You probably want it to be the same as the videofps
</li>
</li>
                         <li>
                         <li>
<strong>.vrec filetarget</strong>: Указывает путь, куда будет записываться видео (изначально - папка 'My Videos")
<strong>.vrec filetarget</strong>: Set the path to where the video should be written to (default is the 'My Videos' folder)
</li>
</li>
</ul>
</ul>

Revision as of 21:23, 9 January 2022

Other languages:


Vintage Story comes with an inbuilt video recording system that ensures the video to be in sync with the games framerate, so even if the recording itself has low fps, the resulting video will have a high frame rate. While this tool is currently only available through chat commands you can always use the macro manager to put any sequence of commands on a keyboard key of your choosing.

Please note: The video recorder does not currently support audio recording.

Please note2: You can use the video recorder and cinematic camera in conjunction by using the command .cam rec


.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]
The cinematic camera tool system.

  • .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: Set the encoder of the output video. For X264 you have to install [x264vfw]
  • .vrec videofps: Set the framerate of the output video
  • .vrec tickfps: Set the tick framerate of the game. You probably want it to be the same as the videofps
  • .vrec filetarget: Set the path to where the video should be written to (default is the 'My Videos' folder)