Luen

Results 2 comments of Luen

I tried as you said, but the weight still does not work. Skia can't encode: ``` Loader.load(avutil::class.java) Loader.load(swresample::class.java) Loader.load(avcodec::class.java) Loader.load(avformat::class.java) Loader.load(swscale::class.java) // Register all formats and codecs avcodec.av_jni_set_java_vm(Loader.getJavaVM(), null) avcodec.avcodec_register_all()...

This is from ffmpeg. I found such [code ](https://github.com/google/skia/blob/main/experimental/ffmpeg/SkVideoDecoder.cpp)for decoding in skia image, but I don't know how to write it in java Should I create an issue [there](https://github.com/HumbleUI/skija)?