Регулируемая частота кадров при записи видео

From Vintage Story Wiki
Revision as of 11:38, 2 March 2024 by Volkov (talk | contribs) (Created page with "*<code>.vrec stop</code>: Останавить запись видео.")
Other languages:


В Vintage Story встроена система записи видео, которая обеспечивает синхронизацию видео с частотой кадров в игре, так что даже если при самой записи частота кадров низкая, полученное видео будет иметь высокую частоту кадров. Хотя в настоящее время этот инструмент доступен только через команды чата, вы всегда можете воспользоваться менеджером макросов, чтобы поместить любую последовательность команд на выбранную вами клавишу клавиатуры.

Примечание:

  • Инструмент записи видео в настоящее время не поддерживает запись звука.
  • Вы можете использовать инструмент записи видео и кинематографическую камеру совместно, используя команду .cam rec.


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

  • .vrec start : Начать запись видео.
  • .vrec stop: Останавить запись видео.
  • .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