carsonDB / frameflow

A both speedy and compatible video processing library for Web Browser, based on WebCodecs and FFmpeg (WebAssembly).
https://frameflow.netlify.app/
GNU Lesser General Public License v2.1
49 stars 3 forks source link

API to transmux instead of transcode #1

Open lucadalli opened 5 months ago

lucadalli commented 5 months ago

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?

carsonDB commented 5 months ago

Although this api designed to include transmuxing underhood (automatically), it hasn't been implemented yet. All calls will transcode.