Predidit
Predidit
这在输入任意字符的情况下都会发生吗,还是只是在键入中文字符的情况下
@NSFish 看上去这是一个来自 flutter 的错误, 参考 [flutter/flutter#151428](https://github.com/flutter/flutter/issues/151428) 根据这里的讨论,这似乎和虚拟键盘相关,禁用虚拟键盘或许会解决问题 这个问题虽然一个半月前已经被标记为解决,但是对应补丁一直没有被 cherry-pick 到稳定分支,我们可能需要等待 flutter 稳定通道的下一次发布。
在 1.4.7 修复
1.3.5 及以后的版本可以禁用硬件解码而不妨碍任何视频的播放。 阻止部分视频在软件解码模式下播放的问题已经被解决了。
计划是在修复以上定位错误之后,修改 iOS/macOS 的硬件解码实现。 硬件解码和软件解码都将基于 ffmpeg 。而不是现在这样, 硬件解码基于 Apple AVPlayer。ffmpeg 一样可以支持硬件加速,并且不会有 AVPlayer 的格式支持问题。
1.4.5 已经发布
Seems that Linux CI already broken on branch master.
@alexmercerind Before mpv 0.37, both `video-out-params` and `video-params` returned identical values. However, after mpv 0.37, the behavior has changed. When testing with the first video example in media_kit_test, the `width`...
@abdelaziz-mahdy I have also checked the documentation for this part, but the flicker issue casued by unexpected resize event does exist. You can reproduce the issue with libmpv-android-build 1.1.6, the...
@alexmercerind Sorry to bother you, but I was wondering why `video-out-params` is used instead of `video-params` when retrieving video-related parameters from FFI at https://github.com/Predidit/media-kit/blob/d8eb365f7e957020f68309214e142fc527b855c7/media_kit/lib/src/player/native/player/real.dart#L1933-L1949 I noticed that switching to video-params...