Exporting multiple files in one run using Godot 4.x Movie Maker mode ?
Asked Answered
F

1

0

Hi !

I have a question regarding Movie Maker mode.

I'm currently making a Karaoke software in which the user can select an audio file and a text file, then syncs them kinda manually and then receives a video (kind of in this style ) ready to upload !

The project is two scenes, first one simple GUI with buttons, file-loaders and syncing mechanism, second one plays the song with an animated background and shows the lyrics in time.

When using Godot Movie Maker I'm left with a video showing both scenes as it normally should but I just want the second one recorded !

I love the Movie Maker feature but I can't make it to record either one file starting on second scene's instantiation, or two files - one per scene -. I tried many things, instancing the 2nd scene on another window, re-rooting the 2nd scene at runtime via script. I did the meta data thing suggested in the doc here : https://docs.godotengine.org/en/stable/tutorials/animation/creating_movies.html#id4

But it doesn't work !

If anyone got a clue I'd love to hear about it,
thanks in advance

Fifth answered 26/11, 2023 at 21:29 Comment(0)
J
0

Fifth Probably best to just cut the video yourself after you have recorded it. If you don't have any other tool you can use ffmpeg, like the docs that you linked explain.

Jacky answered 26/11, 2023 at 23:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.