transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
865 stars 113 forks source link

Feature request: Supporting output as array buffer/binary/base64 #103

Open avi12 opened 3 years ago

avi12 commented 3 years ago

I need to have the output to not be as a file, but rather as an array buffer/binary/base64. Then, my plan is to send the data back to the client (browser) and trigger a download to that file.