Open KiranRaj13 opened 7 years ago
Does the decoder support frame resizing(scale down)? I need to scale down vp8 frames and I couldn't do it.
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
Does the decoder support frame resizing(scale down)? I need to scale down vp8 frames and I couldn't do it.