Trouble exporting video with VideoExport library - no errors but no .mp4 written to file

Hi @DarkLight,

Always good to look inside the given examples coming with a library.

ie:

You’ll notice, that there is a call to …

videoExport.startMovie();

… right after creating the VideoExport instance, which seems to be missed in your code above…

Cheers
— mnse

PS: there is also a library called GifAnimation which you can check out…

2 Likes