#how to export screen size gif or mp4 in godot
6 messages · Page 1 of 1 (latest)
Do you mean to record the screen? You can use OBS to do this, or your operating system’s preferred tool. You could just share the project/code with them? If you want them to be a certain resolution, can’t you just scale the game window as desired?
Yes I could do that or i could do it with one click every time
I just think it would be simpler if I do it in the program itself.
Is it to complicated ?
Also some of does friend don't use godot but I still want to show thme.
You could use movie maker mode as shown in the documentation: https://docs.godotengine.org/en/latest/tutorials/animation/creating_movies.html
Godot can record non-real-time video and audio from any 2D or 3D project. This kind of recording is also called offline rendering. There are many scenarios where this is useful: Recording game trai...