godot/servers/movie_writer
Hugo Locurcio 264ce15a83
Warn if available disk space is low when Movie Maker mode is enabled
Saving movies can require a lot of disk space, and running out of disk
space may cause the entire recording to have to be redone.

This also prints a message on startup to state that Movie Maker mode
is enabled, along with the requested framerate. Since Movie Maker mode
forces non-real-time simulation, it's important to know that it is
enabled when starting the project.
2022-11-01 00:02:55 +01:00
..
movie_writer.cpp Warn if available disk space is low when Movie Maker mode is enabled 2022-11-01 00:02:55 +01:00
movie_writer.h Change window title in Movie Maker mode to display useful information 2022-07-26 18:59:33 +02:00
movie_writer_mjpeg.cpp Add property hints to MovieWriter settings 2022-06-25 20:08:56 +02:00
movie_writer_mjpeg.h Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
movie_writer_pngwav.cpp Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
movie_writer_pngwav.h Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
SCsub Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00