senseiwells / ServerReplay

A completely server-side implementation of the replay mod, this mod allows you to record multiple players that are online on a server at a time, as well as any given chunk area. This will produce replay files which can then be used with the replay mod for rendering.
MIT License
96 stars 6 forks source link

How can I render the recorded file to a mp4 server-side? #45

Closed huangdi95 closed 2 months ago

huangdi95 commented 3 months ago

Hi, thanks for this great tool and this is exactly what I need!

I want to record first-person point-of-view Minecraft videos for all players on different servers. My question is, how can I render these first-person videos to mp4 server-side with this tool so that I can get videos automatically? Otherwise, I need to load mcpr files and render these videos one by one.

Thanks!

senseiwells commented 2 months ago

This is not a planned feature unfortunately, it would be extremely complicated and difficult to implement well.