JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

How can I convert AVFrame to Skija Image? #141

Open habibg1232191 opened 2 years ago

tonsky commented 2 years ago

What’s AVFrame? Where does it come from? How is it represented?

P.S. This repo is no longer supported, the active fork is at https://github.com/HumbleUI/skija

habibg1232191 commented 2 years ago

This is from ffmpeg. I found such code for decoding in skia image, but I don't know how to write it in java Should I create an issue there?

tonsky commented 2 years ago

You might, but it looks like there’s a lot of API to cover, might take some time