wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
197 stars 31 forks source link

[Feature Request] GLSL shader support #155

Open Predidit opened 1 month ago

Predidit commented 1 month ago

ffmpeg 有原生的对于 GLSL 着色器的支持。这对于 fvp 以及其依赖的 mdk-sdk 来说是可能的吗。

这样的话, 我们就可以通过这种方法实现对实时超分辨率和实时补帧的支持。

我对音视频开发没有经验,如果这个想法没有可行性,也麻烦大佬指出其中的错误。

wang-bin commented 1 month ago

可以做,以前做过类似的,但是做成扩展性强的比较麻烦,有空再研究。现成的着色器应该是针对特定软件编写的,这也是个问题。