Baseflow / screenrecorder

Flutter package which can be used to record flutter widgets
https://pub.dev/packages/screen_recorder
MIT License
64 stars 30 forks source link

How i wanted to increase the quality of gif image? #37

Closed Talha137m closed 1 year ago

Talha137m commented 1 year ago

if i increase the pixel ratio property in screen recorder controller object then it very slow the overall app?

ueman commented 1 year ago

Yes, that's to be expected. By raising the quality there's more data which has to be processed. Unfortunately, there's not much you can do.

Talha137m commented 1 year ago

is there any way to resolve this?

ueman commented 1 year ago

There's a proof of concept PR at https://github.com/Baseflow/screenrecorder/pull/21 which tries to improve it. Feel free to make that work and submit a PR.