syq7970

Results 3 issues of syq7970

``` CupertinoApp( builder: EasyLoading.init(builder: (context, widget) { return MediaQuery( data: MediaQuery.of(context).copyWith(textScaleFactor: 1.0), child: widget!, ); }), ) ``` 这样可以固定其他所有组件的字体,唯独Loading中的文字还是放大版。

硬件加速似乎没生效,千兆带宽,测速只能到300-400左右,cpu占用超过90%

### Describe the Bug AMDVCE encoder always got error. Tried 1.11.0 ~ nightly build, but no luck. can only use software encoder with poor performance. ![微信截图_20221029182233](https://user-images.githubusercontent.com/12478505/198826259-10a65439-055c-4485-ad56-8fbc31aa828f.png) ### Expected Behavior can...