muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.53k stars 1.75k forks source link

How to increase the resolution and the quality of the CanvasRecorder? #618

Open Nirvanatin opened 4 years ago

Nirvanatin commented 4 years ago

I have tried to increase the quality and resolution of the CanvasRecorder in HTML Element Recording using RecordRTC but it doesn't change. I need the highest video quality to record CSS animations inside an HTML element. I have also tried to increase the dpi/scale in html2canvas library by adding {scale: 2} as well but the video is still blurry. Did I miss something?

https://jsfiddle.net/ztgqbu6x/

Nirvanatin commented 3 years ago

Anyone able to help out? I will pay for a favor.