editly
editly copied to clipboard
A pure WebAssembly / JavaScript port of FFmpeg
Would this make edit.ly more awesome ? https://ffmpegwasm.github.io/
Yes! But it looks like it doesn't support streaming. All files read/written need to be loaded into memory in full. This means it would not be very easy to integrate in editly.
I have no idea how WASM works so I could be wrong, the front page of that website says:
It enables video & audio record, convert and stream right inside browsers.
Is that different to what you mean by streaming?
I mean itlooks like it doesn't support streaming data from stdin (which is how editly works). It needs to stream from a stored file (in memory)
I might very well be way off here, but could combining shell process substitution with input redirection perhaps work?
< <(list)