-
WebCodecs supports encoding AV1. It would be nice if we could use that to generate WebM files with the AV1 codec. Currently it doesn't work.
It's hard to come by technical details about AV1 in WebM…
-
**Description**
AVIF is a new image format derived from the keyframes of AV1 video. [More about AVIF](https://jakearchibald.com/2020/avif-has-landed/)
**Specification**
[AV1-AVIF](https://github.…
-
Some browsers disallow automatic playback of videos even when muted until some user gesture, be that by default or through user settings. WebCodecs lets applications decode videos and render decoded f…
-
hi all,
I have a basic pipeline.
1- Create an mp4 video from RGB images with FFmpeg
2- Decode this mp4 video in (chrome)web browser with webcodec (using your sample code)
I realized that, when…
-
Thanks for your work on MP4box.js!
I'm using WebCodecs and looking to mux the supported video codecs to MP4. I got some sample code working with AVC. However if I swap out AVC for the new AV1 forma…
-
Hello everyone!
I have a piece of code that works as something like this:
```js
let arg1 = (...);
const callFrameByFrame= (now, metadata) => {
myFunction(arg1, metadata.presentedFrames);
…
-
Could we have any way to make a simple DEMO by using the h264 player from this project?
I've been building a platform. Right now I'm trying to use the WS-SCRCPY service.
Dealing with the video strea…
-
Detecting changes in the value of VideoEncoder's encodeQueueSize property currently requires some sort of polling logic.
Could there instead be some event listener capability built into VideoEncoder…
-
In this demo - https://w3c.github.io/webcodecs/samples/mp4-decode - inside the mp4_demuxer.js file:
```
async getConfig() {
let info = await this.source.getInfo();
this.track = info.vid…
-
This API should enable cryptographic schemes to be built ontop of it. What we have at a bit lower level is [SRTP](https://tools.ietf.org/html/rfc3711#section-4.1.1) and [srtp + gcm](https://tools.ietf…
fippo updated
2 years ago