mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
⭐ feat(runner): DMA-BUF support for Intel/AMD GPUs (#283)
## Description Adds DMA-BUF support for non-NVIDIA GPUs using GL elements as conversion workaround. Tested with QSV and VA encoders, note that H.264 seems to only work for QSV encoder, for `vah264(lp)enc` theres major CPU usage with DMA-BUF enabled. Don't mind the branch name, I was working on relay before and changed gears to runner after noticing some DMA-BUF stuff 😅 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Added a `.dockerignore` file to exclude the `target` directory from Docker builds. - Updated `.gitignore` to ignore the `target` directory. - **New Features** - Enhanced video processing pipeline with updated handling of DMA-BUF support, including improved compatibility for different GPU vendors and refined video element configurations. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6e19b2e9a0
commit
d7e6da12ac
3
packages/server/.gitignore
vendored
3
packages/server/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*.mp4
|
||||
*.mp4
|
||||
target/
|
||||
Reference in New Issue
Block a user