w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
939 stars 132 forks source link

VideoDecoder and Intra Refresh? #710

Closed warvstar closed 10 months ago

warvstar commented 10 months ago

Is it possible to decode an h264 or AV1 stream with intra refresh instead of I frames? When I switch to using intra refresh (through ffmpeg or nvenc) the decoder crashes as its expecting a keyframe.

dalecurtis commented 10 months ago

I think this is a duplicate of #650.

@sandersdan

sandersdan commented 10 months ago

Yes I believe this is the same request.