Alex on Nostr: Working on a little library that transcodes video uploads with ffmpeg and web ...
Working on a little library that transcodes video uploads with ffmpeg and web standard ReadableStream.
Ultimately I do just store this content in an S3-compatible bucket, but it doesn't have to touch the disk on the Ditto server. It streams in chunks from the user's browser, through the transcoder, into S3 in a memory-efficient way.
https://gitlab.com/soapbox-pub/ditto/-/merge_requests/706/diffs
Ultimately I do just store this content in an S3-compatible bucket, but it doesn't have to touch the disk on the Ditto server. It streams in chunks from the user's browser, through the transcoder, into S3 in a memory-efficient way.
https://gitlab.com/soapbox-pub/ditto/-/merge_requests/706/diffs