godot/servers/movie_writer
Hugo Locurcio aaeb60eafc
Add a Movie Quit On Finish property to AnimationPlayer
This quits the project when an animation is done playing in the
given AnimationPlayer, but only in Movie Maker mode.
When this happens, a message is printed with the absolute path of the
AnimationPlayer node that caused the engine to quit.

This can be used to create videos that stop at a specified time
without having to write any script.

A report is now also printed to the console when the video is done
recording (as long as the engine was exited properly).
This report is unfortunately not always visible in the editor's
Output panel, as it's printed too late.

A method was also added to get the path to the output file from the
scripting API.
2022-07-27 18:50:28 +02:00
..
movie_writer.cpp Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02: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