frameflow icon indicating copy to clipboard operation
frameflow copied to clipboard

A both speedy and compatible video processing library for Web Browser, based on WebCodecs and FFmpeg (WebAssembly).

Results 3 frameflow issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for building this! I'm not sure if this is possible, but I would love to be able to do something like this ``` const trackGroup = await...

``` const video = await fflow.source(videoBlob()); console.log(video.duration, video.metadata.tracks); // 0, then two streams, each has 0 as duration ``` which later becomes a problem: ``` const result = await video...

From what I can tell `exportTo` transcodes the video. I am interested in transmuxing from WebM to MP4 (without transcoding). Is such an API available/in the works?