editly icon indicating copy to clipboard operation
editly copied to clipboard

A pure WebAssembly / JavaScript port of FFmpeg

Open hashg opened this issue 5 years ago • 4 comments
trafficstars

Would this make edit.ly more awesome ? https://ffmpegwasm.github.io/

hashg avatar Nov 05 '20 07:11 hashg

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.

mifi avatar Nov 07 '20 12:11 mifi

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?

thebrucecgit avatar Feb 02 '21 03:02 thebrucecgit

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)

mifi avatar Feb 03 '21 14:02 mifi

I might very well be way off here, but could combining shell process substitution with input redirection perhaps work?

< <(list)

haakonstorm avatar Oct 03 '21 13:10 haakonstorm