media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
893 stars 126 forks source link

Screenshot get err data in `image/png` format #802

Open BTMuli opened 2 weeks ago

BTMuli commented 2 weeks ago

I got the bytes by the code below:

var res = await controller.player.screenshot(format: 'image/png');

And I use await file.writeAsBytes(res); to write it,but the picture is purly dark.