Trouble rendering video from scene

Hello all
I only use Editor and I created (published) a json file via ‘three.js Editor’
(the rendered function is no longer available to create an MP4 file, due to chrome updates)

does anyone know, how to get MP4 file, from the published Json file?
what other tool can replace rendered function to create MP4 file from three.js json
Thanks to help

There is no tool for such a conversion. You essentially need the same code like the editor uses for creating MP4 files.

The idea to use a respective library like FFmpeg and then render for each frame of the video a frame of your scene via WebGLrenderer.

1 Like

This function in Editor was very practical to finalize the work
Many Thanks for your quick reply

1 Like