Hi,
To answer your question: I am using Node.js as my scripting language.
Regarding my previous request for FFmpeg installation. I would like to cancel that request. I realized that my application uses WebAssembly (Client-Side FFmpeg), so the processing happens in the user's browser, not on your server. All I need is for my Node.js application (server.js) to run so it can serve the static files with the correct Cross-Origin security headers. I will handle uploading the necessary FFmpeg WASM files (in my /lib folder) myself.
Thank you