jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.
MIT License
25 stars 6 forks source link

frame scaling #13

Open KiranRaj13 opened 7 years ago

KiranRaj13 commented 7 years ago

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

brianxautumn commented 7 years ago

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