Hey guys, just wondering, does Google App Script have something akin to ffmpeg for converting an array of png blobs to a single mp4/gif/animation?
I'm wondering as I'm trying to create myself a sort of Line Race Chart (without creating a html page that is, just a plain mp4 file containing said line race chart) with every frame being the next value in a google spreadsheet array.
Basically, I want to take "screenshots" of the chart, and when I'm finally done with the array, collate them into a single mp4 or any video file (anything that can be easily paused and played pretty much, with no autoplaying).
No worries if it isn't available, I'm just concerned if my only route is somehow converting them manually with bytecode (which I currently don't have a clue to do, as all answers on the internet have been to "find a library", which is sorta hard when working with Google App Script).