nyanmisaka / ffmpeg-rockchip

FFmpeg with async and zero-copy Rockchip MPP & RGA support
Other
325 stars 47 forks source link

consider supporting RV1126? #38

Closed geiliwanghaichao closed 3 months ago

geiliwanghaichao commented 3 months ago

Integrating Rockchip's encoding and decoding SDK into ffmpeg is very convenient to use. not sure if author has considered supporting RV1126 Thanks

nyanmisaka commented 3 months ago

Is there's any difference between RV1126 and the RK35xx in term of MPP support? The MPP interface should be platform agnostic.

Also, I have no plans to purchase the RV1126 board at the moment. If you make modifications to make this project work on RV1126, please open a PR.

geiliwanghaichao commented 3 months ago

yes. MPP is platform independent. I just tried to compile on rv1126 and received an error message: libdrm not found using pkg config. I thought the source code did not support rv1126. Next, I need to solve the issue of compilation errors
Thanks

nyanmisaka commented 3 months ago

libdrm not found using pkg config

libdrm is a part of the libdrm-dev deb package.

nyanmisaka commented 3 months ago

Closing as it's not an issue.