Files
godot/doc/classes
reduz 5786516d4d Implement Running Godot as Movie Writer
* Allows running the game in "movie writer" mode.
* It ensures entirely stable framerate, so your run can be saved stable and with proper sound (which is impossible if your CPU/GPU can't sustain doing this in real-time).
* If disabling vsync, it can save movies faster than the game is run, but if you want to control the interaction it can get difficult.
* Implements a simple, default MJPEG writer.

This new features has two main use cases, which have high demand:
* Saving game videos in high quality and ensuring the frame rate is *completely* stable, always.
* Using Godot as a tool to make movies and animations (which is ideal if you want interaction, or creating them procedurally. No other software is as good for this).

**Note**: This feature **IS NOT** for capturing real-time footage. Use something like OBS, SimpleScreenRecorder or FRAPS to achieve that, as they do a much better job at intercepting the compositor than Godot can probably do using Vulkan or OpenGL natively. If your game runs near real-time when capturing, you can still use this feature but it will play no sound (sound will be saved directly).

Usage:

$ godot --write-movie movie.avi [scene_file.tscn]

Missing:

* Options for configuring video writing via GLOBAL_DEF
* UI Menu for launching with this mode from the editor.
* Add to list of command line options.
* Add a feature tag to override configurations when movie writing (fantastic for saving videos with highest quality settings).
2022-06-21 11:28:47 +02:00
..
2022-06-16 16:43:41 +03:00
2022-06-16 16:43:41 +03:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-05-20 22:40:38 +02:00
2022-06-08 12:57:54 +02:00
2022-04-28 00:22:43 -07:00
2022-05-17 18:08:36 +02:00
2022-04-27 01:02:11 +02:00
2022-03-27 16:13:00 +02:00
2022-03-22 16:27:34 +01:00
2022-03-31 14:07:29 +02:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-05-12 11:21:29 +02:00
2022-04-22 12:08:46 +03:00
2022-04-22 12:08:46 +03:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-06-13 12:57:56 +02:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-02-25 09:33:27 +02:00
2022-05-10 19:34:48 +08:00
2022-06-08 12:57:54 +02:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-04-18 02:11:19 +09:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-04-22 12:08:46 +03:00
2022-05-13 08:20:22 +03:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-06-10 14:37:39 +02:00
2022-06-10 14:37:39 +02:00
2022-05-05 16:00:37 +02:00
2022-04-28 21:19:01 +08:00
2022-04-28 21:19:01 +08:00
2022-03-09 13:59:03 +01:00
2022-04-28 00:22:43 -07:00
2022-06-07 13:14:44 +02:00
2022-04-28 00:22:43 -07:00
2022-02-23 12:02:24 +01:00
2022-03-09 13:59:03 +01:00
2022-02-15 00:03:31 +01:00