Adjustable FPS Video Recording/ja: Difference between revisions

From Vintage Story Wiki
(Created page with "Please note2:この動画キャプチャーとシネマティックカメラを連動させるには .cam rec コマンドを使います。")
(Created page with "<strong>.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]</strong><br> The cinematic camera tool system. <ul> <li> <strong>.vrec start</strong>:動画の...")
Line 13: Line 13:
<ul>
<ul>
<li>
<li>
<strong>.vrec start</strong>: Starts the recording of the video
<strong>.vrec start</strong>:動画の録画を開始します。
</li>
</li>
<li>
<li>
<strong>.vrec stop</strong>: Stops the recording of the video
<strong>.vrec stop</strong>:動画の録画を停止します。
</li>
</li>
<li>
<li>
<strong>.vrec toggle</strong>: Starts the recording if not currently recording and stops it if currently recording.
<strong>.vrec toggle</strong>:現在録画していない場合は録画を開始し、録画している場合は停止します。
</li>
</li>
<li>
<li>
<strong>.vrec codec</strong>: Set the encoder of the output video. For X264 you have to install [[https://sourceforge.net/projects/x264vfw/ x264vfw]]
<strong>.vrec codec</strong>:出力される動画のエンコーダを設定します。X264の場合は[[https://sourceforge.net/projects/x264vfw/ x264vfw]]をインストールする必要があります。
</li>
</li>
<li>
<li>
<strong>.vrec videofps</strong>: Set the framerate of the output video
<strong>.vrec videofps</strong>:出力される動画のフレームレートを設定します。
</li>
</li>
<li>
<li>
<strong>.vrec tickfps</strong>: Set the tick framerate of the game. You probably want it to be the same as the videofps
<strong>.vrec tickfps</strong>:ゲームのティックフレームレートを設定します。動画のfpsと同じにするとよいでしょう。
</li>
</li>
                         <li>
                         <li>
<strong>.vrec filetarget</strong>: Set the path to where the video should be written to (default is the 'My Videos' folder)
<strong>.vrec filetarget</strong>:動画が出力されるフォルダを設定します(デフォルトでは「マイビデオ」フォルダです)。
</li>
</li>
</ul>
</ul>

Revision as of 07:52, 25 September 2021


Vintage Storyには、ゲームのフレームレートと同期してビデオを録画するシステムが内蔵されていて、この機能を使えば、録画自体のfpsが低くてもビデオのフレームレートは高くなります。このツールは現在、チャットコマンドでのみ利用可能ですが、マクロマネージャーを使えば任意のキーボードキーに一連のコマンド入力を設定することができるでしょう。

Please note:この動画キャプチャーは、現在のところ音声の録音には対応していません。

Please note2:この動画キャプチャーとシネマティックカメラを連動させるには .cam rec コマンドを使います。


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

  • .vrec start:動画の録画を開始します。
  • .vrec stop:動画の録画を停止します。
  • .vrec toggle:現在録画していない場合は録画を開始し、録画している場合は停止します。
  • .vrec codec:出力される動画のエンコーダを設定します。X264の場合は[x264vfw]をインストールする必要があります。
  • .vrec videofps:出力される動画のフレームレートを設定します。
  • .vrec tickfps:ゲームのティックフレームレートを設定します。動画のfpsと同じにするとよいでしょう。
  • .vrec filetarget:動画が出力されるフォルダを設定します(デフォルトでは「マイビデオ」フォルダです)。