- From: Bryan Brown via GitHub <sysbot+gh@w3.org>
- Date: Fri, 31 Jan 2025 16:00:27 +0000
- To: public-web-and-tv@w3.org
this would certainly be a nice API to have, right now I'm using a mixture of libraries to demux and mux videos, * https://github.com/bilibili/web-demuxer - demuxing for webm and mp4 files * https://github.com/Vanilagy/mp4-muxer - muxing for mp4 files (there's also webm muxer here: https://github.com/Vanilagy/webm-muxer) getting these running with audio is definitely a challenge, I've been able to get it working for the most part, but keeping audio and video synced together among other things is definitely a challenge. I've gotten video without audio muxed so far and that works well, next step is taking the audio from the decoder and passing that into the muxing process. -- GitHub Notification of comment by BryanChrisBrown Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/108#issuecomment-2627687900 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 31 January 2025 16:00:28 UTC