jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame scaling

KiranRaj13 opened this issue · comments

Does the decoder support frame resizing(scale down)? I need to scale down vp8 frames and I couldn't do it.

commented

Are you talking about encoding them? Or scaling at runtime? This is only the decoder, so the frames should be same resolution as they were encoded, and you would scale on the canvas that you are drawing to