w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.

Home Page:https://w3c.github.io/webcodecs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoDecoder and Intra Refresh?

warvstar opened this issue · comments

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.

I think this is a duplicate of #650.

@sandersdan

Yes I believe this is the same request.